- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- X11 Collgui problem
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
09-30-2004 03:07 AM
09-30-2004 03:07 AM
X11 Collgui problem
**************
# collgui
Xlib: connection to "10.206.201.57:0.0" refused by server
Xlib: Client is not authorized to connect to Server
java.lang.InternalError: Can't connect to X11 window server using '10.206.201.57
:0.0' as the value of the DISPLAY variable.
Check DISPLAY environment variable setting.
*************
I have checked all the configuration things that I know about and see no differences between the machines.
CDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 06:19 AM
09-30-2004 06:19 AM
Re: X11 Collgui problem
please check with dxhosts hat your client has authorized access to the machine.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:54 AM
09-30-2004 08:54 AM
Re: X11 Collgui problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 09:07 AM
09-30-2004 09:07 AM
Re: X11 Collgui problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 03:43 PM
09-30-2004 03:43 PM
Re: X11 Collgui problem
Does apps like 'xclock' run fine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 01:30 AM
10-01-2004 01:30 AM
Re: X11 Collgui problem
From the iformation provided, I would assume that you are using xdm (X display manager and would expect that you have a Session Manager menu. If so, on this menu, select Options -> Security... On this menu, type in the Hostname of the remote Alpha and press Add, then Apply, then OK. If you don't have the appropriate host name in /etc/hosts, you must edit that file or you can enter the IP address instead of hostname in the Security... dialog. To make this permanent, select Session Manager -> Save Current Settings. Hope this helps.
Regards,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 02:11 AM
10-01-2004 02:11 AM
Re: X11 Collgui problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 03:51 AM
10-01-2004 03:51 AM
Re: X11 Collgui problem
If you are starting collgui from the command line, are you specifying the environment variable for DISPLAY? In other words, are you specifying
#setenv DISPLAY=hostname:0.0 (csh)(hostname:display#) or
#export DISPLAY=hostname:0.0 (ksh)
From looking closer at your original posting, it seems that this is the primary issue in your problem. Before starting any graphics application from the command line, it is necessary to tell the application where to DISPLAY the graphics. Maybe this will help.
Regards,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 04:28 AM
10-01-2004 04:28 AM
Re: X11 Collgui problem
# env | grep DISPLAY
DISPLAY=10.206.201.57:0.0
57 is my clients IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 04:31 AM
10-01-2004 04:31 AM
Re: X11 Collgui problem
you use a pc as a client?
If so try 10.206.201.57:0 as DISPLAY
.0 is used when you have more than one window like on the graphics console.
hth,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 08:33 AM
10-01-2004 08:33 AM
Re: X11 Collgui problem
Xterm is a command line application, unlike clock and collgui. What you ARE seeing is an indication that the application that has graphics to display cannot resolve the machine (IP) and display number(:0) of the receiving device. Since you received the response about the display error, it can be assumed that there is no IP issue (the server knows who you are and how to get to you). There is a problem with the DISPLAY portion, which is probably due to the :0.0 vs :0 setting, as described in the last posting. It is likely that you have authorized 10.206.201.57:0 in your Security settings, but the application is trying to connect to 10.206.201.57:0.0 which does not match (on a character basis). You could always try adding both the :0.0 and the :0 to see if that resolves your issue.
If that does not work, you will need to supply more information, as troubles described by the info you posted, to the best of my knowledge, have been answered.
Also, please post a notification when this problem has been fixed.
Regards,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:43 AM
10-05-2004 12:43 AM
Re: X11 Collgui problem
CDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:45 AM
10-05-2004 12:45 AM