https://bugzilla.novell.com/show_bug.cgi?id=751621 https://bugzilla.novell.com/show_bug.cgi?id=751621#c4 Vojta Dziewięcki <vdziewiecki@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | --- Comment #4 from Vojta Dziewięcki <vdziewiecki@suse.com> 2012-04-06 11:00:15 UTC --- This fix unfortunately screwed the whole suspend process. The savestate function, used in 06autofs, looks like this: savestate() { # $1 = name of state to save # $2 (optional) State to save. If omitted, save stdin. if [ -n "$2" ]; then echo "$2" > "${STORAGEDIR}/state:$1" else cat > "${STORAGEDIR}/state:$1" fi } And autofs stops at savestate autofs "", because it waits for stdin. So I would change it to sth like: savestate autofs notrunning #(instead of "") and then: if test "$_autofs_state" = running ; then -- 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.