Development discussion of WireGuard
 help / color / mirror / Atom feed
* debian 8 setup
@ 2017-06-26 11:32 Шварц Сергей Владимирович
  2017-06-26 11:55 ` Ibrahim Tachijian
  0 siblings, 1 reply; 4+ messages in thread
From: Шварц Сергей Владимирович @ 2017-06-26 11:32 UTC (permalink / raw)
  To: wireguard

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

Hi guys!

I've build debs for jessie from unstable dsc, but wireguard module failed
to load

[34282909.202963] wireguard: Unknown symbol __sk_mem_reclaim_amount (err 0)

am I doing something wrong or is it jessie simply not supported ?

Regards,
Sergey

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

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

* Re: debian 8 setup
  2017-06-26 11:32 debian 8 setup Шварц Сергей Владимирович
@ 2017-06-26 11:55 ` Ibrahim Tachijian
  2017-06-26 15:40   ` Шварц Сергей Владимирович
  0 siblings, 1 reply; 4+ messages in thread
From: Ibrahim Tachijian @ 2017-06-26 11:55 UTC (permalink / raw)
  To: Шварц
	Сергей
	Владимирович,
	wireguard

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

Hello Sergey,

You have probably recently done an apt-get update upgrade that installed a
newer kernel-image.
I believe if you run,


   - apt-get update and upgrade
   - reboot
   - rebuild wireguard from source (make, make install)

Then wireguard should work for you.

On Mon, Jun 26, 2017 at 1:35 PM Шварц Сергей Владимирович <
svschwartz@gmail.com> wrote:

> Hi guys!
>
> I've build debs for jessie from unstable dsc, but wireguard module failed
> to load
>
> [34282909.202963] wireguard: Unknown symbol __sk_mem_reclaim_amount (err 0)
>
> am I doing something wrong or is it jessie simply not supported ?
>
> Regards,
> Sergey
> _______________________________________________
> WireGuard mailing list
> WireGuard@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/wireguard
>
-- 
*Ibrahim Tachijian*

CEO Net Sat AB
Mobile: +46723321377
barhom@netsat.se

_________________________


*Net Sat ABC/O Jayway AB*Klara Östra Kyrkogata 2B, 1TR, 111 52 Stockholm,
Sweden
Office: +46 (0)8 408 394 53

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

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

* Re: debian 8 setup
  2017-06-26 11:55 ` Ibrahim Tachijian
@ 2017-06-26 15:40   ` Шварц Сергей Владимирович
  2017-06-26 17:00     ` Baptiste Jonglez
  0 siblings, 1 reply; 4+ messages in thread
From: Шварц Сергей Владимирович @ 2017-06-26 15:40 UTC (permalink / raw)
  To: Ibrahim Tachijian; +Cc: wireguard

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

Ibrahim,

I've rebooted the server and now it's ok.

Cheers,
Sergey


2017-06-26 14:55 GMT+03:00 Ibrahim Tachijian <barhom@netsat.se>:

> Hello Sergey,
>
> You have probably recently done an apt-get update upgrade that installed a
> newer kernel-image.
> I believe if you run,
>
>
>    - apt-get update and upgrade
>    - reboot
>    - rebuild wireguard from source (make, make install)
>
> Then wireguard should work for you.
>
> On Mon, Jun 26, 2017 at 1:35 PM Шварц Сергей Владимирович <
> svschwartz@gmail.com> wrote:
>
>> Hi guys!
>>
>> I've build debs for jessie from unstable dsc, but wireguard module failed
>> to load
>>
>> [34282909.202963] wireguard: Unknown symbol __sk_mem_reclaim_amount (err
>> 0)
>>
>> am I doing something wrong or is it jessie simply not supported ?
>>
>> Regards,
>> Sergey
>> _______________________________________________
>> WireGuard mailing list
>> WireGuard@lists.zx2c4.com
>> https://lists.zx2c4.com/mailman/listinfo/wireguard
>>
> --
> *Ibrahim Tachijian*
>
> CEO Net Sat AB
> Mobile: +46723321377
> barhom@netsat.se
>
> _________________________
>
>
> *Net Sat ABC/O Jayway AB*Klara Östra Kyrkogata 2B, 1TR, 111 52 Stockholm,
> Sweden
> Office: +46 (0)8 408 394 53
>

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

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

* Re: debian 8 setup
  2017-06-26 15:40   ` Шварц Сергей Владимирович
@ 2017-06-26 17:00     ` Baptiste Jonglez
  0 siblings, 0 replies; 4+ messages in thread
From: Baptiste Jonglez @ 2017-06-26 17:00 UTC (permalink / raw)
  To: Шварц
	Сергей
	Владимирович
  Cc: wireguard

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

Actually, on jessie, you can just install wireguard from unstable:

  https://www.wireguard.io/install/


On Mon, Jun 26, 2017 at 06:40:59PM +0300, Шварц Сергей Владимирович wrote:
> Ibrahim,
> 
> I've rebooted the server and now it's ok.
> 
> Cheers,
> Sergey
> 
> 
> 2017-06-26 14:55 GMT+03:00 Ibrahim Tachijian <barhom@netsat.se>:
> 
> > Hello Sergey,
> >
> > You have probably recently done an apt-get update upgrade that installed a
> > newer kernel-image.
> > I believe if you run,
> >
> >
> >    - apt-get update and upgrade
> >    - reboot
> >    - rebuild wireguard from source (make, make install)
> >
> > Then wireguard should work for you.
> >
> > On Mon, Jun 26, 2017 at 1:35 PM Шварц Сергей Владимирович <
> > svschwartz@gmail.com> wrote:
> >
> >> Hi guys!
> >>
> >> I've build debs for jessie from unstable dsc, but wireguard module failed
> >> to load
> >>
> >> [34282909.202963] wireguard: Unknown symbol __sk_mem_reclaim_amount (err
> >> 0)
> >>
> >> am I doing something wrong or is it jessie simply not supported ?
> >>
> >> Regards,
> >> Sergey
> >> _______________________________________________
> >> WireGuard mailing list
> >> WireGuard@lists.zx2c4.com
> >> https://lists.zx2c4.com/mailman/listinfo/wireguard
> >>
> > --
> > *Ibrahim Tachijian*
> >
> > CEO Net Sat AB
> > Mobile: +46723321377
> > barhom@netsat.se
> >
> > _________________________
> >
> >
> > *Net Sat ABC/O Jayway AB*Klara Östra Kyrkogata 2B, 1TR, 111 52 Stockholm,
> > Sweden
> > Office: +46 (0)8 408 394 53
> >

> _______________________________________________
> WireGuard mailing list
> WireGuard@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/wireguard


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-26 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 11:32 debian 8 setup Шварц Сергей Владимирович
2017-06-26 11:55 ` Ibrahim Tachijian
2017-06-26 15:40   ` Шварц Сергей Владимирович
2017-06-26 17:00     ` Baptiste Jonglez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).