xfce4 error
Rob
spamrefuse at yahoo.com
Fri Mar 25 00:33:46 PST 2005
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/
More information about the freebsd-questions
mailing list