- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X11 and CDE won't 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
05-19-2006 06:34 AM
05-19-2006 06:34 AM
X11 and CDE won't start
I have a server that had HP11.11 installed but no graphics card, which I added. The graphics card appears to work, but for some reason I cannot get CDE to start on bootup. Since I have another 11.11 system that DOES start I tried comparing the 2 but most configuration files are either identical or only different where they need to be (different video definitions for the different cards).
The big difference is X isn't starting on the "new" server on startup, which I assume CDE (the dtlogin process) needs to actually display the screen. When I boot, only 2 dt processes are running- drlogin and dtrc. No X processes are running at all. On the "old" box there are 12 dt-related processes and one X process running on boot.
My gut feeling is that dt is reliant on X running BEFORE dtlogin starts, but it isn't happening. As such, the monitor shows "no signal", even though the keyboard is "live".
What's frustrating is I can run X manually from a telnet session (run startx) which turns on the console monitor, with a telnet-type session. The keyboard and mouse work fine at this point. But still, no CDE.
I'm positive I just have a config file either missing or that has X disabled, but for the life of me can't find it. There are no errors in the /var/dt/Xerrors file (it's empty) and running dr_dt shows nothing unusual (there are 4 Warnings which also exist on the server that works).
Oh, and to answer questions that might get asked, the system is in runlevel 3, and I have the latest Xserver cumulative patch (that was necessary to get the video card recognized in the system).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 06:51 AM
05-19-2006 06:51 AM
Re: X11 and CDE won't start
a possible cause if you have /etc/resolv.conf configured to use some DNS and you box isn't declared in DNS, you need to setup /etc/nsswitch.conf to allow resolution of your box's hostname through files.
e.g.
hosts: files [NOTFOUND=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 07:07 AM
05-19-2006 07:07 AM
Re: X11 and CDE won't start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 07:31 AM
05-19-2006 07:31 AM
Re: X11 and CDE won't start
# cat /etc/rc.config.d/desktop
DESKTOP=CDE
There are a couple of other entries in the file, but the DESKTOP is the one to check. If it is not set to CDE then none of the dt will start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 03:18 AM
05-20-2006 03:18 AM
Re: X11 and CDE won't start
try looking at the last line in the/etc/dt/config/Xservers file , if the file doesn't exist try /usr/dt/config/Xservers ...
my guess uncomment the last line and X and CDE will start locally ... it tells X to use the local graphics console on system startup ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 10:15 AM
05-23-2006 10:15 AM