- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp not working... Audit Error... Exit with si...
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
08-22-2002 03:54 AM
08-22-2002 03:54 AM
530 Login disallowed (audit error)
Login failed.
Disk space is not an issue. Auditing is turned off. tcp wrappers and ftp show a good connection (ie. successful login), then it gives me an error: exiting on signal 11.
Anyone have any ideas?
Thanks Ahead of time.
Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:01 AM
08-22-2002 04:01 AM
Re: ftp not working... Audit Error... Exit with signal 11
What is a successful login if the login fails?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:13 AM
08-22-2002 04:13 AM
Re: ftp not working... Audit Error... Exit with signal 11
Aug 22 08:07:10 5430A ftpd[17862]: PAM_TEXT_INFO: Last successful login for MyUserName: Thu Aug 22 08:06:36 MST7MDT 2002 on tty .
Aug 22 08:07:10 5430A ftpd[17862]: PAM_TEXT_INFO: Last unsuccessful login for MyUserName: Fri Aug 2 09:57:21 MST7MDT 2002 .
Aug 22 08:07:10 5430A ftpd[17862]: FTP session closed
Aug 22 08:07:10 5430A ftpd[17862]: exiting on signal 11
My tcp wrappers I have logging both successful and unsuccessfulwhich shows as successful connection.
Hope this clarifies things a bit.
Thanks,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:18 AM
08-22-2002 04:18 AM
Solutionif yours is a trusted system, you might take a look at the last entry in the attached thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3ab553921f1ad5118fef0090279cd0f9,00.html
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:25 AM
08-22-2002 04:25 AM
Re: ftp not working... Audit Error... Exit with signal 11
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:37 AM
08-22-2002 04:37 AM
Re: ftp not working... Audit Error... Exit with signal 11
I now see that a few users CAN ftp. I do see a coorelation though. The users home directories who cannot ftp are showing up as the being owned by their UID instead of showing the user name. I have done an authchk -p. Which has not helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:42 AM
08-22-2002 04:42 AM
Re: ftp not working... Audit Error... Exit with signal 11
A couple of thoughts:
* Are you running any 3rd party security products?
* Can you see an entry in /etc/passwd for a problem user's UID? Authck is a good check to ensure /etc/passwd and tcb are correct, but won't catch a user missing from both places.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 04:58 AM
08-22-2002 04:58 AM
Re: ftp not working... Audit Error... Exit with signal 11
Thanks For everyone!!!