- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP not working..
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
05-11-2006 07:50 PM
05-11-2006 07:50 PM
FTP not working..
I got a problem when users are accessing ftp service.Getting error as below
220 FTP server ready.
Name (server1:user1): user1
421 Service not available, remote server has closed connection
Login failed.
No control connection for command: Error 0
When I tried with disabling the ftpd -a option in /etc/inetd.conf - ftp works OK.Not sure why it is not working when i enable it..?
/etc/ftpd/ftpaccess file looks OK as it same as like other servers.
Please clarify
Regards
Shankar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 08:13 PM
05-11-2006 08:13 PM
Re: FTP not working..
have you checked permissions on ftpacccess file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 08:54 PM
05-11-2006 08:54 PM
Re: FTP not working..
That is:
if you connect to remote_host as user MY_USER, check that the shell used by MY_USER as the default login shell on remote_host is in the /etc/shells file on that server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 10:07 PM
05-11-2006 10:07 PM
Re: FTP not working..
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 08:33 AM
05-12-2006 08:33 AM
Re: FTP not working..
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a -u 111
In our /etc/services file (should be default);
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 08:57 AM
05-12-2006 08:57 AM
Re: FTP not working..
What's the error message you see in your syslog.log or xfer.log?
Add the -v and -l option to the ftp line in your inetd.conf.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2006 07:03 PM
05-13-2006 07:03 PM
Re: FTP not working..
deny or allow. When you allow one user, you deny all other users.
For troubleshooting purposes you could rename /var/adm/inetd.sec to
/var/adm/inetd.sec.old. inetd.sec is not needed unless you have
a need for tightened security beyond login verification.
If your system is 9.x and it is trusted, then you will get this
error and 'bad audit id'. Unfortuneatley untrusting a 9.x system
is not supported. You will either have to untrust the system an
unsupported way or not use ftp.