- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can not ftp
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
01-16-2002 07:38 AM
01-16-2002 07:38 AM
Can not ftp
I am trying too ftp to my server and the following message appears :
530 User root access denied...
Login failed.
Remote system type is UNIX.
I have checked /etc/inetd.conf and under ARPA/Berkley services this is not hashed out nor is there a dir under /etc/ftpd called ftpusers.
The fact is some users can access this but root is barred can anyone please advise.
Regards
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:43 AM
01-16-2002 07:43 AM
Re: Can not ftp
If you are typing in the root password correctly, then check the shell root uses in /etc/passwd file. Make sure that you have a file called /etc/shells and has the shell in it.
$Cat /etc/shells
/usr/bin/ksh
/sbin/sh
/usr/bin/false
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:44 AM
01-16-2002 07:44 AM
Re: Can not ftp
Hi,
Edit the /etc/inetd.conf and remove the "-a" option from the "ftp" entry. An example entry should look similar to:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
Reread the inetd.conf file:
# /usr/sbin/inetd -c
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:51 AM
01-16-2002 07:51 AM
Re: Can not ftp
Make sure "root" name is not mentioned in /etc/ftpd/ftpusers file. Any user name maneioned in /etc/ftpd/ftpusers is denied ftp access to the system.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:53 AM
01-16-2002 07:53 AM
Re: Can not ftp
you may have to run "inetd -c" once you have removed the root user name from the /etc/ftpd/ftpusers file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:04 AM
01-16-2002 08:04 AM
Re: Can not ftp
Thanks for that some one had chaned the /etc/passwd to /bin/sh rather than /sbin/sh.
Regards
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:11 AM
01-16-2002 08:11 AM
Re: Can not ftp
Now working.
Regards
Simon