Fixed in latest sysvinit upload.
sysvinit (2.86.ds1-59ubuntu8) intrepid; urgency=low
* if-up.d/mountnfs:
Replace /etc/network/run with /var/run/network (mentioned in
LP #223759).
* Prepend 'XS-Debian-' to Vcs headers.
** Changed in: sysvinit (Ubuntu)
Status: Confirmed => Fix
Confirming based on the duplicates of this I have just found
** Changed in: sysvinit (Ubuntu)
Status: New => Confirmed
--
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a member of Ub
> sudo mkdir /etc/network/run
> sudo ln -s /var/run/network/ifstate /etc/network/run/ifstate
This solves the problem for me (Ubuntu 8.10).
--
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a
To Kyle M Weller :
Try
sudo mkdir /etc/network/run
sudo ln -s /var/run/network/ifstate /etc/network/run/ifstate
--
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a member of Ubuntu
Bugs, wh
I have this same issue with the rtl8187 driver, its an ALFA, I get this error
only when /etc/init.d/networking restart
[EMAIL PROTECTED]:~# /etc/init.d/networking restart
* Reconfiguring network interfaces...
grep: /etc/network/run/ifstate: No such file o
Ah, sorry. I haven't noticed the same is reported in attachment in
comment #3.
--
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
Moved to Intrepid last night, and I'm experiencing this bug. It seems to
me that the problem occurs because in /etc/network/if-up.d/mountnfs on
line 120 it tries to grep /etc/network/run/ifstate, which doesn't exist.
Changing that to /var/run/network/ifstate solved this for me. Although,
I'm not su
I noticed this issue too, always happens when restarting network daemon.
Using Intrepid, sysvinit 2.86.ds1-59ubuntu1.
The typo is either in wpasupplicant which defines
IFSTATE_FILE="/var/run/network/ifstate" or eiher in sysvinit which tries
to lookup the ifstate file from different location:
$ gr
** Summary changed:
- mountfs has wrong path for ifstate (should be under /var/run)
+ mountnfs has wrong path for ifstate (should be under /var/run)
--
mountnfs has wrong path for ifstate (should be under /var/run)
https://bugs.launchpad.net/bugs/243902
You received this bug notification because