From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: vpnc Date: Wed, 24 Feb 2016 21:58:45 +0100 Message-ID: <87wpptesfu.fsf@gnu.org> References: <20160223033803.GA3460@jasmine> <1905630c4ef5764824f6a236b1aa7f88@openmailbox.org> <20160223043939.GA12645@jasmine> <183d77bb19416ac8fe52e8e1a5df9227@openmailbox.org> <87r3g2fdzg.fsf@gnu.org> <633405f11bb6a1d0dd84e277c318318c@openmailbox.org> 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]:48998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYgWJ-00066D-Ea for help-guix@gnu.org; Wed, 24 Feb 2016 15:58:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYgWG-0003ZG-9J for help-guix@gnu.org; Wed, 24 Feb 2016 15:58:51 -0500 In-Reply-To: <633405f11bb6a1d0dd84e277c318318c@openmailbox.org> (rennes@openmailbox.org's message of "Wed, 24 Feb 2016 08:50:51 -0600") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: rennes@openmailbox.org Cc: help-guix@gnu.org rennes@openmailbox.org skribis: > On 2016-02-24 07:13, ludo@gnu.org wrote: >> rennes@openmailbox.org skribis: >> >>> On 2016-02-22 22:39, Leo Famulari wrote: >>>> On Mon, Feb 22, 2016 at 10:01:27PM -0600, rennes@openmailbox.org >>>> wrote: >>>>> On 2016-02-22 21:38, Leo Famulari wrote: >>>>> >On Mon, Feb 22, 2016 at 08:31:34PM -0600, rennes@openmailbox.org wro= te: >>>>> >>Hi guix, >>>>> >> >>>>> >>i am trying vpnc(vpn client), when i launch the command creates the >>>>> >>daemon >>>>> >>but not the interface or link and displays the message: >>>>> >> >>>>> >>Command: >>>>> >> sudo vpnc myvpn.conf >>>>> >> >>>>> >>Message: >>>>> >> sh: /etc/vpnc/vpnc-script: No such file or directory >>>>> >> sh: /etc/vpnc/vpnc-script: No such file or directory >>>>> >> VPNC started in background (pid: 1765)... >> >> [...] >> >>>> I looked at our package definition (gnu/packages/vpn.scm) and it is >>>> supposed to provide that file in >>>> ~/.guix-profile/etc/vpnc/vpnc-script. >>>> >>>> I think it's a bug that this isn't working for you. Are you using >>>> Guix >>>> on another distro or GuixSD? >>> >>> I use GuixSD, and the file .guix-profile/etc/vpnc/vpnc-script has link >>> to /gnu/store/....-vpnc-0.5.3/etc/vpnc/.vpnc-script-wrap-01 >> >> It=E2=80=99s this file that is used, not /etc/vpnc/vpnc-script. >> >> Are you sure you were using vpnc from Guix? Our package recipe has >> always had vpnc-script in /gnu/store/=E2=80=A6/etc/vpnc. >> >> Ludo=E2=80=99. > > > I am sure, So is there any problem left? :-) I=E2=80=99ve used it recently (via openconnect) and it works well for me, and I don=E2=80=99t have /etc/vpnc. Ludo=E2=80=99.