Comment 23 for bug 1337200

Revision history for this message
Martin Pitt (pitti) wrote :

That shows that the kernel sends us an update for all 4 power supplies every 10 seconds, which doesn't sound "excessive". So I'm glad that we at least ruled out this end.

So going one step up the stack, could you run "upower --monitor-detail" when this happens? In theory this should exactly mirror the kernel uevents for the power_supply updates; but earlier comments seem to suggest that it sends out a lot more.

 → If it shows tons of updates, we have our culprit

 → If it shows 4 updates every 10 s, it's fine. In that case, please run dbus-monitor --system | ts -s '%.S' to see what's going on on the bus, i. e. whether upower actually sends so many signals (or something else is). (dbus-monitor doesn't do time-stamping by itself, so piping it through ts is better for logging).