OpenVCP Daemon 0.2 (openvcpd ) installation with plaintext
Depends
- vServer patched Kernel http://linux-vserver.org
- Install Howto
- util-vserver >= 0.30.210 http://linux-vserver.org/ ( doesnt work with 0.30.212!!! )
- util-vserver install Howto
- IPFM - IP Flow Meter http://robert.cheramy.net/ipfm/
- IPFM install Howto
You can check ure util-vserver an vserver patched kernel with:
wget http://vserver.13thfloor.at/Stuff/SCRIPT/testme.sh chmod +x testme.sh ./testme.sh
All succeededn?!?
Now u can install the daemon.
Daemon installation
1. wget http://files.openvcp.org/openvcpd-0.2-rc2.tar.gz 2. tar xfvz openvcpd-0.2-rc2.tar.gz; cd openvcpd-0.2-rc2 3. ./configure --prefix=/usr --sysconfdir=/etc --includedir=/include 4. make; make install 5. vim /etc/openvcpd.conf edit the config file ( IP, Password, vserver ImageDir ) 6. /usr/bin/openvcpd for debugging /usr/bin/openvcpd -v
