Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGb4L-0006FS-78 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 27 Jul 2022 07:02:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oGb4K-0005CB-3b for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 27 Jul 2022 07:02:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGb4J-0005C2-Re for pgsql-pkg-debian@lists.postgresql.org; Wed, 27 Jul 2022 07:02:55 +0000 Received: from mail.credativ.com ([2a02:158:380:2a0::5d5e:825a]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oGb4G-0006Au-TT for pgsql-pkg-debian@lists.postgresql.org; Wed, 27 Jul 2022 07:02:54 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.credativ.com (Postfix) with ESMTP id 797DF201CB; Wed, 27 Jul 2022 07:02:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=credativ.de; s=email; t=1658905366; bh=/UAQSkBZITe++pH8KSs2Pgdonh2HMbnbVygw7zr8IZw=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=cYYBK+q02EOtpQKw3wvAfhrGEALksVd4fr6eFIVfogpmsGGRdhxpfNRp5ftcf6dSa Knp0Mc0xitFn0iePQHciHsv47CT0Y+TJd5BKXFx5labMP9ozt+F2LdPw9EZVOnEHlI IslFvA8a0RVF9oO7mxYZ9ss9d2FBPwk/0/Wfwyv1METm3KweOAQYl2s7PbtxV4AVjg xcoOXWs5ULehqivKNjVGu8DDI4OZ6T1tykzMcuGwk0nlTDK91gMDeTgk1yzPo7GNJd 0pziEUfde9WdOXL5Jwtln+tMXFzSKUobhqEQ1HJ+eJL4TsRl1PIFcR2LUNtkRKFnek sAraK0vVmDOKw== Received: from mail.credativ.com ([127.0.0.1]) by localhost (mail.credativ.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BXSCVWK3eJdr; Wed, 27 Jul 2022 07:02:40 +0000 (UTC) Received: from [IPV6:2a02:908:e944:da9c:1d82:cc12:4858:2e16] (unknown [IPv6:2a02:908:e944:da9c:1d82:cc12:4858:2e16]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: avo) by mail.credativ.com (Postfix) with ESMTPSA id 96F1A200D7; Wed, 27 Jul 2022 07:02:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=credativ.de; s=email; t=1658905360; bh=/UAQSkBZITe++pH8KSs2Pgdonh2HMbnbVygw7zr8IZw=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=i/kzpOSsS7leS1x/Cr19iCHQn/hDwS+Jj60BhrlP4hB94gPRDJObGdxSPdAFZXetg ifn7quWdaEu5HLYWr8aM7AJS3tDFzagkJZpBDDeGkn1h3K9QhVyz7nermHgkTFC4EZ ahDAUyBCCgnbkKCtYvXNI/YIkv++H9En+zTM9WyhCKmcMwk99vXe57OXUC97XwLQJ8 5VT8DW+S1wTdXTy+rOCZmX9Q3ROuVvzN7nB22VwqiHcZjCoYNuLO9MRCWnLlh4VzqK UDFjLzEcOA16FHuQakwb6rZHQSUC4Syk661mT48H3Ebomn8905kV/ji3+2Zs4Vazuz B53knpgZrUM0g== Message-ID: Date: Wed, 27 Jul 2022 09:02:39 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Fix for pgbackrest systemd service file Content-Language: en-US To: don@seiler.us References: Cc: pgsql-pkg-debian@lists.postgresql.org From: Adrian Vondendriesch In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Don, Am 26.07.22 um 19:21 schrieb Don Seiler: > Good afternoon, > > I was talking with David Steele and pointed out errors I saw in the > pgbackrest service file when doing some early TLS file. It looks like > the errors stem from line 15 where the kill command doesn't have the > absolute path, and should be /bin/kill. I confirmed the errors go away > when I specify the full path to the kill binary. > > I've given David this info and he is updating their documentation to > reflect the change also. Thanks for reporting this issue. The fix will be included in the next package update. Cheers, - Adrian