Page 1 of 1

[DONE] No GUI following upgrade from Mageia 4

PostPosted: Aug 7th, '15, 09:14
by srowe
I'm having the following problem on two machines which had Mageia 4 with the proprietary Nvidia driver.

The upgrade installed nvidia-current but the cards are no longer supported. I uninstalled these packages and installed the nvidia340 ones. On boot I get the starry splash screen but at the point where I should get the display manager it reverts back to the text virtual terminal.

If I log in as root and restart prefdm.service the Display Manager starts correctly and I can log in. I've captured the service status for prefdm and systemd-logind along with errors from Xorg.log.

For my work system this isn't too much of a problem (I reboot very rarely), for my home machine it's a pain as I have to manually restart prefdm every time.

Any pointers appreciated.

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 7th, '15, 19:29
by doktor5000
What display manager and what desktop environment do you use?
From your description, sounds like the same issue like mla had in viewtopic.php?f=7&t=9885

Also please attach the output as root of
Code: Select all
journalctl -ab
before you restart prefdm.
From the logs you attached it's not clear what the issue is with prefdm or systemd-logind sadly.

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 7th, '15, 20:34
by srowe
Here's the complete log, I notice

Code: Select all
Aug 07 19:26:19 gilraen systemd[1]: Found ordering cycle on preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: Breaking ordering cycle by deleting job prefdm.service/start
Aug 07 19:26:19 gilraen systemd[1]: Job prefdm.service/start deleted to break ordering cycle starting with preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: Found ordering cycle on preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: Breaking ordering cycle by deleting job remote-fs.target/start
Aug 07 19:26:19 gilraen systemd[1]: Job remote-fs.target/start deleted to break ordering cycle starting with preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: Found ordering cycle on preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: Breaking ordering cycle by deleting job time-sync.target/start
Aug 07 19:26:19 gilraen systemd[1]: Job time-sync.target/start deleted to break ordering cycle starting with preload.service/start
Aug 07 19:26:19 gilraen systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.


What display manager and what desktop environment do you use?
From your description, sounds like the same issue like mla had in viewtopic.php?f=7&t=9885


I use the defaults, KDM and KDE.

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 7th, '15, 22:14
by srowe

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 8th, '15, 13:10
by doktor5000
It's an issue with ordering cycles, so yes it's partly the same. I can only suggest to disable one of the affected services and try again to boot
Code: Select all
systemctl mask preload.service

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 8th, '15, 14:22
by srowe
That fixes the problem, thanks.

Re: No GUI following upgrade from Mageia 4

PostPosted: Aug 8th, '15, 14:42
by doktor5000
Please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks