Your message dated Tue, 02 Oct 2007 06:47:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444868: fixed in vserver-debiantools 0.4.0
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: vserver-debiantools
Version: 0.3.6.1
Severity: wishlist
File: /usr/sbin/newvserver
Tags: patch
Hi,
in my VServer setup the clients initially don't have proper network
access and thus need to use a mirror to download packages. To make
this work I had to change newvserver to allow customisation for the
non-US and security servers. Maybe this is useful for others, too?
In case you want to incorporate these changes into the official Debian
version of the package, here is a patch to do so.
I hope this helps,
Jochen
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-2-vserver-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages vserver-debiantools depends on:
ii binutils 2.18-1 The GNU assembler, linker and bina
ii debootstrap 1.0.3 Bootstrap a basic Debian system
ii iproute 20070313-1 Professional tools to control the
ii rsync 2.6.9-5 fast remote file copy program (lik
ii util-vserver 0.30.214-3 user-space tools for Linux-VServer
vserver-debiantools recommends no packages.
-- no debconf information
--
http://seehuhn.de/
diff -ur vserver-debiantools-0.3.6/newvserver.sh vserver-debiantools-0.3.6.1/newvserver.sh
--- vserver-debiantools-0.3.6/newvserver.sh 2007-08-20 07:43:58.000000000 +0100
+++ vserver-debiantools-0.3.6.1/newvserver.sh 2007-10-01 14:22:34.000000000 +0100
@@ -71,6 +71,12 @@
# Local or nearest location of a debian mirror (must include the `/debian')
MIRROR="http://ftp.uk.debian.org/debian"
+# debian-non-US mirror (must include the '/debian-non-US', only used for woody)
+MIRROR_NON_US="http://non-us.debian.org/debian-non-US"
+
+# mirror for security updates
+MIRROR_SECURITY="http://security.debian.org"
+
# Default network interface for vservers:
INTERFACE="eth0"
@@ -431,10 +437,10 @@
deb $MIRROR/ $DIST main
deb-src $MIRROR/ $DIST main
-deb http://non-us.debian.org/debian-non-US $DIST/non-US main
-deb-src http://non-us.debian.org/debian-non-US $DIST/non-US main
+deb $MIRROR_NON_US $DIST/non-US main
+deb-src $MIRROR_NON_US $DIST/non-US main
-deb http://security.debian.org $DIST/updates main
+deb $MIRROR_SECURITY $DIST/updates main
EOF
else
@@ -442,7 +448,7 @@
deb $MIRROR/ $DIST main
deb-src $MIRROR/ $DIST main
-deb http://security.debian.org $DIST/updates main
+deb $MIRROR_SECURITY $DIST/updates main
EOF
fi
diff -ur vserver-debiantools-0.3.6/newvserver.pod vserver-debiantools-0.3.6.1/newvserver.pod
--- vserver-debiantools-0.3.6/newvserver.pod 2006-12-09 10:31:06.000000000 +0000
+++ vserver-debiantools-0.3.6.1/newvserver.pod 2007-10-01 14:22:00.000000000 +0100
@@ -75,6 +75,12 @@
Local or nearest location of a debian mirror (must include the `/debian')
MIRROR="http://ftp.uk.debian.org/debian"
+debian-non-US mirror (must include the '/debian-non-US', only used for woody)
+MIRROR_NON_US="http://non-us.debian.org/debian-non-US"
+
+mirror for security updates
+MIRROR_SECURITY="http://security.debian.org"
+
Default network interface for vservers:
INTERFACE="eth0"
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: vserver-debiantools
Source-Version: 0.4.0
We believe that the bug you reported is fixed in the latest version of
vserver-debiantools, which is due to be installed in the Debian FTP archive:
vserver-debiantools_0.4.0.dsc
to pool/main/v/vserver-debiantools/vserver-debiantools_0.4.0.dsc
vserver-debiantools_0.4.0.tar.gz
to pool/main/v/vserver-debiantools/vserver-debiantools_0.4.0.tar.gz
vserver-debiantools_0.4.0_all.deb
to pool/main/v/vserver-debiantools/vserver-debiantools_0.4.0_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated vserver-debiantools
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 2 Oct 2007 08:31:27 +0200
Source: vserver-debiantools
Binary: vserver-debiantools
Architecture: source all
Version: 0.4.0
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description:
vserver-debiantools - Tools to manage debian virtual servers
Closes: 444868 444886
Changes:
vserver-debiantools (0.4.0) unstable; urgency=low
.
* Correction for VROOTDIR assignment. Thanks to Justin Pryzby
<[EMAIL PROTECTED]> for spotting this.
* Applied patch from Jochen Voss <[EMAIL PROTECTED]> that make only one
of hostname or ip option necessary if a nameserver is available.
Closes: #444886.
* Modified the patch so that dnsutils is not required, only recommended.
* Applied patch from Jochen Voss <[EMAIL PROTECTED]> to allow
alternative mirrors for security and non-us(woody).
Closes: #444868.
* Make sure to strip trailing slashes for the other mirrors as well.
* Manually merged the patches from Justin to apply on newnfsvserver.sh
as well as some other merges.
Files:
76c06151deda2dd00c9850cb65c1838d 550 utils optional
vserver-debiantools_0.4.0.dsc
7023a91b80e75640cc34a3215f981462 34054 utils optional
vserver-debiantools_0.4.0.tar.gz
2d10b31e023b26bc5ca1600fa0333c4d 31232 utils optional
vserver-debiantools_0.4.0_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHAehgGKGxzw/lPdkRApaTAJkBaClUQ91D1LpVW+brakcc1pVeqACgo+Pm
CoF7G5CQ4IrPM8LG6LBXWKM=
=AQnq
-----END PGP SIGNATURE-----
--- End Message ---