X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C9891DC13EE for ; Wed, 28 May 2014 07:42:42 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id 29so8476272yhl.37 for ; Wed, 28 May 2014 00:42:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2dmyBJZzN/wTJs08dZydLhq4G7shMeP5H9/vPTuVI0I=; b=iPHJc5W/agjV3/zwkj8uHIq3BwjbCwgf5gBBMIPEumpcNgL0mPO+VewuWGXpnoczi9 uPf8FtU8YEK/0ZfOdk/Bnu6sFJrUJPlXMdyB0N5R1VX1PaCj1Ul2UXxpGu7ijPxj9Mn3 XrPJVctfVSvMhRc1tH66g82A7Va5yMCqtSo9AvTM9ISPUCCTv7drgIb3IV8OAmtViTbv p/Xl0SdfXvpKdyOGlGYnhDrdUlRLqf+O96g0/Y+3h48UwD5ZosSSR42cQmSVFUdLxYXY A3mv2Gvj1fMalc5Yquuek5xOrGu+3YZmslIjujBTqams5OXccoVxIS/QB6miuxFyMphz jY4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2dmyBJZzN/wTJs08dZydLhq4G7shMeP5H9/vPTuVI0I=; b=ZBtDjReLl7DM3pnq61PXOpGS9Qqhm6qoQn/X8clp64mDbCrjRIC/lPEY2piLlRq1z9 U05/W9FvtExRb1Z+D1gAUkuBMavDLt7SauOmKOO+0ZnzrnBlI09RTExG7YieM2LNcazW 5JRWDSh0k/bKD095Q1OEAdztXDnNTHzktbfDdrqfIh4Uh2WooxbR5fOJSx5YS35lGCnp TofRd8h+F9Mk20A+AOh4eJC55rYw1K1vr+k2r3u8aV05EDUT2KAfdT2rEGeTmhZYJP4U rKvzW7qbnMSmVpTm2W48z5gKSETZmnxdTtxIk5bkakxQ15d94X/ob78fLGEa3NoRq6No 4O7A== X-Gm-Message-State: ALoCoQn3phgwHFNGgnmTNJvg1Krxluz8RKeISUA78mplGIhogHjw7TnMn5mnUhX2Iyz4Jx6oUjxJ X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.236.160.130 with SMTP id u2mr369060yhk.161.1401262961179; Wed, 28 May 2014 00:42:41 -0700 (PDT) Sender: masoom.alam@imsciences.edu.pk Received: by 10.170.196.146 with HTTP; Wed, 28 May 2014 00:42:41 -0700 (PDT) X-Originating-IP: [111.68.99.59] In-Reply-To: <20140528090805.4aee4796@ncopa-desktop.alpinelinux.org> References: <20140528090805.4aee4796@ncopa-desktop.alpinelinux.org> Date: Wed, 28 May 2014 12:42:41 +0500 X-Google-Sender-Auth: SIpxFW-TQK9g9ca2piZ2beKL4R0 Message-ID: Subject: Re: [alpine-devel] openvpn-easy-rsa missing from AlpineLinux From: masoom alam To: Natanael Copa Cc: alpine-devel Content-Type: multipart/alternative; boundary=20cf301cc67809dcfa04fa70f582 --20cf301cc67809dcfa04fa70f582 Content-Type: text/plain; charset=UTF-8 I cannot find it in mine. apk search rsa WARNING: Ignoring APKINDEX.6e4ea7fb.tar.gz: No such file or directory WARNING: Ignoring APKINDEX.2b6ad8a4.tar.gz: No such file or directory WARNING: Ignoring APKINDEX.6e009a3b.tar.gz: No such file or directory Actually, I am trying to follow the DMVPN howto given on the alpine WIKI and stuck in the Openvpn STEP. I am using 2.7.7 alpine linux 64 bit. The following command gives an error: vpnc:~# openvpn --config /etc/openvpn/openvpn.conf Options error: --ca fails with '/etc/openvpn/cacert.pem': No such file or directory Options error: --cert fails with '/etc/openvpn/servercert.pem': No such file or directory Options error: --key fails with '/etc/openvpn/serverkey.pem': No such file or directory Options error: --crl-verify fails with '/etc/openvpn/crl.pem': No such file or directory Options error: Please correct these errors. Use --help for more information. I was thinking to gerenate these files on Ubuntu and then move them in the alpine linux, but then I am stuck by the lbu commit command. I cannot save my configurations to USB, or any other media. How can I make my configurations permanent. I specified the Backup_dir and it has created a apok...tar.gz file by issuing the lbu commit, how to tell the alpine to use this configuration when boot up again. Thanks. On Wed, May 28, 2014 at 12:08 PM, Natanael Copa wrote: > On Wed, 28 May 2014 11:04:11 +0500 > masoom alam wrote: > > > any clue? > > > > apk add openvpn-easy-rsa > > WARNING: Ignoring APKINDEX.6e4ea7fb.tar.gz: No such file or directory > > WARNING: Ignoring APKINDEX.2b6ad8a4.tar.gz: No such file or directory > > ERROR: unsatisfiable constraints: > > openvpn-easy-rsa (missing): > > required by: world[openvpn-easy-rsa] > > What alpine version? > > IIRC it used to be shipped with openvpn, but then splitted out. So > previously it was named 'openvpn-easy-rsa', and now its only 'easy-rsa'. > > Hm... seems easy-rsa is still in testing. We should probably move it to > main and maybe even backport it to v2.7? > > > > -nc > --20cf301cc67809dcfa04fa70f582 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I cannot find it in mine.=C2=A0

