https://bugzilla.novell.com/show_bug.cgi?id=851020 https://bugzilla.novell.com/show_bug.cgi?id=851020#c2 Aaron Digulla <digulla@hepe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |digulla@hepe.com --- Comment #2 from Aaron Digulla <digulla@hepe.com> 2014-01-15 20:58:06 UTC --- Same problem with NFS and normal shutdown: Network is stopped and then the system tries to unmount NFS shares -> deadlock. Current workaround: I created a script /etc/sysconfig/network/if-down.d/nfs-umount ------------ nfs-umount --------------------- #!/bin/bash [ "$2" != "lo" ] || exit 0 echo "Unmounting NFS..." umount -av -t nfs ------------ nfs-umount --------------------- This solves the issue (also when suspending) but during resume, the shares aren't mounted again. My guess is that there is something wrong with the order in which systemd (or whatever controls the system startup) invokes the scripts. -- 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.