- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Red Hat 9 Security and X programs from a remote ho...
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
08-21-2003 04:23 AM
08-21-2003 04:23 AM
I'm trying to get an external machine (not local) to display ANY xterm/netscape/gimp/etc. to my Red Hat 9 fresh install.
I've set DISPLAY on the remote system, I've run xhost + remote_hostname on the local system.
All I get is:
Error: Can't open display
Error: Couldn't find per display information
I've tinkered with hosts.allow (even ALL : ALL), to no avail.
Do any of you gurus have some suggestions as to why this does not work?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 05:17 AM
08-21-2003 05:17 AM
Re: Red Hat 9 Security and X programs from a remote host
xhost + remote_hostname
from within X sessions terminal
on a second machine from which you wish to connect you should issue the following command
export DISPLAY=ipaddress:0
of course you should insert the Xserver ip address instead of ipaddress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 05:56 AM
08-21-2003 05:56 AM
Re: Red Hat 9 Security and X programs from a remote host
Any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 06:19 AM
08-21-2003 06:19 AM
Re: Red Hat 9 Security and X programs from a remote host
Just to check if it is and authorization problem.
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 07:15 AM
08-21-2003 07:15 AM
SolutionThen, use "ssh -X" to log into your RH9 server; X11 applications will work automagically on your remote X server and you won't have to bother with "xhost" and "export DISPLAY" commands.
Don't forget to assign the corresponding points.
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 08:16 AM
08-21-2003 08:16 AM