[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-09-25 Thread Matti Lindell
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 Released

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-09-14 Thread Chris Coulson
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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-09-09 Thread Morten Kjeldgaard
 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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-09-08 Thread Freeman
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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-08-24 Thread Kyle M Weller
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 or directory
[: 164: 0: unexpected operator
grep: /etc/network/run/ifstate: No such file or directory
[: 164: 0: unexpected operator
 [ OK ]

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-30 Thread Saša Bodiroža
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 sure if that's totally right.

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-30 Thread Saša Bodiroža
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-17 Thread Matti Lindell
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:

$ grep -R ifstate /etc/*
/etc/network/if-up.d/mountnfs:  if [ `grep -c $i /var/run/network/ifstate` -eq 
0 ]; then
/etc/wpa_supplicant/functions.sh:   if [ -e /etc/network/run/ifstate ]; then
/etc/wpa_supplicant/functions.sh:   
IFSTATE_FILE=/etc/network/run/ifstate
/etc/wpa_supplicant/functions.sh:   elif [ -e /var/run/network/ifstate ]; 
then
/etc/wpa_supplicant/functions.sh:   
IFSTATE_FILE=/var/run/network/ifstate
/etc/wpa_supplicant/functions.sh:   echo Cannot locate ifupdown's 
\ifstate\ file, $WPA_IFACE will not be configured

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 243902] Re: mountnfs has wrong path for ifstate (should be under /var/run)

2008-07-01 Thread syscon-hh
** 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 you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs