- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure XDMCP
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
Forums
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
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
тАО05-24-2004 03:38 AM
тАО05-24-2004 03:38 AM
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!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2004 03:41 AM
тАО05-24-2004 03:41 AM
Solutiontail -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
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
тАО05-24-2004 03:53 AM
тАО05-24-2004 03:53 AM
Re: Configure XDMCP
And the syslog not log nothing about remote login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2004 03:57 AM
тАО05-24-2004 03:57 AM
Re: Configure XDMCP
May 24 17:48:32 nmcsa03 rlogind[1468]:Login failure (exit(130) from login(1))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2004 04:30 AM
тАО05-24-2004 04:30 AM
Re: Configure XDMCP
In the /.profile whose set a wrong DISPLAY variable.
Thanks for your help.