HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Legacy
 - >
 - Operating System - Tru64 Unix
 - >
 - Re: Could not login to normal desktop
 
Operating System - Tru64 Unix
        1840183
        Members
    
    
        3546
        Online
    
    
        110162
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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-06-2009 05:20 AM
10-06-2009 05:20 AM
			
				
					
						
							Could not login to normal desktop
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
I made some changes on the system, remove one domain and add another one. after reboot the system, I could not login as normal desktop, it says 'DT messaging system could not be started...' something about hosts file, I can only login to failsafe session. I checked the hosts file and removed hosts I dont need. reboot. and still couldn't login as normal desktop.
Please help.
thanks
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I made some changes on the system, remove one domain and add another one. after reboot the system, I could not login as normal desktop, it says 'DT messaging system could not be started...' something about hosts file, I can only login to failsafe session. I checked the hosts file and removed hosts I dont need. reboot. and still couldn't login as normal desktop.
Please help.
thanks
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-06-2009 06:12 AM
10-06-2009 06:12 AM
			
				
					
						
							Re: Could not login to normal desktop
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						> I made some changes on the system, [...]
Well, we know whom to blame.
The CDE software tends to expect the
"/etc/hosts" data to agree with reality, and
it complains (and fails) when this
expectation breaks down.
> [...] something about hosts file, [...]
Well, duh. Next time, write it down.
My psychic powers are too weak to tell me
what's in your "hosts" file, or your DNS
data, and I don't know the name of your
system, or its IP address, and I don't know
what you changed. Perhaps you could get a
little more help if you offered a little more
information.
		
		
	
	
	
Well, we know whom to blame.
The CDE software tends to expect the
"/etc/hosts" data to agree with reality, and
it complains (and fails) when this
expectation breaks down.
> [...] something about hosts file, [...]
Well, duh. Next time, write it down.
My psychic powers are too weak to tell me
what's in your "hosts" file, or your DNS
data, and I don't know the name of your
system, or its IP address, and I don't know
what you changed. Perhaps you could get a
little more help if you offered a little more
information.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-06-2009 11:33 PM
10-06-2009 11:33 PM
			
				
					
						
							Re: Could not login to normal desktop
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						the "DT messaging system" depends on correct functioning of name resolution.
The configured hostname and dns domain namespace must match the entries in the hostfile, and DNS (if configured).
If accessing from another X-term than the local console, this X-system also must be resolvable throug DNS or hostfile.
also the "localhost" entry in the hostfile bust be present (and first in the file).
and this info must match the network config in /etc/rc.config
###/etc/hosts file
127.0.0.1 localhost
    . 
### rc.config file
HOSTNAME="."
export HOSTNAME
IFCONFIG_0=" netmask 255.255.0.0"
### check /etc/resolv.conf (if dns configured)
domain"
### check dns
nslookup
nslookup.
(or look at the configuration on the DNS server itself)
        
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
The configured hostname and dns domain namespace must match the entries in the hostfile, and DNS (if configured).
If accessing from another X-term than the local console, this X-system also must be resolvable throug DNS or hostfile.
also the "localhost" entry in the hostfile bust be present (and first in the file).
and this info must match the network config in /etc/rc.config
###/etc/hosts file
127.0.0.1 localhost
### rc.config file
HOSTNAME="
export HOSTNAME
IFCONFIG_0="
### check /etc/resolv.conf (if dns configured)
domain
### check dns
nslookup
nslookup
(or look at the configuration on the DNS server itself)
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-08-2009 05:13 AM
10-08-2009 05:13 AM
			
				
					
						
							Re: Could not login to normal desktop
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I figured it out, there was one line in rc.config screwed up.
thanks, guys.
allan
		
		
	
	
	
thanks, guys.
allan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP