lightdm fail to start automatically after last update

7,909

It is a long-standing bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/969489

Most common workaround is to add

respawn

in /etc/init/lightdm.conf to ensure it stays up even it fails to start at the first try.

Share:
7,909
Lane
Author by

Lane

Updated on September 18, 2022

Comments

  • Lane
    Lane over 1 year

    I have 12.04 LTS, I don't think I installed anything extraordinary lately, (just uninstalled lxc-docker), but after last automatic update I am left with console. I can do

    service lightdm start
    

    and everything works fine. I checked upstart jobs, and lightdm is not there until I start it manually. I have followed http://upstart.ubuntu.com/wiki/Debugging and added verbose mode, but no information about lightdm. I also reconfigured lightdm, no change. I checked /var/logs but did not find anything useful in syslog, dmesg.. My question is, how to debug the problem?

  • Lane
    Lane almost 11 years
    That didn't help. One more observation: executing shutdown 0 fails on Could not get the system bus .. failed to connect to socket .. no such file After that if I press Control-D few more services start up: virtualbox, winbind,cpufreq. This looks like somewhere in middle upstart decides to fail, givin no information why