Subject: Re: [vserver] XFS read-only bind mount issue
From: Corey Wright <undefined@pobox.com>
Date: Thu, 1 Apr 2010 12:48:55 -0500
Thu, 1 Apr 2010 12:48:55 -0500
On Thu, 1 Apr 2010 12:46:32 -0500
Corey Wright <undefined@pobox.com> wrote:

> On Thu, 01 Apr 2010 10:58:58 +0200
> Ghislain <gadnet@aqueos.com> wrote:
> 
> > when you upgrade to 2.3 you MUST use 2.3 tools that is the lastest from
> > daniel repository from source or from beng debian package repository (
> > utils-vserver-basic-debian package)
> > 
> > see http://linux-vserver.org/util-vserver:Devdebianpackage
> 
> or backport what's in testing/squeeze to stable/lenny, as i've been
> testing 2.6.32.10-vs2.3.0.36.29.2 and 0.30.216-pre2864 has worked so far
> (at least with ext3).
> 
> it's pretty easy (see attached patch for required changes to package):

and, stupid me, here's the patch...

corey
-- 
undefined@pobox.com


diff -urNpd util-vserver-0.30.216-pre2864.orig/debian/changelog util-vserver-0.30.216-pre2864/debian/changelog
--- util-vserver-0.30.216-pre2864.orig/debian/changelog	2010-04-01 12:27:14.000000000
-0500
+++ util-vserver-0.30.216-pre2864/debian/changelog	2010-04-01 12:26:43.000000000 -0500
@@ -1,3 +1,10 @@
+util-vserver (0.30.216-pre2864-1~udo50+1) lenny; urgency=low
+
+  * Backport to Debian Lenny/5.0
+  * Clarify libbeecrypt-dev build-depend as libbeecrypt6-dev
+
+ -- Corey Wright <undefined@pobox.com>  Sun, 21 Mar 2010 02:56:38 -0500
+
 util-vserver (0.30.216-pre2864-1) unstable; urgency=low
 
   * New upstream pre-release (Closes: #542751)
diff -urNpd util-vserver-0.30.216-pre2864.orig/debian/control util-vserver-0.30.216-pre2864/debian/control
--- util-vserver-0.30.216-pre2864.orig/debian/control	2010-04-01 12:27:14.000000000
-0500
+++ util-vserver-0.30.216-pre2864/debian/control	2010-04-01 12:26:43.000000000 -0500
@@ -10,7 +10,7 @@ Uploaders: Ola Lundqvist <opal@debian.or
 #     dietlibc  the libc NSS should not be used
 #     beecrypt2-dev to build vhashify
 #     e2fslibs-dev needed for 'FS_IOC_GETFLAGS' declaration
-Build-Depends: debhelper (>= 5), gawk, autotools-dev, dietlibc-dev (>= 0.31-1.1), net-tools,
vlan, iptables, wget, procps, module-init-tools, autoconf (>= 2.52), libbeecrypt-dev
(>= 4.1.2-2), po-debconf, dpatch, libtool, automake1.9, e2fslibs-dev, libnss3-dev, pkg-config
+Build-Depends: debhelper (>= 5), gawk, autotools-dev, dietlibc-dev (>= 0.31-1.1), net-tools,
vlan, iptables, wget, procps, module-init-tools, autoconf (>= 2.52), libbeecrypt6-dev
(>= 4.1.2-2), po-debconf, dpatch, libtool, automake1.9, e2fslibs-dev, libnss3-dev, pkg-config
 Standards-Version: 3.8.3
 Homepage: http://savannah.nongnu.org/projects/util-vserver/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-vserver/util-vserver/trunk