Comment 5 for bug 1303649

Revision history for this message
Martin Pitt (pitti) wrote : Re: systemd-logind high cpu consumption

Thanks. That's essentially just one write(). Could you check in /proc/<pid>/fd/ what fd 6 points to, or grab the full strace and see if there's a corresponding open.* = 6 or socket.* = 6 or similar, to find what fd 6 is?