- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- xvfb error
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
Forums
Discussions
Discussions
Discussions
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
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
02-10-2003 02:58 AM
02-10-2003 02:58 AM
I am trying to configure xvfb on hpux 11.11. I have configured xvfb on 11.00 and what I can remember I didn't experience any difficulties.
Everytime I try and start up the xvfb on display 5, using the /etc/X11/X5screen.
I get the following error:
# /usr/bin/X11/X :5
X server: Error in /etc/X11/X5screens (line 612)
Device name invalid or missing after keyword "Screen".
X server: Will try default "/dev/crt"
Failure to open default device file `/dev/crt`.
Please either specify the proper device filename in
your /etc/X11/X5screens file or fix `/dev/crt`. This filename is either
non-existent or is not a character special file.
Fatal server error:
Thanks
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:16 AM
02-10-2003 03:16 AM
Re: xvfb error
Take a look at this doc,
Alex Glennie
http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0xa4459f5b3d4fd61190030090279cd0f9,00.txt
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:26 AM
02-10-2003 03:26 AM
Re: xvfb error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:26 AM
02-10-2003 03:26 AM
Re: xvfb error
Any suggestins why I'm getting an error in realtion to /dev/crt
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:29 AM
02-10-2003 03:29 AM
Re: xvfb error
ll /dev/*crt* ?
H/W involved ? workstation or server ? Is X running locally on
a graphics head ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:52 AM
02-10-2003 03:52 AM
Re: xvfb error
The X5screens file is a copy of X0Screens with the additional lines added:
ServerOptions
serverMode XVfb
When I run ll /dev/*crt*
/dev/*crt* not found
I get the same output when I run the command on the N-Class running 11.00 which is running xvfb without a problem.
The new box I trying to configure xvfb on is also an N-Class but is running HPUX 11.11
Both the servers are headless, I am able to run a CDE session from the N-Class 11.11 (problem with xvfb) using exceed.
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:58 AM
02-10-2003 03:58 AM
Solutionmore X5screens :
ServerOptions
ServerMode XVfb
or if the original has a reference to a dev/crt file put a # in front of it and restart ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 05:40 AM
02-10-2003 05:40 AM
Re: xvfb error
You my be new to this problem, but you found the right answer. I removed the /dev/crt line from the X5screens file and it work.
Many Thanks
Mike