- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE logging users out automatically
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
09-24-2002 01:38 AM
09-24-2002 01:38 AM
CDE logging users out automatically
The X server on one of our users screens keeps randomly restarting. Is there anyway of logging what is causing it? Could it be a hardware fault?
The machine is a B160L, 256Mb memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 01:54 AM
09-24-2002 01:54 AM
Re: CDE logging users out automatically
Have you checked the files /$HOME/.dt/errorlog (and errorlog.old), /var/dt/Xerrors, and syslog for suspect error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 02:06 AM
09-24-2002 02:06 AM
Re: CDE logging users out automatically
The syslog.log does contain an error from when the X server has restarted and I presume as the user is logging back into CDE:
Sep 24 10:03:06 lntrw196 /usr/dt/bin/rpc.ttdbserver[18660]: _Tt_session::client_
session_init(): ! Tt_status
Sep 24 10:03:13 lntrw196 last message repeated 40 times
Could CDE have got corupted in some way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 02:19 AM
09-24-2002 02:19 AM
Re: CDE logging users out automatically
I'd be poking around in the files already reffered to AND asking my users what they were doing immediately prior to the hang or what they were running ?
Does X / CDE return after the crash out of interest without user intervention ?
try CDE's diagnostic tool : /usr/contrib/bin/X11/dr_dt ?
sounds a bit like a flakey DNS server or similar could be responsible : try adding local hostname to etc/hosts and edit nsswitch.conf to use files first ? any better ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 02:44 AM
09-24-2002 02:44 AM
Re: CDE logging users out automatically
I've tried the dt_dr scripts, thanks for that. It returned 5 warnings but I can't imagine any of them particularly apply. I've tried out the points it mentioned anyway.
I think I will just try re-igniting the machine if it happens again since that should be the fastest way to ensure the box has a working copy of CDE installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 03:09 AM
09-24-2002 03:09 AM
Re: CDE logging users out automatically
These files record errors for a CDE users session.
Other thoughts : patch levels note latest CDE patches cure some new tooltlak issues ? are all users affected ? How about root ? what shells are we talking and most importantly do the users have NFS $HOME's ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 03:17 AM
09-24-2002 03:17 AM
Re: CDE logging users out automatically
The only thing in the errorlog.old is a message saying it has lost connection to the X server and is restarting.
I've put the set -x in so if it happens again it will hopefully give me some more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 09:02 AM
09-26-2002 09:02 AM
Re: CDE logging users out automatically
1) Ensure that there is no IP address clashing with the IP address of your workstation. (You may disconnect it from network and see CDE works fine? / simply switch off this workstation and try to ping the IP address of this workstation from some other Node in the same network to trace the node that is clashing.)
2)check the file permission of "/var/spool/sockets" and the files and subfolders uder it. all of them must have permission set with "rwxrwxrwx"
3)If there is any Name service swith problem that may also create such problem.
what happens if you issue the command "nslookup
4) check the file permission of /etc/hosts.
others (other users must have atleast read permission).
Issue the command "chmod o+x /etc/hosts" to give read permission to others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 09:08 AM
09-26-2002 09:08 AM