From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id wNl5GTjuN2CsCQAA0tVLHw (envelope-from ) for ; Thu, 25 Feb 2021 18:36:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ydktFTjuN2DlJgAAB5/wlQ (envelope-from ) for ; Thu, 25 Feb 2021 18:36:40 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BA0272BE82 for ; Thu, 25 Feb 2021 19:36:39 +0100 (CET) Received: from localhost ([::1]:33658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFLV8-0005dK-Oq for larch@yhetil.org; Thu, 25 Feb 2021 13:36:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40582) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFLUY-0005c6-Kh for bug-guix@gnu.org; Thu, 25 Feb 2021 13:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55933) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lFLUY-0007ET-9X for bug-guix@gnu.org; Thu, 25 Feb 2021 13:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lFLUY-0007Ob-70 for bug-guix@gnu.org; Thu, 25 Feb 2021 13:36:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#46737: Services breakage from the PostgreSQL socket-directory configuration change Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 25 Feb 2021 18:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46737 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mathieu Othacehe Received: via spool by 46737-submit@debbugs.gnu.org id=B46737.161427815428416 (code B ref 46737); Thu, 25 Feb 2021 18:36:02 +0000 Received: (at 46737) by debbugs.gnu.org; 25 Feb 2021 18:35:54 +0000 Received: from localhost ([127.0.0.1]:39246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFLUQ-0007OF-Jl for submit@debbugs.gnu.org; Thu, 25 Feb 2021 13:35:54 -0500 Received: from mira.cbaines.net ([212.71.252.8]:49604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFLUN-0007O6-CA for 46737@debbugs.gnu.org; Thu, 25 Feb 2021 13:35:53 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 5677F27BC4A; Thu, 25 Feb 2021 18:35:50 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d7d88419; Thu, 25 Feb 2021 18:35:49 +0000 (UTC) References: <87lfbel2fa.fsf@cbaines.net> <87a6rsmfky.fsf@gnu.org> User-agent: mu4e 1.4.14; emacs 27.1 From: Christopher Baines In-reply-to: <87a6rsmfky.fsf@gnu.org> Date: Thu, 25 Feb 2021 18:35:46 +0000 Message-ID: <87pn0oj8ql.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 46737@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.47 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Migadu-Queue-Id: BA0272BE82 X-Spam-Score: -4.47 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6qpkZTeo/hww --=-=-= Content-Type: text/plain Mathieu Othacehe writes: >> One workaround, the one employed in the tests is to revert to the old >> behaviour for the PostgreSQL service by setting socket-directory to #f. > > You're right, sorry about the breakage. As you noticed we are in an > in-between situation where the patch updating Postgresql package to use > "/var/run/postgresql" by default is only on core-updates, but the > service is already using it as a default on master. > > This means that "createdb", "dropdb" and other Postgresql user tools > need to have an explicit "-h /var/run/postgresql" argument for now. > > Until the package patch gets merged in the master branch, we could set > the "socket-directory" field of record to #f to > restore an acceptable default behaviour. > > WDYT? I think that would be good. It's unfortunate that the package change is stuck on core-updates for now, but configuring the service on master to keep the old behaviour until core-updates is merged sounds sensible. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmA37gJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfYWQ//a8BpwEoDWDikKF59cLc8KkBXDIsN2CwP WFpQpis44BKmFyEjLdnRdfNEYqiZpUZQtc0NsHzf8XUrM/bRX/6QPAD3lnfw5BZy XXYU1RhqfBEqhT/kyiTW5ik1qCrFlzL6yjXk9o5BJr/dZbaVB0JhDqDy8odU87pZ lBRgkAcbtRRenmc/pIXbiUebszAhZGSs3rQsQgP2qGkrLJhicxoFFAZxCrIBhuiI RpCGglND85FA/5DHc1+HI10FlQxayYaiRbj1e3MO4gXg9GCHkMjabHMaKUp0xpY5 W9Wg/9JHLYwN75WtmCIvuxoNfcL+aUOz7ctzIR7LY7BTlIwq7XU4enMAGI/P4i4e Hig2LHlM72zqcuZ8LVz6j5ryeZRRW+f12InojSrQ3hjn4T6MtarWcWbTo9extkbA LkvuPmLsHWr6A+3gyjtSRYYv3MD46QOQorFPdkO2H0MSv8LGVWOxoPvnMmiHZINb IkwyKYCWyiQL+lUGj5b2kfpbJDQpgsDX+B1UusgT238G+3t9ziUwAzn3NT6lQOgt RWauZ7T/5r3Smk5gVMFBEym3KU5zDauQtY7cGbBOFdS9vVMQXRrzWz8CSuGEh1Tt e8mNPsw7E5hlTLBEUsvF1LRDRCMaAYtKfDb2Hab12d27TmMzPkEuzvwHPsGZWOuh 6uCaFBjjPUQ= =4xtb -----END PGP SIGNATURE----- --=-=-=--