[Pkg-sysvinit-devel] Bug#705052: [initscripts] if-up.d/mountnfs: won't mount if lo is last interface to be configured
Timo Weingärtner
timo at tiwe.de
Tue Apr 9 14:35:58 UTC 2013
Package: initscripts
Version: 2.88dsf-41
Severity: important
Tags: patch
When doing ifup -a (as done on boot) it can happen that lo is brought up last.
Then the combination of
# Not for loopback!
[ "$IFACE" != "lo" ] || exit 0
and
# Wait until all auto interfaces are up before attemting to mount
# network file systems.
exit_unless_last_interface
ensures that nfs is not mounted.
Attached patch ignores lo in exit_unless_last_interface.
Greetings
Timo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mountnfs.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20130409/3fd2b10a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20130409/3fd2b10a/attachment.pgp>
More information about the Pkg-sysvinit-devel
mailing list