Your message dated Mon, 31 Oct 2005 16:02:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#330464: fixed in procps 1:3.2.6-1
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; 28 Sep 2005 07:54:58 +0000
>From [EMAIL PROTECTED] Wed Sep 28 00:54:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from piggy.rz.tu-ilmenau.de [141.24.4.8] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EKWmI-0002NY-00; Wed, 28 Sep 2005 00:54:58 -0700
Received: from gate.22.kls.lan (vpn5.rz.tu-ilmenau.de [141.24.172.5])
        by piggy.rz.tu-ilmenau.de (8.12.10/8.12.10) with ESMTP id j8S7su1v003652
        for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 09:54:56 +0200 (MET DST)
Received: from darkside.22.kls.lan ([EMAIL PROTECTED] [192.168.22.1])
        by gate.22.kls.lan (8.13.4/8.13.4) with ESMTP id j8S7st0s018551;
        Wed, 28 Sep 2005 09:54:55 +0200
Received: from darkside.22.kls.lan ([EMAIL PROTECTED] [127.0.0.1])
        by darkside.22.kls.lan (8.13.5/8.13.5) with ESMTP id j8S7stn0013605;
        Wed, 28 Sep 2005 09:54:55 +0200
Received: (from [EMAIL PROTECTED])
        by darkside.22.kls.lan (8.13.5/8.13.5) id j8S7stuA013603;
        Wed, 28 Sep 2005 09:54:55 +0200
Date: Wed, 28 Sep 2005 09:54:55 +0200
From: "Mario 'BitKoenig' Holbe" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: martin f krafft <[EMAIL PROTECTED]>, Elrond <[EMAIL PROTECTED]>
Subject: procps: init-script: please be more verbose if $VERBOSE
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="3MwIy2ne0vdjdPXF"
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
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


--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: procps
Version: 1:3.2.5-1
Severity: wishlist

Hello,

this is a follow-up to #277111. Unfortunately this bug is already
archived so I cannot reopen it.

I personally think it's really helpful to see which kernel parameters
are changed during boot. Therefor, please use -q only if $VERBOSE=no.

My mail to martin f krafft and his reply are attached, including my
suggested patch.


Thanks for your work & regards
   Mario
-- 
I heard, if you play a NT-CD backwards, you get satanic messages...
That's nothing. If you play it forwards, it installs NT.

--3MwIy2ne0vdjdPXF
Content-Type: message/rfc822
Content-Disposition: attachment; filename="mail.1"

Date: Tue, 27 Sep 2005 19:48:24 +0200
From: Mario 'BitKoenig' Holbe <[EMAIL PROTECTED]>
To: martin f krafft <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: please use -q option
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="qDbXVdCdHGoSgWSk"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.10i
Status: RO
Content-Length: 2085
Lines: 60


--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 18, 2004 at 06:40:25PM +0200, martin f krafft wrote:
> When procps loads /etc/sysctl.conf during the boot, it writes all
> settings to stdout. It should not do that. Please add -q even in
> $VERBOSE mode!

Hmmm, why should it be quiet even in $VERBOSE mode?
I personally think it's really helpful sometimes to see which kernel
parameters are changed during boot. Especially now when netbase (4.22)
deprecates /etc/network/options and refers to /etc/sysctl.conf instead
(see /usr/share/doc/netbase/README.Debian) and thus /etc/sysctl.conf
becomes more important now than before.
And I don't see any reason not to print them if $VERBOSE = yes.

I'll reopen the bug if you agree with me.

I did talk to Elrond and it seems that sysctl in 2.0.7 had no -q, which
was most likely the reason for -n + >/dev/null.
Now, there is -q, so the correct patch should be to simply replace -n
with -q if $VERBOSE = no. There should be no need for >/dev/null anymore
(patch attached).


regards
   Mario
-- 
[mod_nessus for iauth]
<delta> "scanning your system...found depreciated OS...found
        hole...installing new OS...please reboot and reconnect now"

