- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with Xvfb
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
тАО07-20-2004 03:26 AM
тАО07-20-2004 03:26 AM
problem with Xvfb
I have a headless linux machine,which is my server.I would like to run a GUI application in linux from my windows 2000 client machine using telnet.So i tried to stop Xserver and install
Xvfb.When i start my xvfb using the command
Xvfb :0 -screen 0 1024x768x24 &
i received the following error.
_XSERVTransOpen: transport open failed for inet6/AppletTest:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
_XSERVTransSocketCreateListener: failed to bind listener
_XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed to create listener for inet
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
can anyone guide me to overcome this problem.
Thanks in advance
-adhil.J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-20-2004 03:42 AM
тАО07-20-2004 03:42 AM
Re: problem with Xvfb
Xxfb provides an X server interface on a machine that lacks a graphics card.
I'm upgrading my settings which work with oracle application server. Perhaps they'll help.
/etc/rc.config.d/xvfb
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
тАО07-21-2004 12:18 AM
тАО07-21-2004 12:18 AM
Re: problem with Xvfb
Alternative - see if you can use Xvnc. This would give you the virtual frame buffer capability with the possibility of attaching to it with a vnc client on the win2k system. On linux, the command to start Xvnc is vncserver.
See http://realvnc.org/ for more detailed docs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 12:32 AM
тАО07-21-2004 12:32 AM
Re: problem with Xvfb
Having the X server on the Linux box will not help one bit. You do not even need to run a X server on the linux box to run X application to your PC. You need the X server on your PC and the applications can be anywhere you like. There are several windws X servers available, such as ReflectionX and Exceed. As far as I am aware, xvfb is only a frame buffer X server and doesn't run on Windows.
I might have misinterpreted your question though. That does happen quite a lot :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 02:17 AM
тАО07-27-2004 02:17 AM
Re: problem with Xvfb
I could'nt keep in touch with you all for long time.
Thanks for the kind information given by you all.
I learned that "-nolisten tcp" option would solve that.
But When i start my xvfb using the command
Xvfb :10 -screen 0 640x480x8 -nolisten tcp
It came out with the error
"Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!"
I googled it but no use.Can anyone help me to solve this.
-adhil.J