- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Direct Root login from tty terminals
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
06-02-2004 08:44 PM
06-02-2004 08:44 PM
Direct Root login from tty terminals
In one of my Hp-Ux boxes which is running HP-UX 11.0.. There is no file /etc/securetty. Still I am not able to login to root directly.
Can anybody tell me the reason for the same.
Thanks and Regards,
Amit Manna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 08:47 PM
06-02-2004 08:47 PM
Re: Direct Root login from tty terminals
u mean login as root from the console?
by the way, u have not assign points for some of your earlier post today.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 08:58 PM
06-02-2004 08:58 PM
Re: Direct Root login from tty terminals
Can you give me the reason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:07 PM
06-02-2004 09:07 PM
Re: Direct Root login from tty terminals
how do u login, i.e. telnet, ftp?
anyone set deny/allow access to /var/adm/inetd.sec?
what is the error message, password error?
it is just impossible to rationalise what is happening to the root account without more info.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:16 PM
06-02-2004 09:16 PM
Re: Direct Root login from tty terminals
are you sure to insert the right password for root?
Try to change the root password in single user mode and login again.
HTH.
Best regards,
Ettore
P.S.: ITRC people ask you to assign points because it is important for a future troubleshooting. You think that a your post and resolution can help other people to solve technical problems. According to assigned points they can understand the best answer that helped you to solve problem or just helped you to know better reasons of the problem. For a better knowledge and more I ask you to visit the very good article about Etiquette of ITRC forums provided by Patrick Wallek on the following link (thanks again Patrick for that):
http://66.34.90.71/ITRCForumsEtiquette/after.html
Good enjoy on forum!
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:17 PM
06-02-2004 09:17 PM
Re: Direct Root login from tty terminals
You may not login directly as this user.
Please login using your own username and use /bin/su.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:21 PM
06-02-2004 09:21 PM
Re: Direct Root login from tty terminals
Because you asked this morning more info on TCB, is this a TCB system?
If so, have a look at the devassign file somewhere in /tcb/.....
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:22 PM
06-02-2004 09:22 PM
Re: Direct Root login from tty terminals
check your /etc/profile or in the .profile of the root, whether there is any script written to block the root login from ttys other than the console,
grep -i "You may not login directly as this user" /etc/profile
grep -i "You may not login directly as this user" /.profile
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 11:09 PM
06-02-2004 11:09 PM
Re: Direct Root login from tty terminals
please submit points to responses on your questions, you have only 10% submitted ;-)
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 11:22 PM
06-02-2004 11:22 PM
Re: Direct Root login from tty terminals
1. look at /etc/passwd if there is shell
defined for root:
root:/awC8T4Joq7io:0:3::/root:/sbin/sh
2.check /root/.profile for some bugs
3.check /etc/hosts/allow, denny
4.is root's passwd correct ? for certainty change it in single user mode: in ISL mode type
hpux -is
br Jan