Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - inetd issue: (5 Items)
   
inetd issue  
Hi All,

I am using QNX as a ftp server and there are several FTP clients which will keep doing connecting ,downloading files and
 disconnecting operation.

Initially, inetd is able to start ftpd ,and the ftp client is able to download files.

But after about half hour later, the inetd never listen the port 21 any more.
The ftp client will received "ftp: connect: Connection refused" error message.


I want to kown what will make the inetd not listen the port 21.



Please help me,Thanks in advance.
Re: inetd issue  
Hardware is i.mx35
OS is QNX6.4.0
Re: inetd issue  
On Wed, Sep 01, 2010 at 06:29:29AM -0400, shen xifeng wrote:
> Hi All,
> 
> I am using QNX as a ftp server and there are several FTP clients which will keep doing connecting ,downloading files 
and disconnecting operation.
> 
> Initially, inetd is able to start ftpd ,and the ftp client is able to download files.
> 
> But after about half hour later, the inetd never listen the port 21 any more.
> The ftp client will received "ftp: connect: Connection refused" error message.
> 
> 
> I want to kown what will make the inetd not listen the port 21.
> 

Maybe it reached its max connections per minute.  Check
the docs for inetd.conf and the syslog.

Regards,

-seanb
Re: inetd issue  

   you are right, when I set the max connection to 10, the inetd will stop to listen port 21 in a few minutes.

Thank you very much.


Best Regards
Re: inetd issue  
On Thu, Sep 02, 2010 at 05:32:54AM -0400, shen xifeng wrote:
> 
> 
>    you are right, when I set the max connection to 10, the inetd will stop to listen port 21 in a few minutes.
> 
> Thank you very much.

If this happens it should start listening on the port in question
again in 10 minutes.

-seanb