Matt Juszczak wrote:
> Installed xorg and xfce4 ....
> 
> Then I get the following.  Any ideas?  Thank you!

[...cut...]

> _IceTransmkdir: ERROR: euid != 0,directory
> /tmp/.ICE-unix will not be 
> created.

You either need to update your system to get the
newer /etc/rc.d/cleartmp, or do manually what
is done in there at the bottom of the script:

x11_socket_dirs="/tmp/.X11-unix /tmp/.ICE-unix \
                 /tmp/.font-unix /tmp/.XIM-unix"
 
# Create socket directories with correct permissions
# to avoid security problem.
rm -fr ${x11_socket_dirs}
mkdir -m 1777 ${x11_socket_dirs}


---
Rob.


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to