- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- GUI Login failure
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
01-04-2002 05:33 AM
01-04-2002 05:33 AM
in confusion,
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:46 AM
01-04-2002 05:46 AM
Re: GUI Login failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:46 AM
01-04-2002 05:46 AM
Re: GUI Login failure
The end of the output from this script should give X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:47 AM
01-04-2002 05:47 AM
Re: GUI Login failure
the system and that fixed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 05:51 AM
01-04-2002 05:51 AM
Re: GUI Login failure
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x16c04e49c5cdd5118ff40090279cd0f9,00.html
Cheers
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:00 AM
01-04-2002 06:00 AM
Re: GUI Login failure
The error states that it is struggeling to open display.
My hostname is set but I am not set up on any network. I have managed to build other HP-UX machines with the 11.00 OS using a loopback IP, so I don't think this is the problem.
Error message (about 50 times!)
Xlib: Connection is not authorised to connect to Server
Xlib: Connection to "
hmm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:01 AM
01-04-2002 06:01 AM
Re: GUI Login failure
nslookup $(hostname)
If it can't be found, that is the problem. You can fix this problem (and improve performance) by creating /etc/nsswitch.conf and putting in the following entry:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
(the entry is all on one line). Now, /etc/hosts will be consulted first, and if not found, DNS will be checked. This also means that if the DNS server goes down, your workstation will still work.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:01 AM
01-04-2002 06:01 AM
Re: GUI Login failure
appologies for not replying sooner .... lunchtime in UK. I'm kicking myself for not saying check the X11 filesets .... it did cross my mind but I thought that since it's a sub-set of CDe I'd of thought it would have installed by default ?
As to the new problem : dr_dt and starlog are good places to start also look at /var/dt/Xerrors and the syslog.log .
Can you login to a failsafe session ? If yes think hostname resolution problems/mismatches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:04 AM
01-04-2002 06:04 AM
Re: GUI Login failure
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=6dc02bbb1ae047c750/screen=ckiDisplayDocument?docId=200000056191649
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:42 AM
01-04-2002 06:42 AM
Re: GUI Login failure
I am unable to log into a failsafe session.
Is this significant?
thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 06:56 AM
01-04-2002 06:56 AM
Re: GUI Login failure
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=5d45479d1bd7e5b325/screen=ckiDisplayDocument?docId=200000056410177
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:02 AM
01-04-2002 07:02 AM
Re: GUI Login failure
Can we try to isolate if it is an X or a CDE problem first ?
/sbin/init 2
/usr/bin/X11/X :0 ?
any errors to the screen or the X0.log file ? Or do you see a grey mesh aka Xserver start OK ? If yes you can use ctrl shift break to kill it. Let me know the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:23 AM
01-04-2002 07:23 AM
Re: GUI Login failure
This looks like a name resolution problem only. The system is not on a network so the system ip should be configured to the loopback ip. when doing nslookup on this system, the ip address for the system should be resolved as 127.0.0.1 and the ip address 127.0.0.1 should resolve as the system_name.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 07:23 AM
01-04-2002 07:23 AM
Re: GUI Login failure
I get the grey mash, so as you said, the X server is starting fine.
john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:02 AM
01-04-2002 10:02 AM
Re: GUI Login failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 12:23 AM
01-07-2002 12:23 AM
Re: GUI Login failure
There are no entries in this file.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 12:52 AM
01-07-2002 12:52 AM
Solutionvi /etc/X0.hosts
wq!
cp /usr/dt/config/config /etc/dt/config/Xconfig
remove the # ! eg ....
vi /etc/dt/config/Xcconfig
Dtlogin*authorize: False
wq!
restart X by a reboot or drop the system to run level 2 then go back to 3 and attempt to login in ?
ps -ef | grep X ?
dr_dt output ?
add set -x in $HOME/.dtprofile , attempt to login the review contents of $HOME/.dt/startlog now ?
ll /etc or /ust/dt/config/Xstartup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 12:20 AM
01-09-2002 12:20 AM
Re: GUI Login failure
Thanks for everyones help in this matter. A 4Gb disk has just become unexpectedly available, so I have made a claim and successfully installed HP-UX 11.00 on that. Because of timescales I unfortunately can't discover the root of the problem!
Thanks again
John