[Bug 417369] Re: update meld to 1.3.1
Updated package from suggested new upstream version (1.3.1). ** Patch added: "meld_1.3.1-0ubuntu1.diff.gz" http://launchpadlibrarian.net/43297985/meld_1.3.1-0ubuntu1.diff.gz -- update meld to 1.3.1 https://bugs.launchpad.net/bugs/417369 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1498274] Re: init.d script doesn't respect `version` argument
Hi Eoghan, Can you explain how do you see both 9.4 and 9.3 are started? Which command or logs are you using or checking? You state you are running on Ubuntu 15.04 which did not ship with Postgres 9.3, can you explain how you got postgresql 9.3 on this Ubuntu release? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498274 Title: init.d script doesn't respect `version` argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1498274] Re: init.d script doesn't respect `version` argument
Hi Eoghan, I could reproduce the situation. First installed Postgres 9.3 then 9.4. ps shows both versions running. I looked at the /etc/init.d/postgresql script and the status command would effectively execute this: echo "`pg_lsclusters -h`" | awk 'BEGIN {rc=0} {if (match($4, "down")) rc=3; printf ("%s/%s (port %s): %s\n", $1, $2, $3, $4)}; END {exit rc}' which should result in this output: 9.3/main (port 5432): online 9.4/main (port 5433): online but instead running '/etc/init.d/postgresql status' outputs this: ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: active (exited) since Thu 2015-09-24 10:28:20 UTC; 3min 13s ago Process: 851 ExecStart=/bin/true (code=exited, status=0/SUCCESS) Main PID: 851 (code=exited, status=0/SUCCESS) CGroup: /system.slice/postgresql.service Looks like Upstart is taking over somewhere and may indeed not honour the extra options like the version number. I am not sure if this is really a bug or not. It is at least not behaving as you would expect from what you read in the script. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498274 Title: init.d script doesn't respect `version` argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1498274] Re: init.d script doesn't respect `version` argument
** Changed in: postgresql-common (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498274 Title: init.d script doesn't respect `version` argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1498274] Re: init.d script doesn't respect `version` argument
Hi Eoghan, I found out that the service start, stop and status commands are interfering with the start(), stop() and status() functions defined in the /usr/share/postgresql-common/init.d-functions script which is loaded from /etc/init.d/postgresql You can have the scripts changed to use commands like pgstart instead of start then it works. See attached scripts. ** Attachment added: "init.d script" https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+attachment/4473743/+files/postgresql -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498274 Title: init.d script doesn't respect `version` argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1498274] Re: init.d script doesn't respect `version` argument
** Attachment added: "supporting init.d-functions script" https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+attachment/4473744/+files/init.d-functions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498274 Title: init.d script doesn't respect `version` argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs