- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE login failing
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
11-19-2002 11:39 AM
11-19-2002 11:39 AM
CDE login failing
I am trying to login by the CDE login screen, but the system isn??t accepting my user (root). I am sure about the user and the password. I don??t have problem by telnet with the same user and password. What is wrong?
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:40 AM
11-19-2002 11:40 AM
Re: CDE login failing
Rgds
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 01:40 PM
11-19-2002 01:40 PM
Re: CDE login failing
At you username screen, make sure there is no space behind the cursor by hitting the backspace key. Then log in. I know this sounds crazy, but this happens all the time on my CDE terminals.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 01:51 PM
11-19-2002 01:51 PM
Re: CDE login failing
Can you CDE in as another user?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:33 PM
11-19-2002 07:33 PM
Re: CDE login failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 04:57 AM
11-20-2002 04:57 AM
Re: CDE login failing
Among things to check:
- Have you moved the passwd file, switched NIS passwd servers or anything of the like since starting CDE? If you have, you will need to stop/start CDE.
- Did you happen to set up a securettys file? This could prevent root from logging in anywhere but the console.
- /etc/dt/config/Xconfig modification - keys or other options modified?
Sometimes the quickest thing to do is to find out what dtlogin is thinking about. You can turn on dtlogin debugging by editing the file /usr/dt/config/dtrc.d/90_dtlogin_st
and changing the following line from:
exec $DTLOGIN $VL_ARGS < /dev/null > /dev/null 2>&1
to
#exec $DTLOGIN -debug 9 < /dev/null > /tmp/dtlogin-$$.log 2>&1
Then stop/start dtlogin:
/sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
When dtlogin starts up again, it will log to /tmp/dtlogin-