Re: /etc/os-release isn't created

2020-01-21 Thread Yasuhiro KIMURA
From: Yasuhiro KIMURA Subject: Re: /etc/os-release isn't created Date: Mon, 25 Nov 2019 10:27:36 +0900 (JST) > From: "Herbert J. Skuhra" > Subject: Re: /etc/os-release isn't created > Date: Mon, 25 Nov 2019 02:11:35 +0100 > >> - mergemaster runs 'make distribution': >> ${MM_MAKE}

Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694

2020-01-21 Thread Nick Hibma
That (with the return added, thanks Cy) worked like a charm. Thanks for the fast response. Nick Hibma n...@van-laarhoven.org -- Open Source: We stand on the shoulders of giants. > On 21 Jan 2020, at 18:38, Alexander V. Chernikov wrote: > > 21.01.2020, 17:25, "Nick Hibma" : >> When using a

Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694

2020-01-21 Thread Cy Schubert
On January 21, 2020 9:38:08 AM PST, "Alexander V. Chernikov" wrote: >21.01.2020, 17:25, "Nick Hibma" : >> When using a trivial program to read from the divert socket and post >back the machine panics instantly when a packet is sent to userland and >back again (incoming packet for the interface,

Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694

2020-01-21 Thread Alexander V . Chernikov
21.01.2020, 17:25, "Nick Hibma" : > When using a trivial program to read from the divert socket and post back the > machine panics instantly when a packet is sent to userland and back again > (incoming packet for the interface, so ifname is set). This is current from > today with no changes > >

Re: panic: Assertion in_epoch(net_epoch_preempt) failed at ... src/sys/net/if.c:3694

2020-01-21 Thread Nick Hibma
When using a trivial program to read from the divert socket and post back the machine panics instantly when a packet is sent to userland and back again (incoming packet for the interface, so ifname is set). This is current from today with no changes Any pointers as to how to fix this? Thanks