From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: developer@it-offshore.co.uk Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6e0c3f43 for ; Thu, 2 Mar 2017 21:48:14 +0000 (UTC) Received: from relay1001.mymailcheap.com (relay1001.mymailcheap.com [176.31.80.71]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 36cceb31 for ; Thu, 2 Mar 2017 21:48:13 +0000 (UTC) Subject: Re: Wireguard added to Alpine Linux References: <6b590394-3134-b725-a063-0993b32a51c4@it-offshore.co.uk> To: "Jason A. Donenfeld" From: Stuart Cardall Message-ID: <02a8fddb-7246-984c-c51c-cd8fe3925694@it-offshore.co.uk> Date: Thu, 2 Mar 2017 21:49:53 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------450B3317D74FEA0488DAA423" Cc: WireGuard mailing list Reply-To: developer@it-offshore.co.uk List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. --------------450B3317D74FEA0488DAA423 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Jason, Wireguard can be added to Alpine with: apk add wireguard-tools The appropriate kernel module for linux-grsecor linux-vanillawill be installed automatically. On the server it is probably necessary to: echo wireguard >>/etc/modules&& rc-update add modules boot A wireguard user mentioned on irc earlier today that everything is working perfectly. To monitor releases @ Alpine we use https://release-monitoring.org/ - if it doesn't pick up the changes I'll subscribe. Many thanks for the comments & review - see https://github.com/alpinelinux/aports/pull/948 - they are fixed in https://github.com/alpinelinux/aports/issues/954 If there is a step I was missing to correctly run `make check` I would still like to run it in the future - perhaps it will pick up potential issues from Alpine using musl libc (not glibc). Kind Regards, Stuart. On 03/02/2017 03:33 PM, Jason A. Donenfeld wrote: > Hey Stuart, > > Responding with the list CCd, since that's where people learn about > wireguard related things. You might want to subscribe to it so you can > get snapshot bump announcements. > > On Wed, Mar 1, 2017 at 10:36 PM, Stuart Cardall > wrote: >> Just a quick courtesy email to let you know wireguard has been added t= o >> Alpine Linux. > This is wonderful news! Thanks so much for doing this. I left a few > small comments on the PR [1], which should be easy to address. Looking > forward to testing this out. > > Could you send a tiny command stanza for wireguard.io/install/ so that > I can put up an Alpine Linux section? > > Regards, > Jason > > [1] https://github.com/alpinelinux/aports/pull/948#pullrequestreview-24= 756731 --------------450B3317D74FEA0488DAA423 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hi Jason,

Wireguard can be added to Alpine with:

apk add wireguard-tools

The appropriate kernel module for linux-grsec or linux-vanilla will be installed automatically. On the server it is probably necessary to:

echo wireguard >> /etc/modules && rc-update add modules boot

A wireguard user mentioned on irc earlier today that everything is working perfectly.

To monitor releases @ Alpine we use https://release-monitoring.org/ - if it doesn't pick up the changes I'll subscribe.

Many thanks for the comments & review - seeĀ https://github.com/alpinelinux/aports/pull/948 - they are fixed in https://github.com/alpinelinux/aports/issues/954

If there is a step I was missing to correctly run `make check` I would still like to run it in the future - perhaps it will pick up potential issues from Alpine using musl libc (not glibc).

Kind Regards,

Stuart.




On 03/02/2017 03:33 PM, Jason A. Donenfeld wrote:
Hey Stuart,

Responding with the list CCd, since that's where people learn about
wireguard related things. You might want to subscribe to it so you can
get snapshot bump announcements.

On Wed, Mar 1, 2017 at 10:36 PM, Stuart Cardall
<developer@it-offshore.co.uk> wrote:
Just a quick courtesy email to let you know wireguard has been added to
Alpine Linux.
This is wonderful news! Thanks so much for doing this. I left a few
small comments on the PR [1], which should be easy to address. Looking
forward to testing this out.

Could you send a tiny command stanza for wireguard.io/install/ so that
I can put up an Alpine Linux section?

Regards,
Jason

[1] https://github.com/alpinelinux/aports/pull/948#pullrequestreview-24756731

--------------450B3317D74FEA0488DAA423--