1819805 Members
3294 Online
109607 Solutions
New Discussion юеВ

xvfb start problem

 
uadm26
Super Advisor

xvfb start problem

Hi guys,
I've done everything in the document of xvfb installation, but when I try to start the xvfb, the exit code is 0, but the log file report that error:
#cat /var/X11/Xserver/logs/Xvfb_10.log
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
unlink: No such file or directory
unlink failed, errno 2/usr/contrib/bin/X11/xinit: Error 0 (errno 0): Server error.
Any ideas?
Thanks for all
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor

Re: xvfb start problem

Hi,

Title: Xvfb Error: Cannot establish any listening sockets
Document ID: XWINKBRC00015294

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079990768

Regards,
Robert-Jan
Yogeeraj_1
Honored Contributor

Re: xvfb start problem

hi,

also verify your XVFB_DISPLAY value in the /etc/rc.config.d/xvfb

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
uadm26
Super Advisor

Re: xvfb start problem

Thanks for all, but theres something wrong about the system after reeboot the xvfb start's ok.
Charles Slivkoff
Respected Contributor

Re: xvfb start problem

Something is already occupying TCP port 6010. Assuming Xvfb was not already running, The most likely culprit would be a SSH connection setup to forward X11 protocol. SSH starts with an offset of 10 for it's display numbers.

If you have lsof installed, you can figure out what process specifically is using that port: lsof -i tcp:6010