Quote:
Originally Posted by windstory
I have an problme in connecting remote server through xmanager.
But I could connect with Putty.
The error message of startkde is here.
Any help would be appreciated.
|
You are trying to log onto a system where you don't have write permissions for /tmp. Why this is true is a mystery with the available information.
Try writing to /tmp:
Code:
$ touch /tmp/test-file
See what happens. Also look at /tmp, see what permissions it has:
Should resemble this:
drwxrwxrwt. 22 root root 4096 2009-10-14 01:29 /tmp
If it doesn't, fix it and try again.