From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien lepiller Subject: bug#28752: openvpn-client-service error Date: Tue, 10 Oct 2017 14:06:39 +0200 Message-ID: References: <9848dda76b124fbfd0add50cdbccf6db@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1tJV-0001WB-Eb for bug-guix@gnu.org; Tue, 10 Oct 2017 08:07:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1tJO-0000wS-16 for bug-guix@gnu.org; Tue, 10 Oct 2017 08:07:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1tJN-0000wD-TY for bug-guix@gnu.org; Tue, 10 Oct 2017 08:07:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1tJN-000815-MS for bug-guix@gnu.org; Tue, 10 Oct 2017 08:07:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: john herrlin Cc: 28752@debbugs.gnu.org Le 2017-10-09 18:22, john herrlin a écrit : > With some help from the wonderful people in #guix, IRC I managed to get > this far. > > ``` > git am > guix environment guix > ./bootstrap && ./configure --sysconfdir=/etc --localstatedir=/var > make > guix system vm config.scm # failed on grub/efi > guix system build config.scm # succeeded > ``` > > I dont know how to proceed further. > So you could build your configuration, but it's not appropriate for a vm. I could test my patch using a variant of gnu/system/examples/vm-image.tmpl. It builds the system and starts it, but since there is no configured server, the vpn service cannot start. I will push the patch this evening.