<= div>
apk search rsa
WARNING: Ignoring APKINDEX.6e4ea7fb= .tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.2b6= ad8a4.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.6e009a3b.tar.gz: No such file or directory<= br>
Actually, I am trying to follow the DMVPN howto given on = the alpine WIKI and stuck in the Openvpn STEP. I am using 2.7.7 alpine linu= x 64 bit.
The following command gives an error:

vpnc:~# openvpn --config /etc/openvpn/openvpn.conf
Option= s error: --ca fails with '/etc/openvpn/cacert.pem': No such file or= directory
Options error: --cert fails with '/etc/openvpn/servercert.pem'= : No such file or directory
Options error: --key fails with '= /etc/openvpn/serverkey.pem': No such file or directory
Option= s error: --crl-verify fails with '/etc/openvpn/crl.pem': No such fi= le or directory
Options error: Please correct these errors.
Use --help for m= ore information.

I was thinking to gerenate = these files on Ubuntu and then move them in the alpine linux, but then I am= stuck by the lbu commit command. I cannot save my configurations to USB, o= r any other media. How can I make my configurations permanent. I specified = the Backup_dir and it has created a apok...tar.gz file by issuing the lbu c= ommit, how to tell the alpine to use this configuration when boot up again.= =C2=A0


Thanks.=C2=A0

<= br>






On Wed, May 28, 2014 at= 12:08 PM, Natanael Copa <ncopa@alpinelinux.org> wrote:<= br>
On W= ed, 28 May 2014 11:04:11 +0500
masoom alam <masoom.alam@gmail.= com> wrote:

> any clue?
>
> apk add openvpn-easy-rsa
> WARNING: Ignoring APKINDEX.6e4ea7fb.tar.gz: No such file or directory<= br> > WARNING: Ignoring APKINDEX.2b6ad8a4.tar.gz: No such file or directory<= br> > ERROR: unsatisfiable constraints:
> =C2=A0 openvpn-easy-rsa (missing):
> =C2=A0 =C2=A0 required by: world[openvpn-easy-rsa]

What alpine version?

IIRC it used to be shipped with openvpn, but then splitted out. So
previously it was named 'openvpn-easy-rsa', and now its only 'e= asy-rsa'.

Hm... seems easy-rsa is still in testing. We should probably move it to
main and maybe even backport it to v2.7?



-nc

--20cf301cc67809dcfa04fa70f582-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---