Your message dated Sun, 09 Oct 2005 05:32:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322584: fixed in wwwconfig-common 0.0.44
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 Aug 2005 15:35:19 +0000
>From [EMAIL PROTECTED] Thu Aug 11 08:35:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.verwaltung.uni-mainz.de
(patty.verwaltung.uni-mainz.de) [134.93.144.165]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3F5T-0006Gb-00; Thu, 11 Aug 2005 08:35:19 -0700
Received: from charlie.verwaltung.uni-mainz.de ([EMAIL PROTECTED]
[134.93.226.11])
by patty.verwaltung.uni-mainz.de (8.13.4/8.13.4/Debian-3) with ESMTP id
j7BFYJbm006457
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <[EMAIL PROTECTED]>; Thu, 11 Aug 2005 17:34:19 +0200
Received: from violet.verwaltung.uni-mainz.de ([EMAIL PROTECTED]
[134.93.226.14])
by charlie.verwaltung.uni-mainz.de (8.13.4/8.13.4/Debian-3) with ESMTP
id j7BFYJ3R012586
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <[EMAIL PROTECTED]>; Thu, 11 Aug 2005 17:34:19 +0200
Received: from violet.verwaltung.uni-mainz.de ([EMAIL PROTECTED] [127.0.0.1])
by violet.verwaltung.uni-mainz.de (8.13.4/8.13.4/Debian-3) with ESMTP
id j7BFVhGQ018830
for <[EMAIL PROTECTED]>; Thu, 11 Aug 2005 17:31:43 +0200
Received: (from [EMAIL PROTECTED])
by violet.verwaltung.uni-mainz.de (8.13.4/8.13.4/Submit) id
j7BFVh5g018829;
Thu, 11 Aug 2005 17:31:43 +0200
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Christoph Martin <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wwwconfig-common: broken postgres exec handling
X-Mailer: reportbug 3.8
Date: Thu, 11 Aug 2005 17:31:42 +0200
X-Virus-Scanned-From: mailgate1.verwaltung.uni-mainz.de
X-Spam-Scanned-From: mailgate1.verwaltung.uni-mainz.de
X-Scanned-By: MIMEDefang 2.51 on 134.93.226.4
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: wwwconfig-common
Version: 0.0.43
Severity: important
Tags: patch
pgsql-exec.sh has errors which break postgres configuration with
wwwconfig-common.
--- /usr/share/wwwconfig-common/pgsql-exec.sh~ 2005-03-22 17:21:56.000000000
+0100
+++ /usr/share/wwwconfig-common/pgsql-exec.sh 2005-08-11 17:27:35.000000000
+0200
@@ -27,18 +27,23 @@
. /usr/share/wwwconfig-common/pgsql.get
+use_dbuser=false
+
if [ -z "$dbserver" ] ; then
error="No database server specified."
-elif [ ! -x $(which pgsql) ] ; then
+elif [ ! -x $(which psql) ] ; then
error="No pgsql client to execute, install the pgsql client package and
run 'dpkg-reconfigure -plow packagename'."
-elif ! eval $pgsqlcmd $systemdb -c "\"select usename from pg_shadow;\""
>/dev/null 2>&1 ; then
+elif ! eval $pgsqlcmd -d $systemdb -c "\"select usename from pg_shadow;\""
>/dev/null 2>&1 ; then
error="Error when trying to connect to the pgsql database.
This error can occur if you have no database to connect to, or
if the password was incorrect.
use: dpkg-reconfigure -plow packagename to reconfigure."
else
log="${log}Executing command to pgsql."
+
+ use_dbuser=true
+
if eval $pgsqlcmd -d $dbname < $sqlfile > /dev/null 2>&1 ; then
status=exec
else
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (99, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
-- no debconf information
---------------------------------------
Received: (at 322584-close) by bugs.debian.org; 9 Oct 2005 12:38:25 +0000
>From [EMAIL PROTECTED] Sun Oct 09 05:38:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EOaLV-0001ET-00; Sun, 09 Oct 2005 05:32:05 -0700
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#322584: fixed in wwwconfig-common 0.0.44
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 09 Oct 2005 05:32:05 -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
Source: wwwconfig-common
Source-Version: 0.0.44
We believe that the bug you reported is fixed in the latest version of
wwwconfig-common, which is due to be installed in the Debian FTP archive:
wwwconfig-common_0.0.44.dsc
to pool/main/w/wwwconfig-common/wwwconfig-common_0.0.44.dsc
wwwconfig-common_0.0.44.tar.gz
to pool/main/w/wwwconfig-common/wwwconfig-common_0.0.44.tar.gz
wwwconfig-common_0.0.44_all.deb
to pool/main/w/wwwconfig-common/wwwconfig-common_0.0.44_all.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.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated wwwconfig-common 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, 9 Oct 2005 14:00:42 +0200
Source: wwwconfig-common
Binary: wwwconfig-common
Architecture: source all
Version: 0.0.44
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description:
wwwconfig-common - Debian web auto configuration
Closes: 322584 326615
Changes:
wwwconfig-common (0.0.44) unstable; urgency=low
.
* Fixed typo in pgsql-ifnot-exec.sh, closes: #326615. Thanks to gregor
herrmann <[EMAIL PROTECTED]> for pointing this out.
* Manually incorporated a fix from Christoph Martin <[EMAIL PROTECTED]>
that allow pgsql-exec.sh to work properly, closes: #322584.
Files:
de3ccf74708989e589b1be5549443e93 523 web optional wwwconfig-common_0.0.44.dsc
5a9eb3faa8c77931238cd235edb07ba5 41875 web optional
wwwconfig-common_0.0.44.tar.gz
e894973faaab627f22f7301946ce5789 20806 web optional
wwwconfig-common_0.0.44_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDSQmlGKGxzw/lPdkRAs4UAKCFZVT2HXDWiKLZIe0dbu2I7+0LhgCcDyDP
bgqzi+IHXho0q49iXLXi2to=
=iApf
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]