Operating System - HP-UX
1833857 Members
2330 Online
110063 Solutions
New Discussion

Re: CDE and Exceed XDMCP time-out??

 
SOLVED
Go to solution
Joseph C. Denman
Honored Contributor

CDE and Exceed XDMCP time-out??

I'm trying to get this dang exceed configured and get the CDE to work. Any suggestions on the time-out issue.

Thanks,

...jcd...
If I had only read the instructions first??
5 REPLIES 5
Sridhar Bhaskarla
Honored Contributor
Solution

Re: CDE and Exceed XDMCP time-out??

Hi,

Let me try couple of suggestions.

1. Make sure you have the dtlogin process running on the server.
2. Run /usr/contrib/bin/X11/dr_dt to see if you get any errors.
3. If there is a firewall/port filters between your PC and the server, make sure they allow ports 6000+ for X communication.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Mark Grant
Honored Contributor

Re: CDE and Exceed XDMCP time-out??

Absolutely make sure that you server can resolve a hostname from your PC's ip address. This one stops a lot of people!
Never preceed any demonstration with anything more predictive than "watch this"
Joseph C. Denman
Honored Contributor

Re: CDE and Exceed XDMCP time-out??

I don't see the dtlogin process running. The system does not have a graphics console. What files do I need to modify to have it start? I ran xterm and it works ok, but I want the cde desktop.

dr_dt reports 0 errors and 20 warnings.

There are no firewall. xterm works ok.

...jcd...
If I had only read the instructions first??
Sridhar Bhaskarla
Honored Contributor

Re: CDE and Exceed XDMCP time-out??

Well then there the problem is. Edit your /etc/rc.config.d/desktop and make sure you have "DESKTOP=CDE", then start it using /sbin/init.d/dtlogin.rc start. Make sure you have the dtlogin process running after that.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Joseph C. Denman
Honored Contributor

Re: CDE and Exceed XDMCP time-out??

That did it.

Thanks!!!!

...jcd...
If I had only read the instructions first??