Difference between revisions of "util-vserver:Development Debian Packages"

From Linux-VServer

Jump to: navigation, search
(debian packages for kernel and utils of vserver 2.3)
 
(repo.psand.net repository: updated information)
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
hi everyone,
+
=repo.psand.net repository=
  
  The repository of bristollnews is updated with new kernels and the new debian packages for the utils-vservers v2.3 (dev vserver branch):
+
This page details the util-vserver related contents of the repository at http://repo.psand.net/
  
 +
==Kernels==
  
as of 20/12/2009 we are at:
+
For the Wheezy release, 3.2.x will be the targetted kernel for security updates and general support. For squeeze, 2.6.34 is the kernel currently support.
  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.  
+
  
check the repo for newer versions.
+
==Util-Vserver packages==
  
 +
Util-vserver packages are currently regularly updated in Squeeze and Wheezy.
  
If anyone on the list has some debian packages knowledge to help me separate one source into several  binary packages please contact me gadnet =at= to help i would like to make de devl and legacy package separated from the main one.
 
  
 +
==After the release of Debian Wheezy==
 +
Updates for Squeeze util-vserver and kernels will be promptly discontinued after the squeeze release. They will remain available for the whole of the wheezy release cycle for the those that still require them.
  
there is 2 sets of utils  packages:
+
== Help using the repos ==
  
the util-vserver-basic-debian use:
+
Documentation is generally at http://repo.psand.net/info/ - it is not well updated. For more information, catch BenG on the #vserver IRC channel.
  
        ./configure $(CROSS)    --prefix=/usr \
+
[[Category:Configuration]]
                                --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 comes with no warrant other than that we made them for us and provide tehm to the community in hope they help so they work for us on production server so they should be quite safe. Report issue with them on the vserver list if you find any so we can correct them.
+
 
+
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.
+
 
+
--Ghislain Adnet 06:59, 20 December 2009 (UTC)
+
 
+
 
+
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
+

Latest revision as of 11:26, 30 October 2012

Contents

[edit] repo.psand.net repository

This page details the util-vserver related contents of the repository at http://repo.psand.net/

[edit] Kernels

For the Wheezy release, 3.2.x will be the targetted kernel for security updates and general support. For squeeze, 2.6.34 is the kernel currently support.

[edit] Util-Vserver packages

Util-vserver packages are currently regularly updated in Squeeze and Wheezy.


[edit] After the release of Debian Wheezy

Updates for Squeeze util-vserver and kernels will be promptly discontinued after the squeeze release. They will remain available for the whole of the wheezy release cycle for the those that still require them.

[edit] Help using the repos

Documentation is generally at http://repo.psand.net/info/ - it is not well updated. For more information, catch BenG on the #vserver IRC channel.

Personal tools