From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e0177152 for ; Sun, 19 Feb 2017 19:02:04 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 494ed7e1 for ; Sun, 19 Feb 2017 19:02:04 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6a70b22d for ; Sun, 19 Feb 2017 19:02:04 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 9589e13d (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Sun, 19 Feb 2017 19:02:03 +0000 (UTC) Received: by mail-ot0-f179.google.com with SMTP id x10so17657496otb.1 for ; Sun, 19 Feb 2017 11:02:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <37c21d07-0153-7fa2-8fe3-c852704e53b9@eggiecode.org> From: "Jason A. Donenfeld" Date: Sun, 19 Feb 2017 20:02:37 +0100 Message-ID: Subject: Re: wg binary in armhf deb from ppa missing; armbian with Allwinner A20 chip modprobe wg not working To: Egbert Verhage Content-Type: multipart/alternative; boundary=001a1140a46267d1920548e6ca7c Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --001a1140a46267d1920548e6ca7c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Alex, Make sure your binutils is up to date; an old one could account for the error you're having. What version is your toolchain? Jason On Feb 19, 2017 18:22, "Egbert Verhage" wrote: Hey Alex, The Banana PI boards here an Allwinner chip, which not great with the Linux Kernel. All the kernels are custom builds (most of the time) to include support for the chips/boards. >>From my experience the builds of armbian have the best images (Mind the I have Banana PI M2, with an Allwinner A31S). I can't help furder with wg on BananaPi board, sorry. Maybe somone else in the mailing can help. For the PPA package I need to figure out how the let him include make install of wg/tools for armhf/arm64. Greetz, Egbert On 2017-02-19 17:29, Alexander Morlang wrote: Hi, building on armhf reveals some effects i don=E2=80=99t understand: On my raspi3 with raspian and kernel uname -a Linux raspberrypi 4.4.38-v7+ #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l GNU/Linux kernelmodule&wg are building just fine an the module loads. i had no time for testing it, but it builds. On Banana Pro with armbian an kernel uname -a Linux bananapipro 4.9.7-sunxi #1 SMP Thu Feb 2 01:52:06 CET 2017 armv7l armv7l armv7l GNU/Linux it=E2=80=99s building, but the module will not load: sudo modprobe wireguard modprobe: ERROR: could not insert 'wireguard': Exec format error modinfo wireguard filename: /lib/modules/4.9.7-sunxi/extra/wireguard.ko alias: rtnl-link-wireguard author: Jason A. Donenfeld description: Fast, secure, and modern VPN tunnel license: GPL v2 depends: udp_tunnel,ip6_udp_tunnel,x_tables vermagic: 4.9.7-sunxi SMP mod_unload ARMv7 thumb2 p2v8 In dmesg, it shows: [ 1404.917772] wireguard: loading out-of-tree module taints kernel. [ 1404.919392] wireguard: unknown relocation: 102 Next i will try with bananian and 4.4 kernel. Gru=C3=9F, Alex Am 19.02.2017 um 15:51 schrieb Egbert Verhage : Hey Alex, Ow, I never tested the package on armhf. I will give test it tomorrow on my own Banana Pi 2 and Raspberry pi 2. If you are running the image of lemaker on your banana pi, maybe try first to build the package from the git repo. Greetz, Egbert On 2017-02-19 02:14, Alexander Morlang wrote: Hi, used the launchpad ppa in xenial on armhf (Banana Pro). The wireguard-tools packet installed only /usr/share/doc Is this a known problem? I downloaded thehttps://launchpad.net/~wireguard/+archive/ubuntu/wireguard/= +files/wireguard-tools_0.0.20170214-wg1~xenial_armhf.deb and hat a look with dpkg -c , getting the same result of no binary in the packet. regards, Alex _______________________________________________ WireGuard mailing listWireGuard@lists.zx2c4.comhttps://lists.zx2c4.com/mailman/listinfo/wireg= uard _______________________________________________ WireGuard mailing listWireGuard@lists.zx2c4.comhttps://lists.zx2c4.com/mailman/listinfo/wireg= uard _______________________________________________ WireGuard mailing listWireGuard@lists.zx2c4.comhttps://lists.zx2c4.com/mailman/listinfo/wireg= uard _______________________________________________ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard --001a1140a46267d1920548e6ca7c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Alex,

Mak= e sure your binutils is up to date; an old one could account for the error = you're having. What version is your toolchain?=C2=A0

Jason


On Feb 19, 2017 18:22, "Eg= bert Verhage" <egbert@eggie= code.org> wrote:
=20 =20 =20

Hey Alex,

The Banana PI boards here an Allwinner chip, which not great with the Linux Kernel. All the kernels are custom builds (most of the time) to include support for the chips/boards.
From my experience the builds of armbian have the best images (Mind the I have Banana PI M2, with an Allwinner A31S).

I can't help furder with wg on BananaPi board, sorry. Maybe somone else in the mailing can help.

For the PPA package I need to figure out how the let him include make install of wg/tools for armhf/arm64.

Greetz,
Egbert


On 2017-02-19 17:29= , Alexander Morlang wrote:
Hi,
building on armhf reveals some effects i don=E2=80=99t understand:
On my raspi3 with raspian and kernel
uname -a
Linux raspberrypi 4.4.38-v7+ #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l G=
NU/Linux
kernelmodule&wg are building just fine an the module loads. i had no ti=
me for testing it, but it builds.

On Banana Pro with armbian an kernel
uname -a
Linux bananapipro 4.9.7-sunxi #1 SMP Thu Feb 2 01:52:06 CET 2017 armv7l arm=
v7l armv7l GNU/Linux
it=E2=80=99s building, but the module will not load:

sudo modprobe wireguard=20
modprobe: ERROR: could not insert 'wireguard': Exec format error

modinfo wireguard=20
filename:       /lib/modules/4.9.7-sunxi/extra/wireguard.ko
alias:          rtnl-link-wireguard
author:         Jason A. Donenfeld <Jason=
@zx2c4.com>
description:    Fast, secure, and modern VPN tunnel
license:        GPL v2
depends:        udp_tunnel,ip6_udp_tunnel,x_tables
vermagic:       4.9.7-sunxi SMP mod_unload ARMv7 thumb2 p2v8=20

In dmesg, it shows:
[ 1404.917772] wireguard: loading out-of-tree module taints kernel.
[ 1404.919392] wireguard: unknown relocation: 102

Next i will try with bananian and 4.4 kernel.

Gru=C3=9F, Alex

Am 19.02.2017 um 15:51 schrieb Egbert Verhage <egbert@eggiecode.org>:

Hey Alex,

Ow, I never tested the package on armhf. I will give test it tomorrow on
my own Banana Pi 2 and Raspberry pi 2.

If you are running the image of lemaker on your banana pi, maybe try
first to build the package from the git repo.

Greetz,
Egbert


On 2017-02-19 02:14, Alexander Morlang wrote:
Hi,
used the launchpad ppa in xenial on armhf (Banana Pro).=20
The wireguard-tools packet installed only /usr/share/doc

Is this a known problem?

I downloaded the
https://launchpad.net/~wireguard/+archive/ubuntu/wireguard/+files/wireguard-tools_0.0.=
20170214-wg1~xenial_armhf.deb
and hat a look with dpkg -c <file>, getting the same result of no bin=
ary in the packet.

regards, Alex
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx=
2c4.com/mailman/listinfo/wireguard
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx=
2c4.com/mailman/listinfo/wireguard
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx=
2c4.com/mailman/listinfo/wireguard


_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com<= br> https://lists.zx2c4.com/mailman/listinfo/wire= guard



--001a1140a46267d1920548e6ca7c--