Operating System - HP-UX
1753666 Members
6352 Online
108799 Solutions
New Discussion юеВ

Re: X browser configuration

 
rajesh73
Super Advisor

Re: X browser configuration

Hi

Working Xbrowser Server HP-UX 11.21
netstat -a|grep xdmcp
udp 0 0 *.xdmcp *.*

Not Working Xbrowser Server HP-UX 11.31
netstat -a|grep xdmcp
It will not showing anything

actully all the server same not work only different is the OS version

pls advice what can i have do
It is very urgent

Regds
Rajesh


Steven Schweda
Honored Contributor

Re: X browser configuration

I don't use XDMCP, so I know nothing, but
around here "netstat -an" seems to be more
useful than "netstat -a":

dyi # netstat -a | grep -i xdmcp
dyi # netstat -an | grep '\.177'
udp 0 0 *.177 *.*

From what I've read, dtlogin is the program
which offers this service. Is it running?

ps -el | grep dtlogin

Around here:

dyi # UNIX_STD=95 ps -lC dtlogin
F S UID PID PPID C PRI NI ADDR SZ WCHAN TT
Y TIME CMD
401 S 0 1832 1809 0 154 20 e00000014dbb0a00 176 e00000013ecd9272 ?
00:00:00 dtlogin
401 S 0 1809 1773 0 154 20 e00000014dacb980 160 e00000013e2a1080 ?
00:00:00 dtlogin


man dtlogin
S. Ney
Trusted Contributor

Re: X browser configuration

From your connecting X-client try something similar:
(/usr/bin/X11/dtterm -fn 6x13 -sb -sl 500 -ls -bg white -fg blue -display %IP#% -name %T% &)

you may have to zero out .Xauthority in your root/user home.
cat /dev/null > .Xauthority

I had issues originally connecting to 11.31 with a x-window client (reflections) however putty worked fine.