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
05-21-2004 03:15 PM
05-21-2004 03:15 PM
CDE
The desktop messaging system could not be started.
To correct the problem......
Any ideas as to what to check first???
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:58 PM
05-21-2004 03:58 PM
Re: CDE
$HOME/dt/errorlog
Also run
/usr/contrib/bin/X11/dr_dt
and check /var/dt/Xerrors
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2004 04:24 AM
05-22-2004 04:24 AM
Re: CDE
Now my prob. is the wheel mouse locking up X...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2004 05:53 PM
05-22-2004 05:53 PM
Re: CDE
The CDE problems are mostly due to the improper hostname resolution. Check your /etc/hosts file for any recent changes in the hostname.
ensure the presence of loopback entry 127.0.0.1 in hosts file.
Also run dr_dt from the text login, as indicated by mani, and correct if any errors are show there.
Rgds,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2004 06:55 PM
05-22-2004 06:55 PM
Re: CDE
As mentioned before, most of the times it is host-resolution problem.
Try getting onto the box using telnet and do "nslookup $(hostname)" and see if it works. If it doesn't work, then look in your /etc/hosts file to make sure the hostname is correctly resolved. If it works, then do "/etc/ping $(hostname)". This should also work.
Running /usr/contrib/bin/X11/dr_dt should give you some hints.
-Sri