Comment 3 for bug 89149

Revision history for this message
Peter Whittaker (pwwnow) wrote :

Two quick comments: 1) the attached diff doesn't have the necessary ` , so INTERFACES won't get set properly, but more importantly,

2) INTERFACES is set in exactly this way in /etc/acpi/suspend.d/55-down-interfaces.sh

All scripts in suspend.d should be being called on the way down; if they are not, then that is the source of the bug: As part of going down, sufficient state is saved to restore the system properly on the way back up (at least that's the theory). In general, the resume scripts should not be setting variables, they should be using those set during suspend.

Peter, if you can, please track down why INTERFACES isn't being set on the way down. Thanks!