From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: vpnc Date: Mon, 22 Feb 2016 20:31:34 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY2lR-00040Y-L6 for help-guix@gnu.org; Mon, 22 Feb 2016 21:31:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY2lO-0000qW-8q for help-guix@gnu.org; Mon, 22 Feb 2016 21:31:49 -0500 Received: from smtp6.openmailbox.org ([62.4.1.40]:52711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY2lO-0000qB-0N for help-guix@gnu.org; Mon, 22 Feb 2016 21:31:46 -0500 Received: from www.openmailbox.org (openmailbox-b1 [10.91.69.218]) by mail2.openmailbox.org (Postfix) with ESMTP id 5FEAD2AC192F for ; Tue, 23 Feb 2016 03:31:34 +0100 (CET) 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: help-guix@gnu.org 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) Thanks