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

Bug#214486: marked as done (apache: modules-config has problems with cut in coreutils 5.0-5)



Your message dated Tue, 7 Oct 2003 07:28:36 +0200 (CEST)
with message-id <Pine.LNX.4.58.0310070727340.18330@trider-g7.ext.fabbione.net>
and subject line Bug#214486: apache: modules-config has problems with cut in    coreutils 5.0-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; 7 Oct 2003 01:18:15 +0000
>From korvemaker@sympatico.ca Mon Oct 06 20:18:15 2003
Return-path: <korvemaker@sympatico.ca>
Received: from tomts20.bellnexxia.net (tomts20-srv.bellnexxia.net) [209.226.175.74] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A6gUQ-0007Rp-00; Mon, 06 Oct 2003 20:18:14 -0500
Received: from clockwork ([67.70.205.139]) by tomts20-srv.bellnexxia.net
          (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with ESMTP
          id <20031007011814.HKBP6530.tomts20-srv.bellnexxia.net@clockwork>;
          Mon, 6 Oct 2003 21:18:14 -0400
Received: from korvemaker by clockwork with local (Exim 3.36 #1 (Debian))
	id: 18:13 -0400
Date: Mon, 6 Oct 2003 21:18:13 -0400
From: Ben Korvemaker <korvemaker@sympatico.ca>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache: modules-config has problems with cut in coreutils 5.0-5
Message-ID: <[🔎] 20031007011813.GA31705@sympatico.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.33
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)

Package: apache
Version: 1.3.28-1
Severity: normal

at line 119 in /usr/sbin/modules-config, is:
		LAST=`wc -l $TMP | cut -d " " -f 1`
		DIFF=`expr $LAST - $FIRST`

However, cut in coreutils 5.0-5 doesn't behave as expected:
clockwork[1002-0]% wc -l /etc/apache/httpd.conf
   1038 /etc/apache/httpd.conf
clockwork[1003-0]% wc -l /etc/apache/httpd.conf | cut -d " " -f 1

clockwork[1004-0]%

after upgrading to coreutils 5.0.91-2, things are happier:
clockwork[1016-0]% wc -l /etc/apache/httpd.conf | cut -d " " -f 1
1002
clockwork[1017-0]%

Not sure if it's all prior versions of coreutils, or simply that exact
version I had.

Ben

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux clockwork 2.4.22-20031005 #1 Sun Oct 5 18:28:32 EDT 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache depends on:
ii  apache-common                 1.3.28-1   Support files for all Apache webse
ii  debconf                       1.3.14     Debian configuration management sy
ii  dpkg                          1.10.15    Package maintenance system for Deb
ii  libc6                         2.3.2-8    GNU C Library: Shared libraries an
ii  libdb4.1                      4.1.25-6   Berkeley v4.1 Database Libraries [
ii  libexpat1                     1.95.6-6   XML parsing C library - runtime li
ii  libmagic1                     4.04-1     File type determination library us
ii  logrotate                     3.6.5-2    Log rotation utility
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/init: true
* apache/enable-suexec: false
* apache/server-admin: korvemaker@sympatico.ca
* apache/server-port: 80
* apache/server-name: localhost
* apache/document-root: /var/www


-- 
Ben Korvemaker
korvemaker@sympatico.ca
31AB 75AD 4CBF C164 1963              I can't remember if I'm the
A674 1C53 0733 C855 8011               good twin or the evil one.

---------------------------------------
Received: (at 214486-done) by bugs.debian.org; 7 Oct 2003 05:28:46 +0000
>From fabbione@fabbione.net Tue Oct 07 00:28:37 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 1A6kOj-00068v-00; Tue, 07 Oct 2003 00:28:37 -0500
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 AF8A837;
	Tue,  7 Oct 2003 07:28:36 +0200 (CEST)
Date: Tue, 7 Oct 2003 07:28:36 +0200 (CEST)
From: Fabio Massimo Di Nitto <fabbione@fabbione.net>
Sender: fabbione@trider-g7.ext.fabbione.net
To: Ben Korvemaker <korvemaker@sympatico.ca>,
	214486-done@bugs.debian.org
Subject: Re: Bug#214486: apache: modules-config has problems with cut in   
 coreutils 5.0-5
In-Reply-To: <[🔎] 20031007011813.GA31705@sympatico.ca>
Message-ID: <Pine.LNX.4.58.0310070727340.18330@trider-g7.ext.fabbione.net>
References: <[🔎] 20031007011813.GA31705@sympatico.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 214486-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_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)

On Mon, 6 Oct 2003, Ben Korvemaker wrote:

> Package: apache
> Version: 1.3.28-1
> Severity: normal
>
> at line 119 in /usr/sbin/modules-config, is:
> 		LAST=`wc -l $TMP | cut -d " " -f 1`
> 		DIFF=`expr $LAST - $FIRST`
>
> However, cut in coreutils 5.0-5 doesn't behave as expected:
> clockwork[1002-0]% wc -l /etc/apache/httpd.conf
>    1038 /etc/apache/httpd.conf
> clockwork[1003-0]% wc -l /etc/apache/httpd.conf | cut -d " " -f 1
>
> clockwork[1004-0]%
>
> after upgrading to coreutils 5.0.91-2, things are happier:
> clockwork[1016-0]% wc -l /etc/apache/httpd.conf | cut -d " " -f 1
> 1002
> clockwork[1017-0]%
>
> Not sure if it's all prior versions of coreutils, or simply that exact
> version I had.

Well this clearly shows a problem in coreutils and not in apache. I am
closing this bug.

Fabio

-- 
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: