[Pkg-postgresql-public] Bug#888446: marked as done (phppgadmin - Connection fail with postgreSQL 10)

2018-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2018 22:33:49 +0100
with message-id <2473187.ZvvxJOMcBf@deimos>
and subject line Bug#888446: fixed in phppgadmin 5.1+ds-3
has caused the Debian Bug report #888446,
regarding phppgadmin - Connection fail with postgreSQL 10
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 ow...@bugs.debian.org
immediately.)


-- 
888446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: phppgadmin
Version: 5.1+ds-2
Branch: buster (testing)

Hi,

There is a connection problem with postgreslq 10 on buster.

run application on http://localhost/phppgadmin/
Add my credentials, but the applicaction show the next error:

*Version of PostgreSQL not supported. Please upgrade to version or later.*

To fix, I follow the next link

https://stackoverflow.com/questions/46794672/installing-phppgadmin-5-1-on-ubuntu-16-04-with-postgresql-10-not-supported

I change the file:

*/usr/share/phppgadmin/classes/database/Connection.php*

// Detect version and choose appropriate database driver
switch (substr($version,0,3)) {
*case '10.': // add this line to fix partialy the problem*
case '9.2': return 'Postgres'; break;
case '9.1': return 'Postgres91'; break;
case '9.0': return 'Postgres90'; break;
case '8.4': return 'Postgres84'; break;
case '8.3': return 'Postgres83'; break;
case '8.2': return 'Postgres82'; break;
case '8.1': return 'Postgres81'; break;
case '8.0':
case '7.5': return 'Postgres80'; break;
case '7.4': return 'Postgres74'; break;
}

Pleace, can you fix the problem in the package?
Thanks a lot.


Ing. Yadickson Soto
+56 9 9668 8798
Usuario Linux #497718
--- End Message ---
--- Begin Message ---
Source: phppgadmin
Source-Version: 5.1+ds-3

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

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 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jean-Michel Vourgère  (supplier of updated phppgadmin 
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 ftpmas...@ftp-master.debian.org)

signature.asc
Description: This is a digitally signed message part.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Feb 2018 20:52:56 +
Source: phppgadmin
Binary: phppgadmin
Architecture: source all
Version: 5.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Jean-Michel Vourgère 
Description:
 phppgadmin - web-based administration tool for PostgreSQL
Closes: 886446 886454
Changes:
 phppgadmin (5.1+ds-3) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * Move packaging repository to salsa.debian.org
 .
   [ Jean-Michel Vourgère ]
   * Bumped policy to 4.1.3: Priority is now optional.
   * Bumped compat to 11.
   * Fix exports with new patch fix-obsolete-pgdump-flag to remove -i option
 from pg_dump calls. Thanks to roger21. Closes: #886454
   * Add support for postgres version with 2 digits with patch
 2digit-pg-versions. Closes: #886446
Checksums-Sha1:
 f0d093c6d0dec5990118c9eb80292b66dc13e2ee 2022 phppgadmin_5.1+ds-3.dsc
 de5618c7d0c3d0bc0dd4b8ad1775687084b198c9 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 8c308501aa7620273c5e6f1e37db20a1c350ed9c 450228 phppgadmin_5.1+ds-3_all.deb
 1a0b0e34cda431c778fd74669460f2567d212e3f 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Checksums-Sha256:
 8a2b6d37d9ea350a5aa11cc55f29126ad20947f8c75a3bf8b27d21b6ec9be0a2 2022 
phppgadmin_5.1+ds-3.dsc
 42cc5bf1c4b54a71d0fe2e00aad43d31a8134ee00cec73815a18f8762806c191 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 6277d8ec43e6c88944c81f7af0662ee0570be4113970092c3b087c4e7830db97 450228 
phppgadmin_5.1+ds-3_all.deb
 3779c43a09f7663a493d9806546687d001140ec79974d7d94cfbbec961af24e2 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Files:
 b44dde2e3ff3a1dc1425abcc39ee150f 2022 web optional phppgadmin_5.1+ds-3.dsc
 dd72fa0a7f620b621ece8fa6bd37f6cc 11908 web optional 
phppgadmin_5.1+ds-3.debian.tar.xz
 98813284c80adea945cd85533a5526ab 450228 web optional 
phppgadmin_5.1+ds-3_all.deb
 

[Pkg-postgresql-public] phppgadmin_5.1+ds-3_amd64.changes ACCEPTED into unstable

2018-02-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Feb 2018 20:52:56 +
Source: phppgadmin
Binary: phppgadmin
Architecture: source all
Version: 5.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Jean-Michel Vourgère 
Description:
 phppgadmin - web-based administration tool for PostgreSQL
