Subject: cannot add new server by vserver build
From: tobias <tobias-ml@lamp-solutions.de>
Date: Wed, 14 May 2008 15:19:12 +0200

Hallo together,

I have some problems adding new guest to either a Ubuntu (8.04) and a 
Debian (etch) host.

When I use the newvserver command on the etch host, there is no problem 
at all.
(For example
newvserver --vsroot /var/lib/vservers/ --hostname test1 --domain 
example.com --ip 10.1.1.7/8 --dist etch --mirror 
http://ftp.au.debian.org/debian/ --interface eth1
works fine)

When I try adding new hosts by using vserver vserver1 build I allways 
get a massage like:
/etc/vservers/.defaults/vdirbase/vserver1: Function not implemented
It is no matter if I try out a debian guest on debian, a ubuntu guest on 
debian (like the example in the wiki) or any guest on ubuntu.

One example for my command would be:
vserver vserver1 build -m debootstrap --hostname vserver1.mydomain.com 
--interface eth0:192.168.1.10/24 -- -d lenny -m 
http://ftp.de.debian.org/debian

can anyone help me?