- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VUE login problem
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-11-2002 07:58 AM
09-11-2002 07:58 AM
No problem in no-xwindow login session.
How to fix that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 09:41 AM
09-11-2002 09:41 AM
SolutionDo you mean VUE or CDE? I'll assume CDE.
I've seen login problems with CDE when the following occurs:
1. The /etc/hosts file is corrupt or incorrect. Either the hostname does not match the nfs.conf file or there is no loopback address set.
2. If using DNS, the resolve.conf file cannot be found.
3. The /etc/passwd file is wrong for the user logging
4. The home directory pointed to in the /etc/passwd file for the user logging in does not exist.
Go to single user mode, or start a failsafe session, and check these things out. Let me know.
- Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 09:53 AM
09-11-2002 09:53 AM
Re: VUE login problem
It's VUE and all files mentioned to be checked were never touched by this fsck time. And a non-superuser can login in via X login. Thanks.
:-) George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 11:42 AM
09-11-2002 11:42 AM
Re: VUE login problem
Log in with no-window session (or failsafe session) and check the file $HOME/.vue/errorlog for error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 01:12 PM
09-11-2002 01:12 PM
Re: VUE login problem
Your info is very useful, Following are the error messages. Could that be a hardware problem?
Mon Sep 09 03:23:32 2002
vuesession: cannot find a message server
Make sure that there is a message server running and
that either $DISPLAY or $MSERVE were set correctly
both when softbench was started and also in the current environment.
Mon Sep 09 03:23:32 2002
vuesession: cannot find a message server
Make sure that there is a message server running and
that either $DISPLAY or $MSERVE were set correctly
both when softbench was started and also in the current environment.
Mon Sep 09 03:23:32 2002
vuesession: The '/usr/bms/config/softinit'
initialization file for the Execution Manager does not exist
or is not readable.
Mon Sep 09 03:23:32 2002
vuesession: Could not find the Execution Manager initialization file (softinit).
Mon Sep 09 03:23:32 2002
vuesession: cannot find a message server
Make sure that there is a message server running and
that either $DISPLAY or $MSERVE were set correctly
both when softbench was started and also in the current environment.
Mon Sep 09 03:23:32 2002
vuesession: Unable to start message server - exiting.
Mon Sep 09 03:23:32 2002
vuesession: Can't register callback pattern: "LOCK_DISPLAY" (no message server connection)
Mon Sep 09 03:23:32 2002
vuesession: Can't register callback pattern: "EXIT_SESSION" (no message server connection)
Mon Sep 09 03:23:32 2002
vuesession: Can't register callback pattern: "STOP" (no message server connection)
Mon Sep 09 03:23:32 2002
vuesession: Can't register callback pattern: "STATUS" (no message server connection)
Mon Sep 09 03:23:38 2002
Workspace Manager: I/O error on display:: gvas1:0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 11:25 PM
09-11-2002 11:25 PM
Re: VUE login problem
ensure correct perms on /etc/hosts and also run VUE diagnostic -> dr_vue (/usr/contrib/bin/X11 )
ll /opt/softbench/bin ?
in /usr/adm/inetd.sec the hostname MUST be allowed for 'mserve' and 'spc'.
ensure /usr/spool/sockets has correct permissions.
If only root afected mv roots .vueprofile and .profile and .vue directory out of the way and then attempt another login ...
If the following patches are not installed install them -> PHSS_11136 & PHSS_26788
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 05:09 AM
09-12-2002 05:09 AM
Re: VUE login problem
:-) George