From: "xmarlon" <[EMAIL PROTECTED]> Sent: Monday, April 01, 2002 11:45 AM
>inetd[856]: pop-3/tcp server failing (looping or being flooded), >service terminated for 10 min Segue copia de minha mensagem enviada a lista a algum tempo atras.... ===================== Eduardo, m dia, creio que descobri o erro que esta ocorrendo no galant aqui na mmcb no server galant, consulte man 5 inetd.conf para mais detalhes....aqui segue o que descobri na internet ap�s executar esta query no google: (estava no arquivo messages) Nov 27 11:12:54 galant inetd[31158]: pop-3/tcp server failing (looping or being flooded), service terminated for 10 min Guarde isto como um how-to..... =================== http://distro.conectiva.com.br/pipermail/seguranca/2000- September/000148.html On Fri, 8 Sep 2000, Gustavo S. Gaidzinski wrote: > Hello All ..... > > Estou com problema no POP , e gostaria de saber se alguem ja passou por > isto , e se isto e algum bug ??? > No messages , aparece a msg abaixo , e o pop so volta a funcionar > reiniciando o inetd . Eu daria como sugestao vc utilizar o xinetd + qpopper. > > pop-3/tcp server failing (looping), service terminated > > A versao do RPM IMAP que uso e 4.50 ...... > > Agradeco qualquer ajuda ........... > > Att. > Gustavo S. Gaidzinski > -- Renato Santana Conectiva - Curitiba - PR - <http://www.conectiva.com.br> ==================== http://linux-br.conectiva.com.br/arquivo/2001/05/msg00333.html Em Wed, May 02, 2001 at 05:17:28PM -0300, Linux GEQ escreveu: > - Apr 30 10:13:31 mail inetd[6173]: pop-3/tcp server failing (looping or > being flo > oded), service terminated for 10 min > > Se eu der um restart no inet, ele volta a funcionar . V� na linha do pop3 do /etc/inetd.conf e acrescente, por exemplo, ".100" ap�s o nowait, de forma que fique "nowait.100". Altere o n�mero de acordo com sua rede/tr�fego. ===================== http://www.uwsg.iu.edu/hypermail/linux/net/0007.2/0054.html On Wed, 19 Jul 2000, C.M. Wong wrote: > Hi All, > > Lately, I have been encountering some prob with my pop service. I get >the > below error on /var/log/message: > > inetd[18313]: pop-3/tcp server failing (looping or being flooded), s > > ervice terminated for 10 min >The error says it all: it's spawning processes faster than the >threshhold >allows and closes service for 10 minutes (and yes, it will come back if >you let >it sit there for awhile). >From the man page ("man 5 inetd.conf"): The optional ``max'' suffix (separated from ``wait'' or ``nowait'' by a dot) specifies the maximum number of server instances that may be spawned from inetd within an interval of 60 seconds. When omitted, ``max'' defaults to 40. The 40 connections/minute acts as an emergency brake to limit the damage a DoS'd service can do. However, if you run a busy mail server, it is possible to exceed 40 connections/minute of legitimate traffic. If you see this warning in normal operation, up the limit. In inetd.conf, look for this line: pop-3 stream tcp nowait root change nowait to nowait.## such as: pop-3 stream tcp nowait.80 root - Brian ======================= http://linux-br.conectiva.com.br/arquivo/2000/02/msg00848.html Isso n�o � uma falha.... � o comportamento normal do inetd, ele possui uma feauture que desabilita um servi�o caso ele seja invocado mais que 40 vezes por minuto. � isso que est� acontecendo com o seu servi�o pop3, quando vc restarta o inetd, ele volta ao normal... Para resolver isso, aumente o limite no /etc/inetd.conf, coloque um ".100" depois do nowait do servi�o pop. fica assim: nowait.limite. qq d�vida man inetd. F�bio. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com Assinantes em 01/04/2002: 2225 Mensagens recebidas desde 07/01/1999: 160442 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
