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-10-2003 06:53 AM
07-10-2003 06:53 AM
I am trying to connect from my pc to a unix-workstation. First I make a telnet-connection with reflection. After logging in I set my DISPLAY to my_ipadres:0.0. To test the setting I do xclock. This returns the following error.
Error: Can't open display: 145.4.10.193:0.0
Can anyone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:57 AM
07-10-2003 06:57 AM
Re: DISPLAY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:59 AM
07-10-2003 06:59 AM
Re: DISPLAY
Two things... do you know what type of shell you are running in (i.e. ksh (Korn Shell), csh (C Shell) or sh (Posix/Bourne shell)?
If ksh:
export DISPLAY=ipaddress:0.0
If csh:
setenv DISPLAY=ipaddress:0.0
If sh:
DISPLAY=ipaddress:0.0
export DISPLAY
Then try you X application once again.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 06:59 AM
07-10-2003 06:59 AM
Re: DISPLAY
export DISPLAY=145.4.10.193:0
should work
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:07 AM
07-10-2003 07:07 AM
Re: DISPLAY
I think the DISPLAY-settings are OK. I run ksh. I did export DISPLAY=ip:0.0.
Should I use xhost +?
Regards,
D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:10 AM
07-10-2003 07:10 AM
Re: DISPLAY
Here is an idea...
In Reflection, use the Client Wizard to create the client to log into the UNIX box.. In the X Client Manager window, Click on Tools, Client Wizard, and follow the prompts..
Then, use this client to login and retry the app.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:11 AM
07-10-2003 07:11 AM
Re: DISPLAY
Xhost errors normally would say the magic word "authorised" so I don't think that's the case here ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 07:38 AM
07-10-2003 07:38 AM