You are not logged in.

1

Tuesday, December 11th 2007, 2:49pm

call to lnusertemp failed (temporary directories full ?).Check your installation

hello,

i'm using debian sarge (unstable) with nomachine which has been recently installed and when i launch NX client i have this error message
"call to lnusertemp failed (temporary directories full ?).Check your installation"

i do not know what KDE version is installed, where can be these temporary files ? how to have more verbose on this error ?

thnaks of your answer...

ps: i'm on a vserver ;)

This post has been edited 2 times, last edit by "willemijns" (Dec 11th 2007, 2:51pm)


2

Sunday, February 24th 2008, 8:32pm

Hi,

I had the same issue recently. Check in /var/log/kdm.log. I had an entry like
Error: Can not create directory "/var/tmp/kdecache-..."

/var/tmp was simply not there. I added it with
sudo mkdir /var/tmp
sudo chmod 777 /var/tmp
sudo chmod o+t /var/tmp (not sure if the last step is necessary, but /var/log has it as well)

After that it worked fine.

Regards

Peter

3

Sunday, February 24th 2008, 9:17pm

i haven't this log file but i have tried your lines and it works well now
thanks a lot...