It doesn't work

I have just installed KDE. When it runs automatically, after entering password, it shows
Code:
"cannot enter home directory. Using /."
And after clicking ok -the only choice - a box with the following massage
is shown :
Code:
"Call to inusertemp failed <temporary directories full? > . Check your installation."
 
Last edited by a moderator:
Are you using root to login to X or a normal user?
That looks like a permission problem. Check the permissions in your $HOME directory:
% ls -lah /usr/home
Code:
-a, --all == do not ignore entries starting with
-h, --human-readable == with -l, print sizes in human readable format (e.g., 1K 234M 2G)
-l == use a long listing format
 
Are you using root to login to X or a normal user?
That looks like a permission problem. Check the permissions in your $HOME directory:
% ls -lah /usr/home
Code:
-a, --all == do not ignore entries starting with
-h, --human-readable == with -l, print sizes in human readable format (e.g., 1K 234M 2G)
-l == use a long listing format
A normal user as the username in the initial page of KDE.
By using root, it shows:
Code:
"root logins are not allowed "
 
Last edited by a moderator:
Back
Top