12

After update my system to 15.04, I have an error message at the boot: 'starting build 219'.

The bug is known, its recommend to go to console mode and enter this command:

sudo systemctl enable sddm.service -f

But when I enter this command I get an error message:

Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
muru
  • 197,895
  • 55
  • 485
  • 740
Jbz797
  • 131
  • Same error message here, but after waiting for an unusually long time, the system boots just fine. You might want to wait for a few minutes before interrupting. – youri May 12 '15 at 17:50
  • I am having a similar message with GDM and login fails despite I supply the correct passwkrd – Erkin Alp Güney Jul 12 '15 at 20:35

2 Answers2

8

I had some similar errors with my system, and I found that it was an error with some fstab entries (external drives that were no longer physically connected). I just commented them out and the system booted as usual. Or you can try to reattach missing external devices.

hwong557
  • 217
  • You f-in beauty! Man I thought I was going to be here all night. SUCKS that something so petty can cause something so serious. In case this turns up in search engines: PID 366 could not find module by name off – dez93_2000 Aug 13 '15 at 22:03
5

You may get such an error if your display manager is not sddm.

Running the following can show which display manager you are using :

cat /etc/X11/default-display-manager

For example, if your display manager is /usr/sbin/gdm, running the following may help :

sudo systemctl enable gdm.service -f