xfce4 error

2005-03-25 Thread 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 
[EMAIL PROTECTED]:/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.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread Rob
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]


Re: xfce4 error

2005-03-25 Thread J. Martin Petersen
Matt Juszczak wrote:
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 
[EMAIL PROTECTED]:/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.
Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xfce4 error

2005-03-25 Thread Matt Juszczak
I should read more.  Thanks. :)
J. Martin Petersen wrote:
Matt Juszczak wrote:
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 
[EMAIL PROTECTED]:/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.

Maybe the following from /usr/ports/UPDATING can help?
|20050126:
|  AFFECTS: users of x11-wm/xfce4
|  AUTHOR: [EMAIL PROTECTED]
|
|  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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

!DSPAM:4243cd6916672801758732!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]