Comment 10 for bug 805423

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Do you have any reason to believe "who" would stall? Do you have network users, stored in ldap or nis? Doesn't look like it, but it doesn't hurt to ask.

sysinfo uses this to get the logged in users:

def get_logged_in_users():
    result = getProcessOutputAndValue("who", ["-q"], env=os.environ)

So basically it calls "who -q".

What are all the scripts you have in /etc/update-motd.d/*?