- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE Login GUI is not being displayed.
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
08-09-2002 10:38 AM
08-09-2002 10:38 AM
CDE Login GUI is not being displayed.
I'm sure similar questions have been asked lots of times but I can't seem to find the answer to this problem.
Basically my HP9000/C110 is running HP-UX 11.0 and CDE is the windowing environment.
The system boots and gets to a login prompt that I cannot type into, this is where the graphical login should take over and prompt for a password.
Instead, the screen displays the usual greeting with a console type login prompt which is frozen, no text input possible. I guess dtsession is locking out the console login but isn't starting the gui.
The default run level in /etc/inittab is 3.
I can remotely login and do anything, the real problem is the gui not starting.
I can also export the display and run X apps on a different system.
What's wrong folks?
Here's what I have running...
ps -ef | grep X
root 1634 1632 249 15:40:45 ? 14:42 /usr/bin/X11/X :0 -auth /var/dt/sseuxAAAb01632
ps -ef | grep dt
root 1634 1632 196 15:40:45 ? 16:05 /usr/bin/X11/X :0 -auth /var/dt/sseuxAAAb01632
root 1632 1622 0 15:40:44 ? 0:00 /usr/dt/bin/dtlogin
root 1622 1 0 15:40:44 ? 0:00 /usr/dt/bin/dtrc /usr/dt/bin/dtrc
Regards,
Ed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 10:45 AM
08-09-2002 10:45 AM
Re: CDE Login GUI is not being displayed.
Did you check the log files? The CDE log file will have a description of errors while it's trying to start the display. May be even a single mouse (pointer device) issue!
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2002 12:22 PM
08-10-2002 12:22 PM
Re: CDE Login GUI is not being displayed.
can you show us the last few lines of your "/var/dt/errors" logfile?
And the output of "grep getty /etc/inittab", and your "/etc/gettydefs", too?
But since you cannot type anything in, maybe your keyboard is broken (or not plugged in correctly)?
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2002 10:38 PM
08-11-2002 10:38 PM
Re: CDE Login GUI is not being displayed.
I've attached the output of...
/var/dt/Xerrors:
grep getty /etc/inittab and /etc/gettydefs
I can rule out the keyboard as this works when I go into single user mode.
The mouse is a PS2 type, as is the keyboard.
Regards,
Ed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2002 11:23 PM
08-11-2002 11:23 PM
Re: CDE Login GUI is not being displayed.
1.check whether your hostname is resolving properly.
check /etc/hosts
##.###.##.##
127.0.0.1 localhost loopback
check /etc/nsswitch.conf
If you are using /etc/hosts for resolving hostnames
hosts: files [ NOTFOUND = continue ] dns
2.Run
#/usr/contrib/bin/X11/dr_dt
re-direct the output to a log file and revert.
like,
/usr/contrib/bin/X11 >/tmp/cdelog.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 05:28 PM
08-13-2002 05:28 PM
Re: CDE Login GUI is not being displayed.
Have you try to rebuild your CDE environment ?
Can you log in on the system using telnet ?
In /home/$user/ delete your .dt directory
to generate a new environment.
rm -r .dt
have you check in your .profile that you don't
source a inexistent file !
If you do so, cde "dtlogin" will loops indefinitely.
hope, that helps you !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 06:35 PM
08-13-2002 06:35 PM
Re: CDE Login GUI is not being displayed.
Just make sure that in your nsswitch.conf file, for the "hosts" entry , files (etc/hosts) should be checked first before the dns.
Or you can just temporarily comment out all the entries in your etc/resolv.conf file to temporarily disable the dns query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 10:34 PM
08-13-2002 10:34 PM
Re: CDE Login GUI is not being displayed.
I'll try to reply to all the suggestions so far.
# /etc/hosts is ok, I have the localhost set up correctly.
# /etc/nsswitch.conf is also ok; I set it to look at files first. (I even tried switching DNS and 'files' and 'hosts' around too).
# dr_dt gives me no WARNINGS or ERRORS, just INFO.
# I haven't tried rebuilding my CDE environament. Can I do this with my 11.0 media with 'sam' ?
# I can rlogin and if I kill everything which is dt related I can also log in locally, I can get contol of the system. I can even export the display and run X applications.
# The system, when it boots up should automatically come to a login prompt. I'm not sure that a user .profle would influence this initial login.
# Does the root .profile influence dt login?
Thanks for all your help and suggestions guys.
Regards,
Ed.