OpenVCP Daemon 0.2 ( openvcpd ) with GnuTLS
Dependencies
- 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 GnuTLS support
First, you need GnuTLS
1. wget ftp://ftp.gnutls.org/pub/gnutls/gnutls-1.2.10.tar.bz2 2. wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.2.tar.gz 3. tar xfvj gnutls-1.2.10.tar.bz2;tar xfvz libgcrypt-1.2.2.tar.gz; 4. cd libgcrypt-1.2.2 5. ./configure --prefix=/usr 6. make; make install; 7. cd .. 8. cd gnutls-1.2.10 9. ./configure --prefix=/usr 10. make; make install
Now, we can install the daemon
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 --with-gnutls --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
