From owner-freebsd-bugs@freebsd.org Sun Oct 2 00:04:01 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2963A9D191 for ; Sun, 2 Oct 2016 00:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E270217EE for ; Sun, 2 Oct 2016 00:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92041fl056364 for ; Sun, 2 Oct 2016 00:04:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213137] boot2 too large when using gcc-4.6 or later Date: Sun, 02 Oct 2016 00:04:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: nigoro.dev@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 00:04:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213137 --- Comment #3 from Yuta Satoh --- (In reply to Dimitry Andric from comment #2) When using gcc-5.4.0, get a error is too large as well. When you disable fasynchronous-unwind-tables, it fits in the correct size. # gcc5 -v gcc version 5.4.0 (FreeBSD Ports Collection) # gcc5 -Os -Q --help=3Doptimize | grep unwind-tables -fasynchronous-unwind-tables [enabled] -funwind-tables [disabled] # cd /usr/src/sys/boot # CC=3Dgcc5 make Part of error log) gcc5 -fomit-frame-pointer -mrtd -mregparm=3D3 -DUSE_XREAD -DUFS1_AND_UF= S2=20 -DFLAGS=3D0x80 -DSIOPRT=3D0x3f8 -DSIOFMT=3D0x3 -DSIOSPD=3D9600=20 -I/usr/src/sys/boot/i386/boot2/../../common=20 -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototyp= es -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-stri= ngs=20 -Winline -march=3Di386 -ffreestanding -mno-mmx -mno-sse -msoft-float -m32 = -g=20 -std=3Dgnu99 -Wno-error=3Dunused-function -Wno-error=3Denum-compare -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dbool-compare -Wno-error=3Duninitialized -Wno-error=3Darray-bounds -Wno-error=3Dclobbered -Wno-error=3Dcast-align -Wno-error=3Dextra -Wno-error=3Dattributes -Wno-err= or=3Dinline -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-value -Wno-error=3Dstrict-aliasing -Wno-error=3Daddress -Os=20 -fno-guess-branch-probability -fno-unit-at-a-time --param max-inline-insns-single=3D100 -mpreferred-stack-boundary=3D2 -m32 -c sio= .S -o sio.o ld -static -N --gc-sections -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=3D1.02 size=3D690 load=3D9000 entry=3D9010 map=3D16M pgctl=3D1:1 client: fmt=3Dbin size=3D174d text=3D0 data=3D0 bss=3D0 entry=3D0 output: fmt=3Dbin size=3D1fdd text=3D200 data=3D1ddd org=3D0 entry=3D0 -477 bytes available Part of log to add -fno-asynchronous-unwind-tables) gcc5 -fomit-frame-pointer -mrtd -mregparm=3D3 -DUSE_XREAD -DUFS1_AND_UF= S2=20 -DFLAGS=3D0x80 -DSIOPRT=3D0x3f8 -DSIOFMT=3D0x3 -DSIOSPD=3D9600=20 -I/usr/src/sys/boot/i386/boot2/../../common=20 -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototyp= es -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-stri= ngs=20 -Winline -march=3Di386 -ffreestanding -mno-mmx -mno-sse -msoft-float -m32 = -g=20 -std=3Dgnu99 -Wno-error=3Dunused-function -Wno-error=3Denum-compare -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dbool-compare -Wno-error=3Duninitialized -Wno-error=3Darray-bounds -Wno-error=3Dclobbered -Wno-error=3Dcast-align -Wno-error=3Dextra -Wno-error=3Dattributes -Wno-err= or=3Dinline -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-value -Wno-error=3Dstrict-aliasing -Wno-error=3Daddress -Os=20 -fno-guess-branch-probability -fno-unit-at-a-time --param max-inline-insns-single=3D100 -fno-asynchronous-unwind-tables -mpreferred-stack-boundary=3D2 -m32 -c sio.S -o sio.o ld -static -N --gc-sections -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=3D1.02 size=3D690 load=3D9000 entry=3D9010 map=3D16M pgctl=3D1:1 client: fmt=3Dbin size=3D13ff text=3D0 data=3D0 bss=3D0 entry=3D0 output: fmt=3Dbin size=3D1c8f text=3D200 data=3D1a8f org=3D0 entry=3D0 369 bytes available dd if=3Dboot2.ld of=3Dboot2 obs=3D7680 conv=3Dosync status=3Dnone cat boot1 boot2 > boot --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 05:06:56 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66EEFAC6E3E for ; Sun, 2 Oct 2016 05:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56B35F18 for ; Sun, 2 Oct 2016 05:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9256uGV090860 for ; Sun, 2 Oct 2016 05:06:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213154] ipfw nat single pass with ipfw netgraph multi pass Date: Sun, 02 Oct 2016 05:06:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avernar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 05:06:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213154 Bug ID: 213154 Summary: ipfw nat single pass with ipfw netgraph multi pass Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: avernar@gmail.com Created attachment 175361 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175361&action= =3Dedit Proposed patch It is very difficult to get ipfw nat to work with stateful firewall (keep-s= tate and check-state) in multi pass mode. The issue is that the state rules hav= e to come after the nat rules. This makes keep-state see the external IP while check-state sees the internal IP and it doesn't work. Easier just to use single pass. Unfortunately you can't use single pass with certain netgraph nodes like tcpmss. The packets need to come back. So I propose we add an additional net.inet.ip.fw.one_pass_nat knob to enable one pass nat when net.inet.ip.fw.one_pass is set to 0 for netgraph, pipes a= nd queues. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 07:37:37 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6969FAC6D67 for ; Sun, 2 Oct 2016 07:37:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 590E6641 for ; Sun, 2 Oct 2016 07:37:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u927bb5m016612 for ; Sun, 2 Oct 2016 07:37:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213155] possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Date: Sun, 02 Oct 2016 07:37:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: martin@waschbuesch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 07:37:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213155 Bug ID: 213155 Summary: possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: martin@waschbuesch.de CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Similarly to the issues described in=20 https://forums.freebsd.org/threads/36761/ and https://forums.freebsd.org/threads/47409/ I am unable to boot a 11.0-RELEASE guest on KVM unless I disable some CPU features in KVM. Specifically, I have to set -cpu Opteron_G3 instead of -cpu Opteron_G5 or -cpu host in order to be able to boot the VM. If needed, I can provide access to such a VM for testing & debugging. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 18:01:07 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C139AEF09F for ; Sun, 2 Oct 2016 18:01:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B85AEBF for ; Sun, 2 Oct 2016 18:01:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92I15Nr029488 for ; Sun, 2 Oct 2016 18:01:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213155] possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Date: Sun, 02 Oct 2016 18:01:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 18:01:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213155 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC|freebsd-amd64@FreeBSD.org | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 18:01:33 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B29AEF105 for ; Sun, 2 Oct 2016 18:01:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 484E2F9A for ; Sun, 2 Oct 2016 18:01:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92I1XNV047036 for ; Sun, 2 Oct 2016 18:01:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213154] [patch] allow ipfw nat single pass with ipfw netgraph multi pass Date: Sun, 02 Oct 2016 18:01:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ipfw@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 18:01:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213154 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-ipfw@FreeBSD.org Summary|ipfw nat single pass with |[patch] allow ipfw nat |ipfw netgraph multi pass |single pass with ipfw | |netgraph multi pass --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 19:54:10 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3055AF278E for ; Sun, 2 Oct 2016 19:54:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0CC819B for ; Sun, 2 Oct 2016 19:54:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92JsASj034518 for ; Sun, 2 Oct 2016 19:54:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213155] possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Date: Sun, 02 Oct 2016 19:54:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 19:54:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213155 --- Comment #1 from Andriy Gapon --- Important bits from the forums are that the following things also help with= the porblem: - setting hw.use_xsave=3D0 - upgrading a host system So, this looks like a possible bug in XSAVE implementation in the older KVM code. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 20:14:57 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5385AF2D5A for ; Sun, 2 Oct 2016 20:14:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4410FC7 for ; Sun, 2 Oct 2016 20:14:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92KEvFF022593 for ; Sun, 2 Oct 2016 20:14:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213155] possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Date: Sun, 02 Oct 2016 20:14:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: martin@waschbuesch.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 20:14:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213155 --- Comment #2 from Martin Waschb=C3=BCsch --- Also forgot to mention: The same VM runs 10.3 without problems with both -cpu Opteron_G5 and -cpu host in place. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sun Oct 2 21:00:50 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B041AF1DD6 for ; Sun, 2 Oct 2016 21:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED919E7D for ; Sun, 2 Oct 2016 21:00:49 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92L015b015571 for ; Sun, 2 Oct 2016 21:00:49 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201610022100.u92L015b015571@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-bugs@FreeBSD.org Subject: Problem reports for freebsd-bugs@FreeBSD.org that need special attention Date: Sun, 02 Oct 2016 21:00:49 +0000 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 21:00:50 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf In Progress | 196973 | sh(1) broken UTF-8 input In Progress | 207109 | makefs includes a timestamp that prevents reprodu New | 197876 | [devfs] an error in devfs leads to data loss and New | 198797 | [PATCH] Added an option to install BSDstats to bs New | 202290 | /usr/bin/vi conversion error on valid character New | 202362 | ntp: restore refclocks selection (10.2-RELEASE re New | 202740 | vi/ex string substitution problem when there is m New | 204097 | witness_initialize() does not perform bound check New | 204115 | freebsd-update: Add support for better user messa New | 204545 | Adding quirk entry for some (Acer C720P Chromeboo New | 205598 | [patch] sbin/md5.c param -c, convert to lowercase New | 206386 | vendor/libarchive: directory traversal vulnerabil New | 207940 | [patch] sys/boot/efi/boot1 select boot partition New | 208484 | [PATCH] typo in nanobsd script save_cfg New | 209213 | UEFI Loader shows only black screen with Nvidia G New | 210245 | [PATCH] Update etc/ntp.conf to eliminate failure New | 210804 | installerconfig - using ZFS create in custom scri New | 212520 | [PATCH] kern/subr_uio.c: fix integer truncation i New | 212561 | stucking kyua test (/usr/tests/sys/acl/01) with e Open | 183817 | [patch] [mac] [panic] kernel compiled with option Open | 194925 | [pf] [ifconfig] interface group keywords do not w Open | 204081 | Uninterruptible sleep under 10.2-RELEASE Open | 204121 | numa(4) is broken: "vm_page_alloc: missing page" Open | 206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open | 206585 | hpt_set_info possible buffer overflow Open | 207248 | [patch] daemon(8): Add option to redirect stdout Open | 211361 | suggested boot partition size is too small, bsdin Open | 211564 | distributeworld (and other distribuction function Open | 212418 | kernel panic in _taskqgroup_adjust - uninitialize In Progress | 191348 | [mps] LSI2308 with WD3000FYYZ drives disappears a New | 202316 | Add IANA vxlan port to /etc/services New | 206386 | vendor/libarchive: directory traversal vulnerabil 33 problems total for which you should take action. From owner-freebsd-bugs@freebsd.org Sun Oct 2 21:19:38 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10CF9AC6A60 for ; Sun, 2 Oct 2016 21:19:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0084F1D7 for ; Sun, 2 Oct 2016 21:19:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u92LJb8E078515 for ; Sun, 2 Oct 2016 21:19:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211466] swapoff should not be called on reboot Date: Sun, 02 Oct 2016 21:19:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jilles@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 21:19:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211466 Jilles Tjoelker changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |DUPLICATE --- Comment #2 from Jilles Tjoelker --- My analysis was wrong in that /etc/rc.d/swaplate's stop operation is not limited to late swap devices. A fix is being developed in 187081. *** This bug has been marked as a duplicate of bug 187081 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Oct 3 00:35:07 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DDA3AC6450 for ; Mon, 3 Oct 2016 00:35:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DA7A368 for ; Mon, 3 Oct 2016 00:35:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u930Z6GC037210 for ; Mon, 3 Oct 2016 00:35:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213092] tar(1) continues to run and error after non-existent file Date: Mon, 03 Oct 2016 00:35:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kientzle@acm.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 00:35:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213092 kientzle@acm.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kientzle@acm.org --- Comment #1 from kientzle@acm.org --- I've copied your report to the libarchive bug tracker as: https://github.com/libarchive/libarchive/issues/794 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Oct 3 14:44:15 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E5E8AF3675 for ; Mon, 3 Oct 2016 14:44:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E561880 for ; Mon, 3 Oct 2016 14:44:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u93EiEws020140 for ; Mon, 3 Oct 2016 14:44:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206836] Random Lockups of partition /var Date: Mon, 03 Oct 2016 14:44:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: daniel.genis@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 14:44:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206836 Daniel G changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.genis@gmx.de --- Comment #3 from Daniel G --- Hello, we've also seen this issue happening since migration towards 10.3-RELEASE. Oct 3 16:00:44 storage4 kernel: vputx: negative ref count Oct 3 16:00:44 storage4 kernel: 0xfffff801b881d760: tag zfs, type VDIR Oct 3 16:00:44 storage4 kernel: usecount 0, writecount 0, refcount 0 mountedhere 0 Oct 3 16:00:44 storage4 kernel: flags (VI_FREE) Oct 3 16:00:44 storage4 kernel: VI_LOCKed lock type zfs: EXCL by thread 0xfffff8016083e000 (pid 1833, zfs, tid 102301) We haven't seen this issue in 10.1 either. For us also this is kind of a serious bug forcing a server restart. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Oct 3 15:53:27 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B390FAF40A5 for ; Mon, 3 Oct 2016 15:53:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2A986A9 for ; Mon, 3 Oct 2016 15:53:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u93FrR15004970 for ; Mon, 3 Oct 2016 15:53:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211705] Several "sdhci_pci0-slot0: Controller Timeout" messages during boot - no sdcard is connected [MSI Board "Cubi-N"] Date: Mon, 03 Oct 2016 15:53:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: miguelmclara@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 15:53:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211705 --- Comment #1 from miguelmclara@gmail.com --- Wonder if anyone know's how this can be solved?=20 This makes booting very slow since the message is repeated countless times. Thanks --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Mon Oct 3 20:31:14 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9FF7AF4040 for ; Mon, 3 Oct 2016 20:31:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C982814A for ; Mon, 3 Oct 2016 20:31:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u93KVEtQ057029 for ; Mon, 3 Oct 2016 20:31:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213178] resolv "asked for IN A got RRSIG" syslog spamming with DNSSEC bit set Date: Mon, 03 Oct 2016 20:31:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: alexander@wittig.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 20:31:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213178 Bug ID: 213178 Summary: resolv "asked for IN A got RRSIG" syslog spamming with DNSSEC bit set Product: Base System Version: 10.3-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: alexander@wittig.name Created attachment 175397 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175397&action= =3Dedit short test case triggering the warning to syslog I noticed when compiling the mail/exim port with DNSSEC enabled (and with t= he default local unbound resolving DNS server) I get many syslog messages to /var/log/messages such as Oct 3 22:07:25 hotzenplotz exim: gethostby*.gethostanswer: asked for "www.wittig.name IN A", got type "RRSIG" This message repeats for every DNSSEC enabled lookup. The lookup itself is successful. I traced the problem back to src/lib/libc/net/getaddrinfo.c, around line 21= 00. When the resolver receives a different record type than it asked for, the warning is logged and the unknown record is ignored. The logging code is in principle inside an #ifdef DEBUG, but it seems the code is compiled with DE= BUG set. By default the libc resolver does not set the DNSSEC flag, as, from what I understand, it does not yet know how to handle the response. However, it is possible to set it from the user program (via the _res structure). This is = what exim does to enable DNSSEC. The attached sample code is a short extract of = the exim code setting these options and performing a lookup that triggers the message logged to syslog. The immediate solution to the problem is of course not to enable the DNSSEC flag in user code as the libc resolver anyway doesn't support it yet. Howev= er, as use of DNSSEC becomes more widely spread and other resolvers start to support it, more code will probably enable it by default. And the warning logged by the resolver is confusing as it warns about perfectly correct, no= rmal DNSSEC behavior. The resolver code already contains a list of accepted responses where the response record type can differ from what was requested. This includes the = old SIG and KEY records as well as DNAME records (see old bug bin/127591 for an almost identical problem arising from DNAME instead of RRSIG). It would be straight forward to also add RRSIGs and DNSKEYs to the list of exempted responses. Alternatively, the file in question could just be compiled without DEBUG se= t, which would remove the logging of such warnings. Note that glibc, who's resolver is based on the same original bind code bas= e, on the other hand simply decided to completely drop these messages and remo= ve them from the code (https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;a=3Dcommitdiff;h=3Db9b= 026c9c00db1a1b5b4a3caa28162655a04a882). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 03:39:18 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B3B9AC660C for ; Tue, 4 Oct 2016 03:39:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEE64B2B for ; Tue, 4 Oct 2016 03:39:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u943dHfm059775 for ; Tue, 4 Oct 2016 03:39:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213178] [libc] resolv "asked for IN A got RRSIG" syslog spamming with DNSSEC bit set Date: Tue, 04 Oct 2016 03:39:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc component Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 03:39:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213178 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|resolv "asked for IN A got |[libc] resolv "asked for IN |RRSIG" syslog spamming with |A got RRSIG" syslog |DNSSEC bit set |spamming with DNSSEC bit | |set Component|bin |kern --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 11:44:56 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BE10AF58C9 for ; Tue, 4 Oct 2016 11:44:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7544FF1 for ; Tue, 4 Oct 2016 11:44:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94BitDw039731 for ; Tue, 4 Oct 2016 11:44:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213092] tar(1) continues to run and error after non-existent file Date: Tue, 04 Oct 2016 11:44:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 11:44:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213092 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: mm Date: Tue Oct 4 11:44:24 UTC 2016 New revision: 306669 URL: https://svnweb.freebsd.org/changeset/base/306669 Log: Update vendor/libarchive to git 024be27d1b299c030e8841bed3002ee07ba9eedc Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761: heap-based buffer overflow in read_Header (7-zip) #784: Invalid file on bsdtar command line results in internal errors (1) PR: 213092 (1) Obtained from: https://github.com/libarchive/libarchive Changes: vendor/libarchive/dist/Makefile.am vendor/libarchive/dist/cat/test/main.c vendor/libarchive/dist/cat/test/test.h vendor/libarchive/dist/cpio/test/main.c vendor/libarchive/dist/cpio/test/test.h vendor/libarchive/dist/examples/minitar/minitar.c vendor/libarchive/dist/libarchive/archive_read_support_format_7zip.c vendor/libarchive/dist/libarchive/archive_read_support_format_mtree.c vendor/libarchive/dist/libarchive/test/CMakeLists.txt vendor/libarchive/dist/libarchive/test/main.c vendor/libarchive/dist/libarchive/test/test_acl_freebsd_nfs4.c vendor/libarchive/dist/libarchive/test/test_read_format_mtree_crash747.c =20 vendor/libarchive/dist/libarchive/test/test_read_format_mtree_crash747.mtre= e.bz2.uu vendor/libarchive/dist/libarchive/test/test_read_set_format.c vendor/libarchive/dist/tar/subst.c vendor/libarchive/dist/tar/test/main.c vendor/libarchive/dist/tar/test/test.h vendor/libarchive/dist/tar/test/test_option_H_upper.c vendor/libarchive/dist/tar/test/test_option_L_upper.c vendor/libarchive/dist/tar/test/test_option_U_upper.c vendor/libarchive/dist/tar/test/test_option_n.c vendor/libarchive/dist/tar/write.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 11:57:00 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA094AF5B66 for ; Tue, 4 Oct 2016 11:57:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F7B5970 for ; Tue, 4 Oct 2016 11:57:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94BuxtV063326 for ; Tue, 4 Oct 2016 11:57:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213092] tar(1) continues to run and error after non-existent file Date: Tue, 04 Oct 2016 11:57:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 11:57:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213092 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: mm Date: Tue Oct 4 11:56:49 UTC 2016 New revision: 306670 URL: https://svnweb.freebsd.org/changeset/base/306670 Log: MFV r306669: Sync libarchive with vendor including security fixes. Important vendor bugfixes (relevant to FreeBSD): #747: Out of bounds read in mtree parser #761: heap-based buffer overflow in read_Header (7-zip) #784: Invalid file on bsdtar command line results in internal errors (1) PR: 213092 (1) MFC after: 1 week Changes: _U head/contrib/libarchive/ head/contrib/libarchive/cat/test/main.c head/contrib/libarchive/cat/test/test.h head/contrib/libarchive/cpio/test/main.c head/contrib/libarchive/cpio/test/test.h head/contrib/libarchive/libarchive/archive_read_support_format_7zip.c head/contrib/libarchive/libarchive/archive_read_support_format_mtree.c head/contrib/libarchive/libarchive/test/main.c head/contrib/libarchive/libarchive/test/test_acl_freebsd_nfs4.c head/contrib/libarchive/libarchive/test/test_read_format_mtree_crash747.c =20 head/contrib/libarchive/libarchive/test/test_read_format_mtree_crash747.mtr= ee.bz2.uu head/contrib/libarchive/libarchive/test/test_read_set_format.c head/contrib/libarchive/tar/subst.c head/contrib/libarchive/tar/test/main.c head/contrib/libarchive/tar/test/test.h head/contrib/libarchive/tar/test/test_option_H_upper.c head/contrib/libarchive/tar/test/test_option_L_upper.c head/contrib/libarchive/tar/test/test_option_U_upper.c head/contrib/libarchive/tar/test/test_option_n.c head/contrib/libarchive/tar/write.c head/lib/libarchive/tests/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 13:18:46 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA7A3AC6DC0 for ; Tue, 4 Oct 2016 13:18:46 +0000 (UTC) (envelope-from 71d5fe84.ld1.m9R.2i.o7cqLn+freebsd-bugs=freebsd.org@bnc.mailjet.com) Received: from o121.p4.mailjet.com (o121.p4.mailjet.com [178.33.221.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BC6EF1 for ; Tue, 4 Oct 2016 13:18:45 +0000 (UTC) (envelope-from 71d5fe84.ld1.m9R.2i.o7cqLn+freebsd-bugs=freebsd.org@bnc.mailjet.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc.mailjet.com; i=sales=3Dlondonvintageguitars.com@bnc.mailjet.com; s=mailjet; h=message-id:mime-version:content-type:from:reply-to:to:subject:date:precedence:list-id:list-unsubscribe:x-csa-complaints; bh=9lmUaPH7Ji0XEi9lJrzD+sC6q0I=; b=BO4kZpRIL7+gNJbVGlMYcJ7qlY/SZKhCxNtTbEJThMyGrQpqwnB/6vV1IUWSdfS0t6Kr7tpUhV1vT7VpM9zTz6nIWcB2dfQhCbWnV+r8OXnMiDx8oiBVdsTI+TcEBeGC6kzTMzYzNbjdspsiXtlwd9m85jaVd204yuPZDvdSJtk= Message-Id: <71d5fe84.ld1.m9R.2i.o7cqLn@mailjet.com> Mime-Version: 1.0 From: =?utf-8?Q?sales@londonvintageguitars.com?= Reply-To: To: freebsd-bugs@freebsd.org Subject: =?utf-8?Q?VINTAGE_STUDIO_GEAR_WANTED_-_BEST_PRICES_PAID?= Date: Tue, 4 Oct 2016 14:12:50 +0100 Precedence: bulk X-CSA-Complaints: whitelist-complaints@eco.de Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 13:18:47 -0000 View online version WANTEDFAIRCHILD 660 COMPRESSOR BEST MARKET PRICES PAID FOR THE RIGHT MODEL! GET IN TOUCH CASH WAITING!!!   This email has been sent to freebsd-bugs@freebsd.org , click here to unsubscribe . From owner-freebsd-bugs@freebsd.org Tue Oct 4 13:29:59 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EE41AF3119 for ; Tue, 4 Oct 2016 13:29:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E3B9684 for ; Tue, 4 Oct 2016 13:29:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94DTwvj021714 for ; Tue, 4 Oct 2016 13:29:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211771] kernel panic when loading ix interface ( was kernel panic on boot PowerEdge R720xd ) Date: Tue, 04 Oct 2016 13:29:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: fredrik@min-hemsida.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 13:29:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211771 Fredrik Lennmark changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fredrik@min-hemsida.net --- Comment #10 from Fredrik Lennmark --- We are only seeing this with 82598EB controller. Tests with 82599ES works. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 16:29:09 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97FC5AF45CB for ; Tue, 4 Oct 2016 16:29:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B2699D for ; Tue, 4 Oct 2016 16:29:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94GT9hf014780 for ; Tue, 4 Oct 2016 16:29:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213196] Upgrading Amazon EC2 instance from 10.3 to 11.0 results in hang at boot Date: Tue, 04 Oct 2016 16:29:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: allanjude@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 16:29:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213196 Bug ID: 213196 Summary: Upgrading Amazon EC2 instance from 10.3 to 11.0 results in hang at boot Product: Base System Version: 11.0-RC1 Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: allanjude@FreeBSD.org Peter Ankerst=C3=A5l on the -stable mailing list reports a failure to boot = after using freebsd-update to upgrade from 10.3-RELEASE to 11.0-RELEASE https://lists.freebsd.org/pipermail/freebsd-stable/2016-October/085799.html The issue is caused by EC2 hanging on an attempt to read past the end of the disk The issue was introduced in r297629 (6 months ago), but was not caught beca= use most installs are 4k aligned by the installer, and on most hardware, a read past the end of the disk returns and error, which is silently ignored and booting continues normally. For EC2, newer snapshots and images use a newer disk layout that is 4k aligned, so avoided this issue. Only older instances being upgraded to 11.0 encountered the problem. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 16:29:17 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8861AF45E6 for ; Tue, 4 Oct 2016 16:29:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7B829E8 for ; Tue, 4 Oct 2016 16:29:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94GTHjl015048 for ; Tue, 4 Oct 2016 16:29:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213196] Upgrading Amazon EC2 instance from 10.3 to 11.0 results in hang at boot Date: Tue, 04 Oct 2016 16:29:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: allanjude@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: allanjude@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 16:29:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213196 Allan Jude changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |allanjude@FreeBSD.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 18:05:16 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1978AF50C7 for ; Tue, 4 Oct 2016 18:05:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B14F3C44 for ; Tue, 4 Oct 2016 18:05:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94I5GaP081566 for ; Tue, 4 Oct 2016 18:05:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213201] [bhyve] virtio-net requires more than one descriptor per tx operation Date: Tue, 04 Oct 2016 18:05:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ricarkol@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 18:05:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213201 Bug ID: 213201 Summary: [bhyve] virtio-net requires more than one descriptor per tx operation Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: ricarkol@gmail.com Hello, We noticed that the Tx path for bhyve virtio-net devices (pci_virtio_net.c:pci_vtnet_proctx) assumes that all Tx'es will have a first descriptor with the header alone (https://svnweb.freebsd.org/base/head/usr.sbin/bhyve/pci_virtio_net.c?view= =3Dmarkup#l609): sc->pci_vtnet_tx(sc, &iov[1], n - 1, plen); // Skips the header descriptor The issue is that the virtio 1.0 specification allows for having the net he= ader and the data in a single descriptor. See section 5.1.6.2 of the virtio spec (http://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.html#x= 1-1680006). Thanks, Ricardo --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 19:25:21 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A3EAF55BA for ; Tue, 4 Oct 2016 19:25:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 032AEB61 for ; Tue, 4 Oct 2016 19:25:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94JPKwI098391 for ; Tue, 4 Oct 2016 19:25:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213201] [bhyve] virtio-net requires more than one descriptor per tx operation Date: Tue, 04 Oct 2016 19:25:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 19:25:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213201 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-virtualization@Free | |BSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Tue Oct 4 19:29:16 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68226AF5855 for ; Tue, 4 Oct 2016 19:29:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57DB1FB9 for ; Tue, 4 Oct 2016 19:29:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u94JTGS3003299 for ; Tue, 4 Oct 2016 19:29:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213206] ldns: drill -T trace mode broken Date: Tue, 04 Oct 2016 19:29:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sega01@go-beyond.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 19:29:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213206 Bug ID: 213206 Summary: ldns: drill -T trace mode broken Product: Base System Version: 11.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: sega01@go-beyond.org drill -T used to work like dig's trace mode. Now, it seems to be broken. # drill -T go-beyond.org; echo $? 0 # which drill /usr/bin/drill # freebsd-version 11.0-RELEASE I've tried this with a few domains. No output. It should at least be exiting non-zero in this case. Seems like it does a sendto(), recvfrom(), and then exits right after. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 01:33:13 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 323C5AF6F8D for ; Wed, 5 Oct 2016 01:33:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 177AC76C for ; Wed, 5 Oct 2016 01:33:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u951XCZh049269 for ; Wed, 5 Oct 2016 01:33:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213217] Passing -isystem /usr/include to clang breaks C++ compilation Date: Wed, 05 Oct 2016 01:33:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gonzo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 01:33:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213217 Bug ID: 213217 Summary: Passing -isystem /usr/include to clang breaks C++ compilation Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: gonzo@FreeBSD.org Created attachment 175436 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175436&action= =3Dedit test case To reproduce this bug run following command: % clang++ -isystem /usr/include test.cpp In file included from test.cpp:1: /usr/include/c++/v1/cstddef:43:15: fatal error: 'stddef.h' file not found #include_next ^ 1 error generated. File compiles fine without -isystem flag: % clang++ test.cpp % The problem is that stddef.h is clang's internal header and supposed to be = in /usr/bin/../lib/clang/3.8.0/include. But since it conflicts with freebsd's stddef.h we do not install it and append /usr/include to the list of include dirs: % clang++ -v test.cpp FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) .. skipped ... #include "..." search starts here: #include <...> search starts here: /usr/include/c++/v1 /usr/bin/../lib/clang/3.8.0/include /usr/include End of search list. But when we pass -isystem /usr/include, clang removes appended dir as a duplicate and search path looks like this: % clang++ -v -isystem /usr/include test.cpp FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) .. skipped .. ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: /usr/include /usr/include/c++/v1 /usr/bin/../lib/clang/3.8.0/include End of search list. #include_next does not go through whole list, only from the directory where= its parent file is located Some third-party software passes -isystem for cross-compilation cases alogn with --sysroot, namely Qt does it like this: c++ ... --sysroot=3D/src/FreeBSD/tftproot/rpi/ ... -isystem /src/FreeBSD/tftproot/rpi/usr/include ... and this bug breaks cross-compilation --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 01:36:52 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57127AF40DE for ; Wed, 5 Oct 2016 01:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46A2E8A3 for ; Wed, 5 Oct 2016 01:36:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u951aqcg055494 for ; Wed, 5 Oct 2016 01:36:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213217] Passing -isystem /usr/include to clang breaks C++ compilation Date: Wed, 05 Oct 2016 01:36:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gonzo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 01:36:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213217 --- Comment #1 from Oleksandr Tymoshenko --- Created attachment 175437 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175437&action= =3Dedit clang-isystem-fix.diff This patch fixes the problem but I am not sure if it's correct. It adds one more priority check and keeps ExtCSystem include in favor of CSystem one --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 02:01:08 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 947CBAF46A0 for ; Wed, 5 Oct 2016 02:01:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83D92141 for ; Wed, 5 Oct 2016 02:01:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95218Ce056845 for ; Wed, 5 Oct 2016 02:01:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213217] [patch] Passing -isystem /usr/include to clang breaks C++ compilation Date: Wed, 05 Oct 2016 02:01:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gonzo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 02:01:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213217 Oleksandr Tymoshenko changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Passing -isystem |[patch] Passing -isystem |/usr/include to |/usr/include to |clang breaks C++ |clang breaks C++ |compilation |compilation --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 03:25:27 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C3AAAF5E29 for ; Wed, 5 Oct 2016 03:25:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BB04BBC for ; Wed, 5 Oct 2016 03:25:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u953PRYC072901 for ; Wed, 5 Oct 2016 03:25:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213217] [patch] Passing -isystem /usr/include to clang breaks C++ compilation Date: Wed, 05 Oct 2016 03:25:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 03:25:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213217 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-toolchain@FreeBSD.o | |rg Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 08:32:46 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6F88AF4469 for ; Wed, 5 Oct 2016 08:32:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96150B26 for ; Wed, 5 Oct 2016 08:32:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u958Wk6K088599 for ; Wed, 5 Oct 2016 08:32:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213155] possible kernel regression when running 11.0-RELEASE on KVM on AMD Opterons Date: Wed, 05 Oct 2016 08:32:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: FREEBSD@bfeitell.users.panix.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 08:32:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213155 FREEBSD@bfeitell.users.panix.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FREEBSD@bfeitell.users.pani | |x.com --- Comment #3 from FREEBSD@bfeitell.users.panix.com --- I can confirm this boot failure on a CentOS7 host running both FreeBSD-11.0-RC3-amd64 and pfSense-CE-2.4.0-DEVELOPMENT-amd64-latest (FreeB= SD 11), as guests. Changing the CPU type to Westmere allows the VMs to boot and provides suppo= rt for for the AES-NI instructions provided by the host CPU, as described in: https://forums.freebsd.org/threads/36761/#post-204537 The host CPU is an AMD A8-7670K Pfsense 2.3.2 (FreeBSD 10.3) boots fine as either Opeteron_G5 or via the ho= st CPU copy facility built into virt-manager. Adding "hw.use_xsave=3D0" to /boot/loader.conf.local makes no difference. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 09:29:09 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B909AF5A4D for ; Wed, 5 Oct 2016 09:29:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF9987F4 for ; Wed, 5 Oct 2016 09:29:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u959T8o4092962 for ; Wed, 5 Oct 2016 09:29:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Wed, 05 Oct 2016 09:29:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: the_tron@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 09:29:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 Bug ID: 213225 Summary: boot problem with 11.0-RELEASE Bootloader not found kernel Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: the_tron@gmx.de CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Hello! FreeBSD 11.0-RELEASE=20 Something must have been bad changed on the bootloader. can't load 'kernel' ls says: "can't open '/' .... " after a manuell entering "lsdev" on prompt boot will work. i need now evertime the keyboard. Same hardware sind FreeBSD 8.0 bootdrive is ada0 with mbr and slices. NO geli. Please fix. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 09:36:25 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07276AF5EDB for ; Wed, 5 Oct 2016 09:36:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAE79D52 for ; Wed, 5 Oct 2016 09:36:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u959aOO9038138 for ; Wed, 5 Oct 2016 09:36:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Wed, 05 Oct 2016 09:36:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 09:36:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girgen@FreeBSD.org --- Comment #1 from Palle Girgensohn --- Hi, I think it would be great if you could supply the hardware specs. Best regards,=20 Palle --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 15:57:39 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1420AF510F for ; Wed, 5 Oct 2016 15:57:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFFF8782 for ; Wed, 5 Oct 2016 15:57:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95FvdXM024887 for ; Wed, 5 Oct 2016 15:57:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Wed, 05 Oct 2016 15:57:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: the_tron@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 15:57:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 the_tron@gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |the_tron@gmx.de --- Comment #2 from the_tron@gmx.de --- Created attachment 175448 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175448&action= =3Dedit screenshot (I have yesterday recompiled the kernel and world, but nothing changes. That's why the bootstrap loader and dmesg have different creation-time in screenshot.) dmesg, dmidecode, gpart show=20 Copyright (c) 1992-2016 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 11.0-RELEASE #0: Tue Oct 4 22:56:58 CEST 2016 root@tronserver.local:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) VT(vga): resolution 640x480 CPU: AMD Phenom(tm) II X6 1055T Processor (2812.97-MHz K8-class CPU) Origin=3D"AuthenticAMD" Id=3D0x100fa0 Family=3D0x10 Model=3D0xa Stepp= ing=3D0 =20 Features=3D0x178bfbff Features2=3D0x802009 AMD Features=3D0xee500800 AMD Features2=3D0x37ff SVM: NP,NRIP,NAsids=3D64 TSC: P-state invariant, performance statistics real memory =3D 21474836480 (20480 MB) avail memory =3D 20750077952 (19788 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 6 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 netmap: loaded module module_register_init: MOD_LOAD (vesa, 0xffffffff8101c950, 0) error 19 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 attimer0: port 0x40-0x43 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 atrtc0: port 0x70-0x73 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 18 at device 2.0 on pci0 pci1: on pcib1 vgapci0: port 0xdf00-0xdf7f mem 0xfb000000-0xfbffffff,0xc0000000-0xcfffffff,0xde000000-0xdfffffff=20 irq 18 at device 0.0 on pci1 vgapci0: Boot video device hdac0: mem 0xfcffc000-0xfcffffff irq 19 at device 0.1 on pci1 pcib2: irq 17 at device 9.0 on pci0 pci2: on pcib2 xhci0: mem 0xfd6fe000-0xfd6fffff irq 17 = at device 0.0 on pci2 xhci0: 32 bytes context size, 32-bit DMA xhci0: Unable to map MSI-X table=20 usbus0 on xhci0 pcib3: irq 18 at device 10.0 on pci0 pci3: on pcib3 atapci0: port 0xef00-0xef07,0xee00-0xee03,0xed00-0xed07,0xec00-0xec03,0xeb00-0xeb0f mem=20 0xfdcfe000-0xfdcfffff irq 18 at device 0.0 on pci3 ahci0: at channel -1 on atapci0 ahci0: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported ahci0: quirks=3D0x1 ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ata2: at channel 0 on atapci0 ahci1: port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00- 0xfb0f mem 0xfe02f000-0xfe02f3ff irq 19 at device 17.0 on pci0 ahci1: AHCI v1.20 with 6 6Gbps ports, Port Multiplier supported ahci1: quirks=3D0x22000 ahcich2: at channel 0 on ahci1 ahcich3: at channel 1 on ahci1 ahcich4: at channel 2 on ahci1 ahcich5: at channel 3 on ahci1 ahcich6: at channel 4 on ahci1 ahcich7: at channel 5 on ahci1 ohci0: mem 0xfe02e000-0xfe02efff irq= 18 at device 18.0 on pci0 usbus1 on ohci0 ehci0: mem 0xfe02d000-0xfe02d0ff= irq 17 at device 18.2 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 ohci1: mem 0xfe02c000-0xfe02cfff irq= 18 at device 19.0 on pci0 usbus3 on ohci1 ehci1: mem 0xfe02b000-0xfe02b0ff= irq 17 at device 19.2 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci1 hdac1: mem 0xfe024000-0xfe027fff irq 16 at device 20.2 on pci0 isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pci4: on pcib4 pci4: at device 14.0 (no driver attached) ohci2: mem 0xfe02a000-0xfe02afff irq= 18 at device 20.5 on pci0 usbus5 on ohci2 pcib5: at device 21.0 on pci0 pcib5: [GIANT-LOCKED] pci5: on pcib5 ahci2: mem 0xfdbfe000-0xfdbfffff irq = 17 at device 0.0 on pci5 ahci2: AHCI v1.00 with 2 3Gbps ports, Port Multiplier supported ahci2: quirks=3D0x1 ahcich8: at channel 0 on ahci2 ahcich9: at channel 1 on ahci2 atapci1: port 0xaf00-0xaf07,0xae00-0xae03,0xad00-0xad07,0xac00-0xac03,0xab00-0xab0f irq=20 17 at device 0.1 on pci5 ata3: at channel 0 on atapci1 pcib6: at device 21.1 on pci0 pcib6: [GIANT-LOCKED] pci6: on pcib6 re0: port 0x9e00-0x9eff mem 0xfd8ff000-0xfd8fffff,0xfd8f8000- 0xfd8fbfff irq 17 at device 0.0 on pci6 re0: Using 1 MSI-X message re0: Chip rev. 0x28000000 re0: MAC rev. 0x00300000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT- master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: 1c:6f:65:4a:95:1d re0: netmap queues/slots: TX 1/256, RX 1/256 ohci3: mem 0xfe029000-0xfe029fff irq= 18 at device 22.0 on pci0 usbus6 on ohci3 ehci2: mem 0xfe028000-0xfe0280ff= irq 17 at device 22.2 on pci0 usbus7: EHCI version 1.0 usbus7 on ehci2 orm0: at iomem 0xc0000-0xcdfff,0xd5000-0xd7fff on isa0 hwpstate0: on cpu0 Timecounters tick every 1.000 msec nvme cam probe device init hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 5 on hdaa0 hdacc1: at cad 1 on hdac0 hdaa1: at nid 1 on hdacc1 pcm1: at nid 5 on hdaa1 hdacc2: at cad 2 on hdac0 hdaa2: at nid 1 on hdacc2 pcm2: at nid 5 on hdaa2 hdacc3: at cad 3 on hdac0 hdaa3: at nid 1 on hdacc3 pcm3: at nid 5 on hdaa3 hdacc4: at cad 0 on hdac1 hdaa4: at nid 1 on hdacc4 pcm4: at nid 20,22,21,23 and 24,26 on hdaa4 pcm5: at nid 27 and 25 on hdaa4 pcm6: at nid 30 and 31 on hdaa4 pcm7: at nid 17 on hdaa4 usbus0: 5.0Gbps Super Speed USB v3.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 ugen0.1: <0x1033> at usbus0 uhub0: <0x1033 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 usbus4: 480Mbps High Speed USB v2.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 uhub5: 2 ports with 2 removable, self powered uhub1: 5 ports with 5 removable, self powered uhub0: 4 ports with 4 removable, self powered uhub3: 5 ports with 5 removable, self powered uhub6: 4 ports with 4 removable, self powered ada0 at ahcich2 bus 0 scbus3 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada0: Serial Number S0D4J1=3D=3D=3D=3D=3D=3D=3D ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes) cd0 at ahcich8 bus 0 scbus9 target 0 lun 0 cd0: Removable CD-ROM SCSI device cd0: Serial Number R4136=3D=3D=3D=3D=3D=3D=3D=3D cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - t= ray closed ada0: Command Queueing enabled ada0: 152627MB (312581808 512 byte sectors) ada1 at ahcich3 bus 0 scbus4 target 0 lun 0 ada1: ATA8-ACS SATA 2.x device ada1: Serial Number JK117=3D=3D=3D=3D=3D=3D=3D=3D ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors) ada2 at ahcich4 bus 0 scbus5 target 0 lun 0 ada2: ATA8-ACS SATA 2.x device ada2: Serial Number JK1101=3D=3D=3D=3D=3D=3D=3D=3D ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors) ada3 at ahcich5 bus 0 scbus6 target 0 lun 0 ada3: ATA8-ACS SATA 2.x device ada3: Serial Number JK1101=3D=3D=3D=3D=3D=3D=3D=3D ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors) ada4 at ahcich6 bus 0 scbus7 target 0 lun 0 ada4: ATA8-ACS SATA 2.x device ada4: Serial Number JK1175=3D=3D=3D=3D=3D=3D=3D ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors) ada5 at ahcich7 bus 0 scbus8 target 0 lun 0 ada5: ATA8-ACS SATA 2.x device ada5: Serial Number JK1101=3D=3D=3D=3D=3D=3D=3D=3D ada5: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada5: Command Queueing enabled ada5: 1907729MB (3907029168 512 byte sectors) ada6 at ahcich9 bus 0 scbus10 target 0 lun 0 ada6: ATA8-ACS SATA 3.x device ada6: Serial Number 53OWG=3D=3D=3D=3D ada6: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes) ada6: Command Queueing enabled ada6: 2861587MB (5860531055 512 byte sectors) SMP: AP CPU #3 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #4 Launched! Timecounter "TSC-low" frequency 1406487371 Hz quality 800 Trying to mount root from ufs:/dev/ada0s1a [rw]... uhub7: 4 ports with 4 removable, self powered ugen0.2: at usbus0 umass0: on usbus0 umass0: SCSI over Bulk-Only; quirks =3D 0x0100 umass0:12:0: Attached to scbus12 da0 at umass-sim0 bus 0 scbus12 target 0 lun 0 da0: Fixed Direct Access SPC-4 SCSI device da0: Serial Number 123456789012 da0: 400.000MB/s transfers da0: 3815447MB (976754646 4096 byte sectors) da0: quirks=3D0x2 uhub2: 5 ports with 5 removable, self powered uhub4: 5 ports with 5 removable, self powered ugen4.2: at usbus4 uhub8: on usbu= s4 ugen7.2: at usbus7 umass1: on usb= us7 umass1: SCSI over Bulk-Only; quirks =3D 0x0100 umass1:13:1: Attached to scbus13 (probe0:umass-sim1:1:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 = 00 00=20 (probe0:umass-sim1:1:0:0): CAM status: SCSI Status Error (probe0:umass-sim1:1:0:0): SCSI status: Check Condition (probe0:umass-sim1:1:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) (probe0:umass-sim1:1:0:0): Error 22, Unretryable error da1 at umass-sim1 bus 1 scbus13 target 0 lun 0 da1: Fixed Direct Access SPC-4 SCSI device da1: Serial Number 2015=3D=3D=3D=3D=3D=3D=3D=3D=3D da1: 40.000MB/s transfers da1: 1907729MB (3907029164 512 byte sectors) da1: quirks=3D0x2 uhub8: 4 ports with 4 removable, bus powered ugen0.3: at usbus0 umass2: on usb= us0 umass2: SCSI over Bulk-Only; quirks =3D 0x0100 umass2:14:2: Attached to scbus14 da2 at umass-sim2 bus 2 scbus14 target 0 lun 0 da2: Fixed Direct Access SPC-4 SCSI device da2: Serial Number 20140=3D=3D=3D=3D=3D=3D=3D=3D da2: 400.000MB/s transfers da2: 1907729MB (3907029168 512 byte sectors) da2: quirks=3D0x2 ugen4.3: at usbus4 ukbd0: on usbus4 kbd2 at ukbd0 random: unblocking device. re0: link state changed to DOWN re0: link state changed to UP uhid0: on usbus4 ugen4.3: at usbus4 (disconnected) ukbd0: at uhub8, port 2, addr 3 (disconnected) uhid0: at uhub8, port 2, addr 3 (disconnected) # dmidecode 3.0 Scanning /dev/mem for entry point. SMBIOS 2.4 present. 57 structures occupying 2847 bytes. Table at 0x000F0100. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Award Software International, Inc. Version: F5 Release Date: 08/01/2011 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 1024 kB Characteristics: ISA is supported PCI is supported PNP is supported APM is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported BIOS ROM is socketed EDD is supported 5.25"/360 kB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 kB floppy services are supported (int 13h) 3.5"/2.88 MB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) CGA/mono video services are supported (int 10h) ACPI is supported USB legacy is supported LS-120 boot is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Targeted content distribution is supported Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Gigabyte Technology Co., Ltd. Product Name: GA-870A-UD3 Version:=20=20 Serial Number:=20=20 UUID: 31433646-=3D=3D=3D=3D-=3D=3D=3D=3D-=3D=3D=3D=3D-=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D Wake-up Type: Power Switch SKU Number:=20=20 Family:=20=20 Handle 0x0002, DMI type 2, 8 bytes Base Board Information Manufacturer: Gigabyte Technology Co., Ltd. Product Name: GA-870A-UD3 Version:=20=20 Serial Number:=20=20 Handle 0x0003, DMI type 3, 17 bytes Chassis Information Manufacturer: Gigabyte Technology Co., Ltd. Type: Desktop Lock: Not Present Version:=20=20 Serial Number:=20=20 Asset Tag:=20=20 Boot-up State: Unknown Power Supply State: Unknown Thermal State: Unknown Security Status: Unknown OEM Information: 0x00000000 Handle 0x0004, DMI type 4, 35 bytes Processor Information Socket Designation: Socket M2 Type: Central Processor Family: Athlon Manufacturer: AMD ID: A0 0F 10 00 FF FB 8B 17 Signature: Family 16, Model 10, Stepping 0 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) MMX (MMX technology supported) FXSR (FXSAVE and FXSTOR instructions supported) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) HTT (Multi-threading) Version: AMD Phenom(tm) II X6 1055T Processor Voltage: 11.7 V External Clock: 200 MHz Max Speed: 3200 MHz Current Speed: 2800 MHz Status: Populated, Enabled Upgrade: ZIF Socket L1 Cache Handle: 0x000A L2 Cache Handle: 0x000C L3 Cache Handle: Not Provided Serial Number:=20=20 Asset Tag:=20=20 Part Number:=20=20 Handle 0x0005, DMI type 5, 24 bytes Memory Controller Information Error Detecting Method: 64-bit ECC Error Correcting Capabilities: None Supported Interleave: One-way Interleave Current Interleave: One-way Interleave Maximum Memory Module Size: 1024 MB Maximum Total Memory Size: 4096 MB Supported Speeds: 70 ns 60 ns Supported Memory Types: Standard EDO Memory Module Voltage: 3.3 V Associated Memory Slots: 4 0x0006 0x0007 0x0008 0x0009 Enabled Error Correcting Capabilities: None Handle 0x0006, DMI type 6, 12 bytes Memory Module Information Socket Designation: A0 Bank Connections: 1 Current Speed: 53 ns Type: Other Unknown EDO Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x0007, DMI type 6, 12 bytes Memory Module Information Socket Designation: A1 Bank Connections: 2 Current Speed: 53 ns Type: Other Unknown EDO Installed Size: 2048 MB (Single-bank Connection) Enabled Size: 2048 MB (Single-bank Connection) Error Status: OK Handle 0x0008, DMI type 6, 12 bytes Memory Module Information Socket Designation: A2 Bank Connections: 3 Current Speed: 53 ns Type: Other Unknown EDO Installed Size: 8192 MB (Double-bank Connection) Enabled Size: 8192 MB (Double-bank Connection) Error Status: OK Handle 0x0009, DMI type 6, 12 bytes Memory Module Information Socket Designation: A3 Bank Connections: 4 Current Speed: 53 ns Type: Other Unknown EDO Installed Size: 8192 MB (Double-bank Connection) Enabled Size: 8192 MB (Double-bank Connection) Error Status: OK Handle 0x000A, DMI type 7, 19 bytes Cache Information Socket Designation: Internal Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 128 kB Maximum Size: 128 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000B, DMI type 7, 19 bytes Cache Information Socket Designation: Internal Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Back Location: Internal Installed Size: 128 kB Maximum Size: 128 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000C, DMI type 7, 19 bytes Cache Information Socket Designation: External Cache Configuration: Enabled, Not Socketed, Level 3 Operational Mode: Write Back Location: Internal Installed Size: 512 kB Maximum Size: 512 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000D, DMI type 7, 19 bytes Cache Information Socket Designation: External Cache Configuration: Disabled, Not Socketed, Level 2 Operational Mode: Write Through Location: Internal Installed Size: 0 kB Maximum Size: 1024 kB Supported SRAM Types: Synchronous Installed SRAM Type: Synchronous Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PRIMARY IDE Internal Connector Type: On Board IDE External Reference Designator:=20=20 External Connector Type: None Port Type: Other Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FDD Internal Connector Type: On Board Floppy External Reference Designator:=20=20 External Connector Type: None Port Type: 8251 FIFO Compatible Handle 0x0010, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: COM1 Internal Connector Type: 9 Pin Dual Inline (pin 10 cut) External Reference Designator:=20=20 External Connector Type: DB-9 male Port Type: Serial Port 16450 Compatible Handle 0x0011, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: LPT1 Internal Connector Type: DB-25 female External Reference Designator:=20=20 External Connector Type: DB-25 female Port Type: Parallel Port ECP/EPP Handle 0x0012, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Keyboard Internal Connector Type: Other External Reference Designator:=20=20 External Connector Type: PS/2 Port Type: Keyboard Port Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PS/2 Mouse Internal Connector Type: PS/2 External Reference Designator: No Detected External Connector Type: PS/2 Port Type: Mouse Port Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0020, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: USB Internal Connector Type: None External Reference Designator:=20=20 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0022, DMI type 9, 13 bytes System Slot Information Designation: PCI Type: 32-bit PCI Current Usage: Available Length: Long ID: 6 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0023, DMI type 9, 13 bytes System Slot Information Designation: PCI Type: 32-bit PCI Current Usage: Available Length: Long ID: 7 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0024, DMI type 9, 13 bytes System Slot Information Designation: PCI Type: 32-bit PCI Current Usage: Available Length: Long ID: 8 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0025, DMI type 9, 13 bytes System Slot Information Designation: PCI Express x16 Type: x16 PCI Express Current Usage: Unknown Length: Other ID: 0 Characteristics: 3.3 V is provided Handle 0x0026, DMI type 13, 22 bytes BIOS Language Information Language Description Format: Long Installable Languages: 3 n|US|iso8859-1 n|US|iso8859-1 r|CA|iso8859-1 Currently Installed Language: n|US|iso8859-1 Handle 0x0027, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 16 GB Error Information Handle: Not Provided Number Of Devices: 4 Handle 0x0028, DMI type 17, 27 bytes Memory Device Array Handle: 0x0027 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: A0 Bank Locator: Bank0/1 Type: Unknown Type Detail: None Speed: 1333 MHz Manufacturer:=20=20 Serial Number:=20=20 Asset Tag:=20=20 Part Number:=20=20 Handle 0x0029, DMI type 17, 27 bytes Memory Device Array Handle: 0x0027 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: A1 Bank Locator: Bank2/3 Type: Unknown Type Detail: None Speed: 1333 MHz Manufacturer:=20=20 Serial Number:=20=20 Asset Tag:=20=20 Part Number:=20=20 Handle 0x002A, DMI type 17, 27 bytes Memory Device Array Handle: 0x0027 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: A2 Bank Locator: Bank4/5 Type: Unknown Type Detail: None Speed: 1333 MHz Manufacturer:=20=20 Serial Number:=20=20 Asset Tag:=20=20 Part Number:=20=20 Handle 0x002B, DMI type 17, 27 bytes Memory Device Array Handle: 0x0027 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 8192 MB Form Factor: DIMM Set: None Locator: A3 Bank Locator: Bank6/7 Type: Unknown Type Detail: None Speed: 1333 MHz Manufacturer:=20=20 Serial Number:=20=20 Asset Tag:=20=20 Part Number:=20=20 Handle 0x002C, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x004FFFFFFFF Range Size: 20 GB Physical Array Handle: 0x0027 Partition Width: 1 Handle 0x002D, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0007FFFFFFF Range Size: 2 GB Physical Device Handle: 0x0028 Memory Array Mapped Address Handle: 0x002C Partition Row Position: 1 Handle 0x002E, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00080000000 Ending Address: 0x000FFFFFFFF Range Size: 2 GB Physical Device Handle: 0x0029 Memory Array Mapped Address Handle: 0x002C Partition Row Position: 1 Handle 0x002F, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00100000000 Ending Address: 0x002FFFFFFFF Range Size: 8 GB Physical Device Handle: 0x002A Memory Array Mapped Address Handle: 0x002C Partition Row Position: 1 Handle 0x0030, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00300000000 Ending Address: 0x004FFFFFFFF Range Size: 8 GB Physical Device Handle: 0x002B Memory Array Mapped Address Handle: 0x002C Partition Row Position: 1 Handle 0x0031, DMI type 32, 11 bytes System Boot Information Status: No errors detected Handle 0x0032, DMI type 188, 212 bytes OEM-specific Type Header and Data: BC D4 32 00 00 00 00 C0 00 00 00 00 00 00 00 40 05 00 00 00 00 06 76 00 00 00 00 00 08 00 00 00 00 40 58 00 00 00 01 00 03 00 00 00 00 00 3F 05 00 00 00 00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 00 03 40 00 C0 01 00 00 02 00 00 00 00 01 00 00 00 09 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 3F 78 00 E0 3F F8 00 00 00 00 00 00 00 00 00 06 00 08 0E 50 04 02 18 A7 00 00 00 D4 0A 24 00 45 96 16 C7 55 79 32 02 00 00 01 00 00 02 00 00 40 00 00 00 5C 00 B0 4A 0D 09 50 3F 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0033, DMI type 190, 212 bytes OEM-specific Type Header and Data: BE D4 33 00 C4 05 00 00 00 00 00 00 24 A4 40 04 60 0F E0 2C 01 00 00 02 00 00 00 00 01 00 00 00 09 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 3F 78 00 E0 3F F8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 08 0E 50 04 02 18 00 00 00 00 A7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A7 00 00 00 00 00 00 00 24 A4 40 04 60 0F E0 2C 01 91 C3 8F 00 02 00 00 00 00 00 00 40 00 00 00 A7 00 00 00 D4 0A 24 00 45 96 16 C7 66 B9 32 02 00 00 01 00 0D 09 50 3F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0034, DMI type 192, 244 bytes OEM-specific Type Header and Data: C0 F4 34 00 06 40 00 00 23 33 22 20 A3 08 31 0A 00 00 0C 00 35 00 00 00 23 33 22 20 21 2E 31 38 13 1B 24 27 3F 47 4B 4C 30 36 3A 3E 3C 2C 35 00 00 00 0C 0A 08 06 10 0C 0A 0A 08 0A 0C 0A 0C 0C 0E 0A 06 0A F4 DB 50 01 00 00 0C 00 00 00 00 00 8C 00 8D 00 8D 00 95 00 59 00 8F 00 92 00 94 00 9A 00 5D 00 0C 00 0D 00 0D 00 15 00 00 00 0F 00 12 00 14 00 1A 00 00 00 9E 00 A5 00 B0 00 BB 00 A0 00 A9 00 B2 00 BF 00 1E 00 05 00 10 00 1B 00 00 00 09 00 12 00 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0035, DMI type 194, 244 bytes OEM-specific Type Header and Data: C2 F4 35 00 06 40 00 00 23 33 22 20 A3 08 31 0A 00 00 0C 00 35 00 00 00 23 33 22 20 1C 2A 32 37 12 1C 23 28 3E 48 48 4A 2E 37 3A 3D 3B 2C 35 00 00 00 0C 0C 0A 08 10 0E 0E 0C 0A 0A 0C 0C 10 0E 0E 0E 08 0E C7 8F 71 20 00 00 0C 00 00 00 00 00 95 00 9A 00 98 00 9D 00 63 00 9F 00 9E 00 9F 00 A4 00 68 00 15 00 1A 00 18 00 1D 00 00 00 1F 00 1E 00 1F 00 04 00 00 00 AA 00 B0 00 BD 00 C2 00 AC 00 B2 00 BF 00 C7 00 0A 00 10 00 1D 00 02 00 0C 00 12 00 1F 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0036, DMI type 196, 244 bytes OEM-specific Type Header and Data: C4 F4 36 00 06 40 00 00 10 00 1C 00 1F 00 26 00 2B 00 00 00 04 00 0C 00 14 00 18 00 01 00 10 00 1C 00 1F 00 06 00 0B 00 00 00 04 00 0C 00 2E 00 37 00 3B 00 3C 00 1F 00 27 00 2C 00 2F 00 0E 00 17 00 1B 00 1C 00 1F 00 07 00 0C 00 0F 00 04 0C 14 18 1F 27 2C 2F 01 00 00 00 08 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0037, DMI type 198, 244 bytes OEM-specific Type Header and Data: C6 F4 37 00 06 40 00 00 0C 00 1A 00 22 00 27 00 78 00 00 00 04 00 0E 00 14 00 19 00 03 00 0C 00 1A 00 02 00 07 00 18 00 00 00 04 00 0E 00 2F 00 37 00 39 00 3B 00 20 00 28 00 2D 00 2F 00 0F 00 17 00 19 00 1B 00 00 00 08 00 0D 00 0F 00 04 0E 14 19 20 28 2D 2F 43 00 00 00 8F 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Handle 0x0038, DMI type 127, 4 bytes End Of Table the first drive is the boot drive gpart show =3D> 63 312581745 ada0 MBR (149G) 63 312581745 1 freebsd [active] (149G) =3D> 0 312581745 ada0s1 BSD (149G) 0 2097152 1 freebsd-ufs (1.0G) 2097152 16777216 2 freebsd-swap (8.0G) 18874368 12582912 4 freebsd-ufs (6.0G) 31457280 1048576 5 freebsd-ufs (512M) 32505856 280075889 6 freebsd-ufs (134G) =3D> 34 3907029101 ada1 GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 ada2 GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 ada3 GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 ada4 GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 ada5 GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 5860530988 ada6 GPT (2.7T) 34 6 - free - (3.0K) 40 5860530976 1 freebsd-ufs (2.7T) 5860531016 6 - free - (3.0K) =3D> 34 3907029101 diskid/DISK-JK1170B8G4H0DP GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 diskid/DISK-JK1101B9HTRMGF GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 diskid/DISK-JK1101B9HTRN4F GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 diskid/DISK-JK1175YAKESLBX GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 3907029101 diskid/DISK-JK1101B8GH0WBZ GPT (1.8T) 34 3907029101 1 freebsd-ufs (1.8T) =3D> 34 5860530988 diskid/DISK-53OWGB8GS GPT (2.7T) 34 6 - free - (3.0K) 40 5860530976 1 freebsd-ufs (2.7T) 5860531016 6 - free - (3.0K) =3D> 6 976754635 da0 GPT (3.6T) 6 976754635 1 freebsd-ufs (3.6T) =3D> 6 976754635 diskid/DISK-123456789012 GPT (3.6T) 6 976754635 1 freebsd-ufs (3.6T) =3D> 34 3907029097 da1 GPT (1.8T) 34 6 - free - (3.0K) 40 3907029088 1 freebsd (1.8T) 3907029128 3 - free - (1.5K) =3D> 34 3907029101 da2 GPT (1.8T) 34 6 - free - (3.0K) 40 88 1 freebsd-boot (44K) 128 3907029007 2 freebsd-ufs (1.8T) =3D> 34 3907029097 diskid/DISK-20150123006691F GPT (1.8T) 34 6 - free - (3.0K) 40 3907029088 1 freebsd (1.8T) 3907029128 3 - free - (1.5K) =3D> 34 3907029101 diskid/DISK-20140805010317F GPT (1.8T) 34 6 - free - (3.0K) 40 88 1 freebsd-boot (44K) 128 3907029007 2 freebsd-ufs (1.8T) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 16:01:43 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7344AF5433 for ; Wed, 5 Oct 2016 16:01:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9706CAF2 for ; Wed, 5 Oct 2016 16:01:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95G1hHO063287 for ; Wed, 5 Oct 2016 16:01:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Wed, 05 Oct 2016 16:01:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: the_tron@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 16:01:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 --- Comment #3 from the_tron@gmx.de --- cat /etc/fstab # Device Mountpoint FStype Options Dump Pas= s# /dev/ada0s1a / ufs rw 1 1 /dev/ada0s1b none swap sw 0 0 /dev/ada0s1e /tmp ufs rw 2 2 /dev/ada0s1f /usr ufs rw 2 2 /dev/ada0s1d /var ufs rw 2 2 /dev/cd0 /cdrom cd9660 ro,noauto 0 0 #/dev/mirror/gm0s1d /media/2tb ufs rw 3 2 /dev/da0s4d /media/trageplatte ufs rw,noauto=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 0 0 /dev/raid3/storage /media/raid ufs rw,noauto 0 0 /proc /proc procfs rw,auto 0 0 root@tronserver:~# cat /boot/loader.conf #geom_mirror_load=3D"YES" #vm.kmem_size=3D"1024M" #vm.kmem_size_max=3D"1024M" #vfs.zfs.arc_max=3D"100M" #vfs.zfs.vdev.cache.size=3D"10M" #vfs.zfs.prefetch_disable=3D1 #geom_eli_load=3D"YES" ahci_load=3D"YES" aio_load=3DYES hint.ahcich.X.pm=3D1 kern.geom.eli.key_cache_limit=3D65536 kernel_options=3D"-v" glabel_load=3D"YES" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 18:46:04 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85BBEAF6548 for ; Wed, 5 Oct 2016 18:46:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C0ABC60 for ; Wed, 5 Oct 2016 18:46:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95Ik4Px057343 for ; Wed, 5 Oct 2016 18:46:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658) Date: Wed, 05 Oct 2016 18:46:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hiren@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 18:46:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213232 Bug ID: 213232 Summary: [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: hiren@FreeBSD.org (kgdb) bt #0 __curthread () at ./machine/pcpu.h:221 #1 doadump (textdump=3D492866688) at /d0/hiren/freebsd/sys/kern/kern_shutdown.c:298 #2 0xffffffff80395066 in db_fncall_generic (nargs=3D0, addr=3D, rv=3D, args=3D, dummy2=3D, dummy3=3D, dummy4=3D) at /d0/hiren/freebsd/sys/ddb/db_command.c:629 #4 0xffffffff80394bc9 in db_command (last_cmdp=3D, cmd_table=3D, dopager=3D at /d0/hiren/freebsd/sys/ddb/db_command.c:453 #5 0xffffffff80394924 in db_command_loop () at /d0/hiren/freebsd/sys/ddb/db_command.c:506 #6 0xffffffff803979df in db_trap (type=3D, code=3D) at /d0/hiren/freebsd/sys/ddb/db_main #7 0xffffffff80a90003 in kdb_trap (type=3D, code=3D, tf=3D) at /d0/hiren/fr #8 0xffffffff80ec5ce4 in trap (frame=3D0xfffffe201d6090f0) at /d0/hiren/freebsd/sys/amd64/amd64/trap.c:559 #9 #10 kdb_enter (why=3D0xffffffff813f7eb8 "panic", msg=3D0x80 ) at /d0/hiren #11 0xffffffff80a4e41f in vpanic (fmt=3D, ap=3D0xfffffe201d6= 09280) at /d0/hiren/freebsd/sys/kern/kern_sh #12 0xffffffff80a4e276 in kassert_panic (fmt=3D0xffffffff8142a88d "%s: len > IP_MAXPACKET") at /d0/hiren/freebsd/sys/ #13 0xffffffff80c3660a in tcp_output (tp=3D) at /d0/hiren/freebsd/sys/netinet/tcp_output.c:987 #14 0xffffffff80c333a2 in tcp_do_segment (m=3D, th=3D, so=3D, tp=3D, iptos=3D, ti_locked=3D, offp=3D, proto=3D) at /d0/hiren/ #16 0xffffffff80bbc901 in ip_input (m=3D0x4) at /d0/hiren/freebsd/sys/netinet/ip_input.c:809 #17 0xffffffff80b57630 in netisr_dispatch_src (proto=3D1, source=3D0, m=3D0xfffff807bf186300) at /d0/hiren/freebsd/sys/ne #18 0xffffffff80b4183a in ether_demux (ifp=3D, m=3D0x80) at /d0/hiren/freebsd/sys/net/if_ethersubr.c:848 #19 0xffffffff80b42637 in ether_input_internal (ifp=3D, m=3D= 0x80) at /d0/hiren/freebsd/sys/net/if_ethers #20 ether_nh_input (m=3D) at /d0/hiren/freebsd/sys/net/if_ethersubr.c:667 #21 0xffffffff80b57630 in netisr_dispatch_src (proto=3D5, source=3D0, m=3D0xfffff807bf186300) at /d0/hiren/freebsd/sys/ne #22 0xffffffff80b41ba2 in ether_input (ifp=3D, m=3D0x0) at /d0/hiren/freebsd/sys/net/if_ethersubr.c:757 #23 0xffffffff805e2dcb in ixgbe_rx_input (rxr=3D, ifp=3D, m=3D0xfffff807bf186300, ptype=3D) at /d0/hiren/freebsd/sys/dev/ixgbe/ix_txrx.c:1985 #25 0xffffffff805da70c in ixgbe_msix_que (arg=3D0xfffff80114812870) at /d0/hiren/freebsd/sys/dev/ixgbe/if_ix.c:1572 #26 0xffffffff80a147a6 in intr_event_execute_handlers (p=3D, ie=3D) at /d0/hiren/freebsd/ #27 0xffffffff80a14e26 in ithread_execute_handlers (ie=3D, p=3D) at /d0/hiren/freebsd/sys #28 ithread_loop (arg=3D) at /d0/hiren/freebsd/sys/kern/kern_intr.c:1356 #29 0xffffffff80a11eb4 in fork_exit (callout=3D0xffffffff80a14d80 , arg=3D0xfffff801147babe0, frame=3D0xfff at /d0/hiren/freebsd/sys/kern/kern_fork.c:1038 #30 (kgdb)=20 This box paniced while sitting idle. Just running -head and no special conf= igs. ix0@pci0:4:0:0: class=3D0x020000 card=3D0x061115d9 chip=3D0x10fb8086 rev=3D= 0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' class =3D network subclass =3D ethernet tso is on. http://svn.freebsd.org/changeset/base/211317 added the check where its panicing.=20 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D132832 which caused r21= 1317 I've not looked at it into much detail. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Wed Oct 5 18:52:05 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A7D9AF6800 for ; Wed, 5 Oct 2016 18:52:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3C420E for ; Wed, 5 Oct 2016 18:52:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u95Iq4qe073435 for ; Wed, 5 Oct 2016 18:52:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET (at r306658) Date: Wed, 05 Oct 2016 18:52:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 18:52:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213232 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 06:19:50 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 665D4AF5AF1 for ; Thu, 6 Oct 2016 06:19:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36FC6128 for ; Thu, 6 Oct 2016 06:19:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u966JohE010338 for ; Thu, 6 Oct 2016 06:19:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213237] ndis does not create network insterface Date: Thu, 06 Oct 2016 06:19:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ota@j.email.ne.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 06:19:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213237 Bug ID: 213237 Summary: ndis does not create network insterface Product: Base System Version: 11.0-RC1 Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ota@j.email.ne.jp CC: freebsd-i386@FreeBSD.org CC: freebsd-i386@FreeBSD.org Bug introduced in 11-0-RELEASE. I have eMachines eM250-1915 and it is Broadcom based wireless NIC. I have = used it with NDIS driver until 10.2-RELEASE. After upgrading to 11.0 and re-creating NDIS kernel module, it no longer works. kldload mentions about ndis0 but ifconfig does not show driver become avail= able like below on 11.0. % kldload /boot/modules/bcmwl5_sys.ko ndis0: mem 0x57100000-0x57103fff irq 16 = at device 0.0 on pci1 ndis0: NDIS API version: 5.1 % ifconfig alc0: flags=3D8802 metric 0 mtu 1500 =20=20=20=20=20=20=20 options=3Dc3198 ether 70:5a:b6:16:82:6e nd6 options=3D29 media: Ethernet autoselect lo0: flags=3D8049 metric 0 mtu 16384 options=3D600003 inet6 ::1 prefixlen 128=20 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 inet 127.0.0.1 netmask 0xff000000=20 nd6 options=3D21 groups: lo --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 11:25:18 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C4BBD3EC4 for ; Thu, 6 Oct 2016 11:25:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3565EAA for ; Thu, 6 Oct 2016 11:25:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96BPHVn022777 for ; Thu, 6 Oct 2016 11:25:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213239] [panic] Fatal trap 12: page fault while in kernel mode (various processes) Date: Thu, 06 Oct 2016 11:25:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rootservice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 11:25:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213239 Bug ID: 213239 Summary: [panic] Fatal trap 12: page fault while in kernel mode (various processes) Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: rootservice@gmail.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Created attachment 175461 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175461&action= =3Dedit core.txt.0 I'm getting panics with trap 12 every 10-14 hours on various processes with 11.0-STABLE This time i preserved the crash dump so i attached the core.txt.0 which sho= uld provide some needed info If you need more info or if i can do anything else to help tracking this do= wn, just let me know (but keep in mind that this is a production system, yes i know...) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 12:19:51 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90A1AAF5CAB for ; Thu, 6 Oct 2016 12:19:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 805A61D8 for ; Thu, 6 Oct 2016 12:19:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96CJmRx088767 for ; Thu, 6 Oct 2016 12:19:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209658] freeBSD network performance abnormal when iperf -s as server testing Date: Thu, 06 Oct 2016 12:19:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: arved@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 12:19:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209658 --- Comment #2 from Tilman Keskinoz --- *** Bug 209533 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 14:31:10 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FD1BAF6B91 for ; Thu, 6 Oct 2016 14:31:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F60C3B1 for ; Thu, 6 Oct 2016 14:31:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96EVAAO066196 for ; Thu, 6 Oct 2016 14:31:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213239] [panic] Fatal trap 12: page fault while in kernel mode (various processes) Date: Thu, 06 Oct 2016 14:31:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 14:31:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213239 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girgen@FreeBSD.org --- Comment #1 from Palle Girgensohn --- I see this is in the vnet code somehow, are you using VIMAGE? See this PR. It helped us, if you're lucky it is the same problem: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203175 The "First tentative patch for this issue" has been running for 10+ months = in our productions systems and helped us remedy our problem. Can't say it was a trap 12, so maybe I'm out on a whim here. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 15:32:49 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F8CBE9F02 for ; Thu, 6 Oct 2016 15:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFBC2147 for ; Thu, 6 Oct 2016 15:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96FWnYv058195 for ; Thu, 6 Oct 2016 15:32:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213239] [panic] Fatal trap 12: page fault while in kernel mode (various processes) Date: Thu, 06 Oct 2016 15:32:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rootservice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 15:32:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213239 --- Comment #2 from Markus Kohlmeyer --- Sorry, no i'm not using VIMAGE or any other virtualization options and i've= not even have any corresponding options my kernel config as can be seen at the = end of the core.txt.0 file. Also i never had a panic with FreeBSD >=3D 6.2 <=3D 10.3 so this is the fir= st time for me :( --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 15:44:48 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ACDABD380D for ; Thu, 6 Oct 2016 15:44:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A958E7C for ; Thu, 6 Oct 2016 15:44:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96FimO3084568 for ; Thu, 6 Oct 2016 15:44:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213237] ndis does not create network insterface Date: Thu, 06 Oct 2016 15:44:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 15:44:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213237 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC|freebsd-i386@FreeBSD.org | Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org Keywords| |regression --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 20:28:36 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D4FBBECBF9 for ; Thu, 6 Oct 2016 20:28:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D93527D for ; Thu, 6 Oct 2016 20:28:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KSZlk072726 for ; Thu, 6 Oct 2016 20:28:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213257] Crash in IGB driver Date: Thu, 06 Oct 2016 20:28:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dustinwenz@ebureau.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:28:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213257 Bug ID: 213257 Summary: Crash in IGB driver Product: Base System Version: 10.3-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: dustinwenz@ebureau.com CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I see intermittent panics under moderate network load that began up sometime between 10-STABLE r295115 and r303709. I realize that's several months wort= h of changes, but regression testing this one is very time consuming. I suspect = it has something to do with r303174 "If ALTQ is defined in the kern conf, swit= ch to Legacy Mode", but I do not know for certain. The kernel is built with these options (I am using PF with some simple filtering rules, but no ALTQ functionality): device pf device pflog device pfsync options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ If I rebuild without ALTQ, the panics no longer recur. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 20:32:26 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46658BECE3A for ; Thu, 6 Oct 2016 20:32:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA98927 for ; Thu, 6 Oct 2016 20:32:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KWQql083695 for ; Thu, 6 Oct 2016 20:32:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213257] Crash in IGB driver Date: Thu, 06 Oct 2016 20:32:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dustinwenz@ebureau.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:32:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213257 --- Comment #1 from dustinwenz@ebureau.com --- The panic traces are not particularly consistent. Here is one: FreeBSD 10.3-STABLE #0 r305915: Tue Sep 20 16:41:23 CDT 2016 #0 doadump (textdump=3D) at pcpu.h:219 219 __asm("movq %%gs:%1,%0" : "=3Dr" (td) (kgdb) bt #0 doadump (textdump=3D) at pcpu.h:219 #1 0xffffffff80960b52 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0xffffffff80960f35 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0xffffffff80960dc3 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0xffffffff809ddb83 in sbcut_internal (sb=3D, len= =3D) at /usr/src/sys/kern/uipc_sockbuf.c:886 #5 0xffffffff80b0bb61 in tcp_do_segment (m=3D, th=3D<= value optimized out>, so=3D, tp=3D, drop_hdrlen=3D, tlen=3D0,=20 iptos=3D, ti_locked=3D) at /usr/src/sys/netinet/tcp_input.c:2820 #6 0xffffffff80b09e76 in tcp_input (m=3D, off0=3D) at /usr/src/sys/netinet/tcp_input.c:1396 #7 0xffffffff80a98827 in ip_input (m=3D0xfffff8005d303000) at /usr/src/sys/netinet/ip_input.c:733 #8 0xffffffff80a38212 in netisr_dispatch_src (proto=3D, source=3D, m=3D0x0) at /usr/src/sys/net/netisr.c:976 #9 0xffffffff80a2f5d6 in ether_demux (ifp=3D, m=3D0xfffff8005d303000) at /usr/src/sys/net/if_ethersubr.c:851 #10 0xffffffff80a3027e in ether_nh_input (m=3D) at /usr/src/sys/net/if_ethersubr.c:646 #11 0xffffffff80a38212 in netisr_dispatch_src (proto=3D, source=3D, m=3D0x0) at /usr/src/sys/net/netisr.c:976 #12 0xffffffff80503989 in igb_rxeof (count=3D98) at /usr/src/sys/dev/e1000/if_igb.c:4790 #13 0xffffffff80503fd3 in igb_msix_que (arg=3D0xfffff8000b822e08) at /usr/src/sys/dev/e1000/if_igb.c:1597 #14 0xffffffff8092c4ab in intr_event_execute_handlers (p=3D, ie=3D0xfffff8000b7e7500) at /usr/src/sys/kern/kern_intr.c:1264 #15 0xffffffff8092c8f6 in ithread_loop (arg=3D0xfffff8000b8313a0) at /usr/src/sys/kern/kern_intr.c:1277 #16 0xffffffff80929fda in fork_exit (callout=3D0xffffffff8092c860 , arg=3D0xfffff8000b8313a0, frame=3D0xfffffe07c4f40ac0) at /usr/src/sys/kern/kern_fork.c:1030 #17 0xffffffff80d825de in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:613 #18 0x0000000000000000 in ?? () --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 20:33:24 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B7EBECED6 for ; Thu, 6 Oct 2016 20:33:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA7C9E8 for ; Thu, 6 Oct 2016 20:33:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KXNmP086408 for ; Thu, 6 Oct 2016 20:33:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213257] Crash in IGB driver Date: Thu, 06 Oct 2016 20:33:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dustinwenz@ebureau.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:33:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213257 --- Comment #2 from dustinwenz@ebureau.com --- Here is another example of a panic: FreeBSD 10.3-STABLE r305619 #0 doadump (textdump=3D) at pcpu.h:219 219 __asm("movq %%gs:%1,%0" : "=3Dr" (td) (kgdb) bt #0 doadump (textdump=3D) at pcpu.h:219 #1 0xffffffff809608c2 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0xffffffff80960ca5 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0xffffffff80960b33 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0xffffffff80d9c32b in trap_fatal (frame=3D, eva=3D= ) at /usr/src/sys/amd64/amd64/trap.c:858 #5 0xffffffff80d9c62d in trap_pfault (frame=3D0xfffffe07c4fa46d0, usermode=3D) at /usr/src/sys/amd64/amd64/trap.c:681 #6 0xffffffff80d9bc7a in trap (frame=3D0xfffffe07c4fa46d0) at /usr/src/sys/amd64/amd64/trap.c:447 #7 0xffffffff80d81d0c in calltrap () at /usr/src/sys/amd64/amd64/exception.S:238 #8 0xffffffff80d8d49c in pmap_kextract (va=3D2409610190963724) at /usr/src/sys/amd64/amd64/pmap.c:665 #9 0xffffffff80ebb53b in bounce_bus_dmamap_load_buffer (dmat=3D0xfffff8000b847200, map=3D0xffffffff816a5858, buf=3D, buflen=3D, pmap=3D0xffffffff8172c2e0,=20 flags=3D, segs=3D) at /usr/src/sys/x86/x86/busdma_bounce.c:690 #10 0xffffffff80998fc2 in bus_dmamap_load_mbuf_sg (dmat=3D0xfffff8000b84720= 0, map=3D0x0, m0=3D, segs=3D0xfffffe07c4fa48a0, nsegs=3D0xfffffe07c4fa489c, flags=3D) at /usr/src/sys/kern/subr_bus_dma.c:123 #11 0xffffffff80503c7e in igb_refresh_mbufs (rxr=3D0xfffff8000b841000, limi= t=3D394) at /usr/src/sys/dev/e1000/if_igb.c:4126 #12 0xffffffff80503a77 in igb_rxeof (count=3D) at /usr/src/sys/dev/e1000/if_igb.c:5009 #13 0xffffffff80503f63 in igb_msix_que (arg=3D0xfffff8000b823000) at /usr/src/sys/dev/e1000/if_igb.c:1597 #14 0xffffffff8092c21b in intr_event_execute_handlers (p=3D, ie=3D0xfffff8000b7ead00) at /usr/src/sys/kern/kern_intr.c:1264 #15 0xffffffff8092c666 in ithread_loop (arg=3D0xfffff8000b852580) at /usr/src/sys/kern/kern_intr.c:1277 #16 0xffffffff80929d4a in fork_exit (callout=3D0xffffffff8092c5d0 , arg=3D0xfffff8000b852580, frame=3D0xfffffe07c4fa4ac0) at /usr/src/sys/kern/kern_fork.c:1030 #17 0xffffffff80d8224e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:613 #18 0x0000000000000000 in ?? () --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 21:10:04 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C0BBEC797 for ; Thu, 6 Oct 2016 21:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 957E29BE for ; Thu, 6 Oct 2016 21:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96LA3Md025686 for ; Thu, 6 Oct 2016 21:10:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213257] Crash in IGB driver Date: Thu, 06 Oct 2016 21:10:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-STABLE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 21:10:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213257 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org Keywords| |IntelNetworking CC|freebsd-amd64@FreeBSD.org | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 23:31:20 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5312DBED7B1 for ; Thu, 6 Oct 2016 23:31:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD7A121 for ; Thu, 6 Oct 2016 23:31:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96NVJpS082732 for ; Thu, 6 Oct 2016 23:31:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Thu, 06 Oct 2016 23:31:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: the_tron@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 23:31:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 --- Comment #4 from the_tron@gmx.de --- Hello Actual FreeBSD 11.0-RELEASE Patch 1 Will also not boot. *sad* Same Problem. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Thu Oct 6 23:48:49 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0FB9BEDAC7 for ; Thu, 6 Oct 2016 23:48:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CB02A65 for ; Thu, 6 Oct 2016 23:48:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u96Nmnqo014906 for ; Thu, 6 Oct 2016 23:48:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213225] boot problem with 11.0-RELEASE Bootloader not found kernel Date: Thu, 06 Oct 2016 23:48:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: the_tron@gmx.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 23:48:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213225 --- Comment #5 from the_tron@gmx.de --- FreeBSD 11.0-RELEASE-p1 (GENERIC) #0 r306420: Thu Sep 29 01:43:23 UTC 2016 Will also not boot. *sad* --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 05:26:38 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39EF5BD3834 for ; Fri, 7 Oct 2016 05:26:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E2681BD for ; Fri, 7 Oct 2016 05:26:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u975QbD4070926 for ; Fri, 7 Oct 2016 05:26:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213261] NFSV4 mount misplaces directory name, adding a comma ',' character trail to the name, resulting to an error. Date: Fri, 07 Oct 2016 05:26:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: alexandrosperdikomatis@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 05:26:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213261 Bug ID: 213261 Summary: NFSV4 mount misplaces directory name, adding a comma ',' character trail to the name, resulting to an error. Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: alexandrosperdikomatis@gmail.com NFSV4 mount misplaces directory name, adding a comma ',' character trail to= the name, resulting to an error. all related services run fine, there is no configuration issue here. When trying to mount there is an error related to the path!, path name is w= rong on the error message. I use NFS on FreeBSD for decades. Sorry for saying that, but the sense of quality on FreeBSD kernel is gone. You are in a hurry to release new versions even if they are full of bugs. It is sad. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 12:37:00 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B044AF5530 for ; Fri, 7 Oct 2016 12:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A0FB2B9 for ; Fri, 7 Oct 2016 12:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97Cax2X098964 for ; Fri, 7 Oct 2016 12:37:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212829] daemon(8) using -P swallows signals such as SIGHUP instead of propagating them Date: Fri, 07 Oct 2016 12:37:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dch@skunkwerks.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 12:37:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212829 --- Comment #6 from Dave Cottlehuber --- prj@ I agree that the desired behaviour in most cases is likely to be to pass the signal on (possibly referencing some config or masking list) and then handle the signal in daemon as required. # workaround /bin/pkill -HUP -U riemann java works for me. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 15:02:06 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C9A9BEC431 for ; Fri, 7 Oct 2016 15:02:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BDFCDD8 for ; Fri, 7 Oct 2016 15:02:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97F2508095498 for ; Fri, 7 Oct 2016 15:02:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 204097] witness_initialize() does not perform bound checking of witness_count Date: Fri, 07 Oct 2016 15:02:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 15:02:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204097 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|security | --- Comment #7 from Ed Maste --- Removing security keyword per glebius' comment --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 15:15:15 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 903CBBEC923 for ; Fri, 7 Oct 2016 15:15:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8001586F for ; Fri, 7 Oct 2016 15:15:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97FFFok086881 for ; Fri, 7 Oct 2016 15:15:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 208808] Heap overflow in nlm system call Date: Fri, 07 Oct 2016 15:15:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 15:15:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208808 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #6 from Sean Bruno --- this was MFC'd to stable/10: r303173 | sbruno | 2016-07-21 21:09:47 -0600 (Thu, 21 Jul 2016) | 6 lines MFC r298351 Avoid a possible heap overflow in our nlm code by limiting the number of service to the arbitrary value of 256. Log an appropriate message that indicates the hard limit. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 15:54:23 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBB3FC0471C for ; Fri, 7 Oct 2016 15:54:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAFD833C for ; Fri, 7 Oct 2016 15:54:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97FsNjn085129 for ; Fri, 7 Oct 2016 15:54:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213261] NFSV4 mount misplaces directory name, adding a comma ',' character trail to the name, resulting to an error. Date: Fri, 07 Oct 2016 15:54:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 15:54:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213261 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 17:48:11 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C00EC0468C for ; Fri, 7 Oct 2016 17:48:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BED6F8C for ; Fri, 7 Oct 2016 17:48:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97HmA9K031056 for ; Fri, 7 Oct 2016 17:48:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213282] FreeBSD 10.2 / Carp / PfSync Date: Fri, 07 Oct 2016 17:48:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: JeanAumont@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 17:48:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213282 Bug ID: 213282 Summary: FreeBSD 10.2 / Carp / PfSync Product: Base System Version: 10.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: JeanAumont@gmail.com Hi, I have a 2 FreeBSD 10.2 firewall in a MASTER / BACKUP configuration with ar= ound 20 interfaces. All the interfaces on the MASTER have an ADVBASE of 2 and a ADVSKEW of 90. All the interfaces on the BACKUP have an ADVBASE of 2 and a ADVSKEW of 100. Carp preempt is enabled on both firewall. There is a lot of traffic passing on those firewall, around 80000 connectio= ns. Our MASTER firewall crash (due to a bad disk controller firmware). The BACKUP firewall became the MASTER, and no traffic was lost. But when the firewall that crash rebooted, it became the MASTER again, and = this is when we lost some connections. Is there a SYNC of the PF table between the firewall before a firewall beca= me MASTER again? By looking at the carp code rapidly, I did not see any thing regarding this situation. Thanks, Jean Aumont --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 19:03:50 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E19A5C05D8E for ; Fri, 7 Oct 2016 19:03:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A1FF51 for ; Fri, 7 Oct 2016 19:03:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97J3osn002390 for ; Fri, 7 Oct 2016 19:03:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211564] distributeworld (and other distribuction functions) failing for custom DESTDIR Date: Fri, 07 Oct 2016 19:03:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: egypcio@googlemail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 19:03:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211564 --- Comment #2 from Vin=C3=ADcius Zavam --- Still working patch. # uname -ai FreeBSD box 12.0-CURRENT FreeBSD 12.0-CURRENT #9 r306748: Thu Oct 6 00:50:= 33 BRT 2016 root@box:/usr/obj/usr/src/sys/BOX amd64 GENERIC-NODEBUG # svn info /usr/src Path: /usr/src Working Copy Root Path: /usr/src URL: svn://svnmir.geo.freebsd.org/base/head Relative URL: ^/head Repository Root: svn://svnmir.geo.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 306813 Node Kind: directory Schedule: normal Last Changed Author: oshogbo Last Changed Rev: 306813 Last Changed Date: 2016-10-07 14:56:57 -0300 (Fri, 07 Oct 2016) # cd /usr/src # svn patch /tmp/pr211564.patch_r305890 U Makefile.inc1 U etc/Makefile U share/mk/bsd.subdir.mk Feedback appreciated. IMHO ports like poudriere, iocage, ezjail, cbsd, and bsdploy can get more comfy world distribution (also counting on a cross compiled base system for arm, i386, and/or mips). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Fri Oct 7 19:07:45 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D48C05EBB for ; Fri, 7 Oct 2016 19:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E09E515B for ; Fri, 7 Oct 2016 19:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u97J7jaY008906 for ; Fri, 7 Oct 2016 19:07:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213282] FreeBSD 10.2 / Carp / PfSync Date: Fri, 07 Oct 2016 19:07:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: JeanAumont@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2016 19:07:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213282 --- Comment #1 from JeanAumont@gmail.com --- After searching a little more, I see that there is a sysctl variable "net.pfsync.carp_demotion_factor" that seem to=20 be used to control carp and pfsync. root:~ # sysctl -a | grep carp device carp net.inet.carp.ifdown_demotion_factor: 240 net.inet.carp.senderr_demotion_factor: 240 net.inet.carp.demotion: 0 net.inet.carp.log: 1 net.inet.carp.preempt: 1 net.inet.carp.allow: 1 net.pfsync.carp_demotion_factor: 240 Both firewall are now in normal operation and both firewall have a=20 net.pfsync.carp_demotion_factor: 240 Is this normal ? Thanks, Jean Aumont --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Oct 8 13:18:26 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41034C053A4 for ; Sat, 8 Oct 2016 13:18:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AA33116 for ; Sat, 8 Oct 2016 13:18:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u98DIPsk096494 for ; Sat, 8 Oct 2016 13:18:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213239] [panic] Fatal trap 12: page fault while in kernel mode (various processes) Date: Sat, 08 Oct 2016 13:18:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rootservice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 13:18:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213239 --- Comment #3 from Markus Kohlmeyer --- After getting the third panic on flowcleaner i've gone the try&error route = and removed FLOWTABLE from the kernel config, which seems to be the solution fo= r my panics. No more panics for the last two days. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Oct 8 13:19:01 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ADF8C053F2 for ; Sat, 8 Oct 2016 13:19:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A74E175 for ; Sat, 8 Oct 2016 13:19:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u98DJ1pi097174 for ; Sat, 8 Oct 2016 13:19:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213239] [panic] Fatal trap 12: page fault while in kernel mode (flowcleaner/FLOWTABLE) Date: Sat, 08 Oct 2016 13:19:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rootservice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 13:19:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213239 Markus Kohlmeyer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[panic] Fatal trap 12: page |[panic] Fatal trap 12: page |fault while in kernel mode |fault while in kernel mode |(various processes) |(flowcleaner/FLOWTABLE) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Oct 8 13:40:46 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 391CDC05B05 for ; Sat, 8 Oct 2016 13:40:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284D914E for ; Sat, 8 Oct 2016 13:40:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u98DekIg041637 for ; Sat, 8 Oct 2016 13:40:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213083] after zpool import ahcich3: Timeout on slot 15 port 0 Date: Sat, 08 Oct 2016 13:40:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hakotani000@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 13:40:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213083 --- Comment #1 from hakotani000@gmail.com --- 12-CURRENT same error Copyright (c) 1992-2016 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.0-CURRENT #0 r306805: Fri Oct 7 23:15:11 JST 2016 root@riku.tsr1.dip.jp:/usr/obj/usr/src/sys/C12 amd64 FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) VT(vga): resolution 640x480 CPU: AMD FX(tm)-6200 Six-Core Processor (3807.50-MHz K8-class = CPU) Origin=3D"AuthenticAMD" Id=3D0x600f12 Family=3D0x15 Model=3D0x1 Stepp= ing=3D2 =20 Features=3D0x178bfbff =20 Features2=3D0x1e98220b AMD Features=3D0x2e500800 AMD Features2=3D0x1c9bfff SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=3D65536 TSC: P-state invariant, performance statistics real memory =3D 8589934592 (8192 MB) avail memory =3D 8019542016 (7648 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <072315 APIC2102> FreeBSD/SMP: Multiprocessor System Detected: 6 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Leng= th but zero Address: 0x0000000000000000/0x1 (20160930/tbfadt-689) ioapic0: Changing APIC ID to 22 ioapic0 irqs 0-23 on motherboard random: entropy device external interface kbd1 at kbdmux0 module_register_init: MOD_LOAD (vesa, 0xffffffff80821f10, 0) error 19 nexus0 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: <072315 RSDT2102> on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pcib0: _OSC returned error 0x10 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x9000-0x90ff mem 0xd0000000-0xdfffffff,0xfeaf0000-0xfeafffff,0xfe900000-0xfe9fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device hdac0: mem 0xfeae8000-0xfeaebfff irq 19 at de= vice 5.1 on pci1 pcib2: irq 16 at device 4.0 on pci0 pci2: on pcib2 ahci0: port 0xd800-0xd807,0xd400-0xd403,0xd000-0xd007,0xc800-0xc803,0xc400-0xc40f mem 0xfebff800-0xfebfffff irq 16 at device 0.0 on pci2 ahci0: AHCI v1.00 with 2 6Gbps ports, Port Multiplier supported with FBS ahci0: quirks=3D0x800 ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 atapci0: port 0xc000-0xc007,0xb800-0xb803,0xb400-0xb407,0xb000-0xb003,0xa800-0xa80f mem 0xfebff400-0xfebff40f irq 17 at device 0.1 on pci2 pcib3: irq 17 at device 5.0 on pci0 pci3: on pcib3 re0: port 0xe800-0xe8ff mem 0xfdfff000-0xfdffffff,0xfdff8000-0xfdffbfff irq 17 at dev= ice 0.0 on pci3 re0: Using 1 MSI-X message re0: Chip rev. 0x28000000 re0: MAC rev. 0x00100000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-F= DX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: bc:5f:f4:67:56:65 ahci1: port 0x8000-0x8007,0x7000-0x7003,0x6000-0x6007,0x5000-0x5003,0x4000-0x400f mem 0xfe8ffc00-0xfe8fffff irq 22 at device 17.0 on pci0 ahci1: AHCI v1.10 with 6 3Gbps ports, Port Multiplier supported ahci1: quirks=3D0x22000 ahcich2: at channel 0 on ahci1 ahcich3: at channel 1 on ahci1 ahcich4: at channel 2 on ahci1 ahcich5: at channel 3 on ahci1 ahcich6: at channel 4 on ahci1 ahcich7: at channel 5 on ahci1 ohci0: mem 0xfe8fe000-0xfe8fefff irq= 16 at device 18.0 on pci0 usbus0 on ohci0 ohci1: mem 0xfe8fd000-0xfe8fdfff irq= 16 at device 18.1 on pci0 usbus1 on ohci1 ehci0: mem 0xfe8ff800-0xfe8ff8ff= irq 17 at device 18.2 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 ohci2: mem 0xfe8fc000-0xfe8fcfff irq= 18 at device 19.0 on pci0 usbus3 on ohci2 ohci3: mem 0xfe8fb000-0xfe8fbfff irq= 18 at device 19.1 on pci0 usbus4 on ohci3 ehci1: mem 0xfe8ff400-0xfe8ff4ff= irq 19 at device 19.2 on pci0 usbus5: EHCI version 1.0 usbus5 on ehci1 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 20.1 on pci0 ata1: at channel 1 on atapci1 hdac1: mem 0xfe8f4000-0xfe8f7fff irq 16 at device 20.2 on pci0 isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pci4: on pcib4 ohci4: mem 0xfe8fa000-0xfe8fafff irq= 18 at device 20.5 on pci0 usbus6 on ohci4 acpi_button0: on acpi0 orm0: at iomem 0xc0000-0xcefff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] hwpstate0: on cpu0 Timecounters tick every 1.000 msec hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 3 on hdaa0 hdacc1: at cad 0 on hdac1 hdaa1: at nid 1 on hdacc1 pcm1: at nid 20 and 24,26 on hdaa1 pcm2: at nid 27 and 25 on hdaa1 usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 usbus6: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 uhub6: 2 ports with 2 removable, self powered uhub0: 3 ports with 3 removable, self powered uhub1: 3 ports with 3 removable, self powered uhub3: 3 ports with 3 removable, self powered uhub4: 3 ports with 3 removable, self powered ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 3.x device ada0: Serial Number 02915125500600005170 ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 61057MB (125045424 512 byte sectors) ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA8-ACS SATA 3.x device ada1: Serial Number 50026B72450449F0 ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 512bytes) ada1: Command Queueing enabled ada1: 228936MB (468862128 512 byte sectors) ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA8-ACS SATA 3.x device ada2: Serial Number 50026B72510CCE03 ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes) ada2: Command Queueing enabled ada2: 114473MB (234441648 512 byte sectors) ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ACS-3 ATA SATA 3.x device ada3: Serial Number P1602021000000016237 ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes) ada3: Command Queueing enabled ada3: 114473MB (234441648 512 byte sectors) ada4 at ahcich4 bus 0 scbus4 target 0 lun 0 ada4: ACS-3 ATA SATA 3.x device ada4: Serial Number P1602021000000014424 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes) ada4: Command Queueing enabled ada4: 114473MB (234441648 512 byte sectors) ada5 at ahcich5 bus 0 scbus5 target 0 lun 0 ada5: ATA8-ACS SATA 3.x device ada5: Serial Number 73S6GMSTS ada5: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada5: Command Queueing enabled ada5: 476940MB (976773168 512 byte sectors) ada6 at ahcich6 bus 0 scbus6 target 0 lun 0 ada6: ATA8-ACS SATA 3.x device ada6: Serial Number Z2ARB0AT ada6: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada6: Command Queueing enabled ada6: 476940MB (976773168 512 byte sectors) ada6: quirks=3D0x1<4K> ada7 at ahcich7 bus 0 scbus7 target 0 lun 0 ada7: ATA8-ACS SATA 3.x device ada7: Serial Number 50026B776109B9CF ada7: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes) ada7: Command Queueing enabled ada7: 114473MB (234441648 512 byte sectors) SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #5 Launched! Timecounter "TSC-low" frequency 1903751053 Hz quality 1000 Trying to mount root from ufs:/dev/ufs/FreeBSD_Install [ro,noatime]... Root mount waiting for: usbus5 usbus2 uhub2: 6 ports with 6 removable, self powered uhub5: 6 ports with 6 removable, self powered Root mount waiting for: usbus5 usbus2 ugen2.2: at usbus2 uhub7 on uhub2 uhub7: on usb= us2 Root mount waiting for: usbus5 usbus2 uhub7: 4 ports with 4 removable, self powered ugen5.2: at usbus5 umass0 on uhub5 umass0: on usbus5 umass0: SCSI over Bulk-Only; quirks =3D 0x8100 umass0:9:0: Attached to scbus9 da0 at umass-sim0 bus 0 scbus9 target 0 lun 0 da0: Removable Direct Access SPC-2 SCSI device da0: Serial Number 13B1803322330205 da0: 40.000MB/s transfers da0: 3707MB (7592960 512 byte sectors) da0: quirks=3D0x2 GEOM: da0: the secondary GPT header is not in the last LBA. GEOM: diskid/DISK-13B1803322330205: the secondary GPT header is not in the = last LBA. ugen2.3: at usbus2 Root mount waiting for: usbus2 ugen2.4: at usbus2 ukbd0 on uhub7 ukbd0: on usbus2 kbd2 at ukbd0 Root mount waiting for: usbus2 ugen2.5: at usbus2 ukbd1 on uhub7 ukbd1: on usbus2 kbd3 at ukbd1 mountroot: waiting for device /dev/ufs/FreeBSD_Install... GEOM: diskid/DISK-13B1803322330205: the secondary GPT header is not in the = last LBA. random: unblocking device. re0: link state changed to UP ums0 on uhub7 ums0: on usbus2 ums0: 3 buttons and [XYZ] coordinates ID=3D0 ums1 on uhub7 ums1: on usbus2 ums1: 3 buttons and [XYZ] coordinates ID=3D1 uhid0 on uhub7 uhid0: on usbus2 ugen5.3: at usbus5 umass1 on uhub5 umass1: on usbus5 umass1: SCSI over Bulk-Only; quirks =3D 0x8100 umass1:10:1: Attached to scbus10 da1 at umass-sim1 bus 1 scbus10 target 0 lun 0 da1: < USB DISK 2.0 PMAP> Removable Direct Access SPC-4 SCSI device da1: Serial Number 070A6422D8F02846 da1: 40.000MB/s transfers da1: 7648MB (15663104 512 byte sectors) da1: quirks=3D0x3 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) ahcich3: Timeout on slot 26 port 0 ahcich3: is 00000000 cs 00000000 ss 04000000 rs 04000000 tfd 40 serr 000000= 00 cmd 0000fa17 (ada3:ahcich3:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada3:ahcich3:0:0:0): CAM status: Command timeout (ada3:ahcich3:0:0:0): Retrying command ahcich4: Timeout on slot 1 port 0 ahcich4: is 00000000 cs 00000000 ss 00000002 rs 00000002 tfd 40 serr 000000= 00 cmd 0000e117 (ada4:ahcich4:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada4:ahcich4:0:0:0): CAM status: Command timeout (ada4:ahcich4:0:0:0): Retrying command ahcich4: Timeout on slot 7 port 0 ahcich4: is 00000000 cs 00000000 ss 00000080 rs 00000080 tfd 40 serr 000000= 00 cmd 0000e717 (ada4:ahcich4:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada4:ahcich4:0:0:0): CAM status: Command timeout (ada4:ahcich4:0:0:0): Retrying command ahcich3: Timeout on slot 0 port 0 ahcich3: is 00000000 cs 00000000 ss 00000001 rs 00000001 tfd 40 serr 000000= 00 cmd 0000e017 (ada3:ahcich3:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada3:ahcich3:0:0:0): CAM status: Command timeout (ada3:ahcich3:0:0:0): Retrying command ahcich3: Timeout on slot 6 port 0 ahcich3: is 00000000 cs 00000000 ss 00000040 rs 00000040 tfd 40 serr 000000= 00 cmd 0000e617 (ada3:ahcich3:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada3:ahcich3:0:0:0): CAM status: Command timeout (ada3:ahcich3:0:0:0): Retrying command ahcich4: Timeout on slot 13 port 0 ahcich4: is 00000000 cs 00000000 ss 00002000 rs 00002000 tfd 40 serr 000000= 00 cmd 0000ed17 (ada4:ahcich4:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada4:ahcich4:0:0:0): CAM status: Command timeout (ada4:ahcich4:0:0:0): Retrying command ahcich4: Timeout on slot 19 port 0 ahcich4: is 00000000 cs 00000000 ss 00080000 rs 00080000 tfd 40 serr 000000= 00 cmd 0000f317 (ada4:ahcich4:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada4:ahcich4:0:0:0): CAM status: Command timeout (ada4:ahcich4:0:0:0): Retrying command ahcich3: Timeout on slot 12 port 0 ahcich3: is 00000000 cs 00000000 ss 00001000 rs 00001000 tfd 40 serr 000000= 00 cmd 0000ec17 (ada3:ahcich3:0:0:0): SEND_FPDMA_QUEUED DATA SET MANAGEMENT. ACB: 64 01 00 = 00 00 40 00 00 00 00 00 00 (ada3:ahcich3:0:0:0): CAM status: Command timeout (ada3:ahcich3:0:0:0): Retrying command --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Oct 8 16:21:32 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC86FC065A7 for ; Sat, 8 Oct 2016 16:21:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A259433B for ; Sat, 8 Oct 2016 16:21:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u98GLW6c022016 for ; Sat, 8 Oct 2016 16:21:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213310] [patch] systat -zarc to display disk activities like -vm Date: Sat, 08 Oct 2016 16:21:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ota@j.email.ne.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 16:21:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213310 Bug ID: 213310 Summary: [patch] systat -zarc to display disk activities like -vm Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ota@j.email.ne.jp Keywords: patch Created attachment 175531 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175531&action= =3Dedit patch to display dev activities on zarc screen While watching ZFS and its memory usage activities, it is more useful to wa= tch disk activities at same time. I took -vm disk activity display to devs.c a= nd made them reusable components to call from -vm and -zarc. Below is a screen shot. Total MFU MRU Anon Hdr L2Hdr Other ZFS ARC 185M 30M 64M 88M 380K 0K 909K rate hits misses total hits total mis= ses arcstats : 0% 0 0 6150 2= 763 arcstats.demand_data : 0% 0 0 309 = 8 arcstats.demand_metadata : 0% 0 0 5828 1= 796 arcstats.prefetch_data : 0% 0 0 0 = 880 arcstats.prefetch_metadata: 0% 0 0 13 = 79 zfetchstats : 0% 0 0 146 7= 806 arcstats.l2 : 0% 0 0 0 = 0 vdev_cache_stats : 0% 0 0 0 = 0 Disks md0 ada0 da0 da1 cd0 pass0 pass1 pass2 pass3 KB/t 0.00 0.00 54.87 43.92 0.00 0.00 0.00 0.00 0.00 tps 0 0 319 465 0 0 0 0 0 MB/s 0.00 0.00 17.10 19.92 0.00 0.00 0.00 0.00 0.00 %busy 0 0 86 100 0 0 0 0 0 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-bugs@freebsd.org Sat Oct 8 20:41:02 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EE3BC06320 for ; Sat, 8 Oct 2016 20:41:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46744982 for ; Sat, 8 Oct 2016 20:41:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u98Kf2Lk093889 for ; Sat, 8 Oct 2016 20:41:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 213315] MODULE_DEPENDs are satisfied by modules that fail MOD_LOAD Date: Sat, 08 Oct 2016 20:41:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 20:41:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213315 Bug ID: 213315 Summary: MODULE_DEPENDs are satisfied by modules that fail MOD_LOAD Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: cem@freebsd.org This seems undesirable. Consider a kernel object (KO1) that contains two modules, A and B. If MOD_= LOAD succeeds for A and fails for B, KO1 is kept loaded and both A and B appear = on kern_linker.c's `found_modules` list. Because B failed to load, only A appears on kern_module.c's `modules` list. After this, a second kernel object (KO2) that contains a module C is loaded= . C has a MODULE_DEPEND on B. Because B is still on `found_modules`, C is allo= wed to load. It may fail to probe or panic if it assumes B is actually present. Maybe that's not the promise MODULE_DEPEND makes. But it would be nice if = it was. The common case of one module per ko is already handled by the runtime load= er (and proposed patch to do the same in the preload linker is on phabricator: https://reviews.freebsd.org/D8200 ). (If the linker detects that all modul= es in a KO failed to MOD_LOAD, the entire KO is unloaded.) Fixing this just for runtime module loading maybe isn't too hard. Load one module at a time and only put successful modules (already maintained in lf->modules) on the `found_modules` global list. Solving this generally for preloaded kernel objects is more difficult, at l= east without changing how preloaded KO sysinits are run. I'm not sure changing = that is a real problem, though. --=20 You are receiving this mail because: You are the assignee for the bug.=