- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to login using CDE.
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
06-20-2004 06:29 PM
06-20-2004 06:29 PM
I'm not able to login graphically with any user except the root user,I checked the environmental variabl DISPLAY,of the other users I found that it is same as the root user.
the problem started when the root directory was full.then I freed some files that are not system files.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 06:32 PM
06-20-2004 06:32 PM
Re: unable to login using CDE.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2004 07:24 PM
06-20-2004 07:24 PM
Re: unable to login using CDE.
I think it cannot load the CDE environment ..
OS ver. HP-UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 01:53 AM
06-22-2004 01:53 AM
SolutionHave you tried to open a terminal window after you login as root? You can try:
rlogin system -l user_name
See what the message is when you login this way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:17 AM
06-22-2004 02:17 AM
Re: unable to login using CDE.
A good tool that can give information about missing files is /usr/contrib/bin/X11/dr_dt. Run it through fail-safe/telnet session and fix the errors given by it. I am sure the permissions got messed up somewhere during the cleanup. dr_dt shoudl point them out.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:19 AM
06-22-2004 02:19 AM
Re: unable to login using CDE.
Check if you can find some errors in one of the $HOME/.dt/startlog, run below command.
# dr_dt
Post the error/warning messages on the forum.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:22 AM
06-22-2004 02:22 AM
Re: unable to login using CDE.
Is the host resolution OK from cllints--to and fro??
Are there any errors in /vat/dt/Xerrors??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 02:41 AM
06-22-2004 02:41 AM
Re: unable to login using CDE.
- bad perms on /tmp (all users need to be able to create and delete files)
- bad perms on /dev/null
- problems with NFS (are users home dir local or NFS)
- bad perms on /etc/hosts, /etc/resolv.conf, /etc/nsswitch.conf...
- problems with the user's HOME directory
- quota problems
- Also - problems with user's .profile, .login or with .dtprofile. You ***must***
shelter the session manager (dtsession) from execution of tty/stty/termio commands. See the sample .dtprofile comments for help on this. Try moving the .profile and/or /etc/profile out of the way.
While dr_dt checks these for gross errors, more subtle ones can get past it.
Check the contents of the user's $HOME/.dt directory for startlog and errorlog. These are often valuable.
If this fails, I would suggest obtaining the tool tusc and running dtsession through it to see how far the login is going by checking the return status of the system calls to open/read/write files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 09:21 PM
06-22-2004 09:21 PM
Re: unable to login using CDE.
Thanks all