- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X windows
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
03-02-2006 02:29 AM
03-02-2006 02:29 AM
I get the following error:
msc00 101: xterm
Error: Can't open display: fh-cae-rxkwrk.matsci.com:0.0
Error: Couldn't find per display information
msc00 102:
any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:38 AM
03-02-2006 02:38 AM
Re: X windows
fh-cae-rxkwrk.matsci.com system?
What happens if you export your DISPLAY using the IP address of the fh-cae-rxkwrk.matsci.com
system?
Are you getting any X window traffic to your PC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:38 AM
03-02-2006 02:38 AM
Re: X windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 02:52 AM
03-02-2006 02:52 AM
Re: X windows
when I did a nslookup I get this:
$ /usr/bin/nslookup 172.17.18.131
*** Can't find server name for address 192.168.10.10: No response from server
Using /etc/hosts on: msc00
looking up FILES
Trying DNS
Name: fh-it-rxwlap.matsci.com
Address: 172.17.18.131
I know this sound stupid, where should I look to make sure the DNS servers are pointing to the correct servers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 03:11 AM
03-02-2006 03:11 AM
Re: X windows
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 06:21 AM
03-02-2006 06:21 AM
Re: X windows
those users get:
msc00 102: export DISPLAY=172.17.18.107:0.0
export: Command not found.
I do a find / -name export and I can't find the export command.
I have them switch to the sh
and The xterm comes up without the scroll bar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 07:09 AM
03-02-2006 07:09 AM
Re: X windows
There are so many conceptual differences between POSIX shells and csh that it is quite difficult to contrast them. In a POSIX shell, you can find out exactly what a command (like export) is by typing: whence -v export. The POSIX shell will tell you that it is a built-in, or part of the shell.
So if you have to answer all these csh newbie questions, you can either learn csh in depth, or switch your users. Note also that the value for the DISPLAY value may have been set automatically, possibly by parsing the IP or name (fh-cae-rxkwrk.matsci.com) from the who -muR command. The problem is that the user may have used telnet to 'tunnel around' through several servers until arriving on the current one and who -muR reports only the adjacent machine, not the originator of the request. Make sure the DISPLAY variable matches the machine the user is really on.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 07:46 AM
03-02-2006 07:46 AM
Re: X windows
setenv DISPLAY w.x.y.z:0.0
within Exceed, there should be wizards to automatically set this .