- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- xterm error
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
06-25-2008 10:23 PM
06-25-2008 10:23 PM
xterm error
Error: Couldn't find per display information in hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 10:33 PM
06-25-2008 10:33 PM
Re: xterm error
Do you have: name:0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 10:35 PM
06-25-2008 10:35 PM
Re: xterm error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 11:24 PM
06-25-2008 11:24 PM
Re: xterm error
You can modify sshd_config and ssh_config to allow X11 forwarding. Edit sshd_config to set
the display instance (default = 10). After establishing a Secure Shell connection to a remote system, set the DISPLAY environment variable to the following:
originating machine when started.
CAUTION
The X11UseLocalhost option in sshd_config for IPv6 enabled servers must be set to no when using X11 forwarding to an IPv6 enabled server. X11 applications will not connect to the display if the X11UseLocalhost option is
set to yes .
-------
So on the HP change the two config files as follows;
/opt/ssh/etc/ssh_config
ForwardX11 yes
/opt/ssh/etc/sshd_config
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 11:26 PM
06-25-2008 11:26 PM
Re: xterm error
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=35682
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=963117