- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot log in!
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
10-25-2000 11:03 AM
10-25-2000 11:03 AM
cannot log in!
"Unable to initialize or connect to the Desktop messaging system. Check your $HOME/.dt/errorlog for more details"
Clicking OK in this message brings me back to the login screen
This happens logging in as root or a normal user.
I then did a command-line login, and looked at the errorlog file. It says:
"dtsession: the ToolTalk session server (ttsession) could not be started. This indicates that either ToolTalk is not installed or that it is not installed correctly on this machine. Please see your system administrator."
We don't install anything on this system except for client browsers for testing purposes. Does anyone have any thoughts about how I can get the gui interface to work again?
Laura
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 11:18 AM
10-25-2000 11:18 AM
Re: cannot log in!
find / -name "*xinitrc*" -print
look in the file for references to tooltalk and disable accordingly.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 11:19 AM
10-25-2000 11:19 AM
Re: cannot log in!
From the CDE login select Options -> Session -> Failsafe Session and login as root.
Run /usr/contrib/bin/X11/dr_dt | more.
The end of the output from this script should give X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
The output from nslookup
a) duplicate IP addresses or hostnames or
b) problems with name resolution.
If nslookup does not succeed, CDE will fail to start.
If the first line returned from nslookup is: "Name Server" DNS is in use. If you are using DNS and nslookup fails, move /etc/resolv.conf to another name, i.e. /etc/resolv.conf.orig and rerun nslookup
If nslookup now succeeds then try logging into CDE again. DNS will need to be updated to correctly reflect the name and ip of this system. This is very common with new systems added to a network.
Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-rw-r--r-- 1 root sys 833 Jun 8 1999 /etc/nsswitch.conf
-rw-r--r-- 1 root sys 159 Jun 8 1999 /etc/resolv.conf
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
Check the contents of /var/adm/inetd.sec. It should contain
dtspc allow [hostnames or '*'. No aliases]
spc allow [hostnames or '*'. No aliases]
mserve allow [hostnames or '*'. No aliases]
If not add the lines and run /usr/sbin/inetd -c to reread the file.
/usr/sbin/ping
You should get back 0% packet loss. If you get something different then check your network configuration.
Check the user's $HOME for a .TTauthority file. Ensure it is owned by the user and has the appropriate group.
Make sure the $LANG environment variable is set correctly. It should either be set to "C" or unset for American-English.
If none of the above have resolved the problem, exit the failsafe session. From the CDE login screen select Options -> Command Line Login. When the screen turns black, press [return] and you should get a Console Login prompt. Login as root.
For a user that cannot login, mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to the CDE login screen) - try logging in as that user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 11:19 AM
10-25-2000 11:19 AM
Re: cannot log in!
From the CDE login select Options -> Session -> Failsafe Session and login as root.
Run /usr/contrib/bin/X11/dr_dt | more.
The end of the output from this script should give X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
The output from nslookup
a) duplicate IP addresses or hostnames or
b) problems with name resolution.
If nslookup does not succeed, CDE will fail to start.
If the first line returned from nslookup is: "Name Server" DNS is in use. If you are using DNS and nslookup fails, move /etc/resolv.conf to another name, i.e. /etc/resolv.conf.orig and rerun nslookup
If nslookup now succeeds then try logging into CDE again. DNS will need to be updated to correctly reflect the name and ip of this system. This is very common with new systems added to a network.
Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-rw-r--r-- 1 root sys 833 Jun 8 1999 /etc/nsswitch.conf
-rw-r--r-- 1 root sys 159 Jun 8 1999 /etc/resolv.conf
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
Check the contents of /var/adm/inetd.sec. It should contain
dtspc allow [hostnames or '*'. No aliases]
spc allow [hostnames or '*'. No aliases]
mserve allow [hostnames or '*'. No aliases]
If not add the lines and run /usr/sbin/inetd -c to reread the file.
/usr/sbin/ping
You should get back 0% packet loss. If you get something different then check your network configuration.
Check the user's $HOME for a .TTauthority file. Ensure it is owned by the user and has the appropriate group.
Make sure the $LANG environment variable is set correctly. It should either be set to "C" or unset for American-English.
If none of the above have resolved the problem, exit the failsafe session. From the CDE login screen select Options -> Command Line Login. When the screen turns black, press [return] and you should get a Console Login prompt. Login as root.
For a user that cannot login, mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to the CDE login screen) - try logging in as that user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 11:20 AM
10-25-2000 11:20 AM
Re: cannot log in!
From the CDE login select Options -> Session -> Failsafe Session and login as root.
Run /usr/contrib/bin/X11/dr_dt | more.
The end of the output from this script should give X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
The output from nslookup
a) duplicate IP addresses or hostnames or
b) problems with name resolution.
If nslookup does not succeed, CDE will fail to start.
If the first line returned from nslookup is: "Name Server" DNS is in use. If you are using DNS and nslookup fails, move /etc/resolv.conf to another name, i.e. /etc/resolv.conf.orig and rerun nslookup
If nslookup now succeeds then try logging into CDE again. DNS will need to be updated to correctly reflect the name and ip of this system. This is very common with new systems added to a network.
Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-rw-r--r-- 1 root sys 833 Jun 8 1999 /etc/nsswitch.conf
-rw-r--r-- 1 root sys 159 Jun 8 1999 /etc/resolv.conf
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
Check the contents of /var/adm/inetd.sec. It should contain
dtspc allow [hostnames or '*'. No aliases]
spc allow [hostnames or '*'. No aliases]
mserve allow [hostnames or '*'. No aliases]
If not add the lines and run /usr/sbin/inetd -c to reread the file.
/usr/sbin/ping
You should get back 0% packet loss. If you get something different then check your network configuration.
Check the user's $HOME for a .TTauthority file. Ensure it is owned by the user and has the appropriate group.
Make sure the $LANG environment variable is set correctly. It should either be set to "C" or unset for American-English.
If none of the above have resolved the problem, exit the failsafe session. From the CDE login screen select Options -> Command Line Login. When the screen turns black, press [return] and you should get a Console Login prompt. Login as root.
For a user that cannot login, mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to the CDE login screen) - try logging in as that user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 11:21 AM
10-25-2000 11:21 AM
Re: cannot log in!
From the CDE login select Options -> Session -> Failsafe Session and login as root.
Run /usr/contrib/bin/X11/dr_dt | more.
The end of the output from this script should give X ERRORs and X WARNINGs. These errors and warnings should be resolved before CDE will run properly.
Check the error log /var/dt/Xerrors
Check the error log $HOME/.dt/errorlog
The output from nslookup
a) duplicate IP addresses or hostnames or
b) problems with name resolution.
If nslookup does not succeed, CDE will fail to start.
If the first line returned from nslookup is: "Name Server" DNS is in use. If you are using DNS and nslookup fails, move /etc/resolv.conf to another name, i.e. /etc/resolv.conf.orig and rerun nslookup
If nslookup now succeeds then try logging into CDE again. DNS will need to be updated to correctly reflect the name and ip of this system. This is very common with new systems added to a network.
Check permissions and ownership of the following files:
-r--r--r-- 1 bin bin 616 Jul 1 16:03 /etc/hosts
-rw-r--r-- 1 root sys 833 Jun 8 1999 /etc/nsswitch.conf
-rw-r--r-- 1 root sys 159 Jun 8 1999 /etc/resolv.conf
-r--r--r-- 1 root sys 1010 Jun 25 18:22 /var/adm/inetd.sec
Check the contents of /var/adm/inetd.sec. It should contain
dtspc allow [hostnames or '*'. No aliases]
spc allow [hostnames or '*'. No aliases]
mserve allow [hostnames or '*'. No aliases]
If not add the lines and run /usr/sbin/inetd -c to reread the file.
/usr/sbin/ping
You should get back 0% packet loss. If you get something different then check your network configuration.
Check the user's $HOME for a .TTauthority file. Ensure it is owned by the user and has the appropriate group.
Make sure the $LANG environment variable is set correctly. It should either be set to "C" or unset for American-English.
If none of the above have resolved the problem, exit the failsafe session. From the CDE login screen select Options -> Command Line Login. When the screen turns black, press [return] and you should get a Console Login prompt. Login as root.
For a user that cannot login, mv $HOME/.dt $HOME/.dt.orig
mv $HOME/.dtprofile $HOME/.dtprofile.orig
exit (to return to the CDE login screen) - try logging in as that user.