PDA

View Full Version : How to set pure-ftpd-mysql on OpenVZ server (debian)


Franz
21st August 2009, 12:17
here is the info:

Set pure-ftpd-mysql on openVZ server (http://blog.it-podrska.info/2009/08/pure-ftp-on-openvz-debian/)

Leftblank
25th August 2009, 12:11
In case you actually have admin rights on the OpenVZ server you could also alter the permissions of your node, which will make pure-ftpd work as well.


VPSID=501
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

Franz
25th August 2009, 16:15
It is true,
but my VPS provider did not want to add all premisions.