Public bug reported:
Binary package hint: initscripts
in line 120
if [ `grep -c $i /etc/network/run/ifstate` -eq "0" ]; then
ubuntu has changed the location to /var/run/network/ifstate
but changing the line to
if [ "`grep -c $i /var/run/network/ifstate`" == "0" ]; then
makes my system not mount the nfs mounts in /etc/fstabs so it looks like
something else is also broken.
Did not have time to figure out what
** Affects: sysvinit (Ubuntu)
Importance: Undecided
Status: New
--
/etc/network/if-up.d/mountnfs accesses no existing file /etc/network/run/ifstate
https://bugs.launchpad.net/bugs/270158
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs