- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File configuration of xhost
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
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
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-04-2002 12:26 AM
тАО06-04-2002 12:26 AM
File configuration of xhost
I want to use sam on remote machine. I'm connected with to this machine with xterm
I have some problem with X connection
How can I verify a xhost+ configuration on this machine..?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 12:35 AM
тАО06-04-2002 12:35 AM
Re: File configuration of xhost
xhost with no parameters shows what is allowed
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 12:43 AM
тАО06-04-2002 12:43 AM
Re: File configuration of xhost
# xhost
1356-200 xhost unable to open display ""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 01:03 AM
тАО06-04-2002 01:03 AM
Re: File configuration of xhost
Is the DISPLAY variable set (echo $DISPLAY). If not set it with DISPLAY=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 01:21 AM
тАО06-04-2002 01:21 AM
Re: File configuration of xhost
What I need exactly is the file where can I finding the configuration of X11 that can allow access to other machines for X11 connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 03:09 AM
тАО06-04-2002 03:09 AM
Re: File configuration of xhost
/usr/dt/config/Xaccess
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2002 03:21 AM
тАО06-04-2002 03:21 AM
Re: File configuration of xhost
If not sure then
www.docs.hp.com
select
search this site (In Blue Area)
Give Xaccess
First result is CDE documentation where it is well explained.
If you look in /var/dt/Xerrors and find errors over MIT then look at Xconfig
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 09:50 PM
тАО06-05-2002 09:50 PM
Re: File configuration of xhost
You want to use SAM on a remote station and display it on your
local machine ?
If so you must do this :
- On the local machine : xhost +
- On the remote machine :
# DISPLAY=local_machine_name:0.0
# export DISPLAY
# sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2002 11:19 PM
тАО06-05-2002 11:19 PM
Re: File configuration of xhost
put in it the hostname or ip address of the remote systems you wish to grant access to.
This is an X issue not CDE !
extract from man Xserver ->
The sample server also uses a host-based access control list for
deciding whether or not to accept connections from clients on a
particular machine. This list initially consists of the host on which
the server is running as well as any machines listed in the file
/etc/Xn.hosts, where n is the display number of the server. Each line
of the file should contain an Internet hostname (e.g.
expo.lcs.mit.edu.) There should be no leading or trailing spaces on
any lines. For example:
joesworkstation
corporate.company.com
Standard input