Company gave me a notebook, whoohoo! Came with Win7, so first thing I did was install 12.1 and configured it just like I wanted it. Worked really great. Then one night I was playing around with setting for power management to make it run cooler when I noticed it was running really hot (from the exhaust). I immediately ran shut down.
Now, when I boot I get to the login screen but cannot login as UserName. Every time I try to login under my username it fails. I can login as root, so I did that and reset my username password in YAST, but didn’t work. Tried setting a different password, didn’t work. Can still login as root anytime.
At the login screen, make sure to select/reselect the (kde or gnome) desktop to be loaded before you login. It might have forgot what you used on the previous try.
Have not tried dummy user. Whole point is to see if I can get my user back with all it’s settings without reinstall. Same thing happens with console login. Selecting desktop makes no difference, either.
Am 18.08.2012 22:26, schrieb BobTheBull:
>
> OK, did that, no change in anything.
>
>
That you cannot login as normal user on the console makes makes me
suspect that your /home is simply not mounted.
What is the output from
cat /etc/fstab
df -h
?
–
PC: oS 12.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.4 | GeForce GT 420
ThinkPad E320: oS 12.1 x86_64 | i3@2.30GHz | 8GB | KDE 4.8.5 | HD 3000
eCAFE 800: oS 12.1 i586 | AMD Geode LX 800@500MHz | 512MB | KDE 3.5.10
I think I’m starting to see the problem here. rootfs shows 100% full; sda8 is a 15G part for root, sda9 is a 15G part for home and sda10 is a data part using the rest of the drive. There is also a win part before for Win7.
When I use a file manager to check, it shows root part is only about 50% used. And yes, home is mounted.
In order to get the output from notebook to desktop, I copied text to a kwrite file in /home/documents on the notebook and then used Samba network to copy that to the desktop. Note that the username and password for the samba shares is the same one which won’t work on login; go figure.
and yes, this is a kde desktop.
OK, the output doesn’t come at all right. How do I put term output into a post so that I looks like it came out?
Am 19.08.2012 00:46, schrieb BobTheBull:
>
> And I take it back, Dolphin does show that part to be full.
>
>
To identify a bit which directory takes most space (ignore what /usr
uses since that is large and has the appliactions) run a
du -scm /*
as root (can take a while).
It gives you the size in MB for every toplevel directory.
–
PC: oS 12.2 x86_64 | i7-2600@3.40GHz | 16GB | KDE 4.8.4 | GeForce GT 420
ThinkPad E320: oS 12.1 x86_64 | i3@2.30GHz | 8GB | KDE 4.8.5 | HD 3000
eCAFE 800: oS 12.1 i586 | AMD Geode LX 800@500MHz | 512MB | KDE 3.5.10
This is just to try the code tags out. Wow, it works. I knew it was a matter of using the right wrapper in Advanced, but didn’t know what. And I didn’t know what you meant by Code Tags.
Using du, and, yeah, that took a while, not just to output but to wade through, it seems /var/log is at fault. This contains 9.8G. there is one file of 4G in that dir, warn-20120404. None of the subdirs contain any significant amount of files, /lot/yast being the biggest at 6.5M.
Since they are all log files, would it not be safe to just delete all the files in /var/log (but not subdirs)?