Re: panic: sleeping in an epoch section

2019-10-09 Thread Hans Petter Selasky
On 2019-10-09 06:36, Yuri Pankov wrote: Tried updating from r353072 to r353334 and getting the following panic reproducibly on boot (starting dhclient?): panic: sleeping in an epoch section cpuid = 5 time = 1570591558 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/f

Re: CARP and NAT question

2019-10-09 Thread Julien Cigar
On Tue, Oct 08, 2019 at 11:22:51AM -0500, Matthew Grooms wrote: > On 10/8/2019 10:58 AM, Julien Cigar wrote: > > On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wrote: > >> Hi Julien, > > Hi Matthew, > > > >> It's not clear why you are trying to assign multiple carp IP address to > >> two

Re: CARP and NAT question

2019-10-09 Thread Julien Cigar
On Tue, Oct 08, 2019 at 01:05:37PM -0700, Julian Elischer wrote: > On 10/8/19 8:58 AM, Julien Cigar wrote: > > On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wrote: > >> Hi Julien, > > Hi Matthew, > > > >> It's not clear why you are trying to assign multiple carp IP address to > >> two di

Re: panic: sleeping in an epoch section

2019-10-09 Thread Mark Johnston
On Wed, Oct 09, 2019 at 10:40:04AM +0200, Hans Petter Selasky wrote: > On 2019-10-09 06:36, Yuri Pankov wrote: > > Tried updating from r353072 to r353334 and getting the following panic > > reproducibly on boot (starting dhclient?): > > > > panic: sleeping in an epoch section > > cpuid = 5 > > ti

Re: panic: sleeping in an epoch section

2019-10-09 Thread Hans Petter Selasky
On 2019-10-09 15:56, Mark Johnston wrote: On Wed, Oct 09, 2019 at 10:40:04AM +0200, Hans Petter Selasky wrote: On 2019-10-09 06:36, Yuri Pankov wrote: Tried updating from r353072 to r353334 and getting the following panic reproducibly on boot (starting dhclient?): panic: sleeping in an epoch s

Re: panic: sleeping in an epoch section

2019-10-09 Thread Mark Johnston
On Wed, Oct 09, 2019 at 04:18:34PM +0200, Hans Petter Selasky wrote: > On 2019-10-09 15:56, Mark Johnston wrote: > > On Wed, Oct 09, 2019 at 10:40:04AM +0200, Hans Petter Selasky wrote: > >> On 2019-10-09 06:36, Yuri Pankov wrote: > >>> Tried updating from r353072 to r353334 and getting the followi

Re: panic: sleeping in an epoch section

2019-10-09 Thread Harry Schmalzbauer
Am 09.10.2019 um 16:47 schrieb Mark Johnston: On Wed, Oct 09, 2019 at 04:18:34PM +0200, Hans Petter Selasky wrote: On 2019-10-09 15:56, Mark Johnston wrote: On Wed, Oct 09, 2019 at 10:40:04AM +0200, Hans Petter Selasky wrote: On 2019-10-09 06:36, Yuri Pankov wrote: Tried updating from r353072

Re: panic: sleeping in an epoch section

2019-10-09 Thread Gleb Smirnoff
On Wed, Oct 09, 2019 at 10:47:04AM -0400, Mark Johnston wrote: M> On Wed, Oct 09, 2019 at 04:18:34PM +0200, Hans Petter Selasky wrote: M> > On 2019-10-09 15:56, Mark Johnston wrote: M> > > On Wed, Oct 09, 2019 at 10:40:04AM +0200, Hans Petter Selasky wrote: M> > >> On 2019-10-09 06:36, Yuri Pankov

[Bug 240609] iflib: Panic with INVARIANTS: sleeping in an epoch section (12.1-pre-QA) (vlan + lagg involved)

2019-10-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240609 --- Comment #2 from Eric Joyner --- I'm not an expert on locking issues, but it appears that lagg_register_vlan() enters an epoch (via the now-confusingly named LAGG_RLOCK() macro) that iflib_vlan_register() is run inside of, and the msec_d

[Bug 240609] iflib: Panic with INVARIANTS: sleeping in an epoch section (12.1-pre-QA) (vlan + lagg involved)

2019-10-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240609 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Com

Re: VLAN+bridge problem [was: no network between jails and host with VNET on same interface]

2019-10-09 Thread Alexander Lunev via freebsd-net
07.10.2019 8:21, Alexander N. Lunev via freebsd-net пишет: I've tested with tcpdump, and here's what i found: > Host interfaces: > em0 up > vlan22 10.15.15.1/24 vlandev em0 vlan22 > epair0a - part of epair for jail foo > bridge0 addm epair0 addm em0 > Jail foo interfaces: > epair0b up (vnet in

Re: CARP and NAT question

2019-10-09 Thread Matthew Grooms
On 10/9/2019 4:10 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 11:22:51AM -0500, Matthew Grooms wrote: On 10/8/2019 10:58 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wrote: Hi Julien, Hi Matthew, It's not clear why you are trying to assign multiple ca

[Bug 240608] iflib: Panic with INVARIANTS: Memory modified after free (12.1-pre-QA)

2019-10-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240608 --- Comment #2 from Eric Joyner --- Maybe your issue was similar to the one found in this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239118, which got fixed. Could you retest? -- You are receiving this mail because: You are t

Re: VLAN+bridge problem [was: no network between jails and host with VNET on same interface]

2019-10-09 Thread Julian Elischer
try use netgraph bridge and interfaces On 10/9/19 11:38 AM, Alexander Lunev via freebsd-net wrote: 07.10.2019 8:21, Alexander N. Lunev via freebsd-net пишет: I've tested with tcpdump, and here's what i found: > Host interfaces: > em0 up > vlan22 10.15.15.1/24 vlandev em0 vlan22 > epair0a - pa

Initial Intel E800 Ethernet controller support

2019-10-09 Thread Pieper, Jeffrey E
All, The initial phabricator review that introduces support for Intel E800 Ethernet devices is available at https://reviews.freebsd.org/D21959. Any feedback would be appreciated and welcome. Thanks, Jeff Pieper ___ freebsd-net@freebsd.org mailing lis

Re: CARP and NAT question

2019-10-09 Thread Julian Elischer
On 10/9/19 2:34 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 01:05:37PM -0700, Julian Elischer wrote: On 10/8/19 8:58 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wrote: Hi Julien, Hi Matthew, It's not clear why you are trying to assign multiple carp I

Re: CARP and NAT question

2019-10-09 Thread Matthew Grooms
On 10/9/2019 2:50 PM, Julian Elischer wrote: On 10/9/19 2:34 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 01:05:37PM -0700, Julian Elischer wrote: On 10/8/19 8:58 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wrote: Hi Julien, Hi Matthew, It's not clear

Re: CARP and NAT question

2019-10-09 Thread Julian Elischer
On 10/9/19 12:57 PM, Matthew Grooms wrote: On 10/9/2019 2:50 PM, Julian Elischer wrote: On 10/9/19 2:34 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 01:05:37PM -0700, Julian Elischer wrote: On 10/8/19 8:58 AM, Julien Cigar wrote: On Tue, Oct 08, 2019 at 10:20:34AM -0500, Matthew Grooms wro

Finance and Banking Industry Contacts List.

2019-10-09 Thread Ellen Santiago
Hi, I would like to know if you would be interested in acquiring contacts list of Finance and Banking Industry for your sales and marketing initiatives. Let me know your interest and I will get back to you with counts and pricing for your review. We can provide you lists across (Any Ind