Not able to restart FTP

Discussion in 'Installation/Configuration' started by comedit, May 26, 2006.

  1. comedit

    comedit New Member

    I am running ISPconfig 2.2.3

    And i yesterday discovered my FTPserver is not running anymore. In services in I have tried to restart it but it does not help.

    As I am a bit of a newbe would not know whch command to use in the commandline to try it on the server direct.

    Can anybody tell me what to do

    PS:

    I wonder if it has anything to do with my upgrade from 2.2.2 to 2.2.3 ?

    Thanks in advance
     
  2. comedit

    comedit New Member

    now tried it through webmin the result:

    Executing /etc/init.d/proftpd start ..

    Starting ProFTPD ftp daemon: - getaddrinfo 'comedit' error: Name or service not known
    - warning: unable to determine IP address of 'comedit'
    - getaddrinfo 'comedit' error: Name or service not known
    - warning: unable to determine IP address of 'comedit'
    /etc/init.d/proftpd: line 175: 20922 Segmentation fault start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec $DAEMON -- $OPTIONS
    .


    Obviously there is a problem in finding the server, it loks for comedit and comedit seems not to be the name.

    Can somebody tell me where to put changes so I will work again ?

    Thanks in advance
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Is comedit listed in the /etc/hosts file?
     
  4. comedit

    comedit New Member

    no it is not mentioned

    It only states:

    127.0.0.1 localhost.localdomain localhost kigaro

    # 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

    What must I change ?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Change

    Code:
    127.0.0.1 localhost.localdomain localhost kigaro
    to

    Code:
    127.0.0.1 localhost.localdomain localhost kigaro comedit
     
  6. comedit

    comedit New Member

    Thanks

    thanks a lot its working again
     

Share This Page