- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot login into 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
04-26-2005 07:36 AM
04-26-2005 07:36 AM
Cannot login into CDE
I have a user login named as operator. When I tried to login, I have the following error message
/home/operator/INVOKE[26] gbhconfig: not found
Warning: could not create /tmp/5841a
Anyone has any idea what's going on and how to fix this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:44 AM
04-26-2005 07:44 AM
Re: Cannot login into CDE
ll -d /tmp
/tmp should probably be 777
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:46 AM
04-26-2005 07:46 AM
Re: Cannot login into CDE
Also is your /tmp full by chance? or wrong permissions on /tmp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 07:57 AM
04-26-2005 07:57 AM
Re: Cannot login into CDE
/tmp should be having perms 1777
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 08:12 AM
04-26-2005 08:12 AM
Re: Cannot login into CDE
/usr/contrib/bin/X11/dr_dt
Will provide errors/warnings as to configuration issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2005 08:16 AM
04-26-2005 08:16 AM
Re: Cannot login into CDE
drwxrwxrwx 35 bin bin 90112 Apr 26 14:45 /tmp
HP-UX 11i v1 D class.
To change:
chmod 777 /tmp
or
chmod 1777 /tmp
Must be root
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 10:39 AM
04-27-2005 10:39 AM
Re: Cannot login into CDE
If this happened on my system, I would try to manually create a file by that name in /tmp and see what error messages (if any) I got. I'd also look at the output from running '/sbin/dmesg | more' and look at the last few lines of /var/adm/syslog/syslog.log for potential hints about the cause.