- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Password wth # sign - help!!!
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
09-29-2004 10:41 AM
09-29-2004 10:41 AM
Newbie to HP-UX; just finished configuring the operating system (HP-UX 11), and when the setup prompted me for a password, I used one that has the special characters # and !, and it accepted it just fine. On other OSes this isn't a problem, but now I can't log into the box! Unfortunately, I wasn't given the opportunity to create a new user, so I'm stuck trying to log in as root. When i try logging in from the command line, I get the error "Login Incorrect". At the CDE login prompt, it looks like I log in successfully because the login screen goes away, but then a few seconds later comes back. HELP!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 10:50 AM
09-29-2004 10:50 AM
Solution1) Escape the special characters while entering password. If your password is Mike#123. Enter "Mark\#123" in the password prompt
2) Boot the system in single user mode and change the password to something else
3) If you would like to be able to use # character as password then (you can do this, only after following option 1 or 2).
# stty -a < /dev/ttyconf
Look for the function that is set to "#". If erase, for example, has been set to # then
# stty erase ^H < /dev/ttyconf > /dev/ttyconf
Now you can use "#" in the password.
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 07:49 PM
09-29-2004 07:49 PM
Re: Password wth # sign - help!!!
I think the more faster if you recovery the root password. Boot the system in single-user mode and change the root password.
Just type command: reboot
after that using command : init 3
You can refer to Admin I guide for more information.
Hope this helps.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 07:59 PM
09-29-2004 07:59 PM
Re: Password wth # sign - help!!!
from the man page for passwd:
WARNINGS
Avoid password characters which have special meaning to the tty driver, such as # (erase) and @ (kill). You may not be able to login with these characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 08:04 PM
09-29-2004 08:04 PM
Re: Password wth # sign - help!!!
Answer yes to interact, then:
hpux -is
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 01:22 AM
09-30-2004 01:22 AM
Re: Password wth # sign - help!!!
for instance 1\#23 if your passwd was 1#23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 02:28 AM
09-30-2004 02:28 AM