- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X connection to x.x.x.x:10.0 broken (explicit ...
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
тАО06-07-2001 07:53 AM
тАО06-07-2001 07:53 AM
warning: X11 connection requests different authentication protocol: 'MIT-MAGIC-COOKIE-1' vs. ''.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 09:39 AM
тАО06-07-2001 09:39 AM
Re: X connection to x.x.x.x:10.0 broken (explicit kill or server shutdown)
try the following:
# DISPLAY=yourhost:0.0 ; export DISPLAY
# sam
that is assuming that yourhost is running an X server.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 10:45 AM
тАО06-07-2001 10:45 AM
Re: X connection to x.x.x.x:10.0 broken (explicit kill or server shutdown)
xhosts +
xhosts +
without the
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 11:09 AM
тАО06-07-2001 11:09 AM
Solutionthe 'client authorization' protocol that CDE (Common Desktop Environment)
uses, a key known as the 'MIT-MAGIC-COOKIE' is extracted from
$HOME/.Xauthority and passed to the Xserver. If the key is valid, the
connection is established; otherwise, it is denied.
The 'xhost' list takes precedence over this 'xauth' key. Once a system
is added, no 'magic cookie' is needed. With each login, the new key is
merged into $HOME/.Xauthority and a utility (/usr/bin/X11/xauth) is
included. This utility allows you to manipulate the keys stored in thefile.
You could use an rexec command to extract the local key and merge it
into a .Xauthority file on a remote system, for example:
# /usr/bin/X11/xauth -q nextract - $DISPLAY | remsh server1 -l root /usr/bin/X11/xauth -q nmerge -
For additional information on 'xauth', see the 'xauth' man page. You
can also get information on a usage statement displayed by 'xauth -h'
from the 'xauth' man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2001 11:22 AM
тАО06-07-2001 11:22 AM