Your message dated Tue, 12 Jul 2005 17:18:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313247: fixed in postgresql-common 21
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; 12 Jun 2005 19:46:06 +0000
>From [EMAIL PROTECTED] Sun Jun 12 12:46:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from frodo.hserus.net [204.74.68.40] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DhYPG-00064P-00; Sun, 12 Jun 2005 12:46:06 -0700
Received: from [218.187.67.48] (port=32783 helo=jidanni1)
        by frodo.hserus.net with esmtpsa 
        (Cipher TLSv1:AES256-SHA:256) (Exim 4.51 #0)
        id 1DhYPD-0002I6-J0 by authid <jidanni> with plain
        for <[EMAIL PROTECTED]>; Mon, 13 Jun 2005 01:16:05 +0530
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Dan Jacobson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
X-Debbugs-No-Ack: please
Subject: README.Debian.gz: how to start the engine
X-Mailer: reportbug 3.12
Date: Sat, 11 Jun 2005 09:37:39 +0800
Message-Id: <[EMAIL PROTECTED]>
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-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_NO_ACK autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: postgresql-doc
Version: 7.4.8-2
Severity: minor
File: /usr/share/doc/postgresql-doc/README.Debian.gz

I tried README.Debian.gz but
$ createuser -A -D jidanni
createuser: could not connect to database template1: could not connect
to server: [non ASCII mess here!]
        Is the server running locally and accepting
        connections on Unix domain socket
        "/var/run/postgresql/.s.PGSQL.5432"?
Therefore, the README.Debian.gz forgot a detail a step needed before
this, how to start the engine or something.

Oh, I see, I need to start some server.
$ apt-cache show postgresql-client|grep server
 client machines, while the postgresql-server package may be installed

$ apt-cache show postgresql-server
W: Unable to locate package postgresql-server
E: No packages found

Well OK Then, here's what I have installed:
ii  postgresql-cli 7.4.8-2
ii  postgresql-dev 7.4.8-2
ii  postgresql-doc 7.4.8-2

OK, I finally figured out I need to
# apt-get install postgresql
even though postgresql-client doesn't suggest or recommend it.

Well that will have to wait for my next
http://jidanni.org/comp/apt-offline/index_en.html trip.

---------------------------------------
Received: (at 313247-close) by bugs.debian.org; 12 Jul 2005 21:23:11 +0000
>From [EMAIL PROTECTED] Tue Jul 12 14:23:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DsSDe-00085o-00; Tue, 12 Jul 2005 14:23:11 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DsS8h-0006Ab-00; Tue, 12 Jul 2005 17:18:03 -0400
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#313247: fixed in postgresql-common 21
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 17:18:03 -0400
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-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
X-Spam-Level: 

Source: postgresql-common
Source-Version: 21

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

postgresql-common_21.dsc
  to pool/main/p/postgresql-common/postgresql-common_21.dsc
postgresql-common_21.tar.gz
  to pool/main/p/postgresql-common/postgresql-common_21.tar.gz
postgresql-common_21_all.deb
  to pool/main/p/postgresql-common/postgresql-common_21_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.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated postgresql-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: Tue, 12 Jul 2005 09:41:30 +0300
Source: postgresql-common
Binary: postgresql-common
Architecture: source all
Version: 21
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 postgresql-common - manager for PostgreSQL database clusters
Closes: 313247
Changes: 
 postgresql-common (21) unstable; urgency=low
 .
   * README.Debian: Explain that a server is required, give postgresql-8.0
     example. (The descriptions of the packages have been updated in
     postgresql-{7.4,8.0}.) Closes: #313247
   * README.Debian: Add "-s /bin/sh" to su command to also work with disabled
     shells for postgres.
   * README.Debian: Document autovacuum handling.
Files: 
 e524a9b83476adbdaf3748dfbd6b3a0d 578 misc optional postgresql-common_21.dsc
 4be4bbcf91abb7794247cb03be065f49 47879 misc optional 
postgresql-common_21.tar.gz
 bd7d9a715aea7d38698df4137951a4aa 68792 misc optional 
postgresql-common_21_all.deb

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

iD8DBQFC1C8cDecnbV4Fd/IRAvpTAJ4m3TqlvoGdGvtKtwo7sU/hKrUZRwCgwi/v
tV3otUYfM6+k8L/a11rSlCs=
=hXWF
-----END PGP SIGNATURE-----


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

Reply via email to