Proftpd restarting error

Discussion in 'HOWTO-Related Questions' started by gg234, Apr 4, 2007.

  1. gg234

    gg234 New Member

    Hi,

    I am running plain ftp server(proftpd) in my webserver and
    When i restart proftpd server i am getting the following error

    Code:
    ./proftpd restart
    Restarting ProFTPD ftp daemon.proftpd.
    ..www.test.com - SocketBindTight in effect, ignoring DefaultServer
    proftpd.
     done.
    My proftpd.conf file is having the following option set to on

    Code:
    SocketBindTight on
    My hosts file looks as follows

    Code:
    127.0.0.1       localhost.localdomain   localhost
    195.14.64.41    www.test.com     webserver
    # The following lines are desirable for IPv6 capable hosts
    ::1     ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    
    Could some one help me how to fix this problem

    Thanks for your help
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have you tried to comment out
    Code:
    SocketBindTight on
    and restart Proftpd?
     

Share This Page