Am 29.04.2014 13:10, schrieb Jason Alavaliant:
> On 2014-04-29 22:36, Michael Biebl wrote:
>> Am 29.04.2014 11:31, schrieb Jason Alavaliant:

>> Do you have an NFS / remote fs configuration in your /etc/fstab?
> 
> Yes I've got a nfs4 mounted home directory
> server.local:/     /home           nfs4    defaults        0       0

I suspect the hang to be caused by the NFS fstab entry. Can you comment
out the entry and reboot so we have confirmation?

If so, can you please try the following patch for
/etc/network/if-up.d/mountnfs with the NFS mount re-enabled.

--- a/network/if-up.d/mountnfs
+++ b/network/if-up.d/mountnfs
@@ -7,6 +7,10 @@
 #                    Also mounts SMB filesystems now, so the name of
 #                    this script is getting increasingly inaccurate.

+if [ -d /run/systemd/system ] ; then
+       systemctl status network.target > /dev/null || exit 0
+fi
+
 PATH=/sbin:/bin
 . /lib/init/vars.sh





Thanks,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to