- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tips on Debugging xterm problems...
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-24-2003 05:30 AM
06-24-2003 05:30 AM
Tips on Debugging xterm problems...
I got some xterms that are no longer working and want a place to start...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:33 AM
06-24-2003 05:33 AM
Re: Tips on Debugging xterm problems...
while holding down the CTRL-Key and klicking on the left mouse button you'll get a menu where you can turn logging on.
The logfile is at $HOME/XtermLog.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:34 AM
06-24-2003 05:34 AM
Re: Tips on Debugging xterm problems...
while holding down the CTRL-Key and klicking on the left mouse button you'll get a menu where you can turn logging on.
The logfile is at $HOME/XtermLog.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:40 AM
06-24-2003 05:40 AM
Re: Tips on Debugging xterm problems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 08:41 AM
06-25-2003 08:41 AM
Re: Tips on Debugging xterm problems...
One way might be to actually run the xterm in another window, in the hopes of catching an error message. Another might to run it like this:
xterm > /tmp/xterm.$$.log 2>&1
so that you could get stdout and stderr for the xterm app itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 08:56 AM
06-25-2003 08:56 AM
Re: Tips on Debugging xterm problems...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 09:39 AM
06-25-2003 09:39 AM
Re: Tips on Debugging xterm problems...
All xterm sessions were ran from the server.
jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 10:43 AM
06-25-2003 10:43 AM
Re: Tips on Debugging xterm problems...
Could you be a bit more specific about the problem you facing ?
Two weeks ago I had problems with Xterm myself found out that when you use -ls option your DISPLAY was not exported correctly cause.
1. dtterm, hpterm, and xterm do not create
entries in wtmp.
Resolution:
The xterm, hpterm and dtterm were modified
to update the /etc/wtmp file when invoked
with -ls option.
Patch Name: PHSS_28680
Patch Description: s700_800 11.00 XClients Periodic Patch
Creation Date: 03/03/12
Post Date: 03/05/13
Hardware Platforms - OS Releases:
s700: 11.00
s800: 11.00
http://www4.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHSS_28680
If you're OS is 11.11 take a look at PHSS_28681
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 10:58 AM
06-25-2003 10:58 AM
Re: Tips on Debugging xterm problems...
The solution involved creating more /dev/ptym and /dev/pty device files to match my kernel parameters. For some reason or another only 60 device files existed while the kernel parameters were configured for 600.
A limit was apparently reached before our xterm count made it to 60.
jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:09 PM
06-25-2003 01:09 PM
Re: Tips on Debugging xterm problems...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 02:23 PM
06-25-2003 02:23 PM