From: Enrico Scholz (enrico.scholz_at_sigma-chemnitz.de)
Date: Mon 04 Aug 2003 - 07:44:39 BST
raanders_at_acm.org ("Roderick A. Anderson") writes:
>> I've got 7x RH7.3, 1x RH8.0, and 4x RH9 running on a RH7.3
>> base without any issues. I don't use newvserver though.
>
> Sounds good. OK, I'll bite ... what do you use?
I am using vapt-get[1] + vserver-rpm[2]:
1. create initial vserver (filesystem, devices, cfg); similarly
to 'vserver <vserver> build' but without the host-copying step
2. create apt-configuration in /vservers/<vserver>/etc/apt
3. create a /vservers/<vserver>/etc/rpm/macros file containing
| %_netsharedpath /dev
4. call
| vapt-get <vserver> -- update
| vapt-get <vserver> -- install <packages>
'<packages>' is the set of packages which is needed for the
vserver; e.g. 'httpd' or 'vsftpd'.
Enrico
Footnotes:
[1] http://www-user.tu-chemnitz.de/~ensc/vserver/vapt-get
[2] http://www-user.tu-chemnitz.de/~ensc/vserver/vrpm/