Date: Fri, 25 Mar 2005 00:33:45 -0800 (PST) From: Rob <spamrefuse@yahoo.com> To: FreeBSD questions <freebsd-questions@freebsd.org> Cc: matt@atopia.net Subject: Re: xfce4 error Message-ID: <20050325083345.79511.qmail@web54002.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050325083345.79511.qmail>
