Discussion:
xfce4 error
Matt Juszczak
2005-03-25 08:28:55 UTC
Permalink
Installed xorg and xfce4 ....

Then I get the following. Any ideas? Thank you!

-Matt

---snip---

heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD
5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004
***@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 25 March 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 25 03:26:15 2005
(==) Using config file: "/etc/X11/XF86Config"
xscreensaver: not found
Agent pid 18253

** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion
`mixer_handle != -1' failed

** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_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
Agent pid 18253 killed

waiting for X server to shut down The application 'xfce-mcs-manager'
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Rob
2005-03-25 08:33:45 UTC
Permalink
Post by Matt Juszczak
Installed xorg and xfce4 ....
Then I get the following. Any ideas? Thank you!
[...cut...]
Post by Matt Juszczak
_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/
J. Martin Petersen
2005-03-25 08:35:04 UTC
Permalink
Post by Matt Juszczak
Installed xorg and xfce4 ....
Then I get the following. Any ideas? Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD
5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004
Build Date: 25 March 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 25 03:26:15 2005
(==) Using config file: "/etc/X11/XF86Config"
xscreensaver: not found
Agent pid 18253
** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion
`mixer_handle != -1' failed
** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_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
Agent pid 18253 killed
waiting for X server to shut down The application 'xfce-mcs-manager'
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Maybe the following from /usr/ports/UPDATING can help?

|20050126:
| AFFECTS: users of x11-wm/xfce4
| AUTHOR: ***@FreeBSD.org
|
| If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
| propper rights. For further informations about that, please refer to
| 2004122
| Please update all your plugins as well when you update from 4.0.6 to
| 4.2. They all need recompiling to link against the new xfce libraries

Cheers, Martin
Matt Juszczak
2005-03-25 14:16:11 UTC
Permalink
I should read more. Thanks. :)
Post by J. Martin Petersen
Post by Matt Juszczak
Installed xorg and xfce4 ....
Then I get the following. Any ideas? Thank you!
-Matt
---snip---
heather$ startxfce4
/usr/X11R6/bin/startxfce4: Starting X server
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD heather 5.3-RELEASE FreeBSD
5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004
Build Date: 25 March 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 25 03:26:15 2005
(==) Using config file: "/etc/X11/XF86Config"
xscreensaver: not found
Agent pid 18253
** (xfce-mcs-manager:18257): CRITICAL **: find_master: assertion
`mixer_handle != -1' failed
** (xfce-mcs-manager:18257): WARNING **: oss: No master volume
_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
Agent pid 18253 killed
waiting for X server to shut down The application 'xfce-mcs-manager'
lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
Maybe the following from /usr/ports/UPDATING can help?
| AFFECTS: users of x11-wm/xfce4
|
| If you use Xorg 6.8.1: Make shure there is an /tmp/.ICE-unix with
| propper rights. For further informations about that, please refer to
| 2004122
| Please update all your plugins as well when you update from 4.0.6 to
| 4.2. They all need recompiling to link against the new xfce libraries
Cheers, Martin
_______________________________________________
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
!DSPAM:4243cd6916672801758732!
Loading...