Your message dated Wed, 7 Dec 2005 11:35:55 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#342303: postgresql-common 24: Causes complete logrotate 
failure
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; 6 Dec 2005 22:31:17 +0000
>From [EMAIL PROTECTED] Tue Dec 06 14:31:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from serv-0.esphion.com ([202.55.97.148])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EjlLB-0003OS-CW
        for [EMAIL PROTECTED]; Tue, 06 Dec 2005 14:31:17 -0800
Received: from conker.alb-nz.esphion.com ([10.0.1.137] helo=conker.esphion.com)
        by serv-0.esphion.com with smtp (Exim 4.50)
        id 1EjlL7-0005eH-3Y
        for [EMAIL PROTECTED]; Wed, 07 Dec 2005 11:31:13 +1300
Received: (nullmailer pid 12509 invoked by uid 10001);
        Tue, 06 Dec 2005 22:31:12 -0000
Date: Wed, 7 Dec 2005 11:31:12 +1300
From: Guy Thornley <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: postgresql-common 24: Causes complete logrotate failure
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Guy Thornley <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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: postgresql-common
Version: 24
Severity: serious

First, apologies if this was fixed in something after package version 24; I
didnt see a bug report it about it, and I didnt see anything in the
changelogs (quick glance only)

This would appear to have been introduced by fixing #316100.

You can see what I'm talking about in the output here:

        bash# logrotate /etc/logrotate.conf 
        error: error accessing /var/log/postgresql: No such file or directory
        error: postgresql-common:1 glob failed for /var/log/postgresql/*.log

I marked this 'serious' because _no_ logs controlled by logrotate,
regardless of the package, are rotated with this error. Ever.

The system in question has postgresql-client-8.0 installed, which depends on
postgresql-common; The server package is (and has never been) installed.

It would appear the /etc/logrotate.d/ file is in the wrong package, to me.

- Guy Thornley

---------------------------------------
Received: (at 342303-done) by bugs.debian.org; 7 Dec 2005 10:36:29 +0000
>From [EMAIL PROTECTED] Wed Dec 07 02:36:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from box79162.elkhouse.de ([213.9.79.162])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ejwey-0007pc-Ra
        for [EMAIL PROTECTED]; Wed, 07 Dec 2005 02:36:29 -0800
Received: from localhost.localdomain (unknown [195.227.105.180])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client CN "Martin Pitt (workstation)", Issuer "piware CA" (verified 
OK))
        by box79162.elkhouse.de (Postfix) with ESMTP id E2D7A37B3
        for <[EMAIL PROTECTED]>; Wed,  7 Dec 2005 11:35:54 +0100 (CET)
Received: by localhost.localdomain (Postfix, from userid 1000)
        id E3E4D1BE95; Wed,  7 Dec 2005 11:35:55 +0100 (CET)
Date: Wed, 7 Dec 2005 11:35:55 +0100
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#342303: postgresql-common 24: Causes complete logrotate failure
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
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=-2.4 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_SBLXBL,RCVD_IN_SBLXBL_CBL,
        RCVD_IN_SORBS,RCVD_IN_SORBS_WEB autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--SUOF0GtieIMvvwua
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Version: 25

Hi Guy!

Guy Thornley [2005-12-07 11:31 +1300]:
> First, apologies if this was fixed in something after package version 24;=
 I
> didnt see a bug report it about it, and I didnt see anything in the
> changelogs (quick glance only)

It was already filed as http://bugs.debian.org/325330 and fixed in

postgresql-common (25) unstable; urgency=3Dlow

[...]
  * Avoid whinging during log rotation if there is no log file at all:
    - debian/postgresql-common.logrotate: Add "missingok".
    - debian/postgresql-common.dirs: Create /var/log/postgresql/.
    - Server packges have been changed to not clean away /var/log/postgresq=
l/
      on purge.
    - Closes: #325330
[...]

 -- Martin Pitt <[EMAIL PROTECTED]>  Wed, 31 Aug 2005 01:01:49 +0200

Version 24 is ages old, testing has 30 and unstable 36. Please upgrade
to the latest sid version (also the server and client packages), tons
of bugs have been fixed since then.

Thanks,

Martin
--=20
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?

--SUOF0GtieIMvvwua
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDlrsLDecnbV4Fd/IRAvqhAKDyTWrgitlz5ajy1b0wXCrenCf+NgCeL22f
zdMBRMsZR6h3m5++zS6z8+c=
=WR1x
-----END PGP SIGNATURE-----

--SUOF0GtieIMvvwua--


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

Reply via email to