Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot

From: Jeff Frost <jeff(at)pgexperts(dot)com>
To: Laurent Wandrebeck <l(dot)wandrebeck(at)quelquesmots(dot)fr>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot
Date: 2015-06-01 23:47:53
Message-ID: C3E57708-A8E2-40EF-9EA6-94F8CB67E8D6@pgexperts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


> On May 30, 2015, at 1:22 AM, Laurent Wandrebeck <l(dot)wandrebeck(at)quelquesmots(dot)fr> wrote:
>
>
>
> Le lun. 18 mai 2015 à 18:52, Jeff Frost <jeff(at)pgexperts(dot)com <mailto:jeff(at)pgexperts(dot)com>> a écrit :
>>
>> Looks like that’s this bit here in the spec file:
>>
>> %global _varrundir %{_localstatedir}/run/%{name}
>>
>> <SNIP>
>>
>> # ... and make a tmpfiles script to recreate it at reboot.
>> %{__mkdir} -p %{buildroot}%{_tmpfilesdir}
>> cat > %{buildroot}%{_tmpfilesdir}/%{name}.conf <<EOF
>> d %{_varrundir}/pgbouncer 0700 pgbouncer pgbouncer -
>> EOF
>>
>> I’m thinking the intent would be this:
>>
>> d %{_varrundir} 0700 pgbouncer pgbouncer -
>>
>> but just want Devrim to have a chance to comment.
>
> Hi Jeff !
>
> I agree with you here :) So just wanted to up that subject a bit. Haven’t heard of Devrim, nor git tree seems to have a fix on that point.
>
> Keep up the good work,
> Laurent.

Sorry for the slow reply, but I’ve been on vacation.

I just cut a branch jf/fix_pgbouncer_varrundir to fix this.

Will probably get that merged the next time we build these.

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Laurent Wandrebeck 2015-06-02 08:28:57 Re: RHEL7 pgbouncer package /run/pgbouncer rights glitch after reboot
Previous Message Matthew McClintock 2015-06-01 22:17:47 Bad link / naming discrepancy?