- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE Startup on Console
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
03-12-2001 01:32 PM
03-12-2001 01:32 PM
CDE Startup on Console
"The X-server can not be started on display
We can start CDE accross the LAN, just not at the console. Are we missing a driver or patch or something?
Thanks, Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 04:14 PM
03-12-2001 04:14 PM
Re: CDE Startup on Console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 12:18 AM
03-13-2001 12:18 AM
Re: CDE Startup on Console
2. check hostname resolution backward & forward are OK, if using DNS disable and use just /etc/hosts.
3.check permissions : use dr_dt CDE diagnostic tool.
4. Gotcha's check /usr/dt/config/Xservers and /etc/.../Xservers (if it exists) make sure * Local local@console ..... is uncommented ! if not ..do it and re-start X
5. check mouse and keyboard are OK plugged in
6. graphics device files : rmsf /dev/*crt* and re-create using : insf -evd framebuf.
7. Start X by itself : /usr/bin/X11/X :0 what error do you get, if it works problem is with CDE, to kill use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 12:20 AM
03-13-2001 12:20 AM
Re: CDE Startup on Console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 04:25 PM
03-21-2001 04:25 PM
Re: CDE Startup on Console
Thanks for the thorough advice. I get some nasty errors when I start up X. Something like:
/usr/lib/dld.sl : Unresolved symbol: WallIsActiveAndThisScreenIsASlave from /usr/bin/X11/X
/usr/lib/dld.sl : Unresolved symbol: wall (data) from /usr/bin/X11/X
/usr/lib/dld.sl : Unresolved symbol: WallIsActive from /usr/bin/X11/X
/usr/lib/dld.sl : Unresolved symbol: pWalsetFontPath (storage) from /usr/bin/X11/X
Looks like maybe a missing library somewhere? I think I might just go ahead and reload the OS.
Thanks, Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 10:20 AM
03-23-2001 10:20 AM
Re: CDE Startup on Console
Don't reload the whole OS, just reload CDE. See if that works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 01:11 PM
03-23-2001 01:11 PM
Re: CDE Startup on Console
*Do not* attempt to reinstall CDE on your system, since if you make a mistake, you can end up reinstalling the entire OS (due to autoselection of dependencies), and potentially end up with a non-booting system.
My recommendation would be to install the latest Xserver and dld patches, which are PHSS_22603 and PHSS_17225, respectively. Both of these patches require a reboot, so you will most likely want to create a patch depot with the two patches (via swcopy) before installing.
I hope this heops.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 04:14 PM
03-23-2001 04:14 PM
Re: CDE Startup on Console
GL,
JR