Activity log for bug #89149

Date Who What changed Old value New value Message
2007-03-02 07:24:01 Peter Antoniac bug added bug
2007-03-02 07:27:16 Peter Antoniac description Binary package hint: acpi-support Well, the problem is that the script: /etc/acpi/resume.d/62-ifup.sh that is supposed to start the interfaces, doesn't get the $INTEFACES variable. The script should look like this: #!/bin/sh # Bring up the interfaces (this should probably be left up to some policy # manager, but at the moment we just bring back whatever we ifdowned) # Find the currently running network interfaces... INTERFACES=`/sbin/ifconfig | awk '/^[^ ]+/ {print $1}'` # And bring them up for x in $INTERFACES; do ifup $x & done If you put it like this, it works. Binary package hint: acpi-support Well, the problem is that the script: /etc/acpi/resume.d/62-ifup.sh that is supposed to start the interfaces, doesn't get the $INTEFACES variable. The script should look like this: #!/bin/sh # Bring up the interfaces (this should probably be left up to some policy # manager, but at the moment we just bring back whatever we ifdowned) # Find the currently running network interfaces... INTERFACES=`/sbin/ifconfig | awk '/^[^ ]+/ {print $1}'` # And bring them up for x in $INTERFACES; do ifup $x & done If you put it like this, it works. This was in latest feisty package: Version: 0.91 for acpi-support.
2007-03-02 07:32:37 Peter Antoniac title Returning from hibernate doesn't start the INTERFACES (network). Returning from hibernate doesn't start the INTERFACES (network) on Feisty.
2007-03-05 00:26:50 Paul Sladen acpi-support: status Unconfirmed Needs Info
2007-03-05 00:26:50 Paul Sladen acpi-support: statusexplanation Hello Peter, Can you attach a diff showing how the file was before, and what the solution is? This makes it easier to see exactly what needs uploading to fix the issue.
2007-03-05 02:23:41 Peter Antoniac bug added attachment 'patch-62-ifup.sh' (Include the setting for INTERFACES shell variable)
2007-03-05 15:59:11 Peter Antoniac acpi-support: status Needs Info Rejected
2007-03-05 15:59:11 Peter Antoniac acpi-support: statusexplanation Hello Peter, Can you attach a diff showing how the file was before, and what the solution is? This makes it easier to see exactly what needs uploading to fix the issue. Seems like it is working, in fact...maybe the bug is somewhere else...