Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYz2A-00010U-54 for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 09 Jan 2018 18:54:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYz29-0002ro-Os for pgsql-pkg-yum@arkaria.postgresql.org; Tue, 09 Jan 2018 18:54:01 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eYywA-0001qO-MO for pgsql-pkg-yum@lists.postgresql.org; Tue, 09 Jan 2018 18:47:50 +0000 Received: from mail-yw0-x22f.google.com ([2607:f8b0:4002:c05::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eYyw8-0003sE-E8 for pgsql-pkg-yum@postgresql.org; Tue, 09 Jan 2018 18:47:49 +0000 Received: by mail-yw0-x22f.google.com with SMTP id t201so3708797ywf.1 for ; Tue, 09 Jan 2018 10:47:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=hifcwFYukKy1QO6yIUX7jZOEZezPXecL9dd2bGUV/aU=; b=nV/WHxC2x9Xl0aMMOu3M3ine4gOTcL8qi0xuMSIJw+wGcbPIKN8Z52/RXZwPbEVhPL W2+WNxMvzsrmN3tedCufopMIMriAyLIdHHXwLmdTAUZSeT+cOv17nfxBKRzXv7FCoRN1 kJlN8jNqtXkhXrYRevMThoZUW35D+7Nk9otBis4t6LdcgWnl4GE2iZdhT/woCFR6SOE+ OrLv+0QJvvygqxGn+6PEXC60zQk7BSVtmM4ykFJ2+LtRjMYFk/YiymEVtQe9llcbYVL9 xppcKWA7ap73pMIVCU1TqITaeVzDReXdYk6gavyi37KxVNfojKoZqirsoSozc8rM0mwt tmvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hifcwFYukKy1QO6yIUX7jZOEZezPXecL9dd2bGUV/aU=; b=AKzOZHEG+kBpRafKVD+z8tRey1q81+Xu+tJSzvSzERFYx25HZirlHfLZrrP7YApjAg 2VRkfpo/Y70CLGSyl4pQM9OAHfHSw4ulip+Pdsb2pW4Lg6ljnNYQjBSFauvYkBwtOOKH WmhPAknDQ7Pfj7+lf/6HDrw9ZLWd/PJuKUjivhSY717KHIEG6PnDTsu6zaDWzZ29T8lD G9yav7Cx1MNgjsI9sSN2kxZRI13hVd8PActMeCMBiR8DmHlXpeN3uOwRMZaydZVLSwvU bmBwyW/k1lhT4ZWdnLt220JYiBm2MT6as95sGXM8ZC/FNK1vqpAhy+7vR9SX1Gzur5ei oQWQ== X-Gm-Message-State: AKGB3mJTHYd++Z6e9ZB1iaAbFJ9sKPaveo+sITvdSTtk4mnc56ML7X1N 84T6uoIIWzoEU6k4pvg6Gwphz6KwRHjzTNRILKyQig== X-Google-Smtp-Source: ACJfBovZB9xryVEQWIjtnWq3Qyfto/4g4pOJBepkvRmi9aRp1jQM3/+PChCe3qRCgDStstHS0aqi/IIenevX3n8mAm4= X-Received: by 10.129.113.4 with SMTP id m4mr10313200ywc.240.1515523667556; Tue, 09 Jan 2018 10:47:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.163.73 with HTTP; Tue, 9 Jan 2018 10:47:47 -0800 (PST) From: Brandon Snider Date: Tue, 9 Jan 2018 13:47:47 -0500 Message-ID: Subject: pgbouncer packaging issue To: pgsql-pkg-yum@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi, I have an issue to report with a config file shipped in the pgbouncer package. You're installing /usr/lib/tmpfiles.d/pgbouncer.conf to create the /var/run/pgbouncer dir, but the permissions on that dir are too restrictive -- 700 -- for any file to be read by any user except pgbouncer and root. In my situation, for whatever reason my PHP implementation can't read unix sockets in /tmp, and I would like to install the socket to the /var/run dir since the pgbouncer user has write permissions there. This is a very similar situation as the postgresql conf file which creates the /var/run/postgresql dir. I could manually change the directory permission myself, but it would be overwritten the next time there's a bouncer update. Thanks. -- Brandon J. Snider