Bug#787154: postgresql-client-common: Cannot start with port changed in postgresql.auto.conf (through alter system)

2015-05-29 Thread Marc Cousin
Package: postgresql-client-common Version: 168.pgdg80+1 Severity: normal Dear Maintainer, * What led up to the situation? I did an alter system set port=5433. This created a postgresql.auto.conf, which seems not to be parsed by debian tools. I think the postgresql.auto.conf should be automat

Bug#579348: postgresql-client-common: postgresql include directive not parsed in /usr/share/postgresql-common/PgCommon.pm

2010-04-27 Thread Marc Cousin
The Tuesday 27 April 2010 10:19:50, Martin Pitt wrote : > Hello Marc, > > Marc Cousin [2010-04-27 12:07 +0200]: > > If using an include directive in postgresql.conf, pg_ctlcluster > > fails with 'Invalid line' error, in read_conf_file. This function > > shoul

Bug#579348: patch for this bug

2010-04-27 Thread Marc Cousin
I've patched PgCommon.pm to correct this : I hope I can send attachment, so here it is. 85,86c85,86 < if (open F, $_[0]) { < while () { --- > if (open my $file, $_[0]) { > while (<$file>) { 97a98,104 > } elsif (/^\s*include\s*'(.*)'\s*$/) { > # in

Bug#579348: postgresql-client-common: postgresql include directive not parsed in /usr/share/postgresql-common/PgCommon.pm

2010-04-27 Thread Marc Cousin
Package: postgresql-client-common Version: 94lenny1 Severity: normal If using an include directive in postgresql.conf, pg_ctlcluster fails with 'Invalid line' error, in read_conf_file. This function should recurse into the include directives, as PostgreSQL does. -- System Information: Debian Rel

Bug#534310: skytools sql_location empty

2009-06-23 Thread Marc Cousin
Package: skytools Version: 2.1.8-2 Severity: important skytools installs with this setting cat /usr/lib/python2.5/site-packages/skytools/installer_config.py sql_locations = [ "/usr/share/skytools", ] but the skytools modules and sql scripts, which belong to skytools-modules-8.3, install el

Bug#487983: postgresql-common: /etc/init.d/postgresql-8.3 restart doesn't seem to use -m fast

2008-06-25 Thread Marc Cousin
I almost never saw a shutdown done without the fast option anywhere (neither with postgresql, or the equivalent immediate on oracle). It just seemed to me that it was a bit incoherent that stop does a fast shutdown, when restart fails everytime (here), because it won't stop the engine. But I a

Bug#487983: postgresql-common: /etc/init.d/postgresql-8.3 restart doesn't seem to use -m fast

2008-06-25 Thread Marc Cousin
Package: postgresql-common Version: 88 Severity: normal /etc/init.d/postgresql-8.3 restart doesn't seem to use -m fast, whereas /etc/init.d/postgresql-8.3 stop does. So sometimes, on a very busy database, restart fails... -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#455689: nspluginviewer crashes since the last update of flash

2007-12-12 Thread Marc Cousin
Same here... (same version) Here's what I've got from .xsession-errors : (process:29959): Gtk-CRITICAL **: gtk_clipboard_get_for_display: assertion `display != NULL' failed Adobe Flash Player: gtk_clipboard_get(GDK_SELECTION_PRIMARY); failed. Trying to call gtk_init(0,0); -- To UNSUBSCRIBE