- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE problem. Blank Blue Screen
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-12-2003 05:19 AM
02-12-2003 05:19 AM
I am logging into my HP-UX 11.00 N Class system and it appears my CDE isn't working correctly. This happens WHEN ANY USER logs in. I have checked the Xerrors report and I don't see anything unusual. This machine can be accessed via ssh and it isn't having any problems serving its oracle users; therfore, it isn't having networking issues. Any ideas out there that I should try?
Thanks,
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:26 AM
02-12-2003 05:26 AM
Solutionso my guess is you are presented with the CDE login screen, and it appears to hang at the CDE copyright screen right ?
add set -x at bottom of.dtprofile
then check $HOME/.dt/startlog
check also output from dr_dt
lastly if you are using pc emulation check it's log file ... since the Xserver is not locally to the N-class ... this could be font related in which case xfs may need to be setup ...
does a failsafe session work : set via CDE options panel ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 05:40 AM
02-12-2003 05:40 AM
Re: CDE problem. Blank Blue Screen
Look in $HOME/.dt/startlog and $HOME/.dt/errorlog
Also run /usr/contrib/bin/X11/dr_dt
and
1 - The font server needs to be configured to include the CDE
fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 06:39 AM
02-12-2003 06:39 AM
Re: CDE problem. Blank Blue Screen
can you lookup the names of the machines and their IP's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 06:39 AM
02-12-2003 06:39 AM
Re: CDE problem. Blank Blue Screen
I will advise on how they have helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:08 AM
02-12-2003 11:08 AM
Re: CDE problem. Blank Blue Screen
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 05:23 PM
06-04-2003 05:23 PM
Re: CDE problem. Blank Blue Screen
but the two biggest problems are:
1: your hostname doesn't resolv correctly. Check nsswitch, and your hosts file and dns.
2: a daft user put "export DISPLAY=someotherstupidmachinethatdoesntsupportx:0.0"
in on of thier startup scripts.