+ Responder ao Tópico



  1. #1

    Padrão Erro no PROFTPD

    Alguem sabe que erro é esse ?
    Iniciando proftpd: - getaddrinfo 'squid' error: Name or service not known
    - warning: unable to determine IP address of 'squid'
    - error: no valid servers configured
    - Fatal: error processing configuration file '/etc/proftpd.conf'

    OBS O nome da maquina é squid

    Seguem o proftpd.conf

    # This is a basic ProFTPD configuration file (rename it to
    # 'proftpd.conf' for actual use. It establishes a single server
    # and a single anonymous login. It assumes that you have a user/group
    # "nobody" and "ftp" for normal operation and anon.

    ServerName "ProFTPD Default Installation"
    ServerType inetd
    DefaultServer on

    # Port 21 is the standard FTP port.
    Port 21

    # Umask 022 is a good standard umask to prevent new dirs and files
    # from being group and world writable.
    Umask 022

    # To prevent DoS attacks, set the maximum number of child processes
    # to 30. If you need to allow more than 30 concurrent connections
    # at once, simply increase this value. Note that this ONLY works
    # in standalone mode, in inetd mode you should use an inetd server
    # that allows you to limit maximum number of processes per service
    # (such as xinetd).
    MaxInstances 30

    # Set the user and group under which the server will run.
    User nobody
    Group nobody

    # To cause every FTP user to be "jailed" (chrooted) into their home
    # directory, uncomment this line.
    DefaultRoot ~ !root

    # Normally, we want files to be overwriteable.
    <Directory />
    AllowOverwrite on
    </Directory>

    # A basic anonymous configuration, no upload directories. If you do not
    # want anonymous users, simply delete this entire <Anonymous> section.
    <Anonymous ~ftp>
    User ftp
    Group ftp

    # We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias anonymous ftp
    AnonRequirePassword off
    RequireValidShell off

    # Limit the maximum number of anonymous logins
    MaxClients 10

    # We want 'welcome.msg' displayed at login, and '.message' displayed
    # in each newly chdired directory.
    DisplayLogin welcome.msg
    DisplayFirstChdir .message

    # Limit WRITE everywhere in the anonymous chroot
    <Limit WRITE>
    DenyAll
    </Limit>
    </Anonymous>

  2. #2

    Padrão Erro no PROFTPD

    Prezado Edu pelo que vi vc esta com o seu proftp iniciando no inetd vc dele habilitar no inet para ele funcionar ou então colocalo como standalone . :@: 6)

  3. #3

    Padrão resp proftpd

    Amigo coloquei como standalone e o mesmo erro apareceu !!!!
    Segue o erro abaixo

    [root@squid /]# service proftpd start
    Iniciando proftpd: - warning: AuthPAMAuthoritative is deprecated
    - getaddrinfo 'squid' error: Name or service not known
    - warning: unable to determine IP address of 'squid'
    - error: no valid servers configured
    - Fatal: error processing configuration file '/etc/proftpd.conf'
    [FALHOU]

  4. #4
    slackrio
    Visitante

    Padrão Erro no PROFTPD

    bom nao tenho squid aqui configurado mais como no teu erro tem uma citação a ele , desativa ele pra ver e depois roda o proftpd pra ver se vai rodar !!

    informa o que houve ok

  5. #5

    Padrão Erro no PROFTPD

    vc tem squid rodando tbem se tiver vc vai ter que habilitar a porta no squid :@: 6)

  6. #6

    Padrão Erro no PROFTPD

    FTP independe de Proxy

    isso ai é um algum erro na config do proftpd, como vc instalou ele? nunca tive problemas com ele.
    Outro pronto, qual é o noem da sua maquina?? "squid" por acaso???? verifique o seu /etc/hosts e mostre para gente

  7. #7

    Padrão Erro no PROFTPD

    segue o /etc/hosts
    eu instalei baixando um pacote rpm dele pro fedora 4
    http://dag.wieers.com/packages/proftpd
    login as: root
    [email protected]'s password:
    Last login: Tue Sep 19 15:08:30 2006 from aca80064.ipt.aol.com
    [[root@squid ~]# mcedit /etc/hosts
    /etc/hosts [----] 0 L:[ 1+ 3 4/ 4] *(146 / 146b)= <EOF>
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost

  8. #8

    Padrão Erro no PROFTPD

    tente por uma linha lá..


    ip.do.seu.servidor squid

    ou por local depois do localhost , a palavra squid

    tente isso.