https://bugzilla.novell.com/show_bug.cgi?id=485627 Summary: system fails to poweroff from kde4, might be nfsv4 related Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: PC OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: david.werner@iws.uni-stuttgart.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.2 Firefox/3.0.7 When shutting down from kde4 (with mouse) it appears that runlevel 0 /etc/init.d/halt (aka /etc/ini.d/rc0.d/S01halt) runs up to message "Killing all processes ...". While when shutting down from console with "shutdown -h now" the system gets by switched off by the same script. Analysing /etc/ini.d/halt by showing shell command (set +x within that script) showed that, that system hangs right after the line 181 mount -no remount,ro / 2> /dev/null in the line sync Commenting out the sync-command at this place makes the system shutdown with poweroff. The mount above is successful (returns status 0) and adding another mount for showing mount on system shows that nfs4 and local-filesystems are umounted. Showing living processes at this point seems to shows a difference. On a system which shutdowns successfully with poweroff a process named "nfsv4-svc" is not present (although nfs4 shares where mounted before shutdown). On a system which hangs a process "nfsv4-svc" is present, buf nfs4-directories appear also unmounted. So the bug could be nfs4-related (which should be proven somehow by kernel-debugging) or also related to the script, or related to the order of shutdown-scripts, at least to me a sync on a read only file-system makes not so much sense. But might be the sync is useful for lvm or raid layer. We use nfs in conjuction with nis and idmap (without kerberos). Reproducible: Always Steps to Reproduce: 1. mount nfsv4-home directory 2. login with kde4 as user which home comes with nfs 3. push "poweroff"-button Actual Results: system does not poweroff Expected Results: poweroff -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.