hi everyone,
The repository of bristollnews is updated with new kernels and the new
debian packages for the utils-vservers:
so last kernel is 2.6.31.7-vs2.3.0.36.27-beng
util-vservers are ok for lenny (can be installed on squeeze too) with
version util-vserver-0.30.216-pre2864.
they exist in i386 and amd64
If anyone on the list has some debian packages knowledge to help me
separate one source into several binary packages please contact me
offlist to help i would like to make de devl and legacy package
separated from the main one.
there is 2 sets of utils packages:
the util-vserver-basic-debian use:
./configure $(CROSS) --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-initrddir=/etc/vservers/init.d \
--with-vrootdir=/var/lib/vservers \
--enable-dietlibc
the util-vserver-basic use:
./configure $(CROSS) --prefix=/usr/local \
--with-initrddir=/usr/local/etc/vservers/init.d \
--enable-dietlibc \
--with-vrootdir=/vservers
so choose the '-basic' if you upgrade from source, choose the '-debian' if you upgrade from debian packages.
As allways those packages will blow up you computer and make all your data disapear so use it at your own risk no money back here :)
I use them on several servers without issues on lenny.
hope that help the community, thanks to Ben Green for providing the mirror, helping out and making the kernel packages for us all.
regards,
Ghislain.
AQUEOS.
help to use them
from: http://kernels.bristolwireless.net/
How to use the Debian Repository
First add this line to your //etc/apt/sources.list/ file:
|deb http://repo.psand.net/ lenny main|
Then run this as root to add the gpg key to apt:
|wget -O - http://repo.psand.net/pubkey.txt | sudo apt-key add -|
Proceed as normal, updateing your sources thus:
|apt-get update|
To have a look for the kernel packages compiled by me one might use:
|apt-cache search linux | grep beng
|