Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st January 2009, 11:28 AM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
Cannot get past login screen after F9 update - SOLVED (sort of)

I have just updated F9 from kernel 2.6.27.5-41 to 2.6.27.9-73 using yum. System now boots to GUI login screen, but when I log in it keeps returning to the login screen - no error messages, but can't get beyond this point. Same thing happens logging in as root or any other user.

I thought this might be related to the problematic ATI fglrx driver (http://forums.fedoraforum.org/showthread.php?t=155503) so I removed and reinstalled kmod-fglrx and akmod-fglrx packages without making any difference. I am now using the open-source VESA driver, but still makes no difference.

I can boot into the older kernels installed (2.6.27.5-41 and 2.6.27.5-37) but still have the same problem. I can log in on the terminal command line OK. No sign of obvious errors in Xorg.0.log etc. I have checked that /etc/gdm/Xsession is a symbolic link to ../X11/xinit/Xsession. as this featured in postings relating to similar problems, but everything looks OK there.

Any help gratefully received!
__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200

Last edited by AndyW; 9th February 2009 at 09:26 PM.
Reply With Quote
  #2  
Old 21st January 2009, 01:13 PM
Mikko Offline
Registered User
 
Join Date: Nov 2008
Location: Finland
Posts: 157
Quote:
Originally Posted by AndyW View Post
No sign of obvious errors in Xorg.0.log etc.
You checked /var/log/messages as well?

You could try creating a new test user with a blank home directory, and logging in as that user. That should tell you if it's something in the per-user config in the home directory (seems unlikely, though) or system wide.
Reply With Quote
  #3  
Old 22nd January 2009, 11:27 AM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
This seems to be the relevant entry in /var/log/messages at the time of attempted login:-

Code:
Jan 22 07:45:05 localhost gdm-simple-slave[2999]: CRITICAL: Cannot read specified session file: gnome.desktop
Sure enough, the file "gnome.desktop" does not exist anywhere. Looking back through the messages file the same entry appears at each login attempt. I have removed and reinstalled the gdm and gnome-desktop packages, but makes no difference.

As expected the same thing happens with a specially-created new user.

__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200
Reply With Quote
  #4  
Old 22nd January 2009, 11:53 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try overwriting the packages to replace the config files.

Code:
su
yumdownloader gdm gnome-desktop
rpm -Uvh --replacefiles --replacepkgs gdm*rpm gnome-desktop*rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 22nd January 2009, 10:40 PM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
Thanks for the suggestions, which I have followed. However - still no file called "gnome.desktop", and still can't get past login screen...
__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200
Reply With Quote
  #6  
Old 22nd January 2009, 10:51 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by AndyW View Post
Thanks for the suggestions, which I have followed. However - still no file called "gnome.desktop", and still can't get past login screen...
Code:
[leigh@localhost ~]$ locate gnome.desktop
/usr/share/applications/fedora-xchat-gnome.desktop
/usr/share/applications/gnome-same-gnome.desktop
/usr/share/kde4/apps/kdm/sessions/gnome.desktop
/usr/share/xsessions/gnome.desktop
[leigh@localhost ~]$ su
Password: 
[root@localhost leigh]# yum whatprovides /usr/share/xsessions/gnome.desktop
Loaded plugins: refresh-packagekit
    
Importing additional filelist information
updates/filelists_db                                     | 4.5 MB     00:11     
gnome-session-xsession-2.24.1-3.fc10.x86_64 : gnome-session desktop file
Repo        : fedora
Matched from:
Filename    : /usr/share/xsessions/gnome.desktop



gnome-session-xsession-2.24.2-1.fc10.x86_64 : gnome-session desktop file
Repo        : updates
Matched from:
Filename    : /usr/share/xsessions/gnome.desktop



gnome-session-xsession-2.24.3-1.fc10.x86_64 : gnome-session desktop file
Repo        : installed
Matched from:
Other       : Provides-match: /usr/share/xsessions/gnome.desktop



[root@localhost leigh]#
Try


Code:
su
yum install gnome-session-xsession
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 23rd January 2009, 11:04 AM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
The "locate" command found only /usr/share/applications/gnome-same-gnome.desktop, which is provided by the gnome-games-2.22.3-1.fc9 package. When I tried to install gnome-session-xsession I was told no such package was available (this is F9, maybe different on F10?), but I was able install gnome-session and now have a file /usr/share/xsessions/gnome.desktop.

Now when I log in I don't get returned to the login GUI, but just get a blank screen with the F9 wallpaper and a mouse pointer - no sign of any desktop, and cannot do anything apart from breaking out to the terminal with Ctrl-Alt-F1. This happens whichever user I log in as. The "CRITICAL" entry in /var/log/messages no longer appears, and there are now further entries refering to the login user name, so it is clearly getting further now. The first time I managed to log in I got a pop-up dialog saying I had suffered a kernel failure and offering to send diagnostic info to Fedora project (which I did).

Previously I was using KDE desktop, which was configured to load when I did the original F9 install. I am hoping now this is a question of fixing a config file to direct loading of the KDE desktop.

Thanks again to Leigh123 for help and advice.
__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200
Reply With Quote
  #8  
Old 9th February 2009, 09:25 PM
AndyW Offline
Registered User
 
Join Date: Nov 2008
Location: London
Posts: 27
The problem here seems to have been that KDE (and other things) had been corrupted, presumably by the yum update.

Editing (in fact creating) the file /etc/sysconfig/desktop to contain
Code:
DESKTOP="KDE"
DISPLAYMANAGER="KDE"
made no difference, and executing startkde from the command line came back with "command not found". In the end I did a yum groupinstall of KDE (and other apps like mythtv that had disappeared as well) and everything came back as before, including user settings for all the apps.

The original yum update was quite big (about 400 MB I think) as I hadn't been able to update for several weeks due to the dbus problem, but didn't generate any alert messages. Is there a way for an update like that to corrupt applications this way?

Andrew
__________________
Gigabyte GA-970A-DS3 - AMD FX-6100 - 2 x 2GB PC6400 - Asus Radeon HD 4670 - Hauppauge WinTV Go! BT878 - Hauppauge HVR-2200
Reply With Quote
Reply

Tags
login, past, screen, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FD11 Need help getting past login mudsnake Installation and Live Media 2 29th September 2009 09:21 PM
Cant go past the login screen krantionline Using Fedora 3 16th September 2009 03:11 PM
Cannot get past local host /login Telebraxis Using Fedora 1 24th March 2009 09:41 PM
Please Help! No login screen after update pigbellamy Using Fedora 8 24th December 2008 06:19 PM
live cd can't get past login arizray Installation and Live Media 1 8th December 2008 02:14 AM


Current GMT-time: 09:18 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat