Your message dated Wed, 30 Mar 2011 15:32:11 +0000
with message-id <[email protected]>
and subject line Bug#590570: fixed in pgpool2 3.0.3-1
has caused the Debian Bug report #590570,
regarding new upstream 2.3.3 release patches
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
590570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590570
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pgpool2
Version: 2.2.5-1
Severity: wishlist
Tags: patch
Source: pgpool2
Usertags: [email protected]

The uscan command downloaded and prepared a new pgpool2 2.3.3-1 release.
The patch manpage.patch is not needed anymore.
The patch pgpool2-debian-config.patch was substituted by new ones.
The following patches are needed in order to compile it.
Please, evaluate them. I hope these help.
The new 2.3.x releases include many VERY important improvements.
Regards.
Andre Felipe Machado
http://www.techforce.com.br




--- pgpool-II-2.3.3/pgpool.conf.sample	2010-04-16 04:44:56.000000000 -0300
+++ pgpool-II-2.3.3.new/pgpool.conf.sample	2010-07-26 17:31:39.000000000 -0300
@@ -7,21 +7,21 @@
 listen_addresses = 'localhost'
 
 # Port number for pgpool
-port = 9999
+port = 5433
 
 # Port number for pgpool communication manager
 pcp_port = 9898
 
 # Unix domain socket path.  (The Debian package defaults to
 # /var/run/postgresql.)
-socket_dir = '/tmp'
+socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for pgpool communication manager.
 # (Debian package defaults to /var/run/postgresql)
-pcp_socket_dir = '/tmp'
+pcp_socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
-backend_socket_dir = '/tmp'
+backend_socket_dir = '/var/run/postgresql'
 
 # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
 pcp_timeout = 10
@@ -54,10 +54,10 @@
 authentication_timeout = 60
 
 # Logging directory
-logdir = '/tmp'
+logdir = '/var/log/postgresql'
 
 # pid file name
-pid_file_name = '/var/run/pgpool/pgpool.pid'
+pid_file_name = '/var/run/postgresql/pgpool.pid'
 
 # Replication mode
 replication_mode = false
--- pgpool-II-2.3.3/pgpool.conf.sample-master-slave	2010-04-16 04:44:56.000000000 -0300
+++ pgpool-II-2.3.3.new/pgpool.conf.sample-master-slave	2010-07-26 17:58:35.000000000 -0300
@@ -7,21 +7,21 @@
 listen_addresses = 'localhost'
 
 # Port number for pgpool
-port = 9999
+port = 5433
 
 # Port number for pgpool communication manager
 pcp_port = 9898
 
 # Unix domain socket path.  (The Debian package defaults to
 # /var/run/postgresql.)
-socket_dir = '/tmp'
+socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for pgpool communication manager.
 # (Debian package defaults to /var/run/postgresql)
-pcp_socket_dir = '/tmp'
+pcp_socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
-backend_socket_dir = '/tmp'
+backend_socket_dir = '/var/run/postgresql'
 
 # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
 pcp_timeout = 10
@@ -54,10 +54,10 @@
 authentication_timeout = 60
 
 # Logging directory
-logdir = '/tmp'
+logdir = '/var/log/postgresql'
 
 # pid file name
-pid_file_name = '/var/run/pgpool/pgpool.pid'
+pid_file_name = '/var/run/postgresql/pgpool.pid'
 
 # Replication mode
 replication_mode = false
--- pgpool-II-2.3.3/pgpool.conf.sample-replication	2010-04-16 04:44:56.000000000 -0300
+++ pgpool-II-2.3.3.new/pgpool.conf.sample-replication	2010-07-26 17:56:41.000000000 -0300
@@ -7,21 +7,21 @@
 listen_addresses = 'localhost'
 
 # Port number for pgpool
-port = 9999
+port = 5433
 
 # Port number for pgpool communication manager
 pcp_port = 9898
 
 # Unix domain socket path.  (The Debian package defaults to
 # /var/run/postgresql.)
-socket_dir = '/tmp'
+socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for pgpool communication manager.
 # (Debian package defaults to /var/run/postgresql)
-pcp_socket_dir = '/tmp'
+pcp_socket_dir = '/var/run/postgresql'
 
 # Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
-backend_socket_dir = '/tmp'
+backend_socket_dir = '/var/run/postgresql'
 
 # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
 pcp_timeout = 10
@@ -54,10 +54,10 @@
 authentication_timeout = 60
 
 # Logging directory
-logdir = '/tmp'
+logdir = '/var/log/postgresql'
 
 # pid file name
-pid_file_name = '/var/run/pgpool/pgpool.pid'
+pid_file_name = '/var/run/postgresql/pgpool.pid'
 
 # Replication mode
 replication_mode = true

--- End Message ---
--- Begin Message ---
Source: pgpool2
Source-Version: 3.0.3-1

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

pgpool2_3.0.3-1.diff.gz
  to main/p/pgpool2/pgpool2_3.0.3-1.diff.gz
pgpool2_3.0.3-1.dsc
  to main/p/pgpool2/pgpool2_3.0.3-1.dsc
pgpool2_3.0.3-1_amd64.deb
  to main/p/pgpool2/pgpool2_3.0.3-1_amd64.deb
pgpool2_3.0.3.orig.tar.gz
  to main/p/pgpool2/pgpool2_3.0.3.orig.tar.gz



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.
Christoph Berg <[email protected]> (supplier of updated pgpool2 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: SHA256

Format: 1.8
Date: Wed, 30 Mar 2011 17:23:22 +0200
Source: pgpool2
Binary: pgpool2
Architecture: source amd64
Version: 3.0.3-1
Distribution: experimental
Urgency: low
Maintainer: Christoph Berg <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description: 
 pgpool2    - connection pool server and replication proxy for PostgreSQL
Closes: 556059 590570 607841
Changes: 
 pgpool2 (3.0.3-1) experimental; urgency=low
 .
   * New maintainer, thanks Rodolphe for the permission to take over.
   * New upstream version.
     + Builds correctly. Closes: #556059, #607841.
   * Convert to use quilt and dh 7.
   * Move example files to /usr/share/doc.
   * Patch example config files, thanks Andre Felipe Machado.
     Also remove manpage page. Closes: #590570.
Checksums-Sha1: 
 d2d8418937fda3db13a12b85e46f2716c458600b 1800 pgpool2_3.0.3-1.dsc
 3b28e04a7dd664bf0b8fd2be58e99465bdc39c13 1202898 pgpool2_3.0.3.orig.tar.gz
 7ac04dc2e17fc62e5841ef02a528af4c2a51ddd7 5908 pgpool2_3.0.3-1.diff.gz
 9bfd593961bdb1e9be9c5c8512a2847f389d2f11 593472 pgpool2_3.0.3-1_amd64.deb
Checksums-Sha256: 
 ab6e57556a522bcdf3e9dfa181f6420824232876ec8ad9ab5b0a265f05cca558 1800 
pgpool2_3.0.3-1.dsc
 46384b14b6690fcaddd472de8bbeb03f901eeb9f3303386a932016b5c28bc9fe 1202898 
pgpool2_3.0.3.orig.tar.gz
 16a63bc42b0598b6ed77ec08eb15ec39796beb733abb65ff2e8f0577472418d5 5908 
pgpool2_3.0.3-1.diff.gz
 9bf0b91363a01128404040e4b341dd186d314b6e15be90532a1d2ddb3405a25b 593472 
pgpool2_3.0.3-1_amd64.deb
Files: 
 c1193dc98389968c8dcd10ec8bfb3f91 1800 database optional pgpool2_3.0.3-1.dsc
 2384752ec11ecb02606975d802d09a34 1202898 database optional 
pgpool2_3.0.3.orig.tar.gz
 118aae4a8775eda07920dc2240ace6b6 5908 database optional pgpool2_3.0.3-1.diff.gz
 b6163459c7ac358bb0c50869c1496968 593472 database optional 
pgpool2_3.0.3-1_amd64.deb

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

iQIcBAEBCAAGBQJNk0tuAAoJEExaa6sS0qeujA8P/iW1nu4wuUE4BH9ihGjvz2Qz
j5NVfikuQbIgOuQJbnHoQEYm99H/F1hCD/X38O2V4rJQ2YczJ/Y626lw/4l9hvsH
ScUUA14zB5y1LJ/ceOwKHjwiOscS7qNje5iZs0+VdVwo7aMrB8l4xg91KFmpXSwD
pY/XP3Hiyocnkwi3Ek7mwllumhbQG9eYrqK7J3UKUScNxcPUU5v+vGuy2/XdnQEQ
dHLOglWJMXDmRNGJcWdYR0mRCuxvhwBIgV/CiTDBVBax+jXhQ+RAFeULL8P3j9o/
orYFCQVL/93/J6OLLXHnx21GNpGw7dS303EMCBFrMcJIZqBa6Shvg+5qbiSOhhSt
MBi7Bfs8vNHLTdia+YDisA5cHUgsdtS7LLHT7LM5j6NN5sLZYxxFj418eCeKZUqf
Qr+WG1Erh8pVKfc8Q7ucYoljuTFJXRXZLtjMiIXOpZCcIsyr+2+IS8LqIkU4h/gn
wmaqEn06b2WZgBUHNbsWFFwyjwWcZAoY9Oc86h4QmL7yivRnV2V2J03jnePBHmmW
rKrlOAihoWSw3Li16/QNWRslOnNHTNQG6e0gPr9aXTLrbi4zc6j8y/Ps7KP1oKfb
K7MSV9eELIKa2Ckyyt87aR0/ud9kQz0Bs5eLjmLD2Zvx8W3eSoIjsdJHQnP0gWqE
qxJJPIh6llNKGbTh/cmg
=f8A4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to