Your message dated Sun, 04 Sep 2005 08:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325763: fixed in speedy-cgi-perl 2.22-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; 30 Aug 2005 19:35:28 +0000
>From [EMAIL PROTECTED] Tue Aug 30 12:35:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fep01-0.kolumbus.fi (fep01-app.kolumbus.fi) [193.229.0.41] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EABtH-00068U-00; Tue, 30 Aug 2005 12:35:27 -0700
Received: from rebekka ([84.230.153.191]) by fep01-app.kolumbus.fi
          with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 22:35:22 +0300
Received: from niko by rebekka with local (Exim 3.36 #1 (Debian))
        id 1EABtC-0003yT-00
        for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 22:35:22 +0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Niko Tyni <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libapache-mod-speedycgi: deletes httpd.conf on removal
X-Mailer: reportbug 3.8
Date: Tue, 30 Aug 2005 22:35:22 +0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Niko <[EMAIL PROTECTED]>
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: libapache-mod-speedycgi
Version: 2.22-1
Severity: grave
Justification: causes non-serious data loss

Hi,

removing libapache-mod-speedycgi leaves /etc/apache/httpd.conf
zero-sized. This happens because the postrm script tries to comment
out references to the module like this:

cat /etc/apache$1/httpd.conf |\
     sed 's/^(LoadModule.*mod_speedycgi\.so)/#\1/' > $tmpfile || true
mv -f $tmpfile /etc/apache$1/httpd.conf

but the correct sed grouping markers are '\(' and '\)' instead of '(' and ')'.
Then sed bails out:

sed: -e expression #1, char 39: invalid reference \1 on `s' command's RHS

and $tmpfile ends up empty.

(Furthermore, at least on my system the LoadModule line is in
/etc/apache/modules.conf, not httpd.conf, so the commenting out
wouldn't apparently work anyway.)

Transcript follows:

# ls -l /etc/apache/httpd.conf 
-rw-r--r--  1 root root 35462 2005-08-30 22:17 /etc/apache/httpd.conf
# dpkg -r libapache-mod-speedycgi
(Reading database ... 165864 files and directories currently installed.)
Removing libapache-mod-speedycgi ...
sed: -e expression #1, char 39: invalid reference \1 on `s' command's RHS
An Apache module has been modified.  Restart apache [Y/n]? 
/usr/sbin/apachectl graceful: httpd gracefully restarted
# ls -l /etc/apache/httpd.conf 
-rw-r--r--  1 root root 0 2005-08-30 22:18 /etc/apache/httpd.conf


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libapache-mod-speedycgi depends on:
ii  apache-common               1.3.33-6     support files for all Apache webse
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.1                    4.1.25-18    Berkeley v4.1 Database Libraries [
ii  libexpat1                   1.95.8-3     XML parsing C library - runtime li
ii  speedy-cgi-perl             2.22-1       speed up perl scripts by making th

-- no debconf information

---------------------------------------
Received: (at 325763-close) by bugs.debian.org; 4 Sep 2005 15:09:12 +0000
>From [EMAIL PROTECTED] Sun Sep 04 08:09:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBw0Y-0005Yk-00; Sun, 04 Sep 2005 08:02:10 -0700
From: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325763: fixed in speedy-cgi-perl 2.22-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 08:02:10 -0700
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: 2

Source: speedy-cgi-perl
Source-Version: 2.22-2

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

libapache-mod-speedycgi_2.22-2_i386.deb
  to pool/main/s/speedy-cgi-perl/libapache-mod-speedycgi_2.22-2_i386.deb
speedy-cgi-perl_2.22-2.diff.gz
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-2.diff.gz
speedy-cgi-perl_2.22-2.dsc
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-2.dsc
speedy-cgi-perl_2.22-2_i386.deb
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-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.
Jose Carlos Garcia Sogo <[EMAIL PROTECTED]> (supplier of updated 
speedy-cgi-perl 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: Sun,  4 Sep 2005 16:28:41 +0200
Source: speedy-cgi-perl
Binary: libapache-mod-speedycgi speedy-cgi-perl
Architecture: source i386
Version: 2.22-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Changed-By: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Description: 
 libapache-mod-speedycgi - apache module to speed up perl scripts by making 
them persistent
 speedy-cgi-perl - speed up perl scripts by making them persistent
Closes: 247866 325763 326442
Changes: 
 speedy-cgi-perl (2.22-2) unstable; urgency=low
 .
   * libapache-mod-speedycgi.post{inst,rm}: Install module using apache-modconf
     util and don't ask for restarting Apache webserver (Closes: #247866, 
#325763)
   * debian/rules: convert to allow dpatch use.
   * debian/control: build-depend on dpatch.
   * Applied patch to avoid error messages in die() being lost. Thanks to Niko
     Tyni for it (Closes: #326442)
Files: 
 fb9cd80d1716c3020313130d83bccfa7 663 interpreters optional 
speedy-cgi-perl_2.22-2.dsc
 6fee4966a3a6fcc5bf28bf34d7e96e88 6418 interpreters optional 
speedy-cgi-perl_2.22-2.diff.gz
 94f31b0fc25090654d45430a6d2c5d26 96374 interpreters optional 
speedy-cgi-perl_2.22-2_i386.deb
 1794e89e0b678579c41328a885537f6a 28618 web optional 
libapache-mod-speedycgi_2.22-2_i386.deb

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

iD8DBQFDGwquS+BYJZB4jhERAuKpAKCglP64btXXGrEy1FW/xIheqLb1LwCePA4Q
eUXm5Q1wJAmeT8a0g61mBEg=
=cyG0
-----END PGP SIGNATURE-----


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

Reply via email to