Seems I was mistaken in the initial report: the `local-filesystems` signal
is issued on resume, but it appears the combination of `local-filesystem`
and `net-device-up` can precede the final, working wlan connection (that
is, authenticated to AP, obtained IP address, set routes). After a bit of
head scratching and hair tearing I found the file
`/etc/pm/sleep.d/60aiccu`. This appears to be the offending line:

  $P6 -I $INT -c 1 f.root-servers.net >/dev/null 2>&1 || invoke-rc.d aiccu
restart

If I redirect the output of ping6 to a file I get the following output:

  unknown host

If I comment out the offending line and use the package's original Upstart
script (with the local-filesystem condition intact), the sixxs interface is
still present on resume.

On Mon, Oct 1, 2012 at 12:13 PM, Caleb <enlightened.des...@gmail.com>
wrote:

> In my case the issue arises when resuming from suspend on a laptop, using
> wlan for network connectivity. After resuming, ifconfig doesn't show the
> sixxs interface, and aiccu service status is "stopped". Obviously IPv6
> connectivity is unavailable in this situation.
>
> I'll do some poking around to see if I can identify a root cause. Sounds
> like the real issue is whatever's causing aiccu to stop.
>
>
> On Mon, Oct 1, 2012 at 12:15 AM, Lars Düsing <l...@camelotsweb.de> wrote:
>
>> Celeb, I do not have any problems on resume - even on changing networks
>> (I should try changing from wlan to ethernet or grps)
>> Do you have any troubles?
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1058883
>>
>> Title:
>>   start-on conditions in Upstart script prevent aiccu from restarting
>>   during resume from suspend
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/1058883/+subscriptions
>>
>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058883

Title:
  start-on conditions in Upstart script prevent aiccu from restarting
  during resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/1058883/+subscriptions

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

Reply via email to