This forum has been archived. All content is frozen. Please use KDE Discuss instead.

"Call to lnusertemp failed (temporary directories full?). Ch

Tags: None
(comma "," separated)
required
Registered Member
Posts
19
Karma
0
scummos wrote:Please set your locale to EN and paste the verbatim commands you execute plus the result. I don't understand what you're doing and thus I can't really help you.

shows: "the folder doesn't exist/empty"

I don't know why you keep executing those. The file is called ~/.ICEauthority. Not /home/user/ICEauthority or /home/user/.iceauthority or .iceauthority. So neither of those commands even has a chance of doing anything.

It doesn't work.

By mint forums some said that was for checking "autologin", and when you uncheck you get fine. But I'm on ubuntu.
Some said you have to change the permission of the .iceauthority file. But I can't get graphical.
required
Registered Member
Posts
19
Karma
0
I installed LXDE, and when I tried to open a folder it showed "denied permission". So, I tried with recovery mode manager. The main folder was /root/, not /XXX/ (my user). And showed 45gb of space (it was around the number that I had of free space).
So, when I log-in with user/pass on loginmanger by my user (XXX), it goes to root. And screw all the things. Just being acessible by recovery manager and lwmn.
How to solve from now on?

Last edited by required on Sat Mar 29, 2014 4:24 pm, edited 1 time in total.
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS
KDE installation doesn't create a user account - unless the distribution does that, but it is unlikely in the case of the KDE Workspace.
Please provide the output of "df -h".

What has likely happened is that your /home partition is now full (possibly due to log files, but it could be any number of things) so KDE startup can't proceed as it usually would.

As for why the 'root' account works - it is Linux convention that it is located on the / partition as /root instead, so it can login if /home is unavailable (partition unmountable, etc).


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
required
Registered Member
Posts
19
Karma
0
bcooksley wrote:KDE installation doesn't create a user account - unless the distribution does that, but it is unlikely in the case of the KDE Workspace.
Please provide the output of "df -h".

What has likely happened is that your /home partition is now full (possibly due to log files, but it could be any number of things) so KDE startup can't proceed as it usually would.

As for why the 'root' account works - it is Linux convention that it is located on the / partition as /root instead, so it can login if /home is unavailable (partition unmountable, etc).

System size usage disc use mountin
/dev/sda5 93gb 46gb 42gb 58% /
udev 1,9gb 0 1,9 0% /dev
User avatar
scummos
Global Moderator
Posts
1175
Karma
7
OS
That output indicates no problem whatsoever with disk space. It looks fine.


I'm working on the KDevelop IDE.
required
Registered Member
Posts
19
Karma
0
User avatar
scummos
Global Moderator
Posts
1175
Karma
7
OS
Change your locale to EN and post the output of e.g. ls -la /home, exactly as it appears on th screen, including the command you typed.


I'm working on the KDevelop IDE.
required
Registered Member
Posts
19
Karma
0
scummos wrote:Change your locale to EN and post the output of e.g. ls -la /home, exactly as it appears on th screen, including the command you typed.

This took some time to note down. Sorry for any mistakes.



@:~# ls -la /home
Code: Select all
total 20
drwxr-xr-x 5 root root 4096 mar 11 08:26 .
drwxr-xr -x 26 root root 4096 mar 26 04:46 ..
drw-r--r-- 6 camarada root root 4096 mar 26 05:01 camarada
drwxr-xr-x 3 root root 4096 set 15 1 2013 .ecryptfs
drwxr-xr-x 20 newuser root 4096 mar 15 16:52 newuser


@:~# sudo ls -la ~
Code: Select all
total 104
drwx------ 22 root root 4096 mar 26 05:01 .
drwxr-xr-x 26 root root 4096 mar 26 04:46 ..
-rw------ 1 root root  2329 mar 12 06:55 .bash_history
-rw-r--r-- 1 root root  3106 apr 19 2012 .bashrc
drwx------ 4 root root  4096 mar 26 04:56 .cashe
d-wxr-xr-T 8 root root 4096 fev 21 04:18 .config
drwx------ 3 root root 4096 set 3 2013 .dbus
drwxr-xr-x 2 root root 4096 mar 26 05:00 Desktop
drwxr-xr-x 2  root root 4096 fev 21 04:18 documents
drwxr-xr-x 2 root root 4096 fev 21 04:18 downloads
drwxr-xr-x 3 root root 4096 set 3 2013 .gnome2
drwxr-xr-x 3 root root 4096 set 1  2013 GNUstep
drwxr-xr-x 2 root root 4096 mar 26 05:00 .gstreamer-0.10
drwx------ 2 root root 4096 set 2 2013 .gvfs
drwxr-xr-x 2  root root 4096 feb 2 04:18 images
drwx------ 2   root root 4096  mar 2 04:18 .kde
drwx------ 3   root root 4096  set 3 2012 .local
drwxr-xr-x 2   root root 4096  feb 2 04:18 models
drwxr-xr-x 2   root root 4096  feb 2 04:18 music
-rw-r--r-- 1   root root 140 apr 1 2012 .profile
drwxr-xr-x 2   root root 4096 feb  2 04:18 public
drwxr------ 2   root root 4096  mar 2 05:04 .pulse
-rw------ 1   root root 256 set 1 2013 .pulse-cookie
drwx------ 4   root root 4096 feb 4 15:41 .synaptic
drwx------ 4   root root 4096  oct 4 02:22 .thumbnail
drwxr-xr-x 2   root root 4096 feb 2 04:18 videos
-rw------ 1  root root 4096 mar 10 03:03 .xauthority
User avatar
scummos
Global Moderator
Posts
1175
Karma
7
OS
Your whole home directory is still owned by root. Do this:
Code: Select all
sudo chown -R camarada /home/camarada
sudo chgrp -R users /home/camarada


Then look at the ls command again. It should now show your username everywhere instead of "root".

I hope you didn't really type all that in by hand :(
There's easier ways, e.g. writing it to a USB stick or using a tool such as pastebinit.

Greetings!


I'm working on the KDevelop IDE.
required
Registered Member
Posts
19
Karma
0
scummos wrote:Your whole home directory is still owned by root. Do this:
Code: Select all
sudo chown -R camarada /home/camarada
sudo chgrp -R users /home/camarada


Then look at the ls command again. It should now show your username everywhere instead of "root".

I hope you didn't really type all that in by hand :(
There's easier ways, e.g. writing it to a USB stick or using a tool such as pastebinit.

Greetings!

I'm not an expert. My notebook of commands to execute on console already took 10 full pages of noted lines.
By the way, the last command is not 4096 it's 0:
-rw------ 1 root root 0 mar 10 03:03 .xauthority
User avatar
scummos
Global Moderator
Posts
1175
Karma
7
OS
Maybe it would be easiest for you to copy your data and install a fresh system.


I'm working on the KDevelop IDE.
required
Registered Member
Posts
19
Karma
0
This can be relevant.
http://www.kde-forum.org/artikel/11539/ ... -root.html

When I commanded chow -R, the login page froze.


scummos wrote:Maybe it would be easiest for you to copy your data and install a fresh system.

I don`t have mountpass, just root and the userpass. By livecd I get encrypted files and can`t get throught it because of missing mountpass.
User avatar
scummos
Global Moderator
Posts
1175
Karma
7
OS
"froze"? what does that mean? It might take a while. If it really froze, well, then I would start looking for hardware defects (hard disk) tbh ...

Also the password to mount the disk must be available to you somehow otherwise you couldn't boot.

Greetings


I'm working on the KDevelop IDE.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]