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

Bug#165959: marked as done (Upgrade fails to restart apache2)



Your message dated Mon, 18 Nov 2002 12:33:00 -0500
with message-id <E18Dplc-0004RX-00@auric.debian.org>
and subject line Bug#165959: fixed in glibc 2.3.1-4
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; 22 Oct 2002 22:21:20 +0000
>From thom@positive-internet.com Tue Oct 22 17:21:18 2002
Return-path: <thom@positive-internet.com>
Received: from postino.positive-internet.com [213.253.19.96] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 1847Oo-0008P7-00; Tue, 22 Oct 2002 17:21:18 -0500
Received: from localhost (localhost [127.0.0.1])
	by postino.positive-internet.com (Posinet POSTINO) with ESMTP
	id 5F29B66754; Tue, 22 Oct 2002 23:20:48 +0100 (BST)
Received: from samizdat (samizdat.positive-internet.com [213.253.25.2])
	by postino.positive-internet.com (Posinet POSTINO) with ESMTP
	id 683096674F; Tue, 22 Oct 2002 23:20:47 +0100 (BST)
Received: by samizdat (Postfix, from userid 1000)
	id 525AC898A7; Tue, 22 Oct 2002 23:21:38 +0100 (BST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Thom May <thom@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Upgrade fails to restart apache2
X-Mailer: reportbug 2.8
Date: Tue, 22 Oct 2002 23:21:38 +0100
Message-Id: <20021022222138.525AC898A7@samizdat>
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=5.0
	tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

Package: libc6
Version: 2.3.1-3
Severity: critical
Tags: sid patch

The apache2 package which provides /etc/init.d/apache2 is
apache2-common, thus the code in postinst fails to detect it.
A patch attached to fix it, is ugly but should work.
-Thom



--- /var/lib/dpkg/info/libc6.postinst	2002-10-18 17:43:05.000000000 +0100
+++ libc6.postinst	2002-10-22 23:13:48.000000000 +0100
@@ -166,9 +166,13 @@
 	    check="nis smail sendmail exim ssh netbase apache proftpd"
 	    check="$check ssh-nonfree postfix-tls wu-ftpd boa cron postfix"
 	    check="$check wu-ftpd-academ slapd openldapd logind wwwoffle"
-	    check="$check lprng lpr autofs snmpd ssh-krb5 apache2"
+	    check="$check lprng lpr autofs snmpd ssh-krb5"
 	    # Only get the ones that are installed, and configured
 	    check=$(dpkg -s $check | awk 'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print $1 } }' | cut -f 2 -d ' ')
+	    #apache2 ships its init script in apache2-common, but the 
+	    #script is apache2
+	    apache2=$(dpkg -s apache2-common | awk 'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print "apache2" } }')
+	    check="$check $apache2"
 	    # We have to list inetd explicitly, because the package is a
 	    # different name from it's init script
 	    check="$check inetd"


---------------------------------------
Received: (at 165959-close) by bugs.debian.org; 18 Nov 2002 17:38:28 +0000
>From katie@auric.debian.org Mon Nov 18 11:38:28 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18Dpqt-0003Ey-00; Mon, 18 Nov 2002 11:38:28 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18Dplc-0004RX-00; Mon, 18 Nov 2002 12:33:00 -0500
From: Jeff Bailey <jbailey@nisa.net>
To: 165959-close@bugs.debian.org
X-Katie: $Revision: 1.28 $
Subject: Bug#165959: fixed in glibc 2.3.1-4
Message-Id: <E18Dplc-0004RX-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 18 Nov 2002 12:33:00 -0500
Delivered-To: 165959-close@bugs.debian.org

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

glibc-doc_2.3.1-4_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.1-4_all.deb
glibc_2.3.1-4.diff.gz
  to pool/main/g/glibc/glibc_2.3.1-4.diff.gz
glibc_2.3.1-4.dsc
  to pool/main/g/glibc/glibc_2.3.1-4.dsc
libc-udeb_2.3.1-4_i386.udeb
  to pool/main/g/glibc/libc-udeb_2.3.1-4_i386.udeb
libc6-dbg_2.3.1-4_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.1-4_i386.deb
libc6-dev_2.3.1-4_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.1-4_i386.deb
libc6-pic_2.3.1-4_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.1-4_i386.deb
libc6-prof_2.3.1-4_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.1-4_i386.deb
libc6_2.3.1-4_i386.deb
  to pool/main/g/glibc/libc6_2.3.1-4_i386.deb
locales_2.3.1-4_all.deb
  to pool/main/g/glibc/locales_2.3.1-4_all.deb
nscd_2.3.1-4_i386.deb
  to pool/main/g/glibc/nscd_2.3.1-4_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 165959@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeff Bailey <jbailey@nisa.net> (supplier of updated glibc 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, 18 Nov 2002 09:29:37 -0500
Source: glibc
Binary: libc6.1-prof libc1 libc0.3-pic locales glibc-doc libc6-pic libc-udeb libc1-prof libc0.3 libc0.3-dbg libc6.1-dev libc1-pic libc6-s390x libc6-prof libc1-dbg libc6-dev-sparc64 libc6 libc0.3-dev libc6-dbg nscd libc6.1-dbg libc6.1-pic libc6-sparc64 libc6-dev libc0.3-prof libc6.1 libc6-dev-s390x libc1-dev
Architecture: source i386 all
Version: 2.3.1-4
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Jeff Bailey <jbailey@nisa.net>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc-udeb  - GNU C Library: Shared libraries and Timezone data - udeb (udeb)
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files.
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries.
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 140054 162414 163260 165412 165892 165959 166450 168890 169176
Changes: 
 glibc (2.3.1-4) unstable; urgency=low
 .
   * Daniel Jacobowitz <dan@debian.org>
     - debian/patches/cvs.patch: Fix RCS ID tags.
     - debian/rules, debian/sysdeps/sysdeps.mk: Move i386 optimization
       hack out of the rules file and put debugging information back in
       libc6-dbg for i386 (Closes: #165892).
     - debian/patches/crypt.dpatch: Fix initialization in crypt_r
       (Closes: #163260).
     - debian/patches/rtsig.dpatch: Fix the value of SIGRTMIN in non-threaded
       applications (Closes: #165412).
     - debian/rules, debian/packages.d/libc-dev.mk,
       debian/packages.d/libc-udeb.mk: Don't use '{}' wildcards, to fix
       building with /bin/sh -> ash.
 .
   * GOTO Masanori <gotom@debian.or.jp>
     - debian/libc/DEBIAN/postinst: add more NSS services:
         samba, courier-authdaemon
     - debian/packages.d/sparc64.mk: fix build error.
     - debian/libc/DEBIAN/postinst: modify apache2 service,
       apache2 ships its init script in apache2-common, but the script
       is in apache2. So replace from apach2-common to apach2 is needed.
       Closes: #165959
     - debian/patches/cvs.patch: Hurd trailing slash handling fixed.
       Closes: #162414
     - debian/patches/locales-stuff.dpatch: Fixed error generating de_CH,
       it's caused by typo. Closes: #140054
 .
   * Jeff Bailey <jbailey@nisa.net>
     - debian/patches/cvs.dpatch: New file.
     - debian/patches/0list: Update
     - debian/sysdeps/depflags.pl: Conflict against libnss-db <= 2.2-6
       Thanks to Ryan Murray for the patch.  Closes: #168890
 .
     - debian/patches/s390x-lib64.dpatch: New file.
     - debian/control.in/s390x: New file.
     - debian/libc-s390x/postinst: New file.
     - debian/packages.d/libc-dev.mk: Handle asm-s390x
     - debian/packages.d/s390x.mk: New file.
     - debian/rules: Include s390x files.
     - debian/rules.d/control.mk: Add s390x to control_deps, and include
       control.in/s390x
     - debian/sysdeps/linux.mk: Add s390x support.
 .
     Thanks to Gerhard Tonn.  Closes: #169176, #166450.
 .
     - debian/control.in/main: Update Standards-Version to 3.5.7.0
 .
     - debian/patches/glibc22-hppa-fcntl.dpatch: Remove File
     - debian/patches/glibc22-hppa-fcntl-lfs.dpatch: Remove File
     - debian/patches/glibc22-hppa-mcontext.dpatch: Remove File
     - debian/patches/glibc22-hppa-pthreads.dpatch: Remove File
     - debian/patches/glibc22-hppa-rela.dpatch: Remove File
     - debian/patches/glibc22-hppa-tests.dpatch: Remove File
     - debian/patches/glibc22-hppa-unwind.dpatch: Remove File
 .
     - debian/patches/hurd-fork-fix.dpath: New File.
 .
     Note: CVS patch disabled for this upload
Files: 
 eb050893c4d607337a7be8487e674999 1505 libs required glibc_2.3.1-4.dsc
 b4a5617c7a06cabcc71d001c1851c198 831070 libs required glibc_2.3.1-4.diff.gz
 18ebcefb31e9f5edb07b83f8746e4e1c 3188484 base required libc6_2.3.1-4_i386.deb
 1dabba675fa74321da4c6585466161c0 519292 debian-installer required libc-udeb_2.3.1-4_i386.udeb
 5da4c7c0e8705c0357e42dce013aa16e 2386238 devel standard libc6-dev_2.3.1-4_i386.deb
 06a823df6a048054551310f2a08569be 890672 devel extra libc6-prof_2.3.1-4_i386.deb
 2de7036e46b532153a9a8e62acf1e5bb 5234642 devel extra libc6-dbg_2.3.1-4_i386.deb
 78e59c6f9b9c62b8dfa27790e713865f 826328 devel optional libc6-pic_2.3.1-4_i386.deb
 d8fab923504934c9548a726c05e96d5f 62602 admin optional nscd_2.3.1-4_i386.deb
 82621266178440939ecc2195d861ab2e 3686034 base standard locales_2.3.1-4_all.deb
 b0d66ede715d0424c8402029997def0e 2953854 doc optional glibc-doc_2.3.1-4_all.deb

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

iD8DBQE92Qtv5M5hmdCYCpkRArN3AJ43+bw0cL9qAn0UQS6GMqlmHYIwMwCeMdrV
dG21BaFhe6By19rOS3ijOak=
=OEHM
-----END PGP SIGNATURE-----



Reply to: