- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- opening shell/xterm window locally under HP deskto...
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
10-26-2001 06:42 AM
10-26-2001 06:42 AM
opening shell/xterm window locally under HP desktop does not work
The window is hanging.
exporting HISTFILE to a non NFS filesystem cured this problem when doing remsh.
The automounting works, at least when doing cd.
NFS looks also okay.
The home directory is mounted with the following options:
auto.direct:/usr/users/it -rw,timeo=9 nfsprod:/userit
Any idea ?
Thanks a lot.
Matthias.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 06:57 AM
10-26-2001 06:57 AM
Re: opening shell/xterm window locally under HP desktop does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 07:01 AM
10-26-2001 07:01 AM
Re: opening shell/xterm window locally under HP desktop does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 07:01 AM
10-26-2001 07:01 AM
Re: opening shell/xterm window locally under HP desktop does not work
Can you try this .. (on both the client and server)
# ps -ef|grep rpc.lockd
# kill -9
# ps -ef|grep rpc.statd
# kill -9
# cd /var/statmon
# rm -R sm.bak
# rm -R state.bak
# mv sm sm.bak
# mv state state.bak
# /usr/sbin/rpc.statd
# /usr/sbin/rpc.lockd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 07:02 AM
10-26-2001 07:02 AM
Re: opening shell/xterm window locally under HP desktop does not work
Have you tried putting "set -x" at the top of your .profile ?
One other possibility is unix mail, if you've got a non-standard /var/mail setup.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 07:36 AM
10-26-2001 07:36 AM
Re: opening shell/xterm window locally under HP desktop does not work
LOCKD_OPTIONS="-p 4045"
any joy ?