All of lore.kernel.org
 help / color / mirror / Atom feed
* Wireguard: segmentation fault on rPi
@ 2017-11-02 19:43 Adrián Mihálko
  2017-11-02 20:30 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Adrián Mihálko @ 2017-11-02 19:43 UTC (permalink / raw)
  To: dkg, wireguard

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

Hi Daniel,

It is possible that the build is wrong on the repo?

Installed WG using source, it is worked, then I decided to install new
version from repo - added the repo into sources.list then I installed the
tools:

# apt update
# apt install wireguard-dkms wireguard-tools

When I try to run wg tool I get: Segmentation Fault.

I am using rPi and armbian.

Regards,
Adrian

[-- Attachment #2: Type: text/html, Size: 545 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Wireguard: segmentation fault on rPi
  2017-11-02 19:43 Wireguard: segmentation fault on rPi Adrián Mihálko
@ 2017-11-02 20:30 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2017-11-02 20:30 UTC (permalink / raw)
  To: Adrián Mihálko; +Cc: WireGuard mailing list

pi@raspberrypizero:~ $ readelf -a WireGuard/src/tools/wg | grep Tag_CPU_name
  Tag_CPU_name: "6"
pi@raspberrypizero:~ $ readelf -a /usr/bin/wg | grep Tag_CPU_name
  Tag_CPU_name: "7-A"

Looks like the Debian repo supplies ARMv7a binaries, whereas the
raspizero is ARMv6.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-02 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 19:43 Wireguard: segmentation fault on rPi Adrián Mihálko
2017-11-02 20:30 ` Jason A. Donenfeld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.