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

Bug#215047: marked as done (apache-common: modules-config produces modules.conf with different ordering each time)



Your message dated Thu, 30 Oct 2003 19:26:52 +0100 (CET)
with message-id <Pine.LNX.4.58.0310301921050.13268@trider-g7.ext.fabbione.net>
and subject line Bug#215047: Not fixed yet, here is a patch
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; 10 Oct 2003 00:35:24 +0000
>From ljosa@yamuna.cs.ucsb.edu Thu Oct 09 19:35:23 2003
Return-path: <ljosa@yamuna.cs.ucsb.edu>
Received: from yamuna.cs.ucsb.edu [128.111.68.226] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A7lFa-0006yB-00; Thu, 09 Oct 2003 19:35:22 -0500
Received: from localhost (localhost [127.0.0.1])
  (uid 15906)
  by yamuna.cs.ucsb.edu with local; Thu, 09 Oct 2003 17:35:22 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Vebjorn Ljosa <vebjorn@ljosa.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache-common: modules-config produces modules.conf with different ordering
 each time
X-Mailer: reportbug 2.34
Date: Thu, 09 Oct 2003 17:35:22 -0700
Message-ID: <[🔎] courier.3F85FECA.000012B6@yamuna.cs.ucsb.edu>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_30,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_09
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp)

Package: apache-common
Version: 1.3.28-2
Severity: important
Tags: sid

Each time I run `modules-config apache`, I seem to get an
/etc/apache/modules.conf in a different order than before, as shown
below.

yamuna:/etc/apache# modules-config apache
yamuna:/etc/apache# cat modules.conf
# Autogenerated file - do not edit!
# This file is maintained by the apache package.
# To update it, run the command:
#    /usr/sbin/modules-config apache
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
yamuna:/etc/apache# modules-config apache
yamuna:/etc/apache# cat modules.conf
# Autogenerated file - do not edit!
# This file is maintained by the apache package.
# To update it, run the command:
#    /usr/sbin/modules-config apache
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so
LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so
LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so
LoadModule access_module /usr/lib/apache/1.3/mod_access.so
LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so
LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so
LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so
LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so
LoadModule status_module /usr/lib/apache/1.3/mod_status.so
LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so
LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so
LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so
yamuna:/etc/apache# md5sum /usr/sbin/modules-config 
23af8cce1deea6d8f93e5c126c1b3a8a  /usr/sbin/modules-config
yamuna:/etc/apache# 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux yamuna.cs.ucsb.edu 2.4.22-1-k7 #5 Sat Oct 4 14:11:12 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache-common depends on:
ii  debconf                       1.3.14     Debian configuration management sy
ii  libc6                         2.3.2-8    GNU C Library: Shared libraries an
ii  libdb4.1                      4.1.25-9   Berkeley v4.1 Database Libraries [
ii  libexpat1                     1.95.6-6   XML parsing C library - runtime li
ii  mime-support                  3.23-1     MIME files 'mime.types' & 'mailcap
ii  perl [perl5]                  5.8.1-2    Larry Wall's Practical Extraction 

-- debconf information:
  apache-shared/debconf-modules: apache-ssl, mod_setenvif, mod_unique_id, mod_expires, mod_auth_ssl, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_cgi, mod_autoindex, mod_dir, mod_status, mod_negotiation, mod_mime_ssl, mod_mime_magic, mod_log_config_ssl, mod_php4
  apache-shared/restart: false
  apache-common/old-logrotate-exists: 
* apache-common/confignotes: 
  apache-common/logs: 


---------------------------------------
Received: (at 215047-done) by bugs.debian.org; 30 Oct 2003 18:26:57 +0000
>From fabbione@fabbione.net Thu Oct 30 12:26:56 2003
Return-path: <fabbione@fabbione.net>
Received: from port5.ds1-sby.adsl.cybercity.dk (trider-g7.fabbione.net) [212.242.169.198] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AFHVY-0004dd-00; Thu, 30 Oct 2003 12:26:56 -0600
Received: from trider-g7.ext.fabbione.net (port5.ds1-sby.adsl.cybercity.dk [212.242.169.198])
	by trider-g7.fabbione.net (Postfix) with ESMTP id EB33516;
	Thu, 30 Oct 2003 19:26:54 +0100 (CET)
Date: Thu, 30 Oct 2003 19:26:52 +0100 (CET)
From: Fabio Massimo Di Nitto <fabbione@fabbione.net>
Sender: fabbione@trider-g7.ext.fabbione.net
To: Dmitry Borodaenko <d.borodaenko@sam-solutions.net>,
	215047-done@bugs.debian.org
Subject: Re: Bug#215047: Not fixed yet, here is a patch
In-Reply-To: <[🔎] 20031030174637.GB5568@sam-solutions.net>
Message-ID: <Pine.LNX.4.58.0310301921050.13268@trider-g7.ext.fabbione.net>
References: <[🔎] 20031030174637.GB5568@sam-solutions.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 215047-done@bugs.debian.org
X-Spam-Status: No, hits=-5.7 required=4.0
	tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT
	version=2.53-bugs.debian.org_2003_10_28
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_28 (1.174.2.15-2003-03-30-exp)


Hi Dmitry,
	as already discussed on similar bugs this patch is not enough
[1] and a proper fix has been uploaded 2 days ago [2] but due to a package
split apache is waiting for ftp-master approval.

In the meanwhile i will close this bug otherwise i will have to redo it in
a few days manually.

Thanks
Fabio

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=215826
[2] http://lists.debian.org/debian-apache/2003/debian-apache-200310/msg00622.html

On Thu, 30 Oct 2003, Dmitry Borodaenko wrote:

> reopen 215047
> tags +patch
> thanks
>
> Apparently LANG=C wasn't enough, the problem is still there (1.3.28-4).
> Luckily, solution from John worked for me. Just in case, here is the
> same in a unified diff:
>
> ----------------------------------------------------------------------
> --- modules-config.dpkg-dist    Thu Oct 30 19:32:52 2003
> +++ modules-config      Thu Oct 30 19:33:22 2003
> @@ -86,7 +86,7 @@
>         # so we convert module names to info names (they look better to users)
>         cd /usr/lib/apache/1.3
>         for i in $enabled; do
> -               mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'` $mapped"
> +               mapped="$mapped `grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`"
>         done
>         cd -
>
> ----------------------------------------------------------------------
>
> Thanks, John!
>
>

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html



Reply to: