[TRANSIENT] Peer XOs NOT shown in Neighborhood view when Power Management is enabled
Martin Langhoff
martin.langhoff at gmail.com
Wed Dec 19 09:48:16 EST 2012
On Wed, Dec 19, 2012 at 5:14 AM, Jerry Vonau <jvonau at shaw.ca> wrote:
> Think I found the problem, in powerd we're setting WOL based on this
> string:
>
> if grep -qi ": 00000000:14B2" /proc/net/tcp
>
> but that string is not present in /proc/net/tcp so WOL is not set
> according to ethtool, but that string can be found in /proc/net/tcp6
>
> avahi is bound to tcp6 when viewed with 'netstat -nat'
>
> This is reproducible in 12.1.0 and 13.1.0
Arghhh. Ouch.
Does it behave better with:
if grep -qi ": 00000000:14B2" /proc/net/tcp*
?
m
--
martin.langhoff at gmail.com
martin at laptop.org -- Software Architect - OLPC
- ask interesting questions
- don't get distracted with shiny stuff - working code first
- http://wiki.laptop.org/go/User:Martinlanghoff
More information about the Devel
mailing list