xfce4-session and XOrg-test

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Oct 7 20:27:02 UTC 2004


On Thursday 07 October 2004 03:19 pm, Auke Kok wrote:
> I'm running a virgin XOrg-test and xfce4-1.90 here now and as USER I get
> the following error: (2.4.27 kernel BTW)
>
> (==) Using config file: "/etc/X11/xorg.conf"
> Could not init font path element /usr/share/fonts/CID/, removing from list!
> /usr/etc/xdg/xfce4/xinitrc: line 52: xscreensaver: command not found
> alsa: Mixer attach default error: Permission denied
> _IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be
> created.
> _IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2
> _IceTransMakeAllCOTSServerListeners: failed to create listener for local
> xfce4-session: Unable to establish ICE listeners: Cannot establish any
> listening sockets
>
> waiting for X server to shut down
> # die! die!
>
>
> anyway Xorg is nicely rws--x--x and even /tmp is rwxrwxrwt ... clues
> anyone???

Can we add something like this to the POST_INSTALL to make sure this doesn't 
happen in the future?

for dir in /tmp/.{ICE,X11}-unix
do
 if [ ! -d ${dir} ]
 then
  mkdir -p ${dir}
 fi
 chown root:root ${dir}
 chmod 1777 ${dir}
done

>
> it works fine as root!
> _______________________________________________
> Lunar-dev mailing list
> Lunar-dev at lunar-linux.org
> http://lunar-linux.org/mailman/listinfo/lunar-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lunar-linux.org/mailman/private/lunar-dev/attachments/20041007/4be3030b/attachment.bin


More information about the Lunar-dev mailing list