- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp error : 503 user access denied...
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
Discussions
Discussions
Discussions
Forums
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
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-24-2002 08:43 AM
тАО12-24-2002 08:43 AM
this is just happened 2 weeks ago, but before this it was ok.
i tried to ftp to the server but cannot login into the server, and i receive this error msg:
C:\>ftp 192.168.1.3
Connected to 192.168.1.3.
220 s01amy03 FTP server (Version 1.1.214.5 Tue Nov 16 09:39:15 GMT 1999) ready.
User (192.168.1.3:(none)): root
530 User root access denied...
Login failed.
ftp> bye
221 Goodbye.
C:\>
can somebody out there help me to figure out what is the problem....
regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2002 08:50 AM
тАО12-24-2002 08:50 AM
Re: ftp error : 503 user access denied...
Make sure that root is NOT in the /etc/ftpd/ftpusers file.
This is a list of users NOT allowed to ftp.
Seems backwards doesn't it?
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2002 08:53 AM
тАО12-24-2002 08:53 AM
Re: ftp error : 503 user access denied...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2002 09:29 AM
тАО12-24-2002 09:29 AM
Re: ftp error : 503 user access denied...
Then tale root out of the ftpusers file.
root user can accidently wipe out the whole system.
It may be a pain, but you should use less priviledged user ids for ftp transfers on and offf critical Enterprise HP-9000 servers.
Leave it alone, use another user, keep your system secure. Take it from a man who two years ago had this among other security faults presented to management in an audit that I initiated.
Steve
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
тАО12-24-2002 01:02 PM
тАО12-24-2002 01:02 PM
Re: ftp error : 503 user access denied...
Did you perhaps change root's default shell (in /etc/passwd) to ksh recently ? If you did, ftp might not be accessible because of an 'invalid shell'. Check your logs for the messages.
regards
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2002 02:10 AM
тАО12-25-2002 02:10 AM
Re: ftp error : 503 user access denied...
Any user's shell who wants to perform ftp should be entered here. I hope this is the problem
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-26-2002 08:31 AM
тАО12-26-2002 08:31 AM
Re: ftp error : 503 user access denied...
Are are denying ftp service for this address in /var/adm/inetd.sec file?
Also pls check following that root user is not appear in /etc/ftpd/ftpusers file, and a valid shell definition for root in /etc/passwd file.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2002 07:31 AM
тАО12-27-2002 07:31 AM
Re: ftp error : 503 user access denied...
ok first of all, not only root can't ftp, but also all the user in that server can't login by ftp.
i've check in the /etc/ftpd/ftpusers file, no user login name inside the file.
and i check in the /var/adm/inetd.sec file, no user is denying for ftp.
only one thing that i check for the /etc/shells file, it contains string "/etc/local/bin/bash"
so, waht does it mean & what should i do to correct this ftp 503 error?
thanks & regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2002 07:58 AM
тАО12-27-2002 07:58 AM
Re: ftp error : 503 user access denied...
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2002 08:13 AM
тАО12-27-2002 08:13 AM
Re: ftp error : 503 user access denied...
Take a look at next discussion,
http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0xb47b107d277ad611abdb0090277a778c,00.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2002 06:41 PM
тАО12-27-2002 06:41 PM
Re: ftp error : 503 user access denied...
I just thought of something else - is it possible that SSH has been installed & it's config has DENY ALL for ftp in it's config file?
Run
swlist | grep -i ssh
if it returns something, you'll need to check the config file.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-28-2002 02:28 AM
тАО12-28-2002 02:28 AM
Solutionlogin as root
cp /etc/shells /etc/shells.old
echo $SHELL >>/etc/shells
leave the shell as it is if u wanna revert incase of probs......
start an ftp session and start login as root
It should work
Good luck (U do not need it now)
Cheers .........
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-28-2002 06:42 AM
тАО12-28-2002 06:42 AM
Re: ftp error : 503 user access denied...
at last I manage to solve this problem by all of you all support. the problem happened because on november, somebody has modified the /etc/shells file, so, all the ? already answered.
this is because of /etc/shells file.
bye runnig "echo $SHELL >>/etc/shells" and the problem was solve.
thanks a lot to all of you that involve in solving this problem...
regards,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-29-2002 10:31 AM
тАО12-29-2002 10:31 AM
Re: ftp error : 503 user access denied...
Now, please, please please, because I like you, add root to /etc/ftupsers file and stop using root for ftp transfers. I'll sleep better at night. So will you.
:-)
Glad your problem is solved.
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
тАО02-13-2003 05:39 AM
тАО02-13-2003 05:39 AM
Re: ftp error : 503 user access denied...
thanks a lot on your advice...
i'll make sure the root will be leave alone, and hopefully the problem will never happened again, and now you can sleep well.
have a nice sleep... :-)
thanks & regards
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2003 09:50 PM
тАО05-05-2003 09:50 PM
Re: ftp error : 503 user access denied...
Turns out that I had specified my startup shell as "/bin/ksh" which was NOT in /etc/shells. However, "/usr/bin/ksh" was in the /etc/shells file.
I changed my startup shell and all worked well. I had previously been combing thrugh files like inetd.sec and ftpusers and getting nowhere.
This thread saved me LOTS of time.
Best regards,
Joel Spencer
HP Australia.