Public bug reported: Intrepid 2.7.27
I noticed that on 'sleep', my NIC was never getting ifup'ed at resume (I had to restart by hand)... and error message in console reports /etc/network/run/ifstate file not found. Investigating, in /etc/acpi/suspend.d/55-down-interfaces.sh are two lines: IFDOWN_INTERFACES="`cat /etc/network/run/ifstate | sed 's/=.*//'`" IFUP_INTERFACES="`cat /etc/network/run/ifstate`" I believe these are wrong (and confuses the scripts somewhat) and should be: IFDOWN_INTERFACES="`cat /var/run/network/ifstate | sed 's/=.*//'`" IFUP_INTERFACES="`cat /var/run/network/ifstate`" Testing with this change, my eth0 now does come back online after resume. Nick ** Affects: ubuntu Importance: Undecided Status: New -- /etc/network/run/ifstate incorrect? https://bugs.launchpad.net/bugs/295544 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