- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: xterm from linux to hp is not 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
Forums
Discussions
Discussions
Discussions
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
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
07-31-2001 11:17 AM
07-31-2001 11:17 AM
I am trying to open xterm windows to local HP workstation. All system is 11.00. 712. It works only for two Workstation. So the problem is on HP-UX side. I can open dtterm windows from another HP systems without problem.
1. Telnet to linux system from 712.
2. set display = ip or name
3. run xterm and I received errors
Xlib:connection to "ceres:0.0" refused by server
Xlib Client is not autorized to connect to server
Xlib Xt error: can't open display
(It works on other systems so i thought it might be permission on local system)
Then I run on local system.
#local> xhost + (error again)
Xlib: connection to "ceres:0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
I try running xauth program and choose list it display something.
Help me Experts.
Sachin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 02:32 PM
07-31-2001 02:32 PM
Re: xterm from linux to hp is not working.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 11:38 PM
07-31-2001 11:38 PM
Re: xterm from linux to hp is not working.
What you need to do
Extract the cookie on the hp system from the
$HOME/.Xauthority file
# xauth extract /tmp/auth4 hp_system:0
Transfer the file with the cookie to linux system
On linux system, merge the cookie for hp_system:0
into $HOME/.Xauthority:
linux>xauth merge /tmp/auth4
linux>xauth list
both systems should be listed : also see man Xauth
or this may work -> disable Xauth under CDE by editting : /etc/dt/config/Xconfig wrt Dtlogin*authorise : False nb you may need to copy this file from /usr/dt/config.
For the change to take effect you will need to restart the Xserver. currently ps -ef ? grep X on the hp probably comes back with a -auth string ? If yes the above will disable this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 05:05 AM
08-01-2001 05:05 AM
Re: xterm from linux to hp is not working.
1. I run Xauth and xhost + as root.
Hi Alex,
I do not have .Xautority file in /home/. My home for users are nfs mount. same home area same account works on one HP (712) system.
I do not have .Xautority at /home/ on linux system either.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 07:02 AM
08-01-2001 07:02 AM
Re: xterm from linux to hp is not working.
I try xauth extract and then xauth merge on another system. NO LUCK.
Sachin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:37 AM
08-01-2001 09:37 AM
Re: xterm from linux to hp is not working.
I.E.
xterm -display myhost:0 &
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 10:16 AM
08-01-2001 10:16 AM
Re: xterm from linux to hp is not working.
I try that too same error message. NO LUCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 06:53 PM
08-01-2001 06:53 PM
Re: xterm from linux to hp is not working.
Are you logged in your HP workstation as a user or root?
If logged in as user then issue xhost+ as that user.
Also are you able to export the DISPLAY from other HP workstations to this workstation?
Is the $DISPLAY on the linux box pointing to your HP workstation when you are logged in to you linux machine (check export -p|grep DISPLAY or echo $DISPLAY).
Can you export the DISPLAY from the linux machine to any other workstation?
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 11:26 PM
08-01-2001 11:26 PM
SolutionDid you try my suggestion on /etc/dt/config/Xconfig at all on the HP systems ?
I'd also make 100 % certain hostname resolution works both forwards and backwards on all hosts involved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 11:31 PM
08-01-2001 11:31 PM
Re: xterm from linux to hp is not working.
should not give an error on the local box..
Have you tried any other applications such as xclock?
Do you have the X ports 6000/60001 blocked?
Try running xscope to determined and xlib errors..
http://www.hp-uxconsulting.com/hpux/x11/xscope.html
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2001 11:33 AM
08-02-2001 11:33 AM
Re: xterm from linux to hp is not working.
Alex I spoke too early. I add MIT-MAGIC-COOKIE from HP to Linux system and reboot the HP system. I didn't reboot the system yesterday. Now it is working fine.
Hi Bill. I like that site. xhost + should not generate error but it was I don't know why? Now it is not generating error.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 12:22 AM
08-03-2001 12:22 AM