Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I updated from kubuntu 8.1 to 9.1 through the regular updater on the desktop. Everything seemed to go well, but now I can't seem to log in. When I enter my info at the log in screen, it starts to load the icons that it usually does, then quits and comes back to the log in screen. Any suggestions? Thanks!
Thanks for the quick reply! I tried the alt-everything from the log in window, and holding alt-f1 while booting, but I couldn't get to a txt log in. So I used gurb to boot into the recovery mode, and after switching from root to the main admin account, I was able to delete .ICEauthority* but .DCOPServer* couldn't be found. This didn't fix the issue though. I tried the repair packages option from grub too. Any other suggestions? Thanks!
The "not being able to log in to the GUI until you delete the KDE temp files" is an annoying problem that's actually bitten me in the past. Based on your description ("it starts to load the icons ..., then quits and comes back to the log in screen"), I thought it was a Sure Thing.
Sorry!
SUGGESTIONS:
1. I'm not sure ~/.ICEauthority* and ~/.DCOPServer* are the only files you need to delete. In particular, I don't remember which X and/or KDE files I needed to delete, or whether they were in my "~" home directory and/or "/tmp".
Please Google for other KDE- and X-related temp files.
2. If you're able to get into single-user mode, *definitely* look at the log files to see what the underlying problem might be.
The two main files to look at are:
a) System log: /var/log/messages
b) X Windows log: /var/log/Xorg.0.log
<= or use "find" if the log isn't in /var/log for your distro:
c) find / -name "*Xorg* -print 2> /dev/null
3. If it's no big deal for you to re-install from scratch - then go for it!
But I would consider that a "last resort". You should be able to get to the root cause - and correct - it with either of the first two suggestions.
4. If you do wind up re-installing ... and if you do happen to have old data and programs on the original disk you wish to keep ... then it might be economical to buy a second drive:
Thanks for your detailed response and patience. I did my best to google search the temp files you mentioned, and all I came up with was the link below.
I deleted the files listed there (although some of them didn't show up) and the problem is still happening. I managed to find out how to mount a usb drive (very basic, I know, but up till now I've been a windows lifer with no computer experience) and copy over the log files you mentioned. Is there something in them that I should be looking for specifically? Also, is there an easier way to read them then with notepad in windows?
A final note: I'm not sure if it was when I was deleting files, or messing around with the usb, but after I restarted my computer to see if I could log in, it started doing a system file check, but in some weird folder, and it flickered the whole time. After that, when I ogged back into the command line, I got a bunch of buffer I/O errors on device sr), logical blocks 0-9. The numbers beside these are 17.488757-.566622. Which log file is this, and what is it telling me?
tredegar: I'll have to chalk this up to a learning experience on *buntu upgrading. I'd like to save a reinstall for a last resort because I don't even know how to begin backing up my data, let alone restoring it after reinstalling kubuntu.
Last edited by ddrohan; 11-15-2009 at 11:12 PM.
Reason: add link
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.