--qDbXVdCdHGoSgWSk
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="init-procps.diff"

--- /etc/init.d/procps.sh       2004-11-17 03:18:32.000000000 +0100
+++ procps.sh   2005-09-27 19:34:03.000000000 +0200
@@ -19,14 +19,12 @@
                fi
                if [ "$VERBOSE" = "no" ]
                then
-                       n="-n"
-                       redir=">/dev/null"
+                       quiet="-q"
                else
                        echo "Setting kernel variables ..."
-                       n=""
-                       redir=""
+                       quiet=""
                fi
-               eval "/sbin/sysctl $n -q -p $redir"
+               /sbin/sysctl $quiet -p
                if [ "$VERBOSE" = "yes" ]
                then
                        echo "... done."

--qDbXVdCdHGoSgWSk--


--3MwIy2ne0vdjdPXF
Content-Type: message/rfc822
Content-Disposition: attachment; filename="mail.2"

Return-Path: <[EMAIL PROTECTED]>
Received: from mars.rz.tu-ilmenau.de ([unix socket])
        by mars (Cyrus v2.1.17-IPv6-Debian-2.1.17-3) with LMTP; Wed, 28 Sep 
2005 08:37:36 +0200
X-Sieve: CMU Sieve 2.2
Received: from shield.tu-ilmenau.de (mond.rz.tu-ilmenau.de [141.24.4.169])
        by mars.rz.tu-ilmenau.de (8.12.11/8.12.11/Debian-3) with SMTP id 
j8S6baXK032683
        for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 08:37:36 +0200
Received: from (141.24.4.8) by shield.tu-ilmenau.de via smtp
         id 355b_146930c0_2fea_11da_98b6_001143376fdd;
        Wed, 28 Sep 2005 08:35:37 +0200
Received: from albatross.madduck.net (armagnac.ifi.unizh.ch [130.60.75.72])
        by piggy.rz.tu-ilmenau.de (8.12.10/8.12.10) with ESMTP id j8S6bb1v024322
        for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 08:37:37 +0200 (MET DST)
Received: from localhost (albatross.madduck.net [127.0.0.1])
        by albatross.madduck.net (postfix) with ESMTP id 8E1C98EA2D1;
        Wed, 28 Sep 2005 08:37:33 +0200 (CEST)
Received: from albatross.madduck.net ([127.0.0.1])
        by localhost (albatross.madduck.net [127.0.0.1]) (amavisd-new, port 
10024)
        with LMTP id 25368-01-7; Wed, 28 Sep 2005 08:37:33 +0200 (CEST)
Received: from cirrus.madduck.net (84-72-30-229.dclient.hispeed.ch 
[84.72.30.229])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client CN "cirrus.madduck.net", Issuer "madduck.net CA" (verified OK))
        by albatross.madduck.net (postfix) with ESMTP id 39EB48E836C;
        Wed, 28 Sep 2005 08:37:32 +0200 (CEST)
Received: by cirrus.madduck.net (Postfix, from userid 1000)
        id E401A20041D; Wed, 28 Sep 2005 08:37:31 +0200 (CEST)
Date: Wed, 28 Sep 2005 08:37:31 +0200
From: martin f krafft <[EMAIL PROTECTED]>
To: "Mario 'BitKoenig' Holbe" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: please use -q option
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
Organization: Debian GNU/Linux
X-OS: Debian GNU/Linux 3.1 kernel 2.6.12-cirrus i686
X-Motto: Keep the good times rollin'
X-Subliminal-Message: debian/rules!
X-Debbugs-No-Ack: please spare me
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at madduck.net
Status: O
Content-Length: 1086
Lines: 38


--liOOAslEiF7prFVr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

also sprach Mario 'BitKoenig' Holbe <[EMAIL PROTECTED]> [2005.09.27=
=2E1948 +0200]:
> I'll reopen the bug if you agree with me.

I suppose I do agree...

--=20
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
=20
Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver!
=20
"although occasionally there is
 something to be said for solitude."
                                          -- special agent dale cooper

--liOOAslEiF7prFVr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature (GPG/PGP)
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDOjorIgvIgzMMSnURAnmPAJkBkXtBVXPqSgwJJCBaAEKC/behCQCgxhRm
55iBobfDzafQeHlci8fWESg=
=84p2
-----END PGP SIGNATURE-----

--liOOAslEiF7prFVr--


--3MwIy2ne0vdjdPXF--

---------------------------------------
Received: (at 330464-close) by bugs.debian.org; 1 Nov 2005 00:08:07 +0000
>From [EMAIL PROTECTED] Mon Oct 31 16:08:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EWjbN-00005y-00; Mon, 31 Oct 2005 16:02:09 -0800
From: Craig Small <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#330464: fixed in procps 1:3.2.6-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 16:02:09 -0800
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=-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: 6

Source: procps
Source-Version: 1:3.2.6-1

We believe that the bug you reported is fixed in the latest version of
procps, which is due to be installed in the Debian FTP archive:

libproc-dev_3.2.6-1_alpha.deb
  to pool/main/p/procps/libproc-dev_3.2.6-1_alpha.deb
procps_3.2.6-1.diff.gz
  to pool/main/p/procps/procps_3.2.6-1.diff.gz
procps_3.2.6-1.dsc
  to pool/main/p/procps/procps_3.2.6-1.dsc
procps_3.2.6-1_alpha.deb
  to pool/main/p/procps/procps_3.2.6-1_alpha.deb
procps_3.2.6.orig.tar.gz
  to pool/main/p/procps/procps_3.2.6.orig.tar.gz



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.
Craig Small <[EMAIL PROTECTED]> (supplier of updated procps 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: Mon, 31 Oct 2005 18:49:07 +1100
Source: procps
Binary: procps libproc-dev
Architecture: source alpha
Version: 1:3.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[EMAIL PROTECTED]>
Changed-By: Craig Small <[EMAIL PROTECTED]>
Description: 
 libproc-dev - library for accessing process information from /proc
 procps     - /proc file system utilities
Closes: 45937 228899 252799 290719 292834 300333 312157 319523 320289 330464 
330969 331192 334682 334684 334685
Changes: 
 procps (1:3.2.6-1) unstable; urgency=low
 .
   * New upstream source
   *   ps: man page more detailed Closes: #334682
   *   spelling fixes  Closes: #300333, #334684, #334685
   *   top: crash on resize fixed -- thanks Michal Maruska  Closes: #320289
   *   vmstat: -p handles /dev/ and does not overflow Closes: #319523, #330969
   * CPU states in top man page Closes: #312157, #228899
   * w.bassman finally patched into w Closes: #45937
   * w uses COLUMNS if ioctl fails, eg with pipe Closes: #252799
   * GNU/kFreeBSD Support Closes: #290719
   * Variables that are set are specified on init Closes: #330464
   * sysctl.conf has netbase examples Closes: #331192
   * sysctl.conf example has way to stop console logging Closes: #292834
Files: 
 b415a78ce6ff7271bb8110fa7382bce6 616 base required procps_3.2.6-1.dsc
 7ce39ea27d7b3da0e8ad74dd41d06783 279084 base required procps_3.2.6.orig.tar.gz
 8aa39701dda1420d2dcaf486ba5452d4 28261 base required procps_3.2.6-1.diff.gz
 b56599909a5a637ecba1d50ae78ac52b 263716 base required procps_3.2.6-1_alpha.deb
 b8066118b958f7f3c57e955d9a54d98a 75984 libdevel optional 
libproc-dev_3.2.6-1_alpha.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDZqwWx2zlrBLK36URAvj6AJ4tnGWK5kz8wcmAMI6/Ip5zpvB/zACfRpMZ
+FMhBZsz8/fvJAIrANeqq/4=
=aAkS
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to