- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Only root can access CDE more than once.
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
04-16-2001 04:40 PM
04-16-2001 04:40 PM
Only root can access CDE more than once.
The root account works fine. All other users can access the X interface once, and after they log out, they only recieve the blue copyright screen the next time they try to connect then the software closes itself.
The user accounts can reconnect if I remove the .dt directory from their home directories.
I think it may be a permission issue. Should I reinstall the CDE runtime bits and see if that works? or has anyone else had this problem and fixed it?
Thanks in advance everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 04:46 PM
04-16-2001 04:46 PM
Re: Only root can access CDE more than once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 11:50 PM
04-16-2001 11:50 PM
Re: Only root can access CDE more than once.
CDE's diagnostic tool dr_dt is v.good on permissions but i don't think it checks on users .dt dirs.
However perhaps if its not permissions it could be resources ? maybe your saving a resource in either a home or current session that's got a conflict ... check the contents of $HOME/.dt/sessions (home or current) to see if you can spot anything ...maybe worth comaring vs the root user ?
If you are using a current session ... try saving a home session where no apps / clients are running and save this and return to it each time a user logs in.
If all else fails make use of $HOME/.dt/sessions/sessionexit (not there by default) create a script of this name, make it executable and CDE will run it last thing before a user logs out ...simply rm -R $HOME/.dt sounds like it may get you out of a hole ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 04:43 AM
04-17-2001 04:43 AM
Re: Only root can access CDE more than once.
The other thing to check would be to check the following areas in order:
$HOME/.dt/errolog
$HOME/.dt/startlog
/var/dt/dt/Xerrors
$HOME/core (file core - does one exist? is it from dtsession?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 07:18 AM
04-17-2001 07:18 AM
Re: Only root can access CDE more than once.
I'm not sure if this is a HP-UX thing or a Graphon Bridges problem. I'm recreating my users one by one with the /usr/bin/sh and I'll see if it works.
Thanks everyone.