Closes: 886446 886454
Changes:
 phppgadmin (5.1+ds-3) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * Move packaging repository to salsa.debian.org
 .
   [ Jean-Michel Vourgère ]
   * Bumped policy to 4.1.3: Priority is now optional.
   * Bumped compat to 11.
   * Fix exports with new patch fix-obsolete-pgdump-flag to remove -i option
 from pg_dump calls. Thanks to roger21. Closes: #886454
   * Add support for postgres version with 2 digits with patch
 2digit-pg-versions. Closes: #886446
Checksums-Sha1:
 f0d093c6d0dec5990118c9eb80292b66dc13e2ee 2022 phppgadmin_5.1+ds-3.dsc
 de5618c7d0c3d0bc0dd4b8ad1775687084b198c9 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 8c308501aa7620273c5e6f1e37db20a1c350ed9c 450228 phppgadmin_5.1+ds-3_all.deb
 1a0b0e34cda431c778fd74669460f2567d212e3f 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Checksums-Sha256:
 8a2b6d37d9ea350a5aa11cc55f29126ad20947f8c75a3bf8b27d21b6ec9be0a2 2022 
phppgadmin_5.1+ds-3.dsc
 42cc5bf1c4b54a71d0fe2e00aad43d31a8134ee00cec73815a18f8762806c191 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 6277d8ec43e6c88944c81f7af0662ee0570be4113970092c3b087c4e7830db97 450228 
phppgadmin_5.1+ds-3_all.deb
 3779c43a09f7663a493d9806546687d001140ec79974d7d94cfbbec961af24e2 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Files:
 b44dde2e3ff3a1dc1425abcc39ee150f 2022 web optional phppgadmin_5.1+ds-3.dsc
 dd72fa0a7f620b621ece8fa6bd37f6cc 11908 web optional 
phppgadmin_5.1+ds-3.debian.tar.xz
 98813284c80adea945cd85533a5526ab 450228 web optional 
phppgadmin_5.1+ds-3_all.deb
 a8fe137a17c953bb9659cf8dfdae0f5a 5967 web optional 
phppgadmin_5.1+ds-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEQIMD57NJdABlZVMrO1wscaIY2DwFAlqEor8SHG5pcmdhbEBk
ZWJpYW4ub3JnAAoJEDtcLHGiGNg8vk8P/R8rwJPonE2SfekQ3sNEaiQVOCyfvwpo
dyFTJd1s36b4Wm5UyD0k0LjUyfJQv3MOzCqvALg3hmohDJNBt8T2d4Hj7Of63U1+
joZRsLcJVdyN18NQTfipMcq3BAA4FgLGLwjQcF33F/e1MSSPOh2qgf4qWuxAO+lT
+ztj42fid2+cT6MuubR5V8Z+jWy9ADJGf3DB/1mjKARq7JZWOGhdAgnJdCp8+F/Y
BTl2HKO6Nq4XhhThojZIEAPM99PdmoJgjScrpsrpbNsVFw7aDhFWM1dPG2W4oK4k
weHxsOnbvlgljOcBpsV/z3x0US9kDN5LeVLJPx12gnA0qNnrD8kSdjH6e5oUL7n3
EK/qYJ7LCQoHUnq6SE2KpEt/WGDje6p8DrK6iWDO3QzE8IaZ5yzgqN/006+wwD2T
22HVptG4wU5v494uvnK+l8vbpxN1pVWujaq+S2a0DMm22pu3URc8DyIej1QgHFdQ
QRdkQF3RgF1Gpy26+7vxkJ+FVe7jVQvqhZu5v15QR1C7MC7OSc27tvKMeb2mFFt3
hwaIww2xVbprnFCgOvJs2uUCHWr/OJs2XloMa5188Xh9TjqjWwzeMABHdaMBqoS9
y5rCAoPVFkHnrnGe6k/3w5tzcFhhzrxQSLmOYuQROQIRVXfhO9iawsF9OW1ICjeZ
TW6CjnAtwYj6
=JVP+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

[Pkg-postgresql-public] Bug#886454: marked as done (pg_dump: invalid option -- 'i')

2018-02-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Feb 2018 21:19:45 +
with message-id 
and subject line Bug#886454: fixed in phppgadmin 5.1+ds-3
has caused the Debian Bug report #886454,
regarding pg_dump: invalid option -- 'i'
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 ow...@bugs.debian.org
immediately.)


