- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: couldn't find per display information
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
01-15-2004 03:12 AM
01-15-2004 03:12 AM
maybe is not the right place for a linux question, but I received here answers also for Solaris:-)
I have a linux (Fedora core 1, XFREE86 ver. 4.0 )box on which I want to export the display from an HPUX11.00 server. On the UX machine I give the right command
setenv DISPLAY
and I can see with echo $DISPLAY that the new value is right. On the linux box I give
xhost + to enable the remote access end echo $DISPLAY on the linux box returns
:0.0
..but whatever X application I start on the UX server it returns "couldn't find per display information".
Where should I dig further?
N.B. - the linux box is actualy a dual boot machine, the second OS is Window$2000 and I can start from Window$ using ReflectionX an XDMCP session to the UX server without problems...
thank you all,
ionut
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 03:24 AM
01-15-2004 03:24 AM
Re: couldn't find per display information
Then connect to the HP-UX system and type:
export DISPLAY=1.1.1.1:0.0
Then start for exmpl xclock and it should run on your Linux system.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 04:28 AM
01-15-2004 04:28 AM
Re: couldn't find per display information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:51 AM
01-15-2004 06:51 AM
Re: couldn't find per display information
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:08 AM
01-15-2004 07:08 AM
Re: couldn't find per display information
Regards, Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:35 AM
01-15-2004 09:35 AM
Re: couldn't find per display information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:51 PM
01-15-2004 06:51 PM
Re: couldn't find per display information
xhost shows me access control disabled, clients can connect from any host,
from the Unix server I can ping the linux box, but trying to start a xterm failes with the same damn message :-( /usr/X11R6/bin is in the path, the X server is running and displaying on :0.0, I don't have any other idea ...
What is worse, I have the IP 10.1.40.77, from another linux box (with RedHat7.3 ) with IP 10.1.40.89 I can start an X application on the Unix server ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 06:57 PM
01-15-2004 06:57 PM
Re: couldn't find per display information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:22 PM
01-15-2004 07:22 PM
Re: couldn't find per display information
once more for your 10 points: how can I make x11 to listen on a tcp port - cause you're right - it's not. I have try on the linux box to
export DISPLAY=
after that xhost without arguments or xhost + fail with:
"xhost: unable to open display=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:35 PM
01-15-2004 07:35 PM
SolutionYou might look into your manual page on X(1) or use this link: http://www.xfree.org/current/Xserver.1.html
Good luck, Elmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 11:01 PM
01-15-2004 11:01 PM
Re: couldn't find per display information
you know, working on 2 forums has some advantages, isn't it ? ;-)
so the solution: check the variable DisallowTCP in /etc/X11/gdm/gdm.conf, it should be "false", otherwise the gdm deamon starts X with -nolisten tcp option.