From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28232: openvpn service configuration fails by default Date: Mon, 20 Nov 2017 18:46:01 +0100 Message-ID: <87fu983kti.fsf@gnu.org> References: <518966314.925318.1503673694273.JavaMail.zimbra@ensea.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGqA1-0005Go-AG for bug-guix@gnu.org; Mon, 20 Nov 2017 12:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eGq9w-0002WE-Ab for bug-guix@gnu.org; Mon, 20 Nov 2017 12:47:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40617) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eGq9w-0002W4-77 for bug-guix@gnu.org; Mon, 20 Nov 2017 12:47:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eGq9w-0002n7-15 for bug-guix@gnu.org; Mon, 20 Nov 2017 12:47:04 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <518966314.925318.1503673694273.JavaMail.zimbra@ensea.fr> (charly bion's message of "Fri, 25 Aug 2017 17:08:14 +0200 (CEST)") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: charly bion Cc: 28232-done@debbugs.gnu.org Hi, charly bion skribis: > Backtrace:=20 > In srfi/srfi-1.scm:=20 > 592:29 19 (map1 (#< type: # ?))=20 > 592:29 18 (map1 (#< type: # ?))=20 > 592:29 17 (map1 (#< type: # ?))=20 > 592:29 16 (map1 (#< type: # ?))=20 > 592:29 15 (map1 (#< type: # ?))=20 > 592:29 14 (map1 (#< type: # ?))=20 > 592:29 13 (map1 (#< type: # ?))=20 > 592:29 12 (map1 (#< type: # ?))=20 > 592:29 11 (map1 (#< type: # ?))=20 > 592:29 10 (map1 (#< type: # ?))=20 > 592:29 9 (map1 (#< type: # ?))=20 > 592:29 8 (map1 (#< type: # ?))=20 > 592:17 7 (map1 (#< type: # ?))=20 > In gnu/services/vpn.scm:=20 > 409:24 6 (_ #< openvpn: #)=20 > 379:9 5 (openvpn-config-file client #<)=20 > In ice-9/ports.scm:=20 > 549:4 4 (call-with-output-string _)=20 > 473:4 3 (with-output-to-port _ _)=20 > In ice-9/boot-9.scm:=20 > 268:13 2 (for-each # ?)=20 > In gnu/services/vpn.scm:=20 > 112:19 1 (serialize-tls-auth client #f)=20 > In unknown file:=20 > 0 (string-append #f " " "1")=20 > > ERROR: In procedure string-append:=20 > ERROR: In procedure string-append: Wrong type (expecting string): #f=20 > > > > To have this error, I tried do build a vm-image using the openvpn service= :=20 > (service openvpn-client-service-type=20 > (openvpn-client-configuration=20 > (proto 'tcp)=20 > (ca "ca.crt")=20 > (cert "client.crt")=20 > (key "client.key")=20 > ))=20 This was fixed on Oct. 9th with commit 4b8b4418e609b5e0bfb6efbc11ac28deaa437e80. Thanks, Ludo=E2=80=99.