Comment 13 for bug 819621

Revision history for this message
Robert Collins (lifeless) wrote :

This workaround is a little coarse - it breaks utmp depending things (like postgresql :P)

so
rm -rf /var/run
touch /var/run/utmp
chmod root:utmp /var/run/utmp

That seems to be more robust.