That's...unexpected. Take a pic, lemme see.
Announcement
Collapse
No announcement yet.
Kubuntu 12.10 does not boot past boot-splash screen after Muon Software Update.
Collapse
This topic is closed.
X
X
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Well, click that button. If you get plopped back to text mode, try:
Code:sudo service lightdm start
Code:sudo reboot
- Top
- Bottom
Comment
-
Hi Steve,
CommandCode:sudo service lightdm start
Code:plymouthhd: ply-terminal.c:611 ply_terminal_open: Assertion 'terminal != ((void *)0)' failed plymouthhd: ply-terminal.c:611 ply_terminal_open: Assertion 'terminal != ((void *)0)' failed
From,
Jude
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Something's screwed up with the way your machine is trying to start the X windowing system.
What's the output of
Code:ls -l /etc/alternatives/x-session-manager cat /etc/lightdm.conf
Code:sudo apt-get install pastebinit
Code:for i in /var/log/lightdm/*; do echo -n "$i - "; sudo pastebinit $i; done
Turning in now, let's resume tomorrow. Sorry for the extended debugging -- I want to see if it's possible to determine the root cause of your problem, rather than just blindly start reinstalling stuff.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Oh, one more thing. Lemme see the output of:
Code:ls -l ~/.Xauthority
- Top
- Bottom
Comment
-
Hi Steve,
Thank you so much for working on this with me. I know this has shaped up to be a formidable challenge but I am confident that we will fix this.
As an engineer, I do appreciate your methodical and detailed approach to this problem
I am learning SO much
I, too have to take a break from troubleshooting & return to the real-world now...it's 1700hrs on a bright & hot Saturday evening...
Thanks, again.
I'll update you with my findings tomorrow once I've carried out the tasks in Item #51.
Best Regards,
JudeLast edited by judedawson; Feb 02, 2013, 03:11 AM.
- Top
- Bottom
Comment
-
1. CommandCode:ls -l /etc/alternatives/x-session-manager
Code:lrwxrwxrwx 1 root root 22 May 27 2012 /etc/alternatives/x-session-manager -> /usr/bin/gnome-session
Code:cat /etc/lightdm.conf
Code:cat: /etc/lightdm.conf: No such file or directory
Last edited by SteveRiley; Feb 03, 2013, 04:02 AM.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
OK, your display manager appears not to be installed and your session manager is wrong. More checking of stuff. Need to see the outputs of:
Code:dpkg -l | grep -i display | grep -i manager update-alternatives --display x-session-manager sudo updatedb && locate startkde
Last edited by SteveRiley; Feb 03, 2013, 04:08 AM.
- Top
- Bottom
Comment
-
Hi Steve
I'm getting the outputs for Item#55 now & will attach a screenshot shortly.
Thanks.
From,
JudeLast edited by judedawson; Feb 03, 2013, 04:41 AM.
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Wow. That you are missing startkde is very unusual -- this is the all-important script that does the heavy lifting of placing the KDE desktop on-screen. KDM, the older display manager for KDE, is no longer installed, but its configuration files remain. Given that your session manager has changed to GNOME and that you have the newer cross-platform LightDM (but unconfigured), something has gone horribly wrong with your computer.
I'm close to a suggestion for a fix. One more diagnostic command, please:
Code:dpkg -l | egrep -i 'kde|kubuntu'
- Top
- Bottom
Comment
-
Hi Steve,
Hope you're having a great Sunday morning (it's evening here BTW)
I'm surprised (and upset with myself) that so much has happened after that totally unnecessary update which had caused all of this... nevermind - this is a good lesson learned.
CommandCode:dpkg -l | egrep -i 'kde|kubuntu'
Attached Files
- Top
- Bottom
Comment
Comment