From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 10 13:53:53 2016 Received: (at submit) by debbugs.gnu.org; 10 Feb 2016 18:53:53 +0000 Received: from localhost ([127.0.0.1]:35266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTZtg-0007Pm-P6 for submit@debbugs.gnu.org; Wed, 10 Feb 2016 13:53:52 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:47414) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTZtf-0007Pd-6t for submit@debbugs.gnu.org; Wed, 10 Feb 2016 13:53:51 -0500 Received: from localhost (77.119.129.248.wireless.dyn.drei.com [77.119.129.248]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 2DC7A1CA03AC for ; Wed, 10 Feb 2016 19:53:48 +0100 (CET) Date: Wed, 10 Feb 2016 19:53:43 +0100 From: Danny Milosavljevic To: Subject: syntax error in postgresql default config Message-ID: <20160210195343.197649ef@scratchpost.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Package: guix Version: git from an hour ago The default postgresql config file contains: hba_file = '/gnu/store/2pnrdnasjxjr8zmnvhk9ypw2vdl00cks-pg_hba.conf' ident_file = '/gnu/store/b4cm2bk8kz8brjcgpwrafxfvxcy35vz9-pg_ident.conf Note missing end-quote. The reason is: gnu/services/databases.scm contains: (define %default-postgres-config (mixed-text-file "postgresql.conf" "hba_file = '" %default-postgres-hba "'\n" "ident_file = '" %default-postgres-ident "\n")) Note missing end-quote. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 10 15:50:24 2016 Received: (at 22618-done) by debbugs.gnu.org; 10 Feb 2016 20:50:24 +0000 Received: from localhost ([127.0.0.1]:35340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTbiS-0001jb-Jr for submit@debbugs.gnu.org; Wed, 10 Feb 2016 15:50:24 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51284) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTbiR-0001jU-DJ for 22618-done@debbugs.gnu.org; Wed, 10 Feb 2016 15:50:23 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C19F32241A; Wed, 10 Feb 2016 15:50:22 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 10 Feb 2016 15:50:22 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=r8SQm 2wBlHl7Rzzu7aMqF3HAqwU=; b=q+3jio5Yb6jbehzis9wMfOmcuCXCpVttna/8v D8Y2gdRL/MM0+XXHBtTDhueUbwemP81N6HW4yuSP4NXRQUHyHn5SMLC7TW+bE9Ss 1Wr4HPynAaNkXhwG9M+VIja/NhfRqay2fDN5Xn8vWXbUOc8JhkVDpmew72/PTzQn SsMulk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=r8SQm2wBlHl7Rzzu7aMqF3HAqwU=; b=lhAUp pU8QoTQ7o0bgzfjc19+hIyJCvWTYSCZKF3rlAjEI/KRear151pzZaOH+bV/i9jNJ iLjQfy/1gQlIkLjTIpnM3UgXP04SlHiUT9ZxY7ubWvi1l+5ZtNC/MOE/kr9GtNSA n7ym+570OVZDkcMGwXocQpKupxodOhQ/ye9GUQ= X-Sasl-enc: gsICvKJyU39CWt0CY9FCyF3UMYjIgLs6d72NFIYFlMs3 1455137422 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 82554C0001A; Wed, 10 Feb 2016 15:50:22 -0500 (EST) Date: Wed, 10 Feb 2016 15:50:20 -0500 From: Leo Famulari To: Danny Milosavljevic Subject: Re: bug#22618: syntax error in postgresql default config Message-ID: <20160210205020.GA28413@jasmine> References: <20160210195343.197649ef@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160210195343.197649ef@scratchpost.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22618-done Cc: 22618-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Wed, Feb 10, 2016 at 07:53:43PM +0100, Danny Milosavljevic wrote: > Package: guix > Version: git from an hour ago > > The default postgresql config file contains: > hba_file = '/gnu/store/2pnrdnasjxjr8zmnvhk9ypw2vdl00cks-pg_hba.conf' > ident_file = '/gnu/store/b4cm2bk8kz8brjcgpwrafxfvxcy35vz9-pg_ident.conf > > Note missing end-quote. > > The reason is: gnu/services/databases.scm contains: > > (define %default-postgres-config > (mixed-text-file "postgresql.conf" > "hba_file = '" %default-postgres-hba "'\n" > "ident_file = '" %default-postgres-ident "\n")) > > Note missing end-quote. Fixed in 8823ed4e12960a6f6c0e9fa2775feecaa6f10a9b. Thanks for the report! From unknown Sat Sep 06 13:45:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Mar 2016 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator