Quote:
Originally Posted by Avyan
...
But when I try to switch to root user, I get the message "call to lnusertemp failed (Temporary directories full??) Check your installation".
My question is, can this problem be resolved by deleting all files from /root/tmp OR is there any other solution to this problem.
|
The first thing I recommend is check and see if your tmp directories are really full.
Try:
and see what shows up for /tmp
If /tmp is NOT full then I would check the permissions of tmp or /root/tmp as they will likely have to be modified (using chmod or chown) to allow other users to access them. Also, the error you're getting is this error printed at the command line or in a log? If its the command line I'd look around for a log and see if you can get some more details there.