- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot gopen display 'hostname:0.0'
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
11-09-2003 07:40 PM
11-09-2003 07:40 PM
I have issued: export DISPLAY=hostname:0.0
and: xhost +
I still get this problem though. I have never seen the word 'gopen' in this error before.
I can log into the workstation, and export the display somewhere else and it will work. I can also log into another machine and export the display back to the broken one, and it will work.
What does this mean and how can I fix it?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 07:49 PM
11-09-2003 07:49 PM
Re: cannot gopen display 'hostname:0.0'
export DISPLAY=hostname:0.0
should be
export DISPLAY=$(hostname):0.0
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 07:54 PM
11-09-2003 07:54 PM
Re: cannot gopen display 'hostname:0.0'
I think I have it narrowed down, I just cant figure out why it has happened.
The workstations are failing to reslove their own hostnames. If I use IP addresses instead of hostnames for DISPLAY everything works. hmm. I can work around for the moment since its meant to be my day off!
Any thoughts appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:15 PM
11-09-2003 08:15 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:18 PM
11-09-2003 08:18 PM
Re: cannot gopen display 'hostname:0.0'
Is the DNS working fine? It may be a problem from that end.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 08:22 PM
11-09-2003 08:22 PM
Re: cannot gopen display 'hostname:0.0'
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:21 AM
11-10-2003 01:21 AM
Re: cannot gopen display 'hostname:0.0'
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
so that your local hostname can always be resolved without depending on a DNS server. The other advantage is that a small /etc/hosts file containing production machine names/IPaddrs is much faster than asking a DNS server and some programs (like network backups) may ask the DNS server for a name lookup for every file. Having the info in a local file greatly reduces the load on the network and the DNS server.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:52 AM
11-10-2003 01:52 AM
Re: cannot gopen display 'hostname:0.0'
hosts: nis [NOTFOUND=continue UNAVAIL=continue] files
When I log in as root and nslookup the hostname, it resloves, using NIS as excepted.
However, When the user logs in, and trys the same, nslookup still wants to use DNS.
Is there a seperate nsswitch.conf for the users??
This is really confusing me now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 02:20 AM
11-10-2003 02:20 AM
Re: cannot gopen display 'hostname:0.0'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 03:01 AM
11-11-2003 03:01 AM
Re: cannot gopen display 'hostname:0.0'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 03:04 AM
11-11-2003 03:04 AM