- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- xvfb could not stopped or started...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 12:17 AM
тАО06-09-2004 12:17 AM
xvfb could not stopped or started...
/sbin/init.d/xvfb stop
Fatal server error:
Server is already active for display 1
If this server is no longer running, remove /tmp/.X1-lock
and start again.
mwm: Could not open display.
xhost: unable to open display "80.0.0.174:0.0"
not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 12:35 AM
тАО06-09-2004 12:35 AM
Re: xvfb could not stopped or started...
Did you check if xvfb is already running on your system, when you started it? Did you try removing /tmp/.X1-lock
and starting again? Did it work? Also, is the IP address correct? Did you do "xhost +" after "export DISPLAY=80.0.0.174:0.0"? Try :10.0 instead of 0:0 in the previous command.
If you have done all of these, then you might want to take a look at the following docs for more information:
- http://www.idevelopment.info/data/Unix/General_UNIX/GENERAL_XvfbforHPUX11_0.shtml
- http://www.redbooks.ibm.com/redbooks/SG245130.html (Refer to Chapter 6. The X Virtual Frame Buffer and Softgraphics)
HTH,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 12:42 AM
тАО06-09-2004 12:42 AM
Re: xvfb could not stopped or started...
# /sbin/init.d/xvfb stop
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
mwm: Could not open display.
xhost: unable to open display "80.0.0.174:0.0"
not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 12:45 AM
тАО06-09-2004 12:45 AM
Re: xvfb could not stopped or started...
Also checl you have lock file as mentioned try removing lock files and then try.
Please refer the following link, which explains, which screen number should be used.
http://www.idevelopment.info/data/Unix/General_UNIX/GENERAL_XvfbforHPUX11_0.shtml
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 12:59 AM
тАО06-09-2004 12:59 AM
Re: xvfb could not stopped or started...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 01:55 AM
тАО06-09-2004 01:55 AM
Re: xvfb could not stopped or started...
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:33 AM
тАО06-09-2004 02:33 AM
Re: xvfb could not stopped or started...
ps -ef ├В┬ж grep xvfb ?
note the display id numbers .... local Xserver normally uses :0, xvfb can be configured to use any others normally :5 or :10
it sounds that something is using whatever id number you have configured xvfb to use already ... maybe a previos xvfb session ?
may also be worth clearing out the
/var/spool/sockets/X11 dir and also checking the xvfb log file in /var/X11/Xserver/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 02:37 AM
тАО06-09-2004 02:37 AM
Re: xvfb could not stopped or started...
Thats build into the configuration file /etc/rc.config.d/xvfb
For other users, this code is useful in .profile or /etc/profile
DISPLAY=$(who -m -u | awk '{print $8}'):0.0
export DISPLAY
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2004 04:25 PM
тАО06-09-2004 04:25 PM
Re: xvfb could not stopped or started...
--Deepu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 02:15 AM
тАО07-27-2004 02:15 AM
Re: xvfb could not stopped or started...
I had the same problem.But when i tried out with the command
"Xvfb :10 -screen 0 640x480x8 -nolisten tcp"
there was no XERVER error.But it came out with the error "Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!"
Could anyone guide me to solve this.
-adhil.J