- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Shell no longer works for users after applying...
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
07-19-2000 10:13 AM
07-19-2000 10:13 AM
Any idea how to fix this? Another patch? TIA. --Larry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:25 AM
07-19-2000 10:25 AM
Re: Shell no longer works for users after applying ACE5
if it's the latter, one of the patches may have changed /etc/profile, in which you may have changed the environment variable PS1.
Assuming sh/ksh try doing :-
export PS1="$"
Of course you may have had something more 'fun' in there, but it will be a start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:31 AM
07-19-2000 10:31 AM
Re: Shell no longer works for users after applying ACE5
PHSS_21461
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:35 AM
07-19-2000 10:35 AM
Re: Shell no longer works for users after applying ACE5
The users still can open dtterm from the panel. After open a shell, the prompt is just the flashing cursor. If you type anything to the shell, it just echo without response (???). The shell still works for root as normal.
--Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:38 AM
07-19-2000 10:38 AM
Re: Shell no longer works for users after applying ACE5
It might be worth creating a new user and seeing if they have the same issue and/or renaming the .dt directory of a user to see if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 10:46 AM
07-19-2000 10:46 AM
Re: Shell no longer works for users after applying ACE5
Yes, I have applied PHSS_21461.
--Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 11:23 AM
07-19-2000 11:23 AM
SolutionTo write the history file local instead of across the NFS mount, do:
1. edit .dtprofile for that user
2. HISTFILE=/tmp/$LOGNAME.sh_history
export HISTFILE
This is the old KSH spin issue and can be permanently resolved by
adding the latest NFS/NIS patches.
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 11:25 AM
07-19-2000 11:25 AM
Re: Shell no longer works for users after applying ACE5
Creat new user as you suggested doesn't do :(
--Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 02:25 PM
07-19-2000 02:25 PM
Re: Shell no longer works for users after applying ACE5
Yes. You hit it right on the head. I guess I need the latest NFS/NIS patch? Thanks Brian.
--Larry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2000 02:50 PM
07-19-2000 02:50 PM