- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- su root is not accepting password after timeout
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-23-2007 12:50 AM
тАО02-23-2007 12:50 AM
su root is not accepting password after timeout
root@CAPCFBT4:# timed out waiting for input: auto-logout
capcadmin@CAPCFBT4:$ su - root
Password:
otsu: Authentication failure
Sorry.
$
$ su - root
Password:
ot
su: Authentication failure
Sorry.
$ ot
-sh: ot: command not found
Even after giving the right password for root,password is not accepted
It was observed very randomnly after auto logout of Linux amchine
???????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 01:05 AM
тАО02-23-2007 01:05 AM
Re: su root is not accepting password after timeout
and welcome to the forums !
Can you please try to su to root, but without the '-'.
So: su root
Could there be a problem with the .profile file for root ?
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2007 04:32 PM
тАО02-26-2007 04:32 PM
Re: su root is not accepting password after timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2007 02:43 AM
тАО02-27-2007 02:43 AM
Re: su root is not accepting password after timeout
You are using BASH on a linux box?
HP-UX does have bash, though.
Look for your BASH start up files, /etc/profile, ~/.bash_profile, ~/.bash_login, ~/.profile, ~/.bashrc. Find out export TMOUT=?? . TMOUT is the variable to enable and set timeout value.
Also look for ot around TMOUT. I think there is some codes keep pumping out ot that mess you. Try to fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2007 03:34 AM
тАО02-28-2007 03:34 AM
Re: su root is not accepting password after timeout
root@CAPCFBT4:#
root@CAPCFBT4:# timed out waiting for input: auto-logout
capcadmin@CAPCFBT4:$ su - root
Password:
otsu: Authentication failure <---- where did the "ot" come from
Sorry.
$
$ su - root
Password:
ot <----- same as above,
su: Authentication failure
Sorry.
$ ot
-sh: ot: command not found
it *almost* appears as if the terminal definition is incorrect.
a) are you using a terminal emulator?
b) if so, what happens if you log completely off the log back in and attempt the "su - root"? does it succede?
c) are you typing "ot" at the password prompt? or accidentally hitting "enter/return" then the passwd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2007 03:37 AM
тАО02-28-2007 03:37 AM
Re: su root is not accepting password after timeout
which su
ls -l `which su`