FedoraForum.org - Fedora Support Forums and Community
Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    Join Date
    Jun 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unhappy Cannot Login After Updates

    This morning I had the notification that there were 21 updates available, and I selected to install them. The system then notified me that a restart was required and I clicked the restart button. After restarting, the system boots to the GUI screen and I select my name and enter the password. It then plays the login sound, the cursor "swirls" and it cycles back to the login screen. Switching over to another terminal screen I can login from the command line.

    Any ideas what's going on and/or how I can correct this?

    TIA!!
    Last edited by LinuxLuvr; 10th September 2009 at 05:49 PM.

  2. #2
    Join Date
    Feb 2009
    Posts
    2,743
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have proprietary graphics drivers installed? If I remember correctly, there were xorg updates, which may have screwed your drivers. Can you view the log files, e.g. (/var/log/messages and /var/log/Xorg.0.log)?

  3. #3
    Join Date
    Mar 2009
    Location
    Beijing,China
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also have this problem. Please CHECK /var/log/yum.log, if you have UPDATE xorg-x11-server-Xorg, maybe you need to DOWNGRADE it.

    On gdm login window, press 'Ctrl+Alt+F2', and login with root
    1) yum install yum-plugin-allowdowngrade
    2) yum downgrade xorg-x11-server-Xorg

    Notice: First need to configure your local network card in order to guarantee access to the Internet

  4. #4
    Join Date
    Mar 2008
    Age
    51
    Posts
    69
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add new user as root and login with it.
    I have same problem, but don't know at this time how to resolve it.

  5. #5
    Join Date
    Sep 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I upgraded this morning, after restart operates only in KDE desktop, GNOME appears to have vanished from the system (Fedora 11) - any ideas welcome

  6. #6
    Join Date
    Mar 2009
    Location
    Beijing,China
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When system boots to the GUI screen, DON'T select my name and enter the password. At this time, press 'Ctrl+Alt+F2', so you will see another windows ask you INPUT your login name.
    On this screen, INPUT login name with 'root', and INPUT root's password.

    When you logon with root, Access network line to the local network card. Then use command 'ifconfig' to configure the local network card parameters in order to access the Internet.
    Example:
    ifconfig eth0 192.168.1.22
    route add default 192.168.1.1
    echo "nameserver 202.106.0.20" > /etc/resolv.conf

    AND, downgrade xorg-x11-server-Xorg.

  7. #7
    Join Date
    Jun 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the same problem

  8. #8
    Join Date
    Jun 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by blae
    I also have this problem. Please CHECK /var/log/yum.log, if you have UPDATE xorg-x11-server-Xorg, maybe you need to DOWNGRADE it.

    On gdm login window, press 'Ctrl+Alt+F2', and login with root
    1) yum install yum-plugin-allowdowngrade
    2) yum downgrade xorg-x11-server-Xorg

    Notice: First need to configure your local network card in order to guarantee access to the Internet
    This took care of the problem; thanks!

    Anyone knows if this should be submitted as a bug report?

  9. #9
    Join Date
    Jul 2007
    Location
    Whangarei
    Posts
    40
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can confirm the same issue on an IBM ThinkPad R51, and thanks for the instructions to sort this out...logging in as 'root' as suggested over a wired connection on my laptop, and performing 'yum downgrade xorg-x11-server-Xorg'

    Would appreciate any further feedback or updates on this issue.

    Regards.
    Laptop: Arch XFCE Desktop: Fedora XFCE Server: CentOS - managed with VirtualminPro

  10. #10
    Join Date
    Aug 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been having similar problems, but only the Plasma Workspace of KDE is crashing.
    A firefox window reopened from my previous session, and internet works, but without a background or and desktop effects like right click
    I tried the downgrade and it told me upgrade was the only option

  11. #11
    Join Date
    Mar 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had the same problem on a Thinkpad T400 running f11_64 and just wanted to say thanks for the downgrade instructions, they worked for me too. I'm brand new to Fedora -- should this be filed as a bug over in the RedHat bugzilla? I looked there but couldn't find anything about it.

  12. #12
    Join Date
    Jul 2007
    Location
    Whangarei
    Posts
    40
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is what worked for me on a ThinkPad R51

    1. Disable desktop effects

    2. As per this thread

    As root, type:

    Code:
    Xorg -configure :1
    In the section "Device" add the following line:

    Code:
    	Option      "Tiling"			"False"
    Copy the resulting xorg.conf which is /root/xorg.conf.new to /etc/X11/xorg.conf

    Code:
    cp /root/xorg.conf.new /etc/X11/xorg.conf
    From what I can gather, this issue was related to a 'Tiling' issue that I had in GNOME


    Hope that helps.
    Laptop: Arch XFCE Desktop: Fedora XFCE Server: CentOS - managed with VirtualminPro

  13. #13
    Join Date
    Sep 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I too had this problem after updating last night. In desperation i switched to another terminal, killed Xorg, which automatically restarts and had me back at the gdm. I then proceeded log in as usual and it went ok from there.

  14. #14
    Join Date
    Oct 2007
    Location
    Freedonia
    Age
    77
    Posts
    3,080
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My laptop just got hit by this bug. Killing Xorg didn't work, so I tried the downgrade. Alas, yum refused to install the plugin. Eventually, after finding out that --disableexclude=all didn't work, I tried --disableplugins and got it installed. That allowed me to downgrade the server, and I'm back in business. Does anybody know if this has been reported to bugzilla?
    Registered Linux user #470359 and permanently recovered BOFH.

    Any advice in this post is worth exactly what you paid for it.

  15. #15
    Join Date
    Sep 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm happy to report that the xorg.conf workaround ~cyrus~ posted worked for me. Those of you for whom the downgrade isn't working might want to give it a shot.

Page 1 of 3 123 LastLast

Similar Threads

  1. Yum Updates and Update manager updates differ.
    By Trapper in forum Alpha, Beta & Snapshots Discussions (Fedora 11 Only)
    Replies: 7
    Last Post: 21st May 2009, 11:13 PM
  2. new updates causing x login issues
    By geek1234 in forum Installation, Upgrades and Live Media
    Replies: 0
    Last Post: 31st December 2007, 03:10 AM
  3. Replies: 44
    Last Post: 25th December 2007, 01:36 PM
  4. after upgrade to F8 only X-login, but failing to login, returns to login screen
    By angro in forum Installation, Upgrades and Live Media
    Replies: 1
    Last Post: 26th November 2007, 09:12 PM
  5. Cannot login after yumex updates
    By Jim Rockford in forum Using Fedora
    Replies: 14
    Last Post: 18th October 2006, 02:52 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •