Bug#746358: systemd: system boot hangs if /etc/network/interfaces contains a bridge interface

Michael Biebl biebl at debian.org
Tue Apr 29 14:10:02 BST 2014


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?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20140429/4574a7f7/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list