1824939 Members
4064 Online
109678 Solutions
New Discussion юеВ

Configure XDMCP

 
SOLVED
Go to solution
Adam_116
Occasional Advisor

Configure XDMCP

Hi,
i must configure a XDMCP server on "HP-UX hostname B.11.11 U 9000/785" for working with "reflection x" windows client, but after inserted username and password in HP-UX CDE login screen, the system push out me!
I see the file /etc/dt/config/Xservers and only this line is uncommented:

* Local local@console /usr/bin/X11/X :0

I have try to comment it, but not work at same.

Help me please!!!
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Configure XDMCP

from a telnet session:

tail -f /var/adm/syslog/syslog.log

Then try the CDE login. Make note of the errors you see.

vi /etc/rc.config.d/xfs

make sure the first variable is set to 1.

/sbin/init.d/xfs stop
/sbin/init.d/xfs start

Try again.

make sure the DISPLAY variable is set correctly.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Adam_116
Occasional Advisor

Re: Configure XDMCP

I have try to see the /etc/rc.config.d/xfs file on the another server in which XDMCP work correctly and the first variable "RUN_X_FONT_SERVER" is set to "0".
And the syslog not log nothing about remote login.
Adam_116
Occasional Advisor

Re: Configure XDMCP

Sorry the tail command not update correctly and i have try to see again The syslog tail is:

May 24 17:48:32 nmcsa03 rlogind[1468]:Login failure (exit(130) from login(1))
Adam_116
Occasional Advisor

Re: Configure XDMCP

Ok now working!

In the /.profile whose set a wrong DISPLAY variable.

Thanks for your help.