- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: XDMCP suddenly stop working
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-25-2004 05:54 PM
тАО04-25-2004 05:54 PM
XDMCP suddenly stop working
$ xwin -screen 0 800 600 -once hpux1
But after a few days, suddenly i can't query to one of my machine. When I invoke the above command, local X server start and hangs without any login prompt from cde.
how to fix this problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 06:03 PM
тАО04-25-2004 06:03 PM
Re: XDMCP suddenly stop working
So, check out on your server:
ps -ef | grep dt
If dtlogin and dtrc are not listed, do:
/sbin/init.d/dtlogin.rc start
If successfull, doing the ps -ef again will show dtlogin in the list. If not, you or a colleague has probably changed something in /etc/rc.config.d resulting in dtlogin not being started, for instance changing the DESKTOP var can cause that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 06:32 PM
тАО04-25-2004 06:32 PM
Re: XDMCP suddenly stop working
I believe it is the name resolution issue. Check whether your DNS server is working OK and you are able to resolve the hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 06:33 PM
тАО04-25-2004 06:33 PM
Re: XDMCP suddenly stop working
$ ps -ef | grep dtlo
U15360 14236 7748 1 14:23:37 ttysd 0:00 grep dtlo
root 9052 9042 0 14:16:57 ttysd 0:00 /usr/dt/bin/dtlogin
$
but, still I stop and restart it, to make sure
# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start
then i try to connect again, and nothing. The symptom remain same.
additional info:
1. when i look into /etc/rc.log, i got lines:
Start CDE login server
Output from "/sbin/rc3.d/S990dtlogin.rc start":
----------------------------
/usr/pvproxy/upsd : -2 : UPS communication error
the last line is repeatedly printed.
2. I can connect (xdmcp query) nomally using reflection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 06:35 PM
тАО04-25-2004 06:35 PM
Re: XDMCP suddenly stop working
Most of the current X clients like hummingbird default to the Berkley protocols and will simply stop working if things are screwed down too tight.
If however the problem persists with an attached graphics card then security settings are not likely to be the cause.
You should be able to find enough evidence to work with in the /var/adm/syslog/syslog.log file.
Perhaps tail -f /var/adm/syslog/syslog.log in a telnet window and try cde connect and see what gets logged.
Also
inetd -c
to restart
inetd -l
to kick enhanced logging in syslog
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 07:04 PM
тАО04-25-2004 07:04 PM
Re: XDMCP suddenly stop working
we are not running any apps to secure the machine recently.
I restart the inetd using "-c" and check whether it is ran with "-l" flag.
then i start xdmcp query again while "tail -f /var/adm/syslog/syslog.log" and i found no interesting activity.
like I said before, I can query nomally using raflection, but not cygwin/x.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 07:09 PM
тАО04-25-2004 07:09 PM
Re: XDMCP suddenly stop working
i do some nslookup and it come with proper answer. I also get the reply when i ping the machine. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2004 07:46 PM
тАО04-25-2004 07:46 PM
Re: XDMCP suddenly stop working
# inetd -c
# /sbin/init.d/dtlogin.rc stop
#dtlogin.rc start