systemd will not start lightdm correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
New
|
Undecided
|
Unassigned |
Bug Description
On a complete clean install of 15.04 32bits on an Asus eee which used to work allright for a few days, I now have an issue. The system will not start the GUI, I land in emergency mode which says "Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)" and suggests to ^D to attempt to boot into default mode
When I do this, GUI login is possible and the system works fine. However, shutting down brings me back to the emergency shell and I have to power down with the hardware button.
I tried `sudo systemctl enable lightdm` but that gives me:
Synchronizing state for lightdm.service with sysvinit using update-rc.d...
Executing /usr/sbin/
Executing /usr/sbin/
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
So I tried `sudo dpkg-reconfigure lightdm` (as suggested by https:/
I have this problem after upgrading to Lubuntu 15.04 32bit.
"The system will not start the GUI, I land in emergency mode which says "Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)" and suggests to ^D to attempt to boot into default mode."
When I press ^D it just says the same thing again. After pressing it a few times, it starts to ignore keyboard input (numlock led changes, but caps lock does not).
"sudo systemctl enable lightdm" gives the same output, but with some lines of "Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)" mixed in and also does not solve the problem.
However, if I choose to boot with upstart instead, under advaced boot options, everthing (including lighdm) works fine.