How do I fix “Oh no! Something has gone wrong.” (gdm3 fails to start)
The machine was running Debian wheezy and was recently upgraded to Jessie. Everything has worked fine for some time. However, after a reboot today the desktop won't load.
/var/log/messages shows gnome-shell: segfault at 0 error 4 in libupower-glib.so.3.0.0
I have tried reinstalling gnome-shell, gnome-session, gdm3, and libupower to no avail.
(Sorry about the formatting, I'm on a phone.)
xorg gnome3 debian-jessie
add a comment |
The machine was running Debian wheezy and was recently upgraded to Jessie. Everything has worked fine for some time. However, after a reboot today the desktop won't load.
/var/log/messages shows gnome-shell: segfault at 0 error 4 in libupower-glib.so.3.0.0
I have tried reinstalling gnome-shell, gnome-session, gdm3, and libupower to no avail.
(Sorry about the formatting, I'm on a phone.)
xorg gnome3 debian-jessie
add a comment |
The machine was running Debian wheezy and was recently upgraded to Jessie. Everything has worked fine for some time. However, after a reboot today the desktop won't load.
/var/log/messages shows gnome-shell: segfault at 0 error 4 in libupower-glib.so.3.0.0
I have tried reinstalling gnome-shell, gnome-session, gdm3, and libupower to no avail.
(Sorry about the formatting, I'm on a phone.)
xorg gnome3 debian-jessie
The machine was running Debian wheezy and was recently upgraded to Jessie. Everything has worked fine for some time. However, after a reboot today the desktop won't load.
/var/log/messages shows gnome-shell: segfault at 0 error 4 in libupower-glib.so.3.0.0
I have tried reinstalling gnome-shell, gnome-session, gdm3, and libupower to no avail.
(Sorry about the formatting, I'm on a phone.)
xorg gnome3 debian-jessie
xorg gnome3 debian-jessie
edited May 20 '15 at 20:08
JakeGould
32.2k1098141
32.2k1098141
asked May 20 '15 at 20:02
user1794469user1794469
171211
171211
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I have the same problem. I solved the problem by following these steps:
Reboot your system.
Press Ctrl + Alt +F4 and type startx
Open the terminal and remove gnome desktop
apt-get remove gnome-session
apt-get autoremove
I have KDE desktop installed , to reconfigure kdm
i am using the following command:
sudo dpkg-reconfigure kdm
and choose kdm
Next step reboot and reinstall gnome desktop.
add a comment |
Interestingly enough, I found my own question when I broke my system in a similar way. I'm not sure exactly how I did it, the last thing I installed was the terminal emulator terminator
but I haven't rebooted my machine for quite some time so there may have been more relevant changes that I have forgotten about.
To get out of the white screen of death I forcefully removed all the gnome packages:
dpkg -r --force-depends `dpkg --get-selections | grep gnome | cut -f 1`
dpkg -r --force-depends `dpkg --get-selections | grep deinstall | cut -f 1`
This leaves the system in a very broken state. However, I then installed gnome and many (all?) of the other dependencies:
aptitude install task-gnome-desktop
The first couple options to resolve the package conflicts involved aptitude removing most or all of the packages that had unmet dependencies. I cycled through a few other options until I got one that wasn't going to remove anything but rather just install the missing packages which was about 20 more.
The only thing that seems to still be broken is that the expand/collapse buttons for threads in Thunderbird
are missing.
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f917377%2fhow-do-i-fix-oh-no-something-has-gone-wrong-gdm3-fails-to-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have the same problem. I solved the problem by following these steps:
Reboot your system.
Press Ctrl + Alt +F4 and type startx
Open the terminal and remove gnome desktop
apt-get remove gnome-session
apt-get autoremove
I have KDE desktop installed , to reconfigure kdm
i am using the following command:
sudo dpkg-reconfigure kdm
and choose kdm
Next step reboot and reinstall gnome desktop.
add a comment |
I have the same problem. I solved the problem by following these steps:
Reboot your system.
Press Ctrl + Alt +F4 and type startx
Open the terminal and remove gnome desktop
apt-get remove gnome-session
apt-get autoremove
I have KDE desktop installed , to reconfigure kdm
i am using the following command:
sudo dpkg-reconfigure kdm
and choose kdm
Next step reboot and reinstall gnome desktop.
add a comment |
I have the same problem. I solved the problem by following these steps:
Reboot your system.
Press Ctrl + Alt +F4 and type startx
Open the terminal and remove gnome desktop
apt-get remove gnome-session
apt-get autoremove
I have KDE desktop installed , to reconfigure kdm
i am using the following command:
sudo dpkg-reconfigure kdm
and choose kdm
Next step reboot and reinstall gnome desktop.
I have the same problem. I solved the problem by following these steps:
Reboot your system.
Press Ctrl + Alt +F4 and type startx
Open the terminal and remove gnome desktop
apt-get remove gnome-session
apt-get autoremove
I have KDE desktop installed , to reconfigure kdm
i am using the following command:
sudo dpkg-reconfigure kdm
and choose kdm
Next step reboot and reinstall gnome desktop.
answered Mar 20 '16 at 11:05
GAD3RGAD3R
2,4421226
2,4421226
add a comment |
add a comment |
Interestingly enough, I found my own question when I broke my system in a similar way. I'm not sure exactly how I did it, the last thing I installed was the terminal emulator terminator
but I haven't rebooted my machine for quite some time so there may have been more relevant changes that I have forgotten about.
To get out of the white screen of death I forcefully removed all the gnome packages:
dpkg -r --force-depends `dpkg --get-selections | grep gnome | cut -f 1`
dpkg -r --force-depends `dpkg --get-selections | grep deinstall | cut -f 1`
This leaves the system in a very broken state. However, I then installed gnome and many (all?) of the other dependencies:
aptitude install task-gnome-desktop
The first couple options to resolve the package conflicts involved aptitude removing most or all of the packages that had unmet dependencies. I cycled through a few other options until I got one that wasn't going to remove anything but rather just install the missing packages which was about 20 more.
The only thing that seems to still be broken is that the expand/collapse buttons for threads in Thunderbird
are missing.
add a comment |
Interestingly enough, I found my own question when I broke my system in a similar way. I'm not sure exactly how I did it, the last thing I installed was the terminal emulator terminator
but I haven't rebooted my machine for quite some time so there may have been more relevant changes that I have forgotten about.
To get out of the white screen of death I forcefully removed all the gnome packages:
dpkg -r --force-depends `dpkg --get-selections | grep gnome | cut -f 1`
dpkg -r --force-depends `dpkg --get-selections | grep deinstall | cut -f 1`
This leaves the system in a very broken state. However, I then installed gnome and many (all?) of the other dependencies:
aptitude install task-gnome-desktop
The first couple options to resolve the package conflicts involved aptitude removing most or all of the packages that had unmet dependencies. I cycled through a few other options until I got one that wasn't going to remove anything but rather just install the missing packages which was about 20 more.
The only thing that seems to still be broken is that the expand/collapse buttons for threads in Thunderbird
are missing.
add a comment |
Interestingly enough, I found my own question when I broke my system in a similar way. I'm not sure exactly how I did it, the last thing I installed was the terminal emulator terminator
but I haven't rebooted my machine for quite some time so there may have been more relevant changes that I have forgotten about.
To get out of the white screen of death I forcefully removed all the gnome packages:
dpkg -r --force-depends `dpkg --get-selections | grep gnome | cut -f 1`
dpkg -r --force-depends `dpkg --get-selections | grep deinstall | cut -f 1`
This leaves the system in a very broken state. However, I then installed gnome and many (all?) of the other dependencies:
aptitude install task-gnome-desktop
The first couple options to resolve the package conflicts involved aptitude removing most or all of the packages that had unmet dependencies. I cycled through a few other options until I got one that wasn't going to remove anything but rather just install the missing packages which was about 20 more.
The only thing that seems to still be broken is that the expand/collapse buttons for threads in Thunderbird
are missing.
Interestingly enough, I found my own question when I broke my system in a similar way. I'm not sure exactly how I did it, the last thing I installed was the terminal emulator terminator
but I haven't rebooted my machine for quite some time so there may have been more relevant changes that I have forgotten about.
To get out of the white screen of death I forcefully removed all the gnome packages:
dpkg -r --force-depends `dpkg --get-selections | grep gnome | cut -f 1`
dpkg -r --force-depends `dpkg --get-selections | grep deinstall | cut -f 1`
This leaves the system in a very broken state. However, I then installed gnome and many (all?) of the other dependencies:
aptitude install task-gnome-desktop
The first couple options to resolve the package conflicts involved aptitude removing most or all of the packages that had unmet dependencies. I cycled through a few other options until I got one that wasn't going to remove anything but rather just install the missing packages which was about 20 more.
The only thing that seems to still be broken is that the expand/collapse buttons for threads in Thunderbird
are missing.
answered Jan 10 at 18:56
user1794469user1794469
171211
171211
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f917377%2fhow-do-i-fix-oh-no-something-has-gone-wrong-gdm3-fails-to-start%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown