[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#258713: marked as done (apache2-common: init-script not failsafe)



Your message dated Mon, 12 Jul 2004 18:17:07 -0400
with message-id <E1Bk96h-0005ee-00@newraff.debian.org>
and subject line Bug#258713: fixed in apache2 2.0.50-5
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; 11 Jul 2004 05:11:33 +0000
>From michael@noname.franken.de Sat Jul 10 22:11:33 2004
Return-path: <michael@noname.franken.de>
Received: from noname.franken.de [194.94.249.38] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BjWcd-0002uC-00; Sat, 10 Jul 2004 22:11:32 -0700
Received: from michael by noname.franken.de with local (Exim 4.34)
	id 1BjWaU-0003bY-2T; Sun, 11 Jul 2004 07:09:20 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Michael Bergbauer <michael@pluto.home.junior.sternbauer.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache2-common: init-script not failsafe
X-Mailer: reportbug 2.63
Date: Sun, 11 Jul 2004 07:09:12 +0200
Message-Id: <[🔎] E1BjWaU-0003bY-2T@noname.franken.de>
Sender: Michael Bergbauer <michael@noname.franken.de>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	NO_DNS_FOR_FROM autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apache2-common
Version: 2.0.50-4
Severity: important

The initscript contains some code that is not failsafe, at least on
my system. It stumbles over 

|for envkey in `env| cut -d'=' -f1`
|do
|        unset $envkey
|done

when I have an TERMCAPS entry in my environment:

|TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\
|        :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
|	:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
|	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
|	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
|        :li#70:co#204:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
|        :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
|        :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
|        :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
|        :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
|        :se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
|        :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
|        :vb=\Eg:G0:as=\E(0:ae=\E(B:\
|        :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
|        :po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
|        :k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
|        :k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\EO2P:\
|        :F4=\EO2Q:F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:\
|        :F9=\E[18;2~:FA=\E[19;2~:kb=:K2=\EOE:kB=\E[Z:\
|        :*4=\E[3;5~:*7=\EO5F:#2=\EO5H:#3=\E[2;5~:#4=\EO5D:\
|        :%c=\E[6;5~:%e=\E[5;5~:%i=\EO5C:kh=\E[1~:@1=\E[1~:\
|        :kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:\
|        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:

Thus, using it from a shell is impossible without manipulation the
environment beforehand.

Probably a grep -v "^ " to filter out lines starting with spaces is
approriate to fix that
	

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US.8915-15)

Versions of packages apache2-common depends on:
ii  debconf                     1.4.29       Debian configuration management sy
ii  debianutils                 2.8.3        Miscellaneous utilities specific t
ii  libapr0                     2.0.50-4     The Apache Portable Runtime
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-16    Berkeley v4.2 Database Libraries [
ii  libexpat1                   1.95.6-8     XML parsing C library - runtime li
ii  libldap2                    2.1.30-2     OpenLDAP libraries
ii  libmagic1                   4.09-1       File type determination library us
ii  libssl0.9.7                 0.9.7d-3.1   SSL shared libraries
ii  mime-support                3.26-1       MIME files 'mime.types' & 'mailcap
ii  net-tools                   1.60-10      The NET-3 networking toolkit
ii  openssl                     0.9.7d-3.1   Secure Socket Layer (SSL) binary a
ii  ssl-cert                    1.0-8        Simple debconf wrapper for openssl
ii  zlib1g                      1:1.2.1.1-3  compression library - runtime

-- debconf information excluded

---------------------------------------
Received: (at 258713-close) by bugs.debian.org; 12 Jul 2004 22:19:41 +0000
>From katie@ftp-master.debian.org Mon Jul 12 15:19:41 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bk99A-00070G-00; Mon, 12 Jul 2004 15:19:40 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Bk96h-0005ee-00; Mon, 12 Jul 2004 18:17:07 -0400
From: Thom May <thom@debian.org>
To: 258713-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#258713: fixed in apache2 2.0.50-5
Message-Id: <E1Bk96h-0005ee-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Mon, 12 Jul 2004 18:17:07 -0400
Delivered-To: 258713-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: apache2
Source-Version: 2.0.50-5

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

apache2-common_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2-common_2.0.50-5_sparc.deb
apache2-doc_2.0.50-5_all.deb
  to pool/main/a/apache2/apache2-doc_2.0.50-5_all.deb
apache2-mpm-perchild_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2-mpm-perchild_2.0.50-5_sparc.deb
apache2-mpm-prefork_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2-mpm-prefork_2.0.50-5_sparc.deb
apache2-mpm-threadpool_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2-mpm-threadpool_2.0.50-5_sparc.deb
apache2-mpm-worker_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2-mpm-worker_2.0.50-5_sparc.deb
apache2-prefork-dev_2.0.50-5_all.deb
  to pool/main/a/apache2/apache2-prefork-dev_2.0.50-5_all.deb
apache2-threaded-dev_2.0.50-5_all.deb
  to pool/main/a/apache2/apache2-threaded-dev_2.0.50-5_all.deb
apache2_2.0.50-5.diff.gz
  to pool/main/a/apache2/apache2_2.0.50-5.diff.gz
apache2_2.0.50-5.dsc
  to pool/main/a/apache2/apache2_2.0.50-5.dsc
apache2_2.0.50-5_sparc.deb
  to pool/main/a/apache2/apache2_2.0.50-5_sparc.deb
libapr0-dev_2.0.50-5_sparc.deb
  to pool/main/a/apache2/libapr0-dev_2.0.50-5_sparc.deb
libapr0_2.0.50-5_sparc.deb
  to pool/main/a/apache2/libapr0_2.0.50-5_sparc.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 258713@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thom May <thom@debian.org> (supplier of updated apache2 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Jul 2004 17:30:59 +0100
Source: apache2
Binary: apache2 apache2-prefork-dev apache2-mpm-prefork apache2-doc libapr0-dev apache2-mpm-threadpool apache2-mpm-worker libapr0 apache2-threaded-dev apache2-common apache2-mpm-perchild
Architecture: source all sparc
Version: 2.0.50-5
Distribution: unstable
Urgency: high
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Thom May <thom@debian.org>
Description: 
 apache2    - Next generation, scalable, extendable web server
 apache2-common - Next generation, scalable, extendable web server
 apache2-doc - Documentation for apache2
 apache2-mpm-perchild - Experimental High speed perchild threaded model for Apache2
 apache2-mpm-prefork - Traditional model for Apache2
 apache2-mpm-threadpool - Experimental High speed thread pool model for Apache2
 apache2-mpm-worker - High speed threaded model for Apache2
 apache2-prefork-dev - Development headers for apache2
 apache2-threaded-dev - Development headers for apache2
 libapr0    - The Apache Portable Runtime
 libapr0-dev - Development headers for libapr
Closes: 258453 258713 258772
Changes: 
 apache2 (2.0.50-5) unstable; urgency=high
 .
   * Add necessary suexec information to central build
     (Closes: #258453, #258772)
   * Exclude lines starting with a space from removal from the env
     (Closes: #258713)
Files: 
 a6753ed4048e04dc744e6c4307fb9a98 1725 net optional apache2_2.0.50-5.dsc
 840c48898b3c37809d3d0584c3c2fb0d 96588 net optional apache2_2.0.50-5.diff.gz
 c618272e993e4edc9b2ece65044c165b 3175624 doc optional apache2-doc_2.0.50-5_all.deb
 b68c3d4e376390c67a3a7bd90494f573 160698 devel optional apache2-prefork-dev_2.0.50-5_all.deb
 32e047f17fa21b805049b87d3b21379a 161884 devel optional apache2-threaded-dev_2.0.50-5_all.deb
 35863dc028cb10542a625c5bf6386964 834216 net optional apache2-common_2.0.50-5_sparc.deb
 7938f6b5c8e4f5662ef541f2dc49542a 209066 net optional apache2-mpm-worker_2.0.50-5_sparc.deb
 ed0faaf4e4c76ded9adabfaf5adc86eb 230436 net optional apache2-mpm-threadpool_2.0.50-5_sparc.deb
 27fef31f64021a6b7f5716795f929201 233432 net optional apache2-mpm-perchild_2.0.50-5_sparc.deb
 40d7e9fd9312af0f329fbc30549fda98 227934 net optional apache2-mpm-prefork_2.0.50-5_sparc.deb
 4ab0b76de13521d501348d3a9c00f075 117200 net optional libapr0_2.0.50-5_sparc.deb
 9ea6daa0a26faf5c95ec453e0ecb801a 254948 libdevel optional libapr0-dev_2.0.50-5_sparc.deb
 cc7d7b4f176e6fd068af1b7de2b87a7f 27360 web optional apache2_2.0.50-5_sparc.deb

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

iQIVAwUBQPMIA7VnlGdHP376AQJ8shAAqwVcknxtLrpTGuUYqmbm8/xaZTzUNVfw
f0MD0dfxJOsEynfqmWRBQRf3m2Dn23Y/U5h2rR1Ve2VdzBqcsSrJK2/hrUFKhUXs
yTSySJDxtN7nNkP1rfBBtomWKqNBd52buODAmN6dVcC023tUDSxUbs6q6/+okQyn
+z1lIfCWdsUAuTsWTz6diNGNILDiH+Kb71KF94drETkrp4zoX/MweK6KCVVPawCK
TfC4qP5uJayps9XL5gJ3xlrIVKjDnNkQS2Laruv09mA3/pPi/f2MBoyO3yYDOweB
7IKFtA4VAC8mKtLKleEvmDQJ4HvOtxf4RM+cPzx6UCP5jcVN5F+pWTYMUaCfTaqI
dDfIHCvjX/dGwkQ7pIIVUa2QGpnGnHpce8TCzoaGD9tMHq0eJ2KWAaqeXo3kLlau
nvW4JW1COHktEVPyxwmJ8NoVF2cuch/AWlWaUMFKWTM5ygIhPWjFgzNkuCbhEe/m
cBws2ghSh182WRY0TgRtE9Mf85T98l64rGZlkgzwycgnvthmDIVjMepp2S8NHoS0
lwsvi0jGy+Jgt+qOC18omnmwwmGVD5mf8GV4TUdzY8gSlSQJEatfHIJ2+2SuL7Wx
YmbXE1yeN8qx6Z3uiMPfOpHAaeawC+llXuxTU6mGtCXZRPh/O+Xag1FVe2BBiKD6
xBUeemHkTZY=
=3RE1
-----END PGP SIGNATURE-----



Reply to: