Re: refcnt 0 on LLE at boot....

2016-07-07 Thread Edward Tomasz Napierała
FWIW, I'm seeing this too. I've filed a PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210884 On 0707T0813, Larry Rosenman wrote: > and now it's been up for 13+ hours. I do have both VMCORE's from the 2 > crashes. > > > > On 2016-07-06 18:22, Larry Rosenman wrote: > > Got a similar

Re: BBB (cpsw(4)) seems to be broken in the latest 11-current

2016-07-07 Thread Maxim Sobolev
Luiz, the patch works for me beautifully. Has not been able to reproduce the issue since applying it. Can you please merge it before 11.0 gets branched? Thanks! -Max On Tue, Jun 21, 2016 at 10:33 AM, Paul Mather wrote: > On Jun 20, 2016, at 6:33 PM, Keith White

Re: refcnt 0 on LLE at boot....

2016-07-07 Thread Larry Rosenman
and now it's been up for 13+ hours. I do have both VMCORE's from the 2 crashes. On 2016-07-06 18:22, Larry Rosenman wrote: Got a similar crash a few minutes later. On 2016-07-06 18:17, Larry Rosenman wrote: First boot, and I got the following panic. 2nd boot ran just fine.

Re: refcnt 0 on LLE at boot....

2016-07-07 Thread Larry Rosenman
Thanks for that. I've added myself to the cc list, and a comment about having 2 vmcore's. On 2016-07-07 08:28, Edward Tomasz Napierała wrote: FWIW, I'm seeing this too. I've filed a PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210884 On 0707T0813, Larry Rosenman wrote: and now

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Konstantin Belousov
On Thu, Jul 07, 2016 at 12:14:52AM -0700, Don Lewis wrote: > On 6 Jul, Matthew Macy wrote: > > > > > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > > wrote > > > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > > > > > > > > >

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Andrey Chernov
On 07.07.2016 7:52, K. Macy wrote: > On Wednesday, July 6, 2016, Don Lewis wrote: > >> On 6 Jul, Matthew Macy wrote: >>> As a first step towards managing linux user space in a chrooted >>> /compat/linux, initially for i915 testing with intel gpu tools, later >>> on to get

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Matthew Macy
On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov wrote > On 07.07.2016 7:52, K. Macy wrote: > > On Wednesday, July 6, 2016, Don Lewis wrote: > > > >> On 6 Jul, Matthew Macy wrote: > >>> As a first step towards managing linux

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Don Lewis
On 6 Jul, Matthew Macy wrote: > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > wrote > > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > > >

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Andrey Chernov
On 07.07.2016 9:40, Matthew Macy wrote: > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > wrote > > On 07.07.2016 7:52, K. Macy wrote: > > > On Wednesday, July 6, 2016, Don Lewis wrote: > > > > > >> On 6 Jul, Matthew Macy

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Andrey Chernov
On 07.07.2016 10:14, Don Lewis wrote: > On 6 Jul, Matthew Macy wrote: >> >> >> >> On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov >> wrote >> > On 07.07.2016 9:40, Matthew Macy wrote: >> > > >> > > >> > > >> > > On Wed, 06 Jul 2016 23:28:40 -0700

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Matthew Macy
On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov wrote > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > > wrote > > > On 07.07.2016 7:52, K. Macy wrote:

FreeBSD_HEAD_amd64_gcc - Build #1357 - Failure

2016-07-07 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc - Build #1357 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1357/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1357/changes Full build log:

Build failed in Jenkins: FreeBSD_HEAD #386

2016-07-07 Thread jenkins-admin
See -- [...truncated 311974 lines...] ===> usr.sbin/praudit (installconfig) ===> usr.sbin/authpf (installconfig) ===> usr.sbin/autofs (installconfig) ===> usr.sbin/blacklistctl (installconfig) ===>

zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-07 Thread Don Lewis
My package buiding machine just crashed with this panic during a poudriere run: panic: solaris assert: (dn->dn_phys->dn_nlevels == 0 && db->db_level == 0) || dn->dn_phys->dn_nlevels > db->db_level || dn->dn_next_nlevels[txgoff] > db->db_level || dn->dn_next_nlevels[(tx->tx_txg-1) & TXG_MASK] >

Build failed in Jenkins: FreeBSD_HEAD #387

2016-07-07 Thread jenkins-admin
See -- [...truncated 317363 lines...] ===> usr.sbin/praudit (installconfig) ===> usr.sbin/authpf (installconfig) ===> usr.sbin/autofs (installconfig) ===> usr.sbin/blacklistctl (installconfig) ===>

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Matthew Macy
On Thu, 07 Jul 2016 07:04:24 -0700 Konstantin Belousov wrote > On Thu, Jul 07, 2016 at 12:14:52AM -0700, Don Lewis wrote: > > On 6 Jul, Matthew Macy wrote: > > > > > > > > > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > > >