- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Error
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
07-26-2006 01:00 AM
07-26-2006 01:00 AM
i have users who are trying to ftp files to a HP-UX file server. and the get the following error:
Password:
530 Login incorrect
Login failed.
ftp>
what can i do to resolve this issue? i do not have ftpusers file. Do i need to start with the creating the ftpusers file? Any info will be appreciated. Still feeling my way around HP-UX. thanks in advnace.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:20 AM
07-26-2006 01:20 AM
SolutionYou need an ftpusers file to block root ftp access anywya, so go for it.
You should make sure the users involved have not let their passwords expire.
Check /var/adm/syslog/syslog.log for more data.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:20 AM
07-26-2006 01:20 AM
Re: FTP Error
That error means the users aren't putting in a valid username and/or password. Can you su to the user they are entering if you are logged into the file server? If you 'grep
eg:
% grep youruser /etc/passwd
youruser:
% ls -l /usr/bin/ksh
-r-xr-xr-x 2 bin bin 172032 Apr 22 2002 /usr/bin/ksh
Is there anything toward the bottom of /var/adm/syslog/syslog.log that shows an ftp or login-related error?
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:54 AM
07-26-2006 01:54 AM
Re: FTP Error
Check for the /etc/shells file. If it is empty then delete it or add all the login shells in the file.
Which version of HP-UX are running ? I believe with 11.11, the location of ftpusers file is in /etc/ftpd/ directory, not /etc as with 11.0
Also check to see if you have a ftpaccess file in the /etc/ftpd directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 02:00 AM
07-26-2006 02:00 AM
Re: FTP Error
Jonathan when i do an su and enter the password i get 'su sorry' but when i keyin whoami... it is the user who su.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 02:25 AM
07-26-2006 02:25 AM
Re: FTP Error
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 02:25 AM
07-26-2006 02:25 AM
Re: FTP Error
Can you 'ftp localhost', try to log in as the user, then quit and do a 'tail /var/adm/syslog/syslog.log' and post the results?