- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login on the console on a HP-Machine with the HP-U...
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-25-2001 04:41 AM - last edited on 02-24-2014 07:06 PM by Lisa198503
09-25-2001 04:41 AM - last edited on 02-24-2014 07:06 PM by Lisa198503
Login on the console on a HP-Machine with the HP-UX Operation System
Hallo together,
on the console I have got the Login-prompt. I will log me as root or as a normal user. I write the username and then the password is required. And if I give the required password then nothing is happend. But with a Terminalemulation (telnet, etc. )from a workstation I can log me as a normal user and get with su - the root privilege.
Bye !
P.S. This thread has been moved from Disk to HP-UX > sysadmin. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:31 AM
09-25-2001 05:31 AM
Re: Login on the console on a HP-Machine with the HP-UX Operation System
and that root login is allowed on console man/more /etc/securetty
However, there is more than likely some terminal emulation in root users .profile that is causing the problem. Play with your console terminal emulation, 9600 baud, hp emulation..
What is your system, I recall vaguely from this forum a problem with some newer systems relating to root user profiles, it was quite recently I saw it, and believe it was in this forum.. but the problem is most likely profile in any case.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:35 AM
09-25-2001 05:35 AM
Re: Login on the console on a HP-Machine with the HP-UX Operation System
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 03:27 PM
09-25-2001 03:27 PM
Re: Login on the console on a HP-Machine with the HP-UX Operation System
I have seen this problem occur when special characters are used in a password. the su utility has no problem with the special characters, but the console does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 07:23 PM
09-25-2001 07:23 PM
Re: Login on the console on a HP-Machine with the HP-UX Operation System
You can try this, Reset the console terminal settings to default. In you /etc/inittab file make sure the gettydefs entry for console is set to console. Then try.
Bill, Since he is able to login using telnet as root user and can also execute su - root after logging in as some other user, it looks unlikely that the problem could be with .profile . Looks more likely to be either a terminal setting problem or a inittab entry problem.
Hope this helps.
thanks