[FUGSPBR] Pureftpd server rodando sobre inetd.conf

Jean M. Duarte jmd em jrp-cal.com.br
Sex Jul 5 14:10:18 BRT 2002


Ola !!!

Eu estou usando o meu em modo Daemon, roda normal,
mas quando alguem conecta, da o erro no modules loaded for 'ftp' service ...
Mas tudo funciona normalmente, o que sera isso?

Respondendo a pergunta, na documentacao fala sobre o inetd,
la tem um arquivo chamado INSTALL na linha 233 item 8 !!

Copiei para lhe ajudar:
Modify the inetd superserver configuration file.
    Edit /etc/inetd.conf and then send the inetd process the -HUP signal,
    so that it will reread the updated configuration file.  On some systems
    there are other mechanisms to tell inetd to reread its configuration
file,
    e.g. 'refresh -s inetd' on AIX.  Check your system documentation to see
    what command is appropriate.

    If proftpd is to be run from inetd, find the line in /etc/inetd.conf
    that looks something like:

        ftp stream tcp nowait root      /usr/sbin/in.ftpd in.ftpd

    And replace it with:

        ftp stream tcp nowait root      /usr/local/sbin/proftpd proftpd

    Or, if the tcp wrappers package is installed on your system, you may
    use a line something like:

        ftp stream tcp nowait root      /usr/sbin/tcpd
/usr/local/sbin/proftpd

    If proftpd is to be run in standalone mode, you should comment out any
    ftp line in the /etc/inetd.conf file by inserting a '#' at the beginning
    of the line.  Then signal the inetd process to reread /etc/inetd.conf.

    If your system is using xinetd instead of inetd then either edit
    your /etc/xinetd.conf file or add a proftpd file in /etc/xinetd.d/
   service ftp
    {
       flags           = REUSE
       socket_type     = stream
       instances       = 50
       wait            = no
       user            = root
       server          = /usr/sbin/proftpd
       bind            = <the-ip-you-wish-to-bind-to>
       log_on_success  = HOST PID
       log_on_failure  = HOST RECORD
    }

    More information can be found in the FAQ and Userguide and in the
    xinetd documentation for your system
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Intel +
Jean Duarte





----- Original Message -----
From: "Rogerio Heringer" <rogerio em aeronet.com.br>
To: <fugspbr em fugspbr.org>
Sent: Friday, July 05, 2002 1:54 PM
Subject: [FUGSPBR] Pureftpd server rodando sobre inetd.conf


> Opa meu pure-ftpd server rodando com standalone esta caindo direto,
> tava pensando em por ele no inetd.conf
>
> alguem tem ideia de como ficaria a linha lah ?
> dei uma procurada e nao encontrei
>
>
> [ ´]s
>
> Rogerio Heringer
> ----- Original Message -----
> From: "irado furioso com tudo" <irado em freeshell.org>
> To: <fugspbr em fugspbr.org>
> Sent: Friday, July 05, 2002 1:37 PM
> Subject: Re: [FUGSPBR] Reconhecimento de placas PCI
>
>
> > Em  Fri, 5 Jul 2002 02:19:41 -0300
> > "Marcelo Tomoyose" <marcelo em seripress.com.br>, conhecido dependente de
> > drogas (Coke e BigMac's), wrote:
> >
> >
> > >
> > > Não sei porque, o Free não reconhece nenhuma placa PCI do micro, já
> > > tentei de tudo mas nada resolve. Tentei placas de rede, Scsi, vídeo
> > > mas nada deu certo. Meu problema é que preciso de 2 placas de rede
> > > nesse micro.
> >
> > devem ser sempre instaladas, mandatóriamente, a partir do slot 0, que
> > costuma ser: o mais distante da fonte, da ram e do slot de video (seja
> > pci ou agp).
> >
> > devem estar sempre contíguas
> >
> > se for o caso, instalar uma e depois outra, pra ver se não se trata de
> > placas mortas. Desligar a máquina antes (hehehehe).
> >
> > examinar, durante o boot, se a primeira tela (bios) informa que
> > localizou as placas/periféricos
> >
> > no bios, verificar/remover menção a 'plug-and-pray OS'.
> >
> >
> >
> > ---
> >
> > ---
> >
> > saudações,
> > irado furioso com tudo
> > Linux User 179402
> > http://www.pchrgaza.org/special/ngo%20declaration.htm
> > http://www.terrornapalestina.tk/
> > http://www.indictsharon.net
> > http://www.antiwar.com
> > http://www.thehungersite.com/cgi-bin/WebObjects/CTDSites
> > ________________________________________________
> > Para sair da lista visite o URL abaixo:
> > http://www2.fugspbr.org/mailman/listinfo/fugspbr
> >
>
> ________________________________________________
> Para sair da lista visite o URL abaixo:
> http://www2.fugspbr.org/mailman/listinfo/fugspbr
>
>

________________________________________________
Para sair da lista visite o URL abaixo:
http://www2.fugspbr.org/mailman/listinfo/fugspbr



Mais detalhes sobre a lista de discussão freebsd