Problem with PureFTPD on OpenVZ / Ubuntu

Discussion in 'Installation/Configuration' started by gkovacs, Jan 6, 2009.

  1. gkovacs

    gkovacs Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No. proftpd is not supported and will not work with ispconfig 3.

    But pureftpd works fine under openvz, I use it on several servers. Just follow the notes for openvz and execute the following command in the openvz host:

    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
    Dont forget to set the correct vpsid.
     
  3. grungy

    grungy Member

Share This Page