- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- My CDE Xserver is not working
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
06-13-2001 01:18 PM
06-13-2001 01:18 PM
My CDE Xserver is not working
I'm getting this message: Xserver cannot be started on Display :0....
All I can do is work under the command line..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2001 07:26 PM
06-13-2001 07:26 PM
Re: My CDE Xserver is not working
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2001 11:16 PM
06-13-2001 11:16 PM
Re: My CDE Xserver is not working
01.check for /vat/dt/Xerrors file
02.do an nslookup on host & ip address both should give same o/p
03.rm /dev/crt*;reboot (system will re-create the device files while restart
04.If u r an nis client , nis server should be up
05.check up your lan card
hope you solve the prob. at the earliest
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 12:29 AM
06-14-2001 12:29 AM
Re: My CDE Xserver is not working
/sbin/init 2
/usr/bin/X11/X :0 if this works X is probably OK, if not it should error : if mouse/KB the problem it will refer to dev files or X0.pointers.
Xserver log file = /var/dt/Xerorrs.
If CDE most likely a hostname resolution problem .... use previous suggestions ....... nb dr_dt maybe useful too.
ps rmsf /dev/*crt* followed by insf -evd framebuf will save you rebooting !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 03:57 AM
06-14-2001 03:57 AM
Re: My CDE Xserver is not working
There are a fair number of problems that can cause the X server to be unable to start. I'll give you a list of the more common, and if this doesn't work, then you can post the additional symptoms here and I should be able to help you out from there.
The best diagnostic tool to attempt to resolve these problems is to try to run the Xserver by hand. The easiest way of doing this is as Alex suggested. Bring the system down to runlevel 2 (/sbin/init 2), and then attempt to start the X server (/usr/bin/X11/X :0). However, in order to better simulate the actual CDE startup sequence, I would not recommend you start the X server as root -- instead, do a "su - daemon", because sometimes there will be a permissions problem that will not affect the root user, but will show up when starting as daemon.
There are a fair number of different errors you may see. I'll cover the most common ones here:
If you get an error about "Cannot open pointer device, is one attached?", then your first step would be to ensure that the mouse is attached. If it IS attached, then you should try swapping it out with a "known good" mouse. If that still doesn't work, then verify that /dev/ps2mouse exists, and has the correct permissions:
crw-rw-rw- 1 bin bin 159 0x000001 Mar 26 07:44 /dev/ps2mouse
Another error you may get is "Could not establish any listening sockets. Is one attached?" There are 2 possible causes to this:
1) A process may be using port 6000 for some reason
2) The permissions on /var/spool/sockets are not correct.
You can check to see if a process has port 6000 open by running the command: "netstat -an | grep 6000" If you get a line similar to this one:
tcp 0 0 *.6000 *.* LISTEN
Then you should probably use the "lsof" tool (available at http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/ ) to determine which process has that port open. If no port is using port 6000, then you should check the permissions on /var/spool/sockets (they should be 777), /var/spool (555), /var (555), and / (755).
If you get an error about "Cannot open the graphics resource manager" or "grm" or "grmd", then you should check two things:
1) Verify the permissions on /tmp (777) and / (755).
2) Make sure that you have at least 64MB of shared memory available (via the shmmax kernel parameter).
Finally, if you get errors about "Broker Bidding" or "Failed DDX Broker Bids", then you most likely either do not have the correct version of the X server filesets to support your graphics device, or the X server extension files have become corrupted or mismatched. The solution to both of these problems is to install the latest version of the Xserver patch, which for 10.20 is PHSS_23535 and for 11.0 it is PHSS_23546. I would also recommend installing the current dld.sl patch (10.20: PHSS_17225, 11.0: PHSS_22514) since the X server has exposed a number of defects in previous versions of these patches.
If these suggestions do not fix the problem, please post the error messages you get from the /usr/bin/X11/X :0 command here and I'll see what I can do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 08:03 AM
06-14-2001 08:03 AM
Re: My CDE Xserver is not working
One very common source of problems is that the system cannot properly resolve its hostname. Has the hostname been changed and/or has there been any changes to DNS, /etc/hosts, /etc/rc.config.d/netconf or /etc/resolv.conf?
--Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 11:15 AM
10-29-2002 11:15 AM
Re: My CDE Xserver is not working
I was googling and came across this.. it answered my issues perfectly!
I had gotten a Cseries box off eBay.. and of course, CDE wouldnt work..
Now, WHY HP-UX requires perfect DNS I do not understand.. but nevertheless, getting all this square, makes everything happy.
But does this imply, if the DNS machine goes down, CDE will refuse to work again?!?!? or the network??
Tell me it aint so!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 12:08 PM
10-29-2002 12:08 PM
Re: My CDE Xserver is not working
yes you are more or less correct : cde is very sensitive wrt hostname resolution : my advise is edit your nsswitch.conf file to use files before DNS