- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X Server fails to start
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
04-29-2003 08:22 AM
04-29-2003 08:22 AM
I have a problem with X server. The message that appers is:
X-Server cannot be started on display xx0:.0..
Suspending desktop login press enter for a login prompt.
Login desktop will resume shortly after you logout. error (pid 1715): Server for display hpopen:0 terminated unexpectedly 1
Unable to open the Graphics Resource Manager.
The error from /var/dt/Xerrors is:
The /usr/lbin/grmd process can not be executed.
The X11 server must be able to communicate with the
Fatal server error:
GRM process.
I checked /var/hosts and nslookup it's ok.
How could happend? The status of objects from NNM remained unchaged, only the manual polling could changed. After unsuccesfully restarted NNM, I have rebooted the box (HP-UX 11.0 on 785box) and got the above message.
Any ideeas?
Best Adrian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 08:46 AM
04-29-2003 08:46 AM
Re: X Server fails to start
I need X Windows to work whether or not DNS is working so thats the way I proceed. Use the IP address in the DISPLAY variable try again and see if you get the same error.
BTW, if you are connecting to the HP server from your pc, using reflections or other software, the DISPLAY variable in .profile needs to be the IP address of the pc, not the server.
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
04-29-2003 08:50 AM
04-29-2003 08:50 AM
Re: X Server fails to start
check the permissions for the /usr/lbin/grmd. Check for setuid bit and daemon:bin.
HTH
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2003 11:38 PM
04-29-2003 11:38 PM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf2934a988422d711abdc0090277a778c,00.html
if they fail please run /usr/contrib/bin/X11/dr_dt and post the output.
permissions on /tmp are the obvious culprit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2003 11:12 PM
05-03-2003 11:12 PM
Re: X Server fails to start
I was very lucky because the first choice was the right one. I had
drwxr-xr-x 5 bin bin 3072 May 4 01:01 tmp, so changed to 777 and it's ok.
Thanks all
Adrian