-- 
886454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: phppgadmin
Version: 5.1-1.1

Date: Sat, 6 Jan 2018 06:20:56 +0100
From: roger21 
To: pkg-postgresql-public@lists.alioth.debian.org
Subject: [Pkg-postgresql-public] bug in the export feature of phpPgAdmin

Hi,

i can't do a descent bug report but still i'm trying to report that :

the export feature of phpPgAdmin fails since it uses an obsolete parameter
(-i) for pg_dump as reported by the apache/php error log :


error.log:/usr/lib/postgresql/9.6/bin/pg_dump: invalid option -- 'i'
error.log:Try "pg_dump --help" for more information.


the bug is in the file /usr/share/phppgadmin/dbexport.php :

at line 76 :

$cmd = $exe . " -i";"

must be replaced by :

"$cmd = $exe;"

the -i parameters does not need to be replaced by anything.


the bug is well known, there are even youtube video about the fix ...


the phpPgAdmin development seems discontinued but i hope this could be patched
since it is so minor.


cheers
--- End Message ---
--- Begin Message ---
Source: phppgadmin
Source-Version: 5.1+ds-3

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

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 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jean-Michel Vourgère  (supplier of updated phppgadmin 
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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Feb 2018 20:52:56 +
Source: phppgadmin
Binary: phppgadmin
Architecture: source all
Version: 5.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Jean-Michel Vourgère 
Description:
 phppgadmin - web-based administration tool for PostgreSQL
Closes: 886446 886454
Changes:
 phppgadmin (5.1+ds-3) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * Move packaging repository to salsa.debian.org
 .
   [ Jean-Michel Vourgère ]
   * Bumped policy to 4.1.3: Priority is now optional.
   * Bumped compat to 11.
   * Fix exports with new patch fix-obsolete-pgdump-flag to remove -i option
 from pg_dump calls. Thanks to roger21. Closes: #886454
   * Add support for postgres version with 2 digits with patch
 2digit-pg-versions. Closes: #886446
Checksums-Sha1:
 f0d093c6d0dec5990118c9eb80292b66dc13e2ee 2022 phppgadmin_5.1+ds-3.dsc
 de5618c7d0c3d0bc0dd4b8ad1775687084b198c9 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 8c308501aa7620273c5e6f1e37db20a1c350ed9c 450228 phppgadmin_5.1+ds-3_all.deb
 1a0b0e34cda431c778fd74669460f2567d212e3f 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Checksums-Sha256:
 8a2b6d37d9ea350a5aa11cc55f29126ad20947f8c75a3bf8b27d21b6ec9be0a2 2022 
phppgadmin_5.1+ds-3.dsc
 42cc5bf1c4b54a71d0fe2e00aad43d31a8134ee00cec73815a18f8762806c191 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 6277d8ec43e6c88944c81f7af0662ee0570be4113970092c3b087c4e7830db97 450228 
phppgadmin_5.1+ds-3_all.deb
 3779c43a09f7663a493d9806546687d001140ec79974d7d94cfbbec961af24e2 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Files:
 b44dde2e3ff3a1dc1425abcc39ee150f 2022 web optional phppgadmin_5.1+ds-3.dsc
 dd72fa0a7f620b621ece8fa6bd37f6cc 11908 web optional 
phppgadmin_5.1+ds-3.debian.tar.xz
 98813284c80adea945cd85533a5526ab 450228 web optional 
phppgadmin_5.1+ds-3_all.deb
 a8fe137a17c953bb9659cf8dfdae0f5a 5967 web optional 
phppgadmin_5.1+ds-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEQIMD57NJdABlZVMrO1wscaIY2DwFAlqEor8SHG5pcmdhbEBk
ZWJpYW4ub3JnAAoJEDtcLHGiGNg8vk8P/R8rwJPonE2SfekQ3sNEaiQVOCyfvwpo
dyFTJd1s36b4Wm5UyD0k0LjUyfJQv3MOzCqvALg3hmohDJNBt8T2d4Hj7Of63U1+
joZRsLcJVdyN18NQTfipMcq3BAA4FgLGLwjQcF33F/e1MSSPOh2qgf4qWuxAO+lT

[Pkg-postgresql-public] Accepted phppgadmin 5.1+ds-3 (source all) into unstable

2018-02-14 Thread Jean-Michel Vourgère
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Feb 2018 20:52:56 +
Source: phppgadmin
Binary: phppgadmin
Architecture: source all
Version: 5.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Jean-Michel Vourgère 
Description:
 phppgadmin - web-based administration tool for PostgreSQL
Closes: 886446 886454
Changes:
 phppgadmin (5.1+ds-3) unstable; urgency=medium
 .
   [ Christoph Berg ]
   * Move packaging repository to salsa.debian.org
 .
   [ Jean-Michel Vourgère ]
   * Bumped policy to 4.1.3: Priority is now optional.
   * Bumped compat to 11.
   * Fix exports with new patch fix-obsolete-pgdump-flag to remove -i option
 from pg_dump calls. Thanks to roger21. Closes: #886454
   * Add support for postgres version with 2 digits with patch
 2digit-pg-versions. Closes: #886446
Checksums-Sha1:
 f0d093c6d0dec5990118c9eb80292b66dc13e2ee 2022 phppgadmin_5.1+ds-3.dsc
 de5618c7d0c3d0bc0dd4b8ad1775687084b198c9 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 8c308501aa7620273c5e6f1e37db20a1c350ed9c 450228 phppgadmin_5.1+ds-3_all.deb
 1a0b0e34cda431c778fd74669460f2567d212e3f 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Checksums-Sha256:
 8a2b6d37d9ea350a5aa11cc55f29126ad20947f8c75a3bf8b27d21b6ec9be0a2 2022 
phppgadmin_5.1+ds-3.dsc
 42cc5bf1c4b54a71d0fe2e00aad43d31a8134ee00cec73815a18f8762806c191 11908 
phppgadmin_5.1+ds-3.debian.tar.xz
 6277d8ec43e6c88944c81f7af0662ee0570be4113970092c3b087c4e7830db97 450228 
phppgadmin_5.1+ds-3_all.deb
 3779c43a09f7663a493d9806546687d001140ec79974d7d94cfbbec961af24e2 5967 
phppgadmin_5.1+ds-3_amd64.buildinfo
Files:
 b44dde2e3ff3a1dc1425abcc39ee150f 2022 web optional phppgadmin_5.1+ds-3.dsc
 dd72fa0a7f620b621ece8fa6bd37f6cc 11908 web optional 
phppgadmin_5.1+ds-3.debian.tar.xz
 98813284c80adea945cd85533a5526ab 450228 web optional 
phppgadmin_5.1+ds-3_all.deb
 a8fe137a17c953bb9659cf8dfdae0f5a 5967 web optional 
phppgadmin_5.1+ds-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEQIMD57NJdABlZVMrO1wscaIY2DwFAlqEor8SHG5pcmdhbEBk
ZWJpYW4ub3JnAAoJEDtcLHGiGNg8vk8P/R8rwJPonE2SfekQ3sNEaiQVOCyfvwpo
dyFTJd1s36b4Wm5UyD0k0LjUyfJQv3MOzCqvALg3hmohDJNBt8T2d4Hj7Of63U1+
joZRsLcJVdyN18NQTfipMcq3BAA4FgLGLwjQcF33F/e1MSSPOh2qgf4qWuxAO+lT
+ztj42fid2+cT6MuubR5V8Z+jWy9ADJGf3DB/1mjKARq7JZWOGhdAgnJdCp8+F/Y
BTl2HKO6Nq4XhhThojZIEAPM99PdmoJgjScrpsrpbNsVFw7aDhFWM1dPG2W4oK4k
weHxsOnbvlgljOcBpsV/z3x0US9kDN5LeVLJPx12gnA0qNnrD8kSdjH6e5oUL7n3
EK/qYJ7LCQoHUnq6SE2KpEt/WGDje6p8DrK6iWDO3QzE8IaZ5yzgqN/006+wwD2T
22HVptG4wU5v494uvnK+l8vbpxN1pVWujaq+S2a0DMm22pu3URc8DyIej1QgHFdQ
QRdkQF3RgF1Gpy26+7vxkJ+FVe7jVQvqhZu5v15QR1C7MC7OSc27tvKMeb2mFFt3
hwaIww2xVbprnFCgOvJs2uUCHWr/OJs2XloMa5188Xh9TjqjWwzeMABHdaMBqoS9
y5rCAoPVFkHnrnGe6k/3w5tzcFhhzrxQSLmOYuQROQIRVXfhO9iawsF9OW1ICjeZ
TW6CjnAtwYj6
=JVP+
-END PGP SIGNATURE-


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

[Pkg-postgresql-public] Processing of phppgadmin_5.1+ds-3_amd64.changes

2018-02-14 Thread Debian FTP Masters
phppgadmin_5.1+ds-3_amd64.changes uploaded successfully to localhost
along with the files:
  phppgadmin_5.1+ds-3.dsc
  phppgadmin_5.1+ds-3.debian.tar.xz
  phppgadmin_5.1+ds-3_all.deb
  phppgadmin_5.1+ds-3_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Processed: severity of 888446 is important

2018-02-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 888446 important
Bug #888446 [phppgadmin] phppgadmin - Connection fail with postgreSQL 10
Severity set to 'important' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] Bug#890427: postgresql-common: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Mario Splivalo
Package: postgresql-common
Version: 190
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

default postgres installation in Debian (and Ubuntu) configures 
stats_temp_directory inside /var/run/postgresql:

$ grep stats_temp /etc/postgresql/10/main/postgresql.conf
stats_temp_directory = '/var/run/postgresql/10-main.pg_stat_tmp'

However, this directory is not created after reboot.

In most cases this is not a problem as systemd starts postgres via
pg_ctlcluster, a "multiversion/cluster aware pg_ctl wrapper", and
pg_ctlcluster will create missing directories before starting postgres.

But in cases where systemd is not starting postgres this is a problem.
Specifically, when postgres is controlled by pacemaker (using postgres
resource agent for pacemaker) it is started using pg_ctl wrapper. pg_ctl
won't create missing directories and therefore postgres fails to start.

The simplest solution for this issue is to have systemd recreate missing
directories via /usr/lib/tmpfiles.d/postgresql.conf file.

Currently only /var/run/postgresql and /var/log/postgresql are created using
systemd-tmpfiles.


In Ubuntu, the attached patch was applied to achieve the following:

  * d/postgresql-common.postgresql.tmpfile: add stats_temp_directory to
tempfiles created. (Closes: #1749283) 


Thanks for considering the patch.


-- System Information:
Debian Release: stretch/sid
  APT prefers artful-updates
  APT policy: (500, 'artful-updates'), (500, 'artful-security'), (500, 
'artful'), (100, 'artful-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru postgresql-common-190/debian/postgresql-common.postgresql.tmpfile 
postgresql-common-190ubuntu1/debian/postgresql-common.postgresql.tmpfile
--- postgresql-common-190/debian/postgresql-common.postgresql.tmpfile   
2018-01-12 15:08:46.0 +0100
+++ postgresql-common-190ubuntu1/debian/postgresql-common.postgresql.tmpfile
2018-02-14 13:10:08.0 +0100
@@ -1,4 +1,5 @@
 # Directory for PostgreSQL sockets, lockfiles and stats tempfiles
 d /var/run/postgresql 2775 postgres postgres - -
+d /var/run/postgresql/10-main.pg_stat_tmp 2770 postgres postgres  - - 
 # Log directory
 d /var/log/postgresql 1775 root postgres - -
___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

[Pkg-postgresql-public] Processing of python-skytools_3.3-2_amd64.changes

2018-02-14 Thread Debian FTP Masters
python-skytools_3.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-skytools_3.3-2.dsc
  python-skytools_3.3.orig.tar.gz
  python-skytools_3.3-2.debian.tar.xz
  python-skytools_3.3-2_amd64.buildinfo
  python3-skytools-dbgsym_3.3-2_amd64.deb
  python3-skytools_3.3-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


[Pkg-postgresql-public] python-skytools_3.3-2_amd64.changes REJECTED

2018-02-14 Thread Debian FTP Masters


python-skytools_3.3-2.dsc: Refers to non-existing file 
'python-skytools_3.3.orig.tar.gz'
Perhaps you need to include the file in your upload?



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public


Re: [Pkg-postgresql-public] python-skytools_3.3-1_amd64.changes REJECTED

2018-02-14 Thread Christoph Berg
Re: Thorsten Alteholz 2018-02-13 
> please mention
>  python-skytools/skytools/apipkg.py
> in your debian/copyright.

Hi,

done now. Thanks for spotting!

Christoph
-- 
Senior Berater, Tel.: +49 2166 9901 187
credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209
Trompeterallee 108, 41189 Mönchengladbach
Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer
pgp fingerprint: 5C48 FE61 57F4 9179 5970  87C6 4C5A 6BAB 12D2 A7AE


signature.asc
Description: PGP signature
___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

[Pkg-postgresql-public] Processing of python-skytools_3.3-2_amd64.changes

2018-02-14 Thread Debian FTP Masters
python-skytools_3.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-skytools_3.3-2.dsc
  python-skytools_3.3-2.debian.tar.xz
  python-skytools_3.3-2_amd64.buildinfo
  python3-skytools-dbgsym_3.3-2_amd64.deb
  python3-skytools_3.3-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public