https://bugzilla.novell.com/show_bug.cgi?id=331615 Summary: shutdown hangs with autofs Product: openSUSE 10.3 Version: Final Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: mkoenig@novell.com ReportedBy: detlef@die-mafia.de QAContact: qa@suse.de CC: werner@novell.com Found By: --- I use autofs to import nfs-shares, but if i shutdown and a share is mounted, the shutdown hangs. Output in messages: Oct 7 10:20:11 detlef-pc rpc.statd[4784]: Version 1.1.0 Starting Oct 7 10:20:11 detlef-pc rpc.statd[4784]: Flags: Oct 7 10:20:11 detlef-pc rpc.statd[4784]: unable to register (statd, 1, udp). Oct 7 10:20:52 detlef-pc rpc.statd[4789]: Version 1.1.0 Starting Oct 7 10:20:52 detlef-pc rpc.statd[4789]: Flags: Oct 7 10:20:52 detlef-pc rpc.statd[4789]: unable to register (statd, 1, udp). .. An old /etc/init.d/autofs (from rc1, don't know ;)), seems to work fine. This is the old stop-function: function stop() { count=0 while [ -n "`pidof $DAEMON`" -a $count -lt 15 ] ; do /sbin/killproc -TERM $DAEMON RETVAL=$? [ $RETVAL = 0 -a -z "`pidof $DAEMON`" ] || sleep 3 count=`expr $count + 1` done return $RETVAL } -- 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.