- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: # or $ is not showing after the login
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-29-2001 04:57 PM
07-29-2001 04:57 PM
We are facing problem in one of our server in NIS evironment. Problem is when user login to the server its runs the posfile after that its doesn't shows any thing ( $,# prompt). User home directory are mounting from another server with autofs, rest of the server are working fine. But we could find any problem with one user id which as the home directory on the server itself. Could any one suggest me what could be the problem.
Thanks and regards,
Bala.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2001 06:27 PM
07-29-2001 06:27 PM
Re: # or $ is not showing after the login
echo $PS1
if the output is empty , maybe some one revised the /etc/profile or his own profile ~/.profile .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2001 10:11 PM
07-29-2001 10:11 PM
Re: # or $ is not showing after the login
It is nothing but ur NFS problem. I faced the sam problem. Where is ur home directory, Go to that machine, Make sure that ur home directory is exported properly (checkup /etc/exports, /etc/hosts). Then run sam > networking and communication > networked filesystems > exported filesystems > action, then enable NFS server if it is disabled otherwise restart the NFS server service.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2001 10:53 PM
07-29-2001 10:53 PM
Re: # or $ is not showing after the login
just press ctrl+c you get the prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 07:39 AM
08-04-2001 07:39 AM
Solutioncould it be your users are using the shell history located
in their home-dirs? Then you need to have the file
locking working on the home-dir-NFS-server. Try to
move the histories temporarily to a local filesystem on
the user's machines (like "/tmp") by putting into the
"/etc/profile" or their private "$HOME/.profile" something
like:
(
umask 077
mkdir /tmp/$(logname)
)
export HISTFILE=/tmp/$(logname)/.sh_history
Then tell the users to re-login. Is it working now?
So you have a problem with the NFS server and the
file and record locking (rpc.statd, rpc.lockd).
Perhaps some NFS patches may help...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 09:10 AM
08-06-2001 09:10 AM
Re: # or $ is not showing after the login
check for the prompt setting (PS1) in /etc/profile and .profile in users' home dir.
Prashant.