From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: vpnc Date: Mon, 22 Feb 2016 22:38:03 -0500 Message-ID: <20160223033803.GA3460@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY3nd-0001dg-Cv for help-guix@gnu.org; Mon, 22 Feb 2016 22:38:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY3nY-0008TS-Ov for help-guix@gnu.org; Mon, 22 Feb 2016 22:38:09 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:45028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY3nY-0008TN-Iy for help-guix@gnu.org; Mon, 22 Feb 2016 22:38:04 -0500 Content-Disposition: inline In-Reply-To: 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 On Mon, Feb 22, 2016 at 08:31:34PM -0600, rennes@openmailbox.org wrote: > 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)... > > looking for on the net and as a workaround I followed the steps, and Works!: > > a) Download the script from http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script > b) Copy to /etc/vpnc > c) Set execute permission(chmod 777 vpnc-script) Is it normal to set the permissions to 777? I'm not familiar with this program but that seems too open to me. > > > Thanks >