Gentoo Archives: gentoo-user

From: YoYo Siska <yoyo@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Unable to login to gentoo
Date: Tue, 01 Nov 2011 20:35:02
Message-Id: 20111101203333.GC1368@ksp.sk
In Reply to: Re: [gentoo-user] Unable to login to gentoo by Vishnupradeep
1 On Wed, Nov 02, 2011 at 01:00:12AM +0530, Vishnupradeep wrote:
2 > yes full path works.
3 >
4 > On Tue, Nov 1, 2011 at 6:51 PM, YoYo Siska <yoyo@××××××.sk> wrote:
5 >
6 > > and try using full paths:
7 > > /bin/ls (or /usr/bin/ls)
8 > >
9
10
11 What about the env or echo $PATH output?
12
13 Might be that some files used to set up the enviroment are broken.
14 If PATH and maybe some other things are not set up correctly, that would
15 explain why login into KDE or anything graphical doesn't work...
16
17 You can try
18 env-update && source /etc/profile
19
20 if that doesn't help, you will have to check the files that are read by
21 bash, mostyle /etc/profile (which should source /etc/profile.env among
22 others)
23
24
25 Check also files in users/roots homedir
26 (~/.bash_profile / ~/.bashrc), but if the problem happes both with root
27 and regular user, I don't think the prob. is in those files.
28
29
30 yoyo