22 Additional Notes If the Ubuntu server that you've just set up in this tutorial is an OpenVZ container (virtual machine), you should do this on the host system (I'm assuming that the ID of the OpenVZ container is 101 - replace it with the correct VPSID on your system): 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 is this done if you are running one then more server? i do not understand what this step does.. thanks kwick
You must do this for each OpenVZ container in which you have ISPConfig installed. Make sure you use the correct VPSID.
No, thats not related to multiserver setups. This step is required to add capabilitys to a openvz vm to run pure-ftpd inside without the need to recompile pure-ftpd.
this is what i am getting Code: root@server1:~# vzlist -a Unable to open /proc/vz/veinfo Unable to open /proc/user_beancounters root@server1:~#
What's the output of Code: uname -a ? I guess you don't run an OpenVZ kernel (or did you run this command in an OpenVZ container?).
i dont know i just installed the system as the how to stated and nothing more Code: root@server1:~# uname -a Linux server1.kwickservers.com 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux root@server1:~#
Given that Ubuntu doesn't have OpenVZ packages and how your kernel looks I'd say you don't use OpenVZ...