- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE login problems
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
05-13-2003 07:46 AM
05-13-2003 07:46 AM
CDE login problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 08:50 AM
05-13-2003 08:50 AM
Re: CDE login problems
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 08:54 AM
05-13-2003 08:54 AM
Re: CDE login problems
Most of the time it is because system can't resolve it's own name or you do not have home directory.
Are your home directory in nfs server?
Try to login as root.
Change /etc/nsswitch.conf file
passwd: file nis
add some test user in to /etc/passwd file
sachin::100:101:Sachin:/home/sachin:/bin/csh
Try to login as this user. don't forget to create directory /home/sachin.
This is to make sure you have nfs home directory problem.
If yo do not have your home directory on nfs then do do above.
Check name resolv.
please check
#cat /etc/hosts
#cat /etc/resolv.conf
Thanks
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 10:43 AM
05-13-2003 10:43 AM
Re: CDE login problems
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
/etc/rc.config.d/netconf
I have seen this happen when the system can't resolve it's own hostname. Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 08:41 PM
05-13-2003 08:41 PM
Re: CDE login problems
You can have two problem IMHO.
1. May be you have repletion of /var . You may clear some logs and don't use files.
Some time ago I was have the same problem on D220 under HP-UX 10.20. After cleaning all work normal. Cleaning you can do through telnet with SAM or manualy.
2. May be it from not correct work of network parameters.
# SAM -> Networking and Communications ->
-> Name Service Switch
In this folder you can change order of choose of services.
I alltime choose the first sourse from /etc
The second source I set as DNS and third source - NIS
May be it will be assist to you.
BR,
Efim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 04:08 AM
05-14-2003 04:08 AM
Re: CDE login problems
Start by:
- examining $HOME/.dt/errorlog and startlog. Look at the date. Does it correspond to the last login? If it doesn't then it means that you didn't even get as far as start Xsession. If the date matches the last login date, what error messages do you have there?
- /usr/contrib/bin/X11/dr_dt can spot gross permissions problems.
More subtle ones are harder.
Make sure that:
- home directory is writable
- if home dir is NFS, that your uid/gid on local system match the remote system
- /dev/null and /tmp need to be writable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 04:20 AM
05-14-2003 04:20 AM
Re: CDE login problems
This should resolve all problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 06:52 AM
05-14-2003 06:52 AM