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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
