[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-06-03 Thread Christian Ehrhardt 
Thanks for the clarification Mario! Now things fit together. I'll mark the resource agent tasks invalid here per these comments to make sure no one is confused again. TL;DR: - not fixed in postgresql-common - only fixed in resouce-agent for Xenial/Bionic via SRU in bug 1762492 ** Changed in: res

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-06-03 Thread Mario Splivalo
I agree - the postgresql-common should not be touched, nor there is a need to create an SRU for it. However, resource-agents should be fixed, and only for Xenial and Bionic. But, I felt it was 'cleaner' to do it in a separate bug, LP: #1762492. So, this bug should be marked "Won'f Fix" for pos

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-06-02 Thread Christian Ehrhardt 
Following your request to ignore the resource-agent portion of this and just for postgresql-common I'm actually with Christoph on this. In general we haven't had a delta on postgres packages for Debian maintenance on these packages is really good. If anything we have short one-off changes, as an

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-05-31 Thread Mario Splivalo
@Christian, I've uploaded test pacakages to this ppa: https://launchpad.net/~mariosplivalo/+archive/ubuntu/lp1762492 It looks like resource-agents was erroneously added to this bug - the end effect is the same, but this bug deals with postgres-common issue. As the proposed patch for this bug was r

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-04-10 Thread Joshua Powers
@Dmitrii - I got Christian involved in this at your request, is it possible for you to confirm if the PPA contains a valid fix or get Christian a test case? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

Re: [Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-28 Thread Christian Ehrhardt 
> > did your testing confirm that this would help your case? > > Sorry, have not had a chance to test this yet (delivering on-site). > No problem, I just had to probe on the status. I hope your delivery goes well! > > > I have seen your fixes to the Foundation Cloud for the same purpose, that >

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-27 Thread Dmitrii Shcherbakov
Hi Christian, > did your testing confirm that this would help your case? Sorry, have not had a chance to test this yet (delivering on-site). > systemd is not used to manage postgres lifetime" you meant the heartbeat > setup discussed here right? Yes, that's right. > I have seen your fixes t

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-27 Thread Christian Ehrhardt 
The MPs are approved as well now, did your testing confirm that this would help your case? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get c

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Christian Ehrhardt 
Note: I have seen your fixes to the Foundation Cloud for the same purpose, that was one more use case but that is fixed now as well right? ** Changed in: resource-agents (Ubuntu Xenial) Status: New => Confirmed ** Changed in: resource-agents (Ubuntu Bionic) Status: New => Confirmed

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Christian Ehrhardt 
With the default install it is obviously systemd managed. There the config defaults to: $ grep stats_temp /etc/postgresql/10/main/postgresql.conf stats_temp_directory = '/var/run/postgresql/10-main.pg_stat_tmp' and later the same with version bumped $ grep stats_temp /etc/postgresql/11/main/p

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/resource-agents/+git/resource-agents/+merge/365029 ** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/resource-agents/+git/resource-agents/+merge/365030 -- You received this bug notific

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Christian Ehrhardt 
** Changed in: resource-agents (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created a

Re: [Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Dmitrii Shcherbakov
This is easily reproducible when systemd is not used to manage postgres lifetime. So, yes, quite easy to reproduce and verify if a fix is valid or not. On Mon., Mar. 25, 2019, 09:25 Christian Ehrhardt , < 1749...@bugs.launchpad.net> wrote: > Yeah Michael, > Making just the commit [1] an SRU wher

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-25 Thread Christian Ehrhardt 
Yeah Michael, Making just the commit [1] an SRU where needed would have been my thought as well. But since it is assigned to Mario I wanted to know if he is still (or again) working on this to avoid doing the work twice - also they might as well have ended up with discussions somewhere completel

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-22 Thread Michael Banck
Well that fix got merged a year ago - resource-agents on bionic is at 4.1.0~rc1 - I guess due to some unfortunate timing WRT the bionic freeze, but upstream has 4.1.1 and doesn't it make sense to either pull in the above PR or the 4.1.1 changes (after review?). -- You received this bug notificati

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-04 Thread Christian Ehrhardt 
@Mario / @Eric - just to check in whoms curt the ball is right now - Is Mario or someone else in your Org still/again working on this? If not who do we need to bother to re-assign properly? ** Changed in: resource-agents (Ubuntu Artful) Status: New => Invalid -- You received this bug noti

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-04 Thread Christian Ehrhardt 
FYI - ressource agents took the fix [1]. As mentioned in comment #6 this is what you were waiting for - it might have been lost waiting on this thou - therefore take this opportunity to update responsibilities and please let Dmitrii know if/who is working on it then to resolve that. [1]: https:

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-03-01 Thread Dmitrii Shcherbakov
Subscribed ~field-high because this prevents a postgres process from starting when RA start action is executed. Workaround: sudo bash -c 'echo "d /var/run/postgresql/10-main.pg_stat_tmp 2750 postgres postgres" > /etc/tmpfiles.d/10-main.pg_stat_tmp.conf' sudo systemd-tmpfiles --create Prerequis

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2019-02-28 Thread Dmitrii Shcherbakov
** Tags added: cpe-onsite -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created after reboot To manage notifications about this bug go to

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-11-07 Thread Bug Watch Updater
** Changed in: postgresql-common (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created after r

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-08-16 Thread Simon Quigley
Unsubscribing sponsors for now; Brian is right. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created after reboot To manage notification

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-06-14 Thread Eric Desrochers
** Changed in: resource-agents (Ubuntu) Assignee: Eric Desrochers (slashd) => Mario Splivalo (mariosplivalo) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_d

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-05-16 Thread Eric Desrochers
** Changed in: resource-agents (Ubuntu) Assignee: (unassigned) => Eric Desrochers (slashd) ** Changed in: postgresql-common (Ubuntu) Status: In Progress => Won't Fix ** Changed in: postgresql-common (Ubuntu Xenial) Status: In Progress => Won't Fix ** Changed in: postgresql-com

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-05-16 Thread Eric Desrochers
** Also affects: resource-agents (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get create

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-03-02 Thread Eric Desrochers
** Tags removed: sts-sponsor-slashd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created after reboot To manage notifications about this

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-28 Thread Mario Splivalo
It looks like this is getting fixed in the resource agents in upstream: https://github.com/ClusterLabs/resource-agents/pull/1102 So we might wait a bit to see if upstream will accept this change. If so, it will be merged in Debian and I'll create a SRU against resource- agents package in ubuntu.

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-23 Thread Brian Murray
The Stable Release Update process requires that the bug have a information regarding its impact, a test case and regression potential in the bug description. For this to be considered by the SRU team that information will need to be added. https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Templ

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-15 Thread Eric Desrochers
** Tags removed: sts-sponsor ** Tags added: sts-sponsor-slashd ** Changed in: postgresql-common (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: postgresql-common (Ubuntu Artful) Importance: Undecided => Medium ** Changed in: postgresql-common (Ubuntu Bionic) Importance: U

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Bug Watch Updater
** Changed in: postgresql-common (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749283 Title: configured stats_temp_directory does not get created after reboot

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Mario Splivalo
** Bug watch added: Debian Bug tracker #890427 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890427 ** Also affects: postgresql-common (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890427 Importance: Unknown Status: Unknown ** Tags added: sts-sponsor -- You

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Mario Splivalo
** Patch added: "postgresql-common_173ubuntu0.2_xenial.debdiff" https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1749283/+attachment/5055132/+files/postgresql-common_173ubuntu0.2_xenial.debdiff ** Changed in: postgresql-common (Ubuntu Xenial) Status: New => In Progress

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Mario Splivalo
** Patch added: "postgresql-common_184ubuntu1.2_artful.debdiff" https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1749283/+attachment/5055131/+files/postgresql-common_184ubuntu1.2_artful.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-14 Thread Mario Splivalo
I have created a PPA where I built proposed fixes for this package: https://launchpad.net/~mariosplivalo/+archive/ubuntu/lp1749283 I am also attaching a debdiffs here. ** Patch added: "postgresql-common_190ubuntu1_bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+b

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-13 Thread Mario Splivalo
** Changed in: postgresql-common (Ubuntu Xenial) Assignee: (unassigned) => Mario Splivalo (mariosplivalo) ** Changed in: postgresql-common (Ubuntu Artful) Assignee: (unassigned) => Mario Splivalo (mariosplivalo) ** Changed in: postgresql-common (Ubuntu Bionic) Assignee: (unassigned

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-13 Thread Mario Splivalo
This does not affect trusty as in trusty stats_temp_directory is not configured: ubuntu@pg-tru:~$ grep stats_temp /etc/postgresql/9.3/main/postgresql.conf #stats_temp_directory = 'pg_stat_tmp' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1749283] Re: configured stats_temp_directory does not get created after reboot

2018-02-13 Thread Eric Desrochers
** Also affects: postgresql-common (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: postgresql-common (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: postgresql-common (Ubuntu Xenial) Importance: Undecided Status: New -- You rec