http://bugzilla.kernel.org/show_bug.cgi?id=14205
--- Comment #11 from Tomasz Chmielewski <t...@wpkg.org> 2009-09-28 15:24:18 --- Whether I use shutdown, poweroff or halt, a /etc/init.d/halt script is executed. So I modified this script to see where it "hangs", by adding "-x" at the beginning of the script: #!/bin/bash -x The command which (sometimes) "hangs" with 2.6.31 is /sbin/halt: + exec /sbin/halt -i -d -p The meaning of these parameters is as follow: -d Don't write the wtmp record. The -n flag implies -d. -i Shut down all network interfaces just before halt or reboot. -p When halting the system, switch off the power. This is the default when halt is called as poweroff. Could it be that the network is blocking here? I don't use NFS nor iSCSI on this machine, so it shouldn't be the case. I'll remove the "-i" parameter to see if it changes anything though. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla