pure-ftp does'nt run unter virtuozzo

Discussion in 'Installation/Configuration' started by tom, Jun 19, 2009.

  1. tom

    tom Member

    There are no error aften that
    but in the control panel the monitoring says:

    It's not possible to make any connections to ftp.
     
    Last edited: Jun 19, 2009
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There are two easy solutions, if this is your own server, run these command on the host server, replace the ID with the ID of your virtual machine:

    Code:
    VPSID=101
    for CAP in CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE
    do
      vzctl set $VPSID --capability ${CAP}:on --save
    done
    
    otherwise this:

    http://www.howtoforge.com/forums/showthread.php?t=30115&highlight=pure-ftpd+openvz
     
  3. tom

    tom Member

    I've tried this:

    But still the same:
    FTP-Server: Offline

    The start now looks like this (without -A -b)
    h1609812:~# /etc/init.d/pure-ftpd-mysql start
    And syslog shows
    The package is build as shown:

    Code:
    cd /tmp/pure-ftpd-1.0.21/
    vi debian/rules (add --without-capabilities)
    apt-get build-dep pure-ftpd
    apt-get -b source pure-ftpd
     
    Last edited: Jun 19, 2009
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you run still the old binary and not the one you build.
     

Share This Page