- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux console login problem
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-24-2003 03:22 AM
06-24-2003 03:22 AM
Linux console login problem
I am unable to login as a normal user from console. (nisplus). nsswitch is configured properly and I am able to login only as root from console. But from the network I can login as any user.
If I try to login as a normal user from console I get the following error,
un 24 16:44:32 lnx-test kde(pam_unix)[1999]: authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=karthik
what could be the problem??
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:42 AM
06-24-2003 03:42 AM
Re: Linux console login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 03:48 AM
06-24-2003 03:48 AM
Re: Linux console login problem
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 04:52 AM
06-24-2003 04:52 AM
Re: Linux console login problem
i am not having much idea about pam. but you can check pam.conf file or .Xauthority files or man pages of pam and xauth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 06:00 AM
06-24-2003 06:00 AM
Re: Linux console login problem
that pam_unix (standard unix /etc/password) is used
2)Are you sure that you're connecting as regular user and not root - uid=0 and euid=0 points otherwise...can be that you've defined
additional user with the same "powers" as root?
user=karthik is the remote user.
3)I'd also check /.rhosts /etc/hosts.allow /etc/hosts.deny.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 08:15 PM
06-24-2003 08:15 PM
Re: Linux console login problem
Have a look at the URL,
http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-sysadmin-auth.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 09:12 PM
06-24-2003 09:12 PM
Re: Linux console login problem
/etc/nologin and /root/.rhosts doesn't exist and /etc/hosts.allow and /etc/hosts.deny are empty .. and I am sure that I am trying to login as normal user from the Console ( be it is KDE login or some tty by pressing Ctl+Alt+Fn ) but I unable to login so.
Thanks
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 10:32 PM
06-24-2003 10:32 PM
Re: Linux console login problem
Every one should have write permission to this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 11:00 PM
06-24-2003 11:00 PM
Re: Linux console login problem
Have a look at this file and man page of it.
(/etc/security/console.perms )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 03:24 AM
06-25-2003 03:24 AM
Re: Linux console login problem
/var/run/console.lock (that contains a user name that has a console)...
on my rh 9 it's rw by root.For a try you can
put in this file name of your user (only one line) and try to login (keeping one more session to the computer).If you'll be able - it's about this,if not - seek somewhere else.
Zeev