I've set up my first Debian X-Windows system recently. I've been able
to log in as root and execute "startx" without a problem. When I try to
log in as a normal user and run 'startx', I get "mkdtemp: private socket
dir: Permission denied" in ~/.xsession-errors. I can't find any
information on mkdtemp, or on which directory or socket the permission
needs to be changed, and how. Can anyone help me with this problem?
I tried doing a Google search on mkdtemp on site:debian.org and
site:xfree86.org without success.
Thank you for your help and suggestions.
-Kevin Zembower
-----
E. Kevin Zembower
Unix Administrator
Johns Hopkins University/Center for Communications Programs
111 Market Place, Suite 310
Baltimore, MD 21202
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
What are the permissions on /tmp? 'ls -ld /tmp' and 'ls -al /tmp' output
will help.
Cheers,
--
Colin Watson [cjwa...@flatline.org.uk]
Thank you again for taking the time to help me.
-Kevin Zembower
>>> Colin Watson <cjwa...@debian.org> 07/16/02 11:25AM >>>
Excellent - glad it helped!
For what it's worth, the normal permissions on /tmp are owner root,
group root, mode 1777 (rwxrwxrwt in 'ls -l' output). I'm not sure why
you didn't have that by default.