Operating System - HP-UX
1840593 Members
2802 Online
110166 Solutions
New Discussion

Re: Unable to connect to server using CDE env using Hummingbird.

 
SOLVED
Go to solution
Silver_1
Regular Advisor

Unable to connect to server using CDE env using Hummingbird.

Hi,

I have rebooted a prod machine and now the users says that they are unable to connect the server using Hummingbird.

I have noticed that /etc/rc.config.d/desktop was having the entry wrong to start the X server, now i changed it to like this..

DESKTOP=CDE
DTPRTSVR=
DT_LOCAL_X_START_ALWAYS=


How can i start the X - server manually.

Thanks !
7 REPLIES 7
Jeff_Traigle
Honored Contributor
Solution

Re: Unable to connect to server using CDE env using Hummingbird.

/sbin/init.d/dtlogin.rc start
--
Jeff Traigle
A. Clay Stephenson
Acclaimed Contributor

Re: Unable to connect to server using CDE env using Hummingbird.

/sbin/init.d/dtlogin.rc start
If it ain't broke, I can fix that.
Silver_1
Regular Advisor

Re: Unable to connect to server using CDE env using Hummingbird.

Now the X display is working while login using Putty.

When HummingBird is used, the CDE login screen comes up, the user logs in , after 15-20 seconds, it again asks for the password.

the errors are like this....

ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Explorer failed to initialize.
ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Cannot open X display. Check display name/server access authorization.
ERROR: Explorer failed to initialize.
ERROR: Device does not support full-screen.
ERROR: Device does not support full-screen...

Any ideas..???
Aaron Hunt_1
Advisor

Re: Unable to connect to server using CDE env using Hummingbird.

Looks like you have an xauth issue to me.
I have never let my schooling interfere with my education.
Silver_1
Regular Advisor

Re: Unable to connect to server using CDE env using Hummingbird.

How can i give other users to have the authority ?
Onur Karakan
Advisor

Re: Unable to connect to server using CDE env using Hummingbird.

Hi Silver,

Can you type the following commands again? The first command will enable the desktop auto-start.

/usr/dt/bin/dtconfig -e
dtlogin.rc start

Best Regards,
Onur
Onur Karakan
Advisor

Re: Unable to connect to server using CDE env using Hummingbird.

...Correction...
Sorry Silver,

I forgot to write /sbin/init.d/ for dtlogin.rc start command.

Right one is
/usr/dt/bin/dtconfig -e

/sbin/init.d/dtlogin.rc start

Onur