Your message dated Sun, 08 Jan 2006 09:33:41 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#346156: fixed in util-vserver 0.30.209-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Jan 2006 01:28:26 +0000
>From [EMAIL PROTECTED] Thu Jan 05 17:28:26 2006
Return-path: <[EMAIL PROTECTED]>
Received: from mx.verfaction.de ([212.9.177.23] ident=Debian-exim)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EugP2-0001XS-EW
for [EMAIL PROTECTED]; Thu, 05 Jan 2006 17:28:24 -0800
Received: from kk by mx.verfaction.de with local (Exim 4.50)
id 1EugOu-0007IO-Dk
for [EMAIL PROTECTED]; Fri, 06 Jan 2006 02:28:19 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kilian Krause <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.8
Date: Fri, 06 Jan 2006 02:28:16 +0100
Message-Id: <[EMAIL PROTECTED]>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: vprocunhide is run on boot unconditionally
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: util-vserver
Version: 0.30.209-1
Severity: normal
Tags: upstream patch
/etc/init.d/vprocunhide does not check for vserver-awareness of currently
running kernel resulting in quite some pages of warnings on the console while
booting. The following patch fixes this:
--- sysv/vprocunhide.old 2006-01-06 02:21:59.000000000 +0100
+++ sysv/vprocunhide 2006-01-06 02:22:36.000000000 +0100
@@ -29,8 +29,12 @@
function start()
{
echo -n $"Fixing /proc entries visibility..."
- $_VPROCUNHIDE
- retval=$?
+ if [ -e /proc/self/vinfo ];then
+ $_VPROCUNHIDE
+ retval=$?
+ else
+ retval=0
+ fi
case "$retval" in
0) success;;
2) passed; retval=0;;
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (800, 'unstable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.13
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages util-vserver depends on:
ii iproute 20041019-3 Professional tools to control the
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3
ii net-tools 1.60-10 The NET-3 networking toolkit
-- no debconf information
---------------------------------------
Received: (at 346156-close) by bugs.debian.org; 8 Jan 2006 17:40:38 +0000
>From [EMAIL PROTECTED] Sun Jan 08 09:40:38 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EveQH-0001EQ-SE; Sun, 08 Jan 2006 09:33:41 -0800
From: Micah Anderson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#346156: fixed in util-vserver 0.30.209-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 08 Jan 2006 09:33:41 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: util-vserver
Source-Version: 0.30.209-2
We believe that the bug you reported is fixed in the latest version of
util-vserver, which is due to be installed in the Debian FTP archive:
util-vserver_0.30.209-2.diff.gz
to pool/main/u/util-vserver/util-vserver_0.30.209-2.diff.gz
util-vserver_0.30.209-2.dsc
to pool/main/u/util-vserver/util-vserver_0.30.209-2.dsc
util-vserver_0.30.209-2_i386.deb
to pool/main/u/util-vserver/util-vserver_0.30.209-2_i386.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.
Micah Anderson <[EMAIL PROTECTED]> (supplier of updated util-vserver 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: Fri, 6 Jan 2006 18:03:32 -0500
Source: util-vserver
Binary: util-vserver
Architecture: source i386
Version: 0.30.209-2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Micah Anderson <[EMAIL PROTECTED]>
Description:
util-vserver - tools for Virtual private servers and context switching
Closes: 346156 346223 346334
Changes:
util-vserver (0.30.209-2) unstable; urgency=low
.
* Include delta-0.30.209-shiny8.diff fixing syscalls for mips
kudos to Greek0 and Bertl
* Enable hppa build in debian/rules as it is now supported
(Closes: #346223)
* Include fix from Kilian Krause to check for vserver support in the
kernel before running, stop the messy boot messages (Closes: #346156)
* Migrate to new package repository
* Add me as an Uploader in debian/control
* Bump Standards version to 3.6.2 (no changes)
* Added testme.sh and testfs.sh to examples/ (Closes: #346334)
Files:
60b0463a868f245a9256e42be4bc2470 815 net optional util-vserver_0.30.209-2.dsc
a00b94f9a5f3f4100862213865811097 23848 net optional
util-vserver_0.30.209-2.diff.gz
e9f9425eb78ef820ac13b1c4aeb03d65 400754 net optional
util-vserver_0.30.209-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDwUsP9n4qXRzy1ioRAnjwAJ9r3KDfBYLVicXlRP77IfHLF2yOJACfTvN3
uIaGqtdPEOSR4LtjUH/MR5s=
=vmap
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]