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 KF5cMXGpN2DXYAAA0tVLHw (envelope-from ) for ; Thu, 25 Feb 2021 13:43:13 +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 oHxCLXGpN2AuYwAAB5/wlQ (envelope-from ) for ; Thu, 25 Feb 2021 13:43:13 +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 1F89026282 for ; Thu, 25 Feb 2021 14:43:13 +0100 (CET) Received: from localhost ([::1]:43660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFGvA-0006rZ-A4 for larch@yhetil.org; Thu, 25 Feb 2021 08:43:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFGs6-0004R0-9U for bug-guix@gnu.org; Thu, 25 Feb 2021 08:40:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53771) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lFGs5-0006QS-RQ for bug-guix@gnu.org; Thu, 25 Feb 2021 08:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lFGs5-0001bj-Oa for bug-guix@gnu.org; Thu, 25 Feb 2021 08:40:01 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#46737: Services breakage from the PostgreSQL socket-directory configuration change Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 25 Feb 2021 13:40:01 +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: Christopher Baines Received: via spool by 46737-submit@debbugs.gnu.org id=B46737.16142603946160 (code B ref 46737); Thu, 25 Feb 2021 13:40:01 +0000 Received: (at 46737) by debbugs.gnu.org; 25 Feb 2021 13:39:54 +0000 Received: from localhost ([127.0.0.1]:37084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFGry-0001bI-Eo for submit@debbugs.gnu.org; Thu, 25 Feb 2021 08:39:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFGrw-0001b4-Ou for 46737@debbugs.gnu.org; Thu, 25 Feb 2021 08:39:53 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55477) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFGrr-0006L6-9u; Thu, 25 Feb 2021 08:39:47 -0500 Received: from [2a01:e0a:19b:d9a0:8569:3086:94cf:19bf] (port=55276 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lFGrm-0005Tz-EH; Thu, 25 Feb 2021 08:39:44 -0500 From: Mathieu Othacehe References: <87lfbel2fa.fsf@cbaines.net> Date: Thu, 25 Feb 2021 14:39:41 +0100 In-Reply-To: <87lfbel2fa.fsf@cbaines.net> (Christopher Baines's message of "Wed, 24 Feb 2021 00:44:41 +0000") Message-ID: <87a6rsmfky.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: -2.87 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; 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: 1F89026282 X-Spam-Score: -2.87 X-Migadu-Scanner: scn1.migadu.com X-TUID: /A/d7Cdpp8ZQ Hello Chris, > 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? Sorry again for breaking things, Mathieu