- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login process
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
12-26-2007 05:12 AM
12-26-2007 05:12 AM
ftp login works.
I'am looking for the different step of the logging process to find out whitch process doesn't succeed.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 05:16 AM
12-26-2007 05:16 AM
Re: login process
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 05:52 AM
12-26-2007 05:52 AM
Re: login process
If thats not happening for root, you can check for the both above as your FTP works fine.
May be the shell is invalid or the profile contains something which is causing that.
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 06:17 AM
12-26-2007 06:17 AM
Re: login process
The system DOESNOT prompt for a password
whenever a user is entered or just return
I would like to know what login does between
be username is entered and the password prompt is returned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 06:29 AM
12-26-2007 06:29 AM
Re: login process
keep in mind that ftp does not perform a "normal" login.
In a "normal" login the /etc/init process finds an entry in /etc/inittab telling it to fork a command asking for "login:"
As you are prompted for "login:" your system apparently executes this step. However, the next step should be that the same process that was forked for the above command should then exec /bin/login, using the users's entry as parameter - this should result in the prompting for the password.
Your system seems not to be able to perform this step. There can be many reasons. Has anyone executed a chmod/chown command? Does /bin/login have these permissions:
-r-sr-xr-x 1 root bin 53248 Sep 13 2002 /bin/login
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 07:27 AM
12-26-2007 07:27 AM
Re: login process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2007 10:01 AM
12-26-2007 10:01 AM
SolutionIf indeed some permissions were changed, you might have to check everything. Use swverify to look at everything.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 06:32 AM
12-31-2007 06:32 AM
Re: login process
Using swverify I manage to point out a wrong cksum for /usr/bin/login.
This file was restored and users can log in using telnet or rlogin.
Using an Hex editor, I saw the very begining of the file ok and the rest erased.
Happy new year