From owner-freebsd-stable@freebsd.org Mon Jul 3 18:07:47 2017 Return-Path: Delivered-To: freebsd-stable@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 C51299EC569 for ; Mon, 3 Jul 2017 18:07:47 +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 B07AF7A4FC for ; Mon, 3 Jul 2017 18:07:47 +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 v63I7lPS012567 for ; Mon, 3 Jul 2017 18:07:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 03 Jul 2017 18:07:47 +0000 X-Bugzilla-Reason: CC 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: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peixoto.cassiano@gmail.com X-Bugzilla-Status: Open 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 18:07:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #40 from Cassiano Peixoto --- (In reply to Mateusz Guzik from comment #39) Mateusz, I can test it, but my 10-STABLE version has a different code: /* Release a write lock. */ #define __rw_wunlock(rw, tid, file, line) do { \ uintptr_t _tid =3D (uintptr_t)(tid); \ uintptr_t _v; \ \ if ((rw)->rw_recurse) \ (rw)->rw_recurse--; \ else { \ _v =3D (rw)->rw_lock; \ if (_v !=3D _tid || !_rw_write_unlock_fetch((rw), &_v)) \ _rw_wunlock_hard((rw), _v, _tid, (file), (line));\ } \ } while (0) How shoukd i adapt your patch in this code? Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Mon Jul 3 18:24:28 2017 Return-Path: Delivered-To: freebsd-stable@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 C569B9ECC6E for ; Mon, 3 Jul 2017 18:24:28 +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 B3A557B28A for ; Mon, 3 Jul 2017 18:24:28 +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 v63IOROP095381 for ; Mon, 3 Jul 2017 18:24:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 03 Jul 2017 18:24:28 +0000 X-Bugzilla-Reason: CC 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: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mjg@FreeBSD.org X-Bugzilla-Status: Open 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 18:24:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #41 from Mateusz Guzik --- This looks like leftovers from the previous patch. Just restore the original state of the tree and patch that. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Mon Jul 3 18:42:44 2017 Return-Path: Delivered-To: freebsd-stable@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 210839ED3ED for ; Mon, 3 Jul 2017 18:42:44 +0000 (UTC) (envelope-from cross+freebsd@distal.com) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C32C27C406 for ; Mon, 3 Jul 2017 18:42:43 +0000 (UTC) (envelope-from cross+freebsd@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200:0:0:0:ae25]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPSA id v63IgYXp076357 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 3 Jul 2017 14:42:42 -0400 (EDT) (envelope-from cross+freebsd@distal.com) Received: from [IPv6:2001:420:2710:1330:d063:146f:18a:849c] ([IPv6:2001:420:2710:1330:d063:146f:18a:849c]) (authenticated bits=0) by mail.distal.com (8.15.2/8.15.2) with ESMTPSA id v63IgWuP010033 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 3 Jul 2017 14:42:33 -0400 (EDT) (envelope-from cross+freebsd@distal.com) From: Chris Ross Content-Type: multipart/signed; boundary="Apple-Mail=_8544B760-7645-44DE-A461-511A47E79712"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Compile-time check for clock_nanosleep() Message-Id: Date: Mon, 3 Jul 2017 14:42:20 -0400 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 18:42:44 -0000 --Apple-Mail=_8544B760-7645-44DE-A461-511A47E79712 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Some time ago, I ported a linux program that was using = clock_nanosleep(). I see now that the extra code I=E2=80=99d put in = isn=E2=80=99t needed anymore in 11-stable, as it appears this call was = added in 11.1. My question is, to properly protect these changes, what = is the best way to know at compile time, either (a) that that call is in = libc, or (b) that I=E2=80=99m compiling on FreeBSD 11.1 or later ? Thanks. - Chris --Apple-Mail=_8544B760-7645-44DE-A461-511A47E79712 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJZWpATAAoJEPFBDnXvoNg0p3EQAIJPCQMNsUvfSPRgMifSIHkV hKXH8QhP2KBQaLKhuAPZvzPjR3m4/WUiELh0r0Yi3vBS1KzWwP2bjEPFXFoqpXci IMsYHhmZXw/q8uCbksyTuP9om0jXoKyOfnapfd9s3WW0+29kRq+dXu7xBPZe/YyZ 2/y/T+yT7jI8nwxm2b5csoXfi4Ep7Hb9W/leGt5hJHFxjMUEim72A0KRMAIcdzzz btxEd20W5DQRSI5PGLs6M6Df9n6/s9DLvBv7v3OLcUq0gaTedebTvb77cbI4zn2A 7c/ucG2FGCW0Af6svpIuuHBm+ewsEueJyKqsuU51lTHC8NFHLc8kkcODOgyb20iy SfkK0RH36FrbcgOngL7D4MgL0obumovoSpHC2r6IYdEyb+CXF1L3q3beUY9UkBof OzJ1lcvj8TDBryg3+P0PVm8uFidpsgA9MDnWwg3Xl/EegBRKO6388sc01UncTVI+ bgwhzpBprgSZKU18LgnPH+dH0nj10QrqKFPyo53ZHlsBu+yRVTxjpl/mXAvIUo3A ToJ6nMzKqd1pU+5ITft7rnEchq73yHQ7m9I2aJDSAaEww/9UkSZnVMX4b4wClTr2 EjVcB44/diCNlPk3YrJXwiks+L7zu8G8wuGverdsEY0AnZXrb5YHIa/mZDo+iYKt E7OEJvXpiiJEgTVj9lo3 =3RYh -----END PGP SIGNATURE----- --Apple-Mail=_8544B760-7645-44DE-A461-511A47E79712-- From owner-freebsd-stable@freebsd.org Mon Jul 3 18:46:08 2017 Return-Path: Delivered-To: freebsd-stable@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 C0C249ED519 for ; Mon, 3 Jul 2017 18:46:08 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 88C5C7C5CB for ; Mon, 3 Jul 2017 18:46:08 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dS6MM-000Bjy-4T; Mon, 03 Jul 2017 20:46:10 +0200 Date: Mon, 3 Jul 2017 20:46:10 +0200 From: Kurt Jaeger To: Chris Ross Cc: freebsd-stable@freebsd.org Subject: Re: Compile-time check for clock_nanosleep() Message-ID: <20170703184610.GH65214@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 18:46:08 -0000 Hi! > Some time ago, I ported a linux program that was using clock_nanosleep(). > I see now that the extra code I'd put in isn't needed anymore in 11-stable, > as it appears this call was added in 11.1. My question is, to > properly protect these changes, what is the best way to know at > compile time, either (a) that that call is in libc, or (b) that > I'm compiling on FreeBSD 11.1 or later ? Use __FreeBSD_version from sys/param.h: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/versions.html -- pi@opsec.eu +49 171 3101372 3 years to go ! From owner-freebsd-stable@freebsd.org Mon Jul 3 19:27:51 2017 Return-Path: Delivered-To: freebsd-stable@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 A5B5B9EE1D5 for ; Mon, 3 Jul 2017 19:27: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 93EB97E114 for ; Mon, 3 Jul 2017 19:27: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 v63JRnjF060609 for ; Mon, 3 Jul 2017 19:27:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 03 Jul 2017 19:27:49 +0000 X-Bugzilla-Reason: CC 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: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peixoto.cassiano@gmail.com X-Bugzilla-Status: Open 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 19:27:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #42 from Cassiano Peixoto --- (In reply to Mateusz Guzik from comment #41) Ok you are right. I reverted all files touched by previous patch. Am i righ= t? And then should i apply only this last patch? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Mon Jul 3 19:51:03 2017 Return-Path: Delivered-To: freebsd-stable@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 E08659EEA3E for ; Mon, 3 Jul 2017 19:51:03 +0000 (UTC) (envelope-from warlock@phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CD69C7F538 for ; Mon, 3 Jul 2017 19:51:03 +0000 (UTC) (envelope-from warlock@phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id v63JnlJM057583 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 3 Jul 2017 12:49:47 -0700 (PDT) (envelope-from warlock@phouka.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=phouka.net; s=phouka1; t=1499111387; bh=qBJ9tqmdLvSGdp1+AoOzuKHRdOebuLorVmAeNRslgdw=; h=Date:From:To:Subject; b=KtPWLbcNFgmnRjFqD2d9fFiHcxYKK0STAsSEzxGI2uLQunrLRMXVxpHXv/CcLIL9S pzHChpS0s+1d0KMVug2kYJ5Xa1zMVuylyEzdoduS5b+BwUDxWUoR7nad1s2gNDtlNt tHy09qwfMu2WXYHZoSUqYtPrjEWIO6y30sNePyFY= Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id v63JnlWl057582 for freebsd-stable@freebsd.org; Mon, 3 Jul 2017 12:49:47 -0700 (PDT) (envelope-from warlock) Date: Mon, 3 Jul 2017 12:49:47 -0700 From: John Kennedy To: freebsd-stable@freebsd.org Subject: 11.1-RC1 kernel panic (zfs recv) Message-ID: <20170703194947.GB1359@phouka1.phouka.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 19:51:04 -0000 I've had a kernel crash with 3 different RC1 kernels. kernel: FreeBSD 11.1-RC1 #71 r313908+b08656c3ba28(releng/11.1): Sun Jul 2 23:15:23 PDT 2017 kernel: FreeBSD 11.1-RC1 #72 r313908+64e0abde4c70(releng/11.1): Mon Jul 3 07:43:42 PDT 2017 kernel: FreeBSD 11.1-RC1 #73 r313908+ff3a058c4f83(releng/11.1): Mon Jul 3 11:56:29 PDT 2017 # kldstat Id Refs Address Size Name 1 42 0xffffffff80200000 1f67128 kernel 2 1 0xffffffff82169000 3161c0 zfs.ko 3 2 0xffffffff82480000 c9e8 opensolaris.ko 4 1 0xffffffff8248d000 21c68 geom_eli.ko 5 1 0xffffffff824af000 bc68 aesni.ko 6 1 0xffffffff824bb000 114f58 nvidia-modeset.ko 7 3 0xffffffff825d0000 ab7f8 linux.ko 8 3 0xffffffff8267c000 ddc0 linux_common.ko 9 2 0xffffffff8268a000 1056708 nvidia.ko 10 1 0xffffffff83821000 3602 ums.ko 11 1 0xffffffff83825000 3c35c linux64.ko 12 1 0xffffffff83862000 eb0d iscsi.ko Excuse human-induced typos in stack-trace: panic: avl_find() succeeded inside avl_add() cpuid=5 KDB: stack backgrace: #0 0xffffffff80aad9c7 at kdb_backtrace+0x67 #1 0xffffffff80a6baa6 at vpanic+0x186 #2 0xffffffff80a6b913 at panic+0x43 #3 0xffffffff82169df4 at avl_add+0x134 #4 0xffffffff821a9bed at dmu_recv_end+0x16d #5 0xffffffff82231e0f at zfs_ioc_recv+0xb1f #6 0xffffffff82233c36 at zfsdev_ioctl+0x6d6 #7 0xffffffff8093ad38 at devfs_ioctl_f+0x128 #8 0xffffffff80ac9315 at kern_ioctl+0x255 #9 0xffffffff80ac904f at sys_ioctl+0x16f #10 0xffffffff80ee0394 at amd64_syscall+0x6c4 #11 0xffffffff80ec35cb at Xfast_syscall+0xfb It is reproducible. Initially saw it with zfs send | zfs recv (kernel #71), reproduced outside of X so I could see the panic, installed kernel #72 to be more current (had it compiled but not installed since I was doing lots of I/O). Didn't happen with zfs send to file, happened on zfs recv from file, grabbed #73 since it looked like it might apply since I have a da* via ISCSI, and can still reproduce the problem. From owner-freebsd-stable@freebsd.org Mon Jul 3 20:15:59 2017 Return-Path: Delivered-To: freebsd-stable@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 7C0069EF390 for ; Mon, 3 Jul 2017 20:15: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 6A978801A6 for ; Mon, 3 Jul 2017 20:15: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 v63KFvQW092332 for ; Mon, 3 Jul 2017 20:15:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 03 Jul 2017 20:15:57 +0000 X-Bugzilla-Reason: CC 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: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mjg@FreeBSD.org X-Bugzilla-Status: Open 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 20:15:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #43 from Mateusz Guzik --- Yes, apply the patch to a clean tree. Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Mon Jul 3 20:17:28 2017 Return-Path: Delivered-To: freebsd-stable@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 A3D1E9EF4AD for ; Mon, 3 Jul 2017 20:17:28 +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 91DE180354 for ; Mon, 3 Jul 2017 20:17:28 +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 v63KHRYs094303 for ; Mon, 3 Jul 2017 20:17:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Mon, 03 Jul 2017 20:17:27 +0000 X-Bugzilla-Reason: CC 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: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peixoto.cassiano@gmail.com X-Bugzilla-Status: Open 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 20:17:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #44 from Cassiano Peixoto --- (In reply to Mateusz Guzik from comment #43) Ok patch applied. I'll let you know the results. Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Mon Jul 3 20:29:16 2017 Return-Path: Delivered-To: freebsd-stable@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 8457E9EF7A8 for ; Mon, 3 Jul 2017 20:29:16 +0000 (UTC) (envelope-from cross+freebsd@distal.com) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C311980BF5 for ; Mon, 3 Jul 2017 20:29:15 +0000 (UTC) (envelope-from cross+freebsd@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200:0:0:0:ae25]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPSA id v63KT6AL079222 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 3 Jul 2017 16:29:14 -0400 (EDT) (envelope-from cross+freebsd@distal.com) Received: from [10.151.38.52] ([173.38.117.79]) (authenticated bits=0) by mail.distal.com (8.15.2/8.15.2) with ESMTPSA id v63KT4tP010546 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 3 Jul 2017 16:29:05 -0400 (EDT) (envelope-from cross+freebsd@distal.com) From: Chris Ross Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_F9031C32-7A66-4985-AD5E-8A87836810AB"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Compile-time check for clock_nanosleep() Date: Mon, 3 Jul 2017 16:28:51 -0400 In-Reply-To: <20170703184610.GH65214@home.opsec.eu> Cc: freebsd-stable@freebsd.org To: Kurt Jaeger References: <20170703184610.GH65214@home.opsec.eu> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 20:29:16 -0000 --Apple-Mail=_F9031C32-7A66-4985-AD5E-8A87836810AB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jul 3, 2017, at 14:46, Kurt Jaeger wrote: >=20 > Use __FreeBSD_version from sys/param.h: >=20 > = https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/version= s.html Thanks. That looks great. Also, for my specific case of the addition = of clock_nanosleep(), it looks from time.h like I could use = "__POSIX_VISIBLE >=3D 200112=E2=80=9D. Maybe that isn=E2=80=99t safe, = since later looking at time.h on 11.0 and on 11.1, the latter has a = definition for clock_nanosleep() in that block, but the former does not. Yeah, digging around it appears that stable/11/sys/sys/param.h at = r316498 had __FreeBSD_version at 1100512, and it was raised to 1100513 = in revision 318197. And, clock_nanosleep was MFC=E2=80=99d into = 11-stable in-between the two, at revision 317618. So, not a precise = match there, but >=3D 1100513 should be safe. Thanks! - Chris --Apple-Mail=_F9031C32-7A66-4985-AD5E-8A87836810AB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJZWqkLAAoJEPFBDnXvoNg0CNYQAKm2JVIRz+FKgTG1ZLfnjIBC JODqRrSmJ0HiepN7ImMSebARzqbqaNERGRsROwxu9mpohMl7tQs8apANb+16dIXG 13Rc+DHTMEAZr2AB6EL7S0uaVtaT1obz7vEDccLHguEPSFrj6eydIeEZlMnuJxHV VdJLPKBRYQoZV23hWkTVkZngCHWWGtwXIs6eD2ZMLRn/rA7lMdexeGjMfqFdTsK/ pe2KJNIDfOYB04ahQGRe8aXxThRdoxMm/Fc+tqUpBUUu+fM3tW8u/PmRmHw+/7og yGhD+LsSr9oWKExduog/HOJy/RYNPXYLa9lyjD3SQLoKZ2seGkGgkRZbO5gdxB+y EEdEcokpR0sQ+p2QzisGCyl4JrEXv5wDXsQavUseJqn9yIYFVPRVVuVKp2Sfk4ig JtRqQghPY26n800/k0Tb0+zumvqrRIEnb0TJCRu9YFKtFCV1JpBrsfi3EFcYr1HC 7w2TkDHfiq6KyMTH7b/gvNjJjWOkqnkrGNy0nmFoonmym/adPpYYVD7ZNRbT/7LX RMoUP/d4txswb4/c9UlPKZ8VVqJEOLHG0ugw6pinOHdRQGqhxl+lm5WBEjzCt+kC o3iIGFaH0m4t6yjr9dWLDBW3ItrXx9LXv4WcFGd3bcUbKFCiAaEpRkHftQDvU8t7 LJ4BPHxNx129l5QUTuaW =sGH1 -----END PGP SIGNATURE----- --Apple-Mail=_F9031C32-7A66-4985-AD5E-8A87836810AB-- From owner-freebsd-stable@freebsd.org Wed Jul 5 05:50:05 2017 Return-Path: Delivered-To: freebsd-stable@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 B06BEDA285E for ; Wed, 5 Jul 2017 05:50: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 9D985732CE for ; Wed, 5 Jul 2017 05:50: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 v655o4Md093427 for ; Wed, 5 Jul 2017 05:50:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Wed, 05 Jul 2017 05:50:04 +0000 X-Bugzilla-Reason: CC 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: crash, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mjg@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: flagtypes.name bug_severity 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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 05:50:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable10?, | |mfc-stable11? Severity|Affects Only Me |Affects Some People CC| |freebsd-bugs@FreeBSD.org Assignee|freebsd-bugs@FreeBSD.org |mjg@FreeBSD.org Keywords| |needs-qa --- Comment #45 from Kubilay Kocak --- Can we get the proposed patches included as attachments in this issue pleas= e, ideally, and if multiple versions are created over time, obsoleting the old ones. Also is this a candidate for upcoming releases? If so, please cc re@ --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Wed Jul 5 06:14:03 2017 Return-Path: Delivered-To: freebsd-stable@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 E8B35DA3140 for ; Wed, 5 Jul 2017 06:14:03 +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 D5E567406A for ; Wed, 5 Jul 2017 06:14:03 +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 v656E3j7098696 for ; Wed, 5 Jul 2017 06:14:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-stable@FreeBSD.org Subject: [Bug 213903] Kernel crashes from turnstile_broadcast (/usr/src/sys/kern/subr_turnstile.c:837) Date: Wed, 05 Jul 2017 06:14:03 +0000 X-Bugzilla-Reason: CC 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: crash, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: chrysalis@chrysalisnet.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mjg@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-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 06:14:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213903 --- Comment #46 from Chris Collins --- I would hope this makes it into RELEASE 11.1, would be disappointed if that= was released with a known problem. PFSense seem to have absolutely no motivati= on to apply the patches supplied here, so I am hoping they use 11.1 after its released and that has the patches applied. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-stable@freebsd.org Wed Jul 5 15:10:33 2017 Return-Path: Delivered-To: freebsd-stable@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 4CC60DAD355 for ; Wed, 5 Jul 2017 15:10:33 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 3605983EB0 for ; Wed, 5 Jul 2017 15:10:33 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from ford.home.vangyzen.net (unknown [76.164.15.242]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 8CB505646D; Wed, 5 Jul 2017 10:10:32 -0500 (CDT) Subject: Re: Compile-time check for clock_nanosleep() To: Chris Ross Cc: freebsd-stable@freebsd.org References: <20170703184610.GH65214@home.opsec.eu> From: Eric van Gyzen Message-ID: <1686a27e-b92e-75ba-868a-e4351bfc8af0@FreeBSD.org> Date: Wed, 5 Jul 2017 10:10:27 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 15:10:33 -0000 On 07/03/2017 15:28, Chris Ross wrote: > >> On Jul 3, 2017, at 14:46, Kurt Jaeger wrote: >> >> Use __FreeBSD_version from sys/param.h: >> >> https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/versions.html > > Thanks. That looks great. Also, for my specific case of the addition of clock_nanosleep(), it looks from time.h like I could use "__POSIX_VISIBLE >= 200112”. Maybe that isn’t safe, since later looking at time.h on 11.0 and on 11.1, the latter has a definition for clock_nanosleep() in that block, but the former does not. __POSIX_VISIBLE has a different purpose and can't be used for this. It's part of a way for the application to request a strict namespace of certain versions of POSIX, ANSI C, etc. > Yeah, digging around it appears that stable/11/sys/sys/param.h at r316498 had __FreeBSD_version at 1100512, and it was raised to 1100513 in revision 318197. And, clock_nanosleep was MFC’d into 11-stable in-between the two, at revision 317618. So, not a precise match there, but >= 1100513 should be safe. Yes, this is exactly what you want. Actually, what you /really/ want is for the committer to remember to bump __FreeBSD_version when he added the call, but I forgot. :( Cheers, Eric From owner-freebsd-stable@freebsd.org Thu Jul 6 13:15:35 2017 Return-Path: Delivered-To: freebsd-stable@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 4D9F1DAD572 for ; Thu, 6 Jul 2017 13:15:35 +0000 (UTC) (envelope-from sales09@id-card.top) Received: from smtpbg202.qq.com (smtpbg202.qq.com [184.105.206.29]) (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 02D626EEB9 for ; Thu, 6 Jul 2017 13:15:34 +0000 (UTC) (envelope-from sales09@id-card.top) X-QQ-mid: bizesmtp2t1499346917tvvz0hofi Received: from 0109WZLF5ETBPOP (unknown [183.198.243.186]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Thu, 06 Jul 2017 21:15:16 +0800 (CST) X-QQ-SSF: 0030000J002000101G10B00A0000000 X-QQ-FEAT: jfJxHuYZxOAgh2q2gzU/YSeU4+be+UM0dEqYg86D33M4Of5PDjNtneyCQU9CW oZXg8+o39BuC2FJgEOdrtD6/CbEByV10QTkufZCBotOKCwZ9yKEUi0GgSZOmgcvaaPtjnwT vHqsLzt/p721U8K4vtspizTJR+ffORLFJ8zQtYp9FK2p7omId0+T3IluSPm6Qa/zry/HsG+ knAlSK22B+/pk/4zpPV4LmL36yUQXl68m6ZaX64MlSRq23QVRtcffYtNQyfTo6VH6SBsCv+ So7DLpmGr7/mSbrd2tDJAxYHo= X-QQ-GoodBg: 0 Message-ID: <9af55958-3ed4-40bb-a6af-86b52c43ea0e@sales09.id-card.top> MIME-Version: 1.0 From: "Star Trend" To: freebsd-stable@freebsd.org Reply-To: simon@card-in-china.com Date: 6 Jul 2017 21:16:21 +0800 Subject: Plastic key card factory X-QQ-SENDSIZE: 520 X-QQ-Bgrelay: 1 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 13:15:35 -0000 =0D=0ADear Freebsd,=0D=0A=0D=0AGood day.=0D=0A=0D=0AGlad to conta= ct with you! This is simon from star trend, China. We are a PVC c= ard factory, can produce all kinds of PVC cards. We send email to= you to see whether you are interesting in cooperation, hope to r= eceive your reply!=0D=0A=0D=0Athank you=0D=0ASimon=0D=0AStar tren= d Enterprise=0D=0Awww card-in-china com=0A=0AuRcU2eMof1869mfuWzVV= XAa7S1tVOSjIIwAZAMrHXmAtNgAU4KcRUubTH410LRzmIqnCMgUa7eXAZGjCqyR3F= rOekGivLrV6NeLnSX8NQ2KFwBT0LozcZwGhB9i5YpoGiRNLVWJtq4dDH8IJNhKnRJ= 6hxtLJF2PrE3nEO75OE6MVi3AsrziGF1PzLweraZOnfMYDL3UFcVIKWbYtTii5J8L= DdOTiTDEEioGw4WHnEDuJi4CzxKxRHID60lpW9CLyg3syvsoXBVq6D2k9bkK86MXz= KzwJwKd2RWtfC445lAgMhxtY0gKPSCst5TNVWFqQHofHz4x7fENvwbhd6xIfZn9eu= Z9Ih89G9q4TiMpWJDAdPWXUCAPoWbQjf0dzUOQ7u7l66oVj8MvmNVpx1f6HiLJYAK= EiyP1VMsJIARNeFvfaFtwjBFyFI9PJnnvlKDKjLAzlcHWasR2Mwzj6elGThlcDD0k= dlru1KVo4Ua6TJndQ72cO4p7pWR2poWIcmJO0n01Aaec4eMaT8mvANw9Vk55TTZGY= sTx0ycs71CDPd2a9H8g2q8pQzSGiU8HbxeBlfakWToybSjIhUWbKIExktGqGv9dTU= shZrOTxOk81zeYfaooXWWtTGhRyJEqJaFgp2JQ53EWnvvKfIav6LgWYZoi9XkN9Tp= QTYydryiThZ5nawCQz8jXUIhqDqG8IRNt6FRh9W4ytmEZT08Dlue0ArWaG7z1R9bq= cBgvFkGC4Lty3iwCh3NeDMTFIGA2n3GjbeMhKDX0OBWOXn6oBWJOmWNqIBMZJEf05= amPwfSE6Mq1P4HlzcqqjRWerlz8QYg9mVJN1hRl44IAwMBDUrqxdOGdd8oaFKO8vg= ETlUkhk5me9mHFKVepxJWyevASSHGjgz4g7HiZ78c8ss3QqJpKvoALj6EPjroDo2Y= zhqx2CehpxO5MsJr9hVOSZjX13tGGJyJptuzZbn7g7bev0RmAZflse6AYtwZ9yBFY= 4FiYasXUOxKO4s0b65GucgbnTAwFnYIvvfqkyoqxhrEGlLT1vO2sVbLOtV4zViwQP= fiO2FCHF9dLBv28Hu9zVfAkuBQDkQBYUNR5s4ZQblNMY0cYSWSq8XVzFYkqPYnPxe= QOEWFCvjnAsOmtpSLoXaQXShquKy1cXYeJaokVhgVPzl7QCR1WdZRmoSVmvbSWiaC= uzCi0xP7Hf0nxaARSx4ZY6RlitYp5oYwoIDg0y0pnS96nuncVjZpebEnHg0xzp1jh= tZPwjRjwEB6WKYN5MtMoyid4fyJytQXQQPTvyFCrGSzAxqWidrNWeVIbMKhK8L2OD= f6V4hw6RkIFICwPBrl131BV6IJNoSjUQLWij1dVVG4Uc2s9dr8Hq0LBDbOmyIIY0N= PXGevAdp6mXHI4gAzWKCuP0lE8cQncX5TpdusZWxt0UoEWtK6X8Meni0XlAmnm2Up= RNiRL7AZc9uVCGIFsKp3bQv7cx7oz96YZYM8aTkQyM2eO5lESHVCDRe0ibEe0bp23= wVDTzuyqzuoOhj7cswSeuk8KLQZf6Pmn0bi9HKicnc4mPc0Rw1xFxOzbNS7JvjjJ8= 1N61YuIeFRigLVzP7I4iHPcC6lPCyH4SkdOoUQywPqSWgV1XyUnAerrbBuUCF5FXN= pVy6aUgaxsgXflbkS3EjtDTMDNqWWRKLU9R0tQoZ7pGYbdm8JhM11EjL1MsmukeGI= v35tbQ1FFc3XUAprhcE5IJfQ5YHo1uMb0gGagFyrLllrfO7b3Vc7ABZLNfoc9DDap= SWEUfbCEcjmnOBgQwl6iFApgUm1gli7Ib1mSthNKzsnhDnZD8mDixSKhwnZT9ljUb= EcMennexmIcd8Dxmn8ZFPaig4l5iUAe9s5YadpKYoKbay4oKrwMdkfmuTv92iWDLu= 2K2Em8Xo1g5Z8I0WkQnO0PdJuhIgHFr6pGwkl55nOOjYguLM95X6gXtdxja5qHGlP= YzscGBfKZ0bvesZvV7CIkQsciM2VZX68X9iViAtuIlgWhIiQazvA4Du77gTTyjK2T= 3x494dkE8ZYAvVAtbLqsw3kEbO2GzVpAd3daeG5laWVDvwBljpmxkAmZdqYgaD4cA= omsHpfvF4hA8H9EcHnazRgCGdXNIPawSJ2799DT9RSfjMRwhk4tgTDJ7JLtssMQTL= HpE1u33t1IY0jTmrwoKHfY6j0qn9qH41lx4sRfP0pNSUK6pR71Vo5cvJik14FT2jD= XFMOTzhyKhs5byT0v2pMFV92l9xeLkvLyhNrD3esEQlU3D7M74aRCxY1vJtJ22NpM= HxULsmsOX7PAfYI1K7HaE80iLWTAupB3V8m6d1EHI3Fq9rfLLIhV5f7zwBZwsSkxv= LF7CBOJsZrBsA9kG8OM8GXF0NAC18eQI8UnM889Txs6Ow6VrFQk3yoPOZ6P1bIkKB= SjGMyx0FSAdRRtGEbmiUMaJ5yM1i7HP8lcEMeE6iknFNBW8D9m0l1POHABdLvHxaL= 5vFOTpwfZApuVuBEo9KHt6wnXcDqkNCPv2vrtOfXu62epcE7B77xNthYZhQGM5UcX= zZTYabzTNdn4hXLywPdG522LxsbXzaobQgQcL9rWxDZfUUHk58ggHwSwX8qIZBkDO= bd07yNnnh8r3MQDKRSrU8ukojfDIJWWjmqIGHcxkTSqnqtahNX8JTIGHTCNiaEEkc= 8Hl8W3El61f4WXQ5lULNdpDK0M5oeaed5biLO8QUunNHrDXEXdOJTxYI3B7aXf7VM= 1YKF5gd4QjPCWinPqr0mujydzHd0GWegRUpEdYSWAF3d957iKkxO6zhIqx6n3cnT5= yL1TJCrz4LPgk3tAUglpqaiDHdFSuSoi98Ak6o0I5e1Nsr5tCM9W1uEosocvWz4bn= x7bs9uvfDjb8uag7bgIJrgFtcSHcvMw9QqVjT1tiDHoasfXdWnKimsVgsIghMjJQN= 1i4eWdaNp5JRu1WUuf71dNnuERbKcwkXxmqXSY0aAvXmcpXHjmi3CPAeUAA41pBSL= Mj8AY1vfXqHQ0ifUuqPeglHMc2ioV8aU4Bq5P6llMOFoSoTikaxZLEurBlnVI6kPg= NMpSa5n5trsFjUN904KBb8p6YttJpCGtQ84Cuqa59Thc2LirzMI2ze5EmiTHBEGRL= YPbPbEAUErhQd4da19CTDTB2qgcwsuucqr3V7Bo888VMNN9dFwzu4X75d8pVs3raX= 5qL1i2qLtLvYPeC6YRWUZ8sjXHZcsG4HKOInncnt9JAbB6oTMOtbugYWXr3A3djNH= Od0wfJLutKgxgHQj5qDcScuQLpV9MpWqNuNTnnw5IH1wHpGKchYMFAOCJaKQOCH3N= PJMUXVHUyuabY8mIbWvraKdFbadDGh50XISFUPelgS75EqL1n7CFcBD5w7JNI4dhp= adggGOlI9bhD71KobgyEpNl4M9N6rDbEPGtdvKGjgX2qmro5ZowOFCZmRbtw1fgwZ= CNrywTrzensLVHlLH726nZcG6mjg9i1GwqJDWxsu5eqfxBVt8Lj8epBDAKraAapWm= LeuYHO9Ex18yX9vqP8oYSs7P63c6iUVPuTMnrvrW9uGot4DAWJL20Xtj7FREC3mD6= j34n7ZjGsOoLJl1pBay8SOxptgLDNj672i91ydOKrly84xnjQe0TNudvvEURdGT8I= gIrc0QomOHxfplVSsNyidjy4EvUjWwKrqpNOW7QnCxZNFf6jYZLTlPvXamyuW4phW= 6PZx6VkWbGGkKpooAkXKR6AUQEAzlqx7HQzp6MR3qW99PCpW95lKsx4Zf5GskLBK8= yCUPYiOsTjVWq4eeDpg4NFaLAa15pIFlp1gZv7aNxhyd92O0sdGmkFkTs8fOgI3aE= AxpOeJwesxv7XCxm0Db2i0JHnxmRmxOenyyvocdua7S7OLvwIrf5S8mANIqHnFRVI= hJo31XOpHRa7BSB1Q8VhJmecYHGMw7ugXpw16sGurFbgbsbPOFwwWEZVvc5kg2Tzn= UaclzVnsrP4bX0vwQXQAXjjqBwTmmdpMBTgiYueK84vOUKxbzNp42ZpBRMK3105dp= iz3KcxmI6rSOuvQYINyNkJCuFrcJbJ8ZhpCatrmg3mVxwN From owner-freebsd-stable@freebsd.org Thu Jul 6 19:19:41 2017 Return-Path: Delivered-To: freebsd-stable@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 DD8C6D8DE87 for ; Thu, 6 Jul 2017 19:19:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B895E7BCFC; Thu, 6 Jul 2017 19:19:41 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id BC358671A; Thu, 6 Jul 2017 19:19:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Thu, 6 Jul 2017 19:19:38 +0000 From: Glen Barber To: freebsd-stable@FreeBSD.org Cc: FreeBSD Release Engineering Team Subject: 11.1-RC2 build delay Message-ID: <20170706191938.GA13823@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline X-Operating-System: FreeBSD 11.0-STABLE amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer X-Spidey-Sense: Uh oh, Peter logged in User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 19:19:42 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Just an FYI, the 11.1-RC2 builds scheduled to begin on July 7 will be delayed by about a day while re@ waits for a pending change to hit the releng/11.1 branch. The schedule at https://www.FreeBSD.org/releases/11.1R/schedule.html will be updated when they are started. Glen On behalf of: re@ --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAllejUUACgkQAxRYpUeP 4pMoHA/7Bv+CmSiQHm9r0+3fTlvXsM62+OPogrdSWLc4NV9AC9xhdP/l/jVLDqbC kYW0lQzIU5XAgENqejAB4D0pv81jl4Y6e/HJ7DqRqxfaI4zxBbjNCxafj13Zh49j SsLJ16MsGERy0WmMj1HPfd7WVfK3HPcaY2yLKwMFUZro2FWzcuLLMcd7JQfe/AvP kXN6ffwuuhsHNt6vbpSZCcJ3/MxX94LH6qqVnvV/wiovYc45txBYzX4zvgW9T4uE Yzx5P4tQD+gYOYin89UDdXkRcZzi1VLnOO+fb+2ynAfklMT+0mZwCtGuiZU87MvH o0W2RpJoSvp40jQZcD2p8LU+iGcLAjVEPgLLqELUQeKF8TNfXrfN3b3xFqIVKKMk OHQBBWBMolvf9VZCLdCvjQ1X8YcXXgDkj5pnlZ4SGqW0W3IXxgkH7+lVM6coU0EK 2U3UmKlM+fmTfvo5nPUI9dZwq52FagP1muwmjdSU6EgtMtxQugbkk/wad5im6q62 UPiNZJaoPgTQQRctv7AH8T6AAZUwURsM6JuL8enbhmvrH1kQk+ckrugdPrx0bMZ2 aspPulsn71Qxtbj37iMrz0GOAYwXJkexVqu4LsXbRDDxGoykjjpTtcwq8n5XkENU KcSB00CNdaIa9JfPBr6eN3h/rwQiRPpDjUyhT+fjnf/Cwr45VH4= =aTO+ -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh-- From owner-freebsd-stable@freebsd.org Thu Jul 6 21:51:04 2017 Return-Path: Delivered-To: freebsd-stable@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 A9ADDD92DCB for ; Thu, 6 Jul 2017 21:51:04 +0000 (UTC) (envelope-from walther@rodconit.com) Received: from delivery.mailspamprotection.com (delivery.mailspamprotection.com [184.154.208.36]) (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 77B8880DC8 for ; Thu, 6 Jul 2017 21:51:04 +0000 (UTC) (envelope-from walther@rodconit.com) Received: from ns1.siteground249.com ([184.154.160.19] helo=siteground249.com) by se6.mailspamprotection.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86) (envelope-from ) id 1dTCWG-0008EC-QN for FreeBSD-stable@FreeBSD.org; Thu, 06 Jul 2017 14:32:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=rodconit.com; s=dkim; h=Content-Transfer-Encoding:Content-Type:Subject:To: MIME-Version:From:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9TlJXjhibZjhNp/i5saSpIDC7+aN9nTh4aJksjoPaPk=; b=DQzkPpOwwaoulf2+bXHaN9q7Ot xEguPrNNSk+7P/1whI3Cyzgkk8/adC2La1qCY1YsB5LddPpBF8Kb9Pr+Us3SEiISuUZfLJLRu/8Ji I4pjmE5LITx/nhD2py4fTYrBLJhnzPnPjr9rPowqY7bM6Ac7PUpVZLfAIT3LCwK1srWA=; Received: from [189.152.235.203] (port=32286 helo=[192.168.1.71]) by siteground249.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA:128) (Exim 4.89_3-0adfb60-XX) (envelope-from ) id 1dTCWG-0009zK-9C for FreeBSD-stable@FreeBSD.org; Thu, 06 Jul 2017 14:32:56 -0500 Message-ID: <595E905A.5030705@rodconit.com> Date: Thu, 06 Jul 2017 14:32:42 -0500 From: Walther User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: FreeBSD-stable@FreeBSD.org Subject: pefs not working Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - siteground249.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rodconit.com X-Originating-IP: 184.154.160.19 X-SpamExperts-Domain: siteground249.com X-SpamExperts-Username: 184.154.160.19 Authentication-Results: mailspamprotection.com; auth=pass smtp.auth=184.154.160.19@siteground249.com X-SpamExperts-Outgoing-Class: ham X-SpamExperts-Outgoing-Evidence: Combined (0.19) X-Recommended-Action: accept X-Filter-ID: PqwsvolAWURa0gwxuN3S5YEa3T7JuZT23fGO2rGt3ZhoeVrRKeZUuiF6kpgjHvdQzHldPTYaTsQs jyQ2qwoa/Chx+5WlZCJkcZUp1tvKIufvU6kcz8OmVen3EPds4FDaepCeSC7sWfSQA6PebSVLwoK4 neu6jAfqDGqaJi+zKthQt93lGV7RkldFLyA9fVa0xgPN57h0UcSbuVnFl+KhHbY0ku5YK3R1nvUs ki/2ynQ8lz48ybWFN9b9XQLrqFztugNuylZsLevy5ia/a/+5aB5gCXxtbwErrKY45T65ogG0Zq1L XSu3rlGGdZSBKS3XxQYDO5cVKnkG8U/Ocz8ecc7UZB5DjZsjTnYAKJBt0QbAuBG7EZlonhKbvrdf dL5Xfqb5R4VemuUI6bcEARsm0I9an8mgrenMslnH/O3nAv+ElL+p7yC5eEvnresic1zJgLgAPAEX hwg92E+905SUxa9AWeitDPZrxe6ukY/N60yavwbRbVZykPGeLjVtYhVSp3G11T4a6MOJPwdtBUcY vjwX8glEDxkXwLkCckHFIUMKBrLY7c8c6sA9IJ8+TxlrjhI7xICBjwmey5u8/8AcHT/TZmyxM2FA ZSY9TMNRpPVZay1tFpscYRjDP7NVQZTwnHl2TRtBFGxCwNLr/WIXTkJGk2cm/OKspCjYn83n0JbZ tzTbzM3Ho6Y+cc4yxSfk++DuIQUs/5JJj4C/n4CILkycZYWEHJMTtqsNf0yXt17Ke3g0ipn8rk7F 5SxDGvYpae9+izco1fJd598s0OFHk+wC40YybtN8CluWquiOu4Gp0QPILBy+b9wLDksKOnZadxZD G/90+qXXFlVqGjitC7bJePK3gjz2WasEzaqkEO7OMZUgQvnz/Og4Qy4Ok+9dNr8kJdONHF+f/71t R2wtbWNbd8ldy3nZVMOfesszcQY= X-Report-Abuse-To: spam@quarantine1.mailspamprotection.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 21:51:04 -0000 Hello Testing FreeBSD 11.1 RC1 i386 version I found the following: I am not able to load pefs (pefs.ko) I am not receiving an error but it can not be loaded I added pefs_load="YES" to the /boot/loader.conf and I also tried running kldload but it ois always failing Thanks Walther From owner-freebsd-stable@freebsd.org Thu Jul 6 21:59:29 2017 Return-Path: Delivered-To: freebsd-stable@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 3B6BBD92FC6 for ; Thu, 6 Jul 2017 21:59:29 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-yb0-x233.google.com (mail-yb0-x233.google.com [IPv6:2607:f8b0:4002:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03DD38118A for ; Thu, 6 Jul 2017 21:59:26 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-yb0-x233.google.com with SMTP id 84so5223250ybe.0 for ; Thu, 06 Jul 2017 14:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=mjSMOLCdbsRmQ/Q8L/+NV9aVzPTdVxgRxcmkvah2egc=; b=XgvHU6DSCNPWDIZ48dq52DQ/7j5+8g0vYuS51QmgTSs0pv6Hr2ttqlGlFlgqhq1JmR 93+iRb7cawVsgvdRZ/WfOGDRqw1tTqHxyKffgL246FF/7CNkAaaXqxQRuWCp9uGRVRzf YK28MEZ9y8MaBGW/Sl2J4Ai8Jtjvn53zhOyRe7fJm324dfA6v6e37bh4SIHF1pLlRZGy oV5PSs+QNn05GJvvSCeUa9Us2TQIr0vsv5w61daCNL/vpTn/8CHuqdkWqrA9Ud32o7X+ taFyjkEqnZJHx5q6CYhOEiBANHa6ZprNJ1weRqYAhbPLKCEVBNsFTCJfhJy2ylBVDkuN /hbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=mjSMOLCdbsRmQ/Q8L/+NV9aVzPTdVxgRxcmkvah2egc=; b=P3X5XmhzQu0oQmc5TLZCxGn4IyONUaTf7o3W9tWrzOEywmJn20Koen+1gJF3tauVMA RSlo1b18yTMk3HtvAtUreVgcmAzkrzun9PeC/wTZP+BW0jL7s+AJI/jYW+D1vFke8zwf 4yYq217MHB8GNSohjnZb0UilEqGBxcQw/IzpAMmm0Nhg6L8F/wsIhjXXUC7YDVm+aE9G m0ws1Rds+d7bWTE8xPZOTjBb4dOabX8unmmVY5S5vnPf4hknyVfDAP0cLYGeqoJMPlYI +2rUoDyjNcdkNP9rr8OQ91eqc0KitXcHV6sSTF9vsS4qcXEaU1zebqlD0unvuaz18B95 1aOQ== X-Gm-Message-State: AIVw113kSJAg2SSzf/zNx/BQIpngjKbn6VSm9F3Ha9nagv2Esb1PLxi8 +/FeYmVsOowwG1arqIjI8WViTBRTig== X-Received: by 10.37.172.153 with SMTP id x25mr1855372ybi.96.1499378365100; Thu, 06 Jul 2017 14:59:25 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.13.206.199 with HTTP; Thu, 6 Jul 2017 14:59:24 -0700 (PDT) In-Reply-To: <595E905A.5030705@rodconit.com> References: <595E905A.5030705@rodconit.com> From: Alan Somers Date: Thu, 6 Jul 2017 15:59:24 -0600 X-Google-Sender-Auth: 0HLr3kSvJL3yYEEq_mlGJ1xmu2E Message-ID: Subject: Re: pefs not working To: Walther Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 21:59:29 -0000 What is this pefs? I've never heard of it, and I can't find it in the source anywhere. Are you sure you're spelling it right? -Alan On Thu, Jul 6, 2017 at 1:32 PM, Walther wrote: > Hello > Testing FreeBSD 11.1 RC1 i386 version I found the following: > I am not able to load pefs (pefs.ko) I am not receiving an error but it can > not be loaded > I added pefs_load="YES" to the /boot/loader.conf and I also tried running > kldload but it ois always failing > Thanks > > Walther > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Thu Jul 6 22:14:40 2017 Return-Path: Delivered-To: freebsd-stable@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 D144FD935C3 for ; Thu, 6 Jul 2017 22:14:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB18A81D34 for ; Thu, 6 Jul 2017 22:14:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-pg0-x230.google.com with SMTP id u62so7301765pgb.3 for ; Thu, 06 Jul 2017 15:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=75uAvtRl2FTfaj0YEjO+217fiw6u7LdtMttuVJNaN3k=; b=pnMHgJx2+jX26vXeflDMGqOoqKfyndc10jy7bGGPPLUdnposbFN/X4SrIL4X2RjLVU u0HmZ6n5ntXxvJ1z/OpnC/TpKpw/v9INV5di+YsuvYe9E06817kcOCdyQ1a4rZsVPAKf VLZ8xDYaC2ZHParzq9DPBMxBsioN97QAamEU0UttGI/gKEJrrLvY9oeiwoG638G32hI1 EgYT6rNFo97BtxjMJfHIA5y7qAL/WOtX2um/im4nsZoXFQeZ82XyeNSHfQT0xil9dWXx g4x4puYMGaI9SRqjfyiK0hPhAaDxDXfaj0hr0DDYnm7973H0YNufka3lb3bxnUtWvg4N 1H0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=75uAvtRl2FTfaj0YEjO+217fiw6u7LdtMttuVJNaN3k=; b=RJNQKAAXlRdD/xW2QartspCYKZa4UITtgyd9Z5LYldW4gO2a5gzXu3ryl2lIEfAwYP UGKeg7f4+FmRPHow0j5p3elr2U2WanNi2+S/ub36JjihrYCke05bV+iTbD85kmkzeEd4 tjZ5VEck67Rim7yWPXdMvGH8ir7txXwNCyJKF2/jgs49GGv2+VYB/6kSuFHM2bEaQGVX E/oCHNL82Dn/IDbLpOEHWW1G8MZv5YkvqYGtS9DdzqRy+WFqGgeUUnkUiHEf/Wj+Ht9n jtV/gFvbYnnVpAUCKPGHyLgd6vcJcLsFqmRNAJq2S3Ck7WISm+IDtdUjtYm7hWwq3H/M E47w== X-Gm-Message-State: AIVw111U3g+WO3SIIsIJN+I3teMSQ1rzT1huDf8yI39AztdFJdJIldL7 OAEZu+tALP2Z6d8gnWQzXungv+Ayivhm5do= X-Received: by 10.98.215.73 with SMTP id v9mr28386622pfl.103.1499379280193; Thu, 06 Jul 2017 15:14:40 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.100.165.193 with HTTP; Thu, 6 Jul 2017 15:14:39 -0700 (PDT) In-Reply-To: <595E905A.5030705@rodconit.com> References: <595E905A.5030705@rodconit.com> From: Kevin Oberman Date: Thu, 6 Jul 2017 15:14:39 -0700 X-Google-Sender-Auth: gdl4fPa2p-vxLz-06BUFA3aGBF4 Message-ID: Subject: Re: pefs not working To: Walther Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 22:14:40 -0000 On Thu, Jul 6, 2017 at 12:32 PM, Walther wrote: > Hello > Testing FreeBSD 11.1 RC1 i386 version I found the following: > I am not able to load pefs (pefs.ko) I am not receiving an error but it > can not be loaded > I added pefs_load="YES" to the /boot/loader.conf and I also tried running > kldload but it ois always failing > Thanks > > Walther > pefs does not seem to be part of the base OS. Is it installed by a port? And, if so, which one? If it is installed from port, it MUST be rebuilt when the kernel is updated. It may be installed as a package only if you are running a RELEASE version and release candidates are not releases, so you MUST rebuild them from sources. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-stable@freebsd.org Fri Jul 7 00:55:10 2017 Return-Path: Delivered-To: freebsd-stable@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 2E3AED95EC1 for ; Fri, 7 Jul 2017 00:55:10 +0000 (UTC) (envelope-from bsdunix44@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD179F7B for ; Fri, 7 Jul 2017 00:55:09 +0000 (UTC) (envelope-from bsdunix44@gmail.com) Received: by mail-it0-x244.google.com with SMTP id k3so3144058ita.3 for ; Thu, 06 Jul 2017 17:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:in-reply-to:mime-version:content-transfer-encoding :message-id:cc:from:subject:date:to; bh=efL1GnQxZb/c80dmnxeTYkGDjs8EaE7VCR+6Ek8FzNA=; b=io2JcmWnUrQ9cbggv8vqrAq+/ne9D4If1TbhtTWEFrVo8uoixCj9LVFNUzZQAn1sHo pbkiW9KDOuuUGbzAel4TG+zY71bJeD4EJATKmBnHulg3iiuSp7i30e2f+hl6R5Xz1FQ8 u/jFWFTlNLMtTkCkNtX0OBws4vISL99gtwuwIim8HfQVwbzORMk6T65NXPEy07dhEpA6 kvwEototOD6vCJw4282+JsjvJaYYfSb6W2W78qJw0NQALezC+hkQogntK+vWVqfWJIy1 H28RbL0poVCLVcrIzqeh+5/91AxxO7AydSvzIOnKK65SFv1grN04yVygJ8AZWQVVEY5S TxuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:in-reply-to:mime-version :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=efL1GnQxZb/c80dmnxeTYkGDjs8EaE7VCR+6Ek8FzNA=; b=azVYdfANRBBHYT9mcsM1HtAzVJDrVsnffbJSC98Rcp9ji3yO9YWapMzZPBRxhnJSZB LvpZWRilpLTDQEEvxpce7H2H57l7B2z42SfmcFk53N48GrP2AkQEPrFpb/AQu1LAZJOy bP/YdJ4Yh9piF70kZx9wWi1yhbjT4rilAcEdu/6Gb79pHUT72FBndX8nX8NKcXfPOo+t Wy1gKzh/ukGcfNmTDNh7yW9HmgN3byHAwHFzFefY/gKYwzTA/9ZkKzBVXkx7jEHsXMVZ sv3p9JpRDsL7FfFLmFZng3QApL8vkaHjfJOmGoh6yXWel7izLTBcAxs+lZG7mQ2gm0aj FP6w== X-Gm-Message-State: AKS2vOzJBDrjaLwQ5G1rRXV5YOxIuwCGnh8y5r7Rma2tr5IQaWSdnW2E m5p4s/aH87SaJg== X-Received: by 10.107.131.203 with SMTP id n72mr55140928ioi.141.1499388909186; Thu, 06 Jul 2017 17:55:09 -0700 (PDT) Received: from ?IPv6:2605:a601:84a:1500:1d5c:20a2:6c2b:fe18? ([2605:a601:84a:1500:1d5c:20a2:6c2b:fe18]) by smtp.gmail.com with ESMTPSA id 16sm1018217itm.14.2017.07.06.17.55.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Jul 2017 17:55:08 -0700 (PDT) References: <595E905A.5030705@rodconit.com> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <6E41F9FB-353A-4A2F-A6B6-ED8A66817BD0@gmail.com> Cc: Walther , FreeBSD-STABLE Mailing List X-Mailer: iPhone Mail (14G5057a) From: Chris Watson Subject: Re: pefs not working Date: Thu, 6 Jul 2017 19:55:07 -0500 To: Kevin Oberman X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 00:55:10 -0000 Pefs is in ports under security I believe. Gleb wrote it several years ago. I= don't know if he is maintaining it or someone else now but a quick look at t= he Makefile for it in ports should tell you who to bug about you're problem.= =20 Chris=20 http://open-systems.net Sent from my iPhone 5 > On Jul 6, 2017, at 5:14 PM, Kevin Oberman wrote: >=20 >> On Thu, Jul 6, 2017 at 12:32 PM, Walther wrote: >>=20 >> Hello >> Testing FreeBSD 11.1 RC1 i386 version I found the following: >> I am not able to load pefs (pefs.ko) I am not receiving an error but it >> can not be loaded >> I added pefs_load=3D"YES" to the /boot/loader.conf and I also tried runni= ng >> kldload but it ois always failing >> Thanks >>=20 >> Walther >>=20 >=20 > pefs does not seem to be part of the base OS. Is it installed by a port? > And, if so, which one? >=20 > If it is installed from port, it MUST be rebuilt when the kernel is > updated. It may be installed as a package only if you are running a RELEAS= E > version and release candidates are not releases, so you MUST rebuild them > from sources. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Fri Jul 7 02:22:47 2017 Return-Path: Delivered-To: freebsd-stable@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 DD490D97663 for ; Fri, 7 Jul 2017 02:22:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD35E35A6 for ; Fri, 7 Jul 2017 02:22:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id E7CF4ED4; Thu, 6 Jul 2017 21:22:39 -0500 (CDT) Date: Thu, 6 Jul 2017 21:22:38 -0500 From: Mark Linimon To: Chris Watson Cc: Kevin Oberman , Walther , FreeBSD-STABLE Mailing List Subject: Re: pefs not working Message-ID: <20170707022238.GA18659@lonesome.com> References: <595E905A.5030705@rodconit.com> <6E41F9FB-353A-4A2F-A6B6-ED8A66817BD0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6E41F9FB-353A-4A2F-A6B6-ED8A66817BD0@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 02:22:48 -0000 On Thu, Jul 06, 2017 at 07:55:07PM -0500, Chris Watson wrote: > Pefs is in ports under security I believe. http://www.freshports.org/sysutils/pefs-kmod/ mcl From owner-freebsd-stable@freebsd.org Sat Jul 8 07:34:05 2017 Return-Path: Delivered-To: freebsd-stable@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 D6650D931B2 for ; Sat, 8 Jul 2017 07:34:05 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C75A77A3A for ; Sat, 8 Jul 2017 07:34:04 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from walrus.pepperland ([81.217.71.61]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MGnPx-1dPfm92lxx-00DUPl for ; Sat, 08 Jul 2017 09:33:56 +0200 To: freebsd-stable@FreeBSD.org From: Stefan Ehmann Subject: 11.1-RC2 breaks wine, creates unkillable process Message-ID: <176da83a-f6be-7f20-3416-f961c2ae91e0@gmx.net> Date: Sat, 8 Jul 2017 09:33:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:HsuVNBtJeVlg0Jiutc/9tLzuJU/RiLrmy2q+1zwqmr+YSQmO09D n84Dlxi/obrg9+4pb/tzvBngZYyu2CrM/yPOCfudE0kSsYzDSOfnrsfmTywqgBv/pgO+lCm nhY0nzfKt13GdSjq+R7oncTOIJE4VDs5RixhdV0UVWi0+FPY4OJHLORKOmjPWLn2Bw0dX8q z1DrmqhDf9PuL2ZjcOeog== X-UI-Out-Filterresults: notjunk:1;V01:K0:rVU8nIJoV74=:epFjyXP7NsDqFsZV1dWHog igt6cF9xUtuIrxVqu6BEnPh2OCS7Sv6sQc2qMJa1tGvUakEhb6u2o3WKX7E3sFbeOhWp98vQM o4fKwGAy6Ar4GpLEDeK2OmKQhKc4OY3p24jM0plKsq/vujzw7TYFFxWQty8cHjynVKHr/JmyA w8H9ou/RRJQxcojThY0OPVV6nrcFiadxaF1so7hD2G1vVM5kRToC0tL2+6/JSeso08B9yr1ET ql2RAFb8SAaCdRhlI7wuY4byzYoqyAUby+aPoCva7HHvh+k/bHi0xak6bIGbxVxkC10vqlevq 8EQFwUXo4dJlrgojjy7eyKIDoa3DmdG6/nT3jUizyeJEwpjd4/jse9RyeSTo6YjhgBZ4NvoTE W38JXbRUorKCAagohOskAGeD5uuUqgdNEISZkVMwJFCzm4vMFmrd4VC4Qw/bdNf+8vq49wWTB 1Xhm9DwYCqae2C6kJqFwcStDe6ioQ4sYdheK6xJOvQPLyYReCeISWXMQxmvBbM9OQW5B3EGSF NhswPtGRoO7d77bq3D1l0M2/e4rWBk9sF5RLydmhijw0nhJBl6zYPk3fgrLKMwkck3bTESRNH xFjZVh+/yyI9jVST8c/8PQluYi3NyrIMUcuendZiMqRuQPTebhCi0VTqBRu6+hxfo+SG8FUfs Vv2KhLzwbHszUU+P9EPiTO3r9vNLIbl3m9yEt6y7y74NE470bun7JimqU0UcJ0Pc0V0h0vLvL AoqIZqfaW6KOoBSaDwtc4DkahBgyM26vFV7kCG8FF9KePXrcmtX+7CmBCdJsrMcTDOWw6kVYR Ylskt2c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 07:34:05 -0000 After upgrade from stable (r319967) to RC-2 (r320783) wine stops working. The process gets stuck before there is any console output. It uses 100% CPU and is not killable. I'd guess the stack guard changes broke wine, but I haven't done any investigation yet. The wine package was built by poudriere on 11.0. From owner-freebsd-stable@freebsd.org Sat Jul 8 08:34:56 2017 Return-Path: Delivered-To: freebsd-stable@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 2898DD943A7 for ; Sat, 8 Jul 2017 08:34:56 +0000 (UTC) (envelope-from outlook_3B75E20955E3BEB3@outlook.com) Received: from EUR02-VE1-obe.outbound.protection.outlook.com (mail-oln040092069011.outbound.protection.outlook.com [40.92.69.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F1C578E4C for ; Sat, 8 Jul 2017 08:34:54 +0000 (UTC) (envelope-from outlook_3B75E20955E3BEB3@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=Ac1rKBuz0HjPLzhFcFc6zj9gYqKMfFheRQFM2cZSkTU=; b=jvMxyOhvxbCM9kLgRMdZ+2GwatR3SBXPjl7Z9dg4tZse89U15+P5/j43bberae06Ef6d3MKODxRHwO+SO6WFNJT+L6DTLto6TeiA1fxNdt414vL6OmRNAXtjPo6pEyogeO1FBofHIrFKzTqAGJecf9VOOyB8xzwG+uv7vUjRZrM3xW09+O/bfZWNAapliFreOncLDXz4XZrPtFtqdHZZr55pe39hI5DL2GmVDiEaw2XA38a/T2wbXtWpwfZvPEvF7WNoCec16VIY6kubujviXOgjBBCNSLHZebNG0tBpyloDcW131EkC50u7KV3vtqEFzKyuJ8iTxgxPa/wZRKvPEQ== Received: from VE1EUR02FT040.eop-EUR02.prod.protection.outlook.com (10.152.12.51) by VE1EUR02HT163.eop-EUR02.prod.protection.outlook.com (10.152.13.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.1220.9; Sat, 8 Jul 2017 08:34:52 +0000 Received: from MM1P123MB0907.GBRP123.PROD.OUTLOOK.COM (10.152.12.52) by VE1EUR02FT040.mail.protection.outlook.com (10.152.13.217) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1220.9 via Frontend Transport; Sat, 8 Jul 2017 08:34:52 +0000 Received: from MM1P123MB0907.GBRP123.PROD.OUTLOOK.COM ([10.166.217.8]) by MM1P123MB0907.GBRP123.PROD.OUTLOOK.COM ([10.166.217.8]) with mapi id 15.01.1240.013; Sat, 8 Jul 2017 08:34:52 +0000 From: Mark Dixon To: "freebsd-stable@freebsd.org" Subject: 11.1-RC2 won't mount zfs Thread-Topic: 11.1-RC2 won't mount zfs Thread-Index: AQHS98OQE4++TSsZikO0cymnhrdMpQ== Date: Sat, 8 Jul 2017 08:34:52 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-GB X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: freebsd.org; dkim=none (message not signed) header.d=none;freebsd.org; dmarc=none action=none header.from=outlook.com; x-incomingtopheadermarker: OriginalChecksum:39160342AFED824862E7B984E5075606E79BFC6BA61B22B279F7008820E91374; UpperCasedChecksum:AF56141E9901A5A34DE0714424272FA850C543AFF8906A11430A9A3CE15D5A20; SizeAsReceived:6968; Count:42 x-tmn: [BGGZF+vSzb0CydH8W0OaXYR5y1PRGOsL] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; VE1EUR02HT163; 7:XBw4kd+8S/GHEtwCvPDv4tgoa336JZWR2FalMeub+areD09EnrNR1Bu1/kZRWvzUUaZLe55KKJwb4/sRV5EHq7JKeC2JbFS+TOLZ76XT9CFBR+vbMXE/0jVNHZfODKRB0/+qjx4iyp1YOx0oRENW1wujuweKVe01rfkuZo1aq0uotuoQZEbcZobL5I3TrNmP3a5RzmNwpioP5Qj4S+BObk3UixPtMnnifOQFrpVOBBGnFIjCC+OhNNPbqE/2NmdFAMS3nsuK/vuZmUjKvKDm5pAgHUTjPnVrESY3m3kQ59HtaqUNQnWshZnv4Vev7vdln90iZVstqia5BnVFNoFHXExIZvxQT4jyJ+GZdft6v5fS0IWpI9QLRP/Gi3hLzbh3WQcUAPr+l5qp1gQih0OBjSqBN2Q2C7Jr/jifASed32x21hJ7N6OtbQdD+82DuajrKDdp4i1ZuEe6hMJhsNdKf4dqc7oXet5PTWmCXYndS7kavsBnKeM1FoBOLVQOFKtuYENARig+II4kbFE0tBJSIQC2qZ/3ryz3Th66X11A0bf/h7PK6doqky3jl/w7zSd9hZ5V70ZA9qd6zHcW79c6ubTCe2P+RUMSpRcMVJ5aTj6JsiL50Qh+Oc727uOT067jX14HiE2/v8t69+Rq4PSsCMpEp3ciTOMpVO3xxLH0fsKcjwa+lp9v6wrJzehp9TH6k2vor8A7tZvfdGjw8LhC7yk3d+wbkqBrDaqjXxS4fZjpweMJ8wUitVC46JNb7toOLXIiIln3ZomED8lR5SP4Hg== x-incomingheadercount: 42 x-eopattributedmessage: 0 x-forefront-antispam-report: EFV:NLI; SFV:NSPM; SFS:(7070007)(98901004); DIR:OUT; SFP:1901; SCL:1; SRVR:VE1EUR02HT163; H:MM1P123MB0907.GBRP123.PROD.OUTLOOK.COM; FPR:; SPF:None; LANG:en; x-ms-office365-filtering-correlation-id: cdcd5b66-3a56-48b3-0c94-08d4c5dc3425 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(300000500095)(300135000095)(300000501095)(300135300095)(22001)(300000502095)(300135100095)(300000503095)(300135400095)(201702061074)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322274)(1601125374)(1603101448)(1701031045)(300000504095)(300135200095)(300000505095)(300135600095)(300000506095)(300135500095); SRVR:VE1EUR02HT163; x-ms-traffictypediagnostic: VE1EUR02HT163: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(444000031); SRVR:VE1EUR02HT163; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:VE1EUR02HT163; x-forefront-prvs: 0362BF9FDB spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-originalarrivaltime: 08 Jul 2017 08:34:52.2840 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: VE1EUR02HT163 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 08:34:56 -0000 I did a freebsd-update to RC2 yesterday evening. On rebooting with the new = kernel, my zfs mounts were not present. In single user mode, the zfs command was core dumping. Fix was to copy /boo= t/kernel.old to /boot/kernel Backtrace is not super useful I think: lldb) bt * thread #1, name =3D 'zfs', stop reason =3D signal SIGABRT * frame #0: 0x000000080137884a libc.so.7`__sys_thr_kill + 10 frame #1: 0x0000000801378814 libc.so.7`raise + 52 frame #2: 0x0000000801378789 libc.so.7`abort + 73 frame #3: 0x0000000801082913 libzfs.so.2`zfs_standard_error_fmt + 1603 frame #4: 0x00000008010822c5 libzfs.so.2`zfs_standard_error + 21 frame #5: 0x0000000801091da2 libzfs.so.2`zfs_open + 290 frame #6: 0x00000008010838a5 libzfs.so.2`zfs_path_to_zhandle + 85 frame #7: 0x0000000000410005 zfs`___lldb_unnamed_symbol76$$zfs + 437 frame #8: 0x000000000040811b zfs`___lldb_unnamed_symbol18$$zfs + 635 frame #9: 0x00000000004059c2 zfs`___lldb_unnamed_symbol5$$zfs + 834 frame #10: 0x000000000040552f zfs`___lldb_unnamed_symbol1$$zfs + 383 Mark= From owner-freebsd-stable@freebsd.org Sat Jul 8 18:46:36 2017 Return-Path: Delivered-To: freebsd-stable@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 05FA2DA0330 for ; Sat, 8 Jul 2017 18:46:36 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9430B64C4F for ; Sat, 8 Jul 2017 18:46:35 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: by mail-wr0-x22a.google.com with SMTP id 77so87377973wrb.1 for ; Sat, 08 Jul 2017 11:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=PhxJM2WstdEutXplDQYP7d3H4EatepvPwgNFl7rIWjQ=; b=l14iYS0DhseXwc2hw6snTAGMl7rWFZQbcf2RtoKrYsjJEr1nC3RklLJap+O26jg/f5 IdMisHlGyJ1hXVBQM2Wr7rjhfmY5zoQiCR+K1d4VmTKimaWWD/rGEGJVBoSL7KVIkiDM wQZa8GufwLKp9WakGgLXribgSFWSA6AJkkwopQnGLqis/ImGtDhljpPtIFHjjdjKA1Dj mOqwSOWZ5GKRpP/UoC37dRaS85mZoxsHuqLm6adiqAU5KMR63yuuXcE94vhj+0rLdvsZ Am1aFX6427c06488oG3lQ/h6lDehNmL+hH36R4KVNM2D3R8FDSNzlwzv64TO5ZXgsPGK fPQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=PhxJM2WstdEutXplDQYP7d3H4EatepvPwgNFl7rIWjQ=; b=VWozOPb0gHtAsEFJeo/ebsXJDbcPPAxN8/ZxwMRds5LXzd/VJSsBrdsqTAEMG1MaCU Y4IW3kwUVv3jtnkcb7LCBtC8zTFDFxmStkgYrqrBUR9Dck322Ozccn5rJBDCupkUVFGh j3YaaLsM9szFcb1ulTiJvqYAvzY4j+84us38Q/n5oTkigSjxOe4d2GO8AX/t8DJM4dv6 0mMO+mI92S282dSDy/8K1h2vfLzDeFnUUXpZN3Rwp1+lmzbXC2llUgg/RswJ/UkyOtM3 luqHHmUnv32KEPC+KqYlvwfYty59akC6K9DqULVIluKZtISM6VKTvkPtVh66PsAbif2h BLgw== X-Gm-Message-State: AIVw111mixkvCplxnra0Gt0fzaGc/vRyjqTp7YgFLUkk4z7AwHr/2dVm sm+iV6sg7oF+g8IMCIg= X-Received: by 10.80.134.217 with SMTP id 25mr6234349edu.73.1499539593834; Sat, 08 Jul 2017 11:46:33 -0700 (PDT) Received: from ?IPv6:2a02:a03f:a53:ef01:e159:fee9:735f:d088? ([2a02:a03f:a53:ef01:e159:fee9:735f:d088]) by smtp.googlemail.com with ESMTPSA id t17sm3773044edd.69.2017.07.08.11.46.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 11:46:32 -0700 (PDT) From: Sydney Meyer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: VirtualBox outbound networking Message-Id: Date: Sat, 8 Jul 2017 20:46:31 +0200 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 18:46:36 -0000 Hello List, i have trouble getting any form of outbound networking, i.e. "nat" or = "bridged" with the e1000 guest interfaces, to work with VirtualBox on = 11.1 BETAs and RCs. I have recompiled the virtualbox-ose port from head = with its virtualbox-ose-kmod dependency from hand but without any luck. Am i missing something here in context of port-provided kernel modules = not being compatible with the non-release kernels or something? Sydney= From owner-freebsd-stable@freebsd.org Sat Jul 8 21:32:37 2017 Return-Path: Delivered-To: freebsd-stable@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 730F9DA2ED3 for ; Sat, 8 Jul 2017 21:32:37 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: from mail-wr0-x233.google.com (mail-wr0-x233.google.com [IPv6:2a00:1450:400c:c0c::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A40868D77 for ; Sat, 8 Jul 2017 21:32:37 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: by mail-wr0-x233.google.com with SMTP id 77so90173718wrb.1 for ; Sat, 08 Jul 2017 14:32:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=hlg38Xb49eYJA7xXc59DmSz+s1OksMdxE2wAzi3gAeI=; b=azsR9XfbLXd3kDU5by5UHgvFVawfPQoDdDyeaniWN2W2T0l7GmxT9fR5HDXKsjXM5v A9ZYyTweef+4fKZnO9rWs5qE8XBjOP+GpbZKVm4FWufK4V1GK+gy6McTbLanZmIGAb+L xOiPnz5LxAtf0hXin2BVm9VyDZdtz7DO1h8i+3F8i02UoSpNL1GqMQZJvcLmjAw8y2aJ dy15x6JAH5KpmBiWU6rV5rjR1ns6P0qSwN10LNvS9z6y6VdoQYmUWYBvdg3ivYY/Ohi2 aBPKub6DGUnJW9aOC+yBjAv5JiBeFTc36ncO0/meHIA8qkocx34aoQDKsIYK4ex4STOC TxLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=hlg38Xb49eYJA7xXc59DmSz+s1OksMdxE2wAzi3gAeI=; b=KHJeux0OKhTvH550rNa/me8KkanIVUm9MmvG4ovVsegcozohZlzofq8gSgJGpxGURF LcxEKMRR4RbqT+rKwnOkdZT46S1S1RehRbQNOSIm4Kzl94+ifokjdpn1pK8WWdCiHBJW lh6vhTuE25wus7heTZhsZvBtjMZs+YTdYjT+ZtUo5EQBywQdpFOtZiN0uPxeRcn87/kI 4AaFF4XLNetc1rZ1rCKNC3lxPrJgGofn4Yvt9EyZOniHd8Mivrrc4lOyuQNG4a+lFoOL 2ehqPxwwiMCEKYXJWcWuWYzcV4HmBD4rMkl+ZEMxRdDP/h+BkOViWDajvrebc9Bd40NR 65dw== X-Gm-Message-State: AIVw111OOKTa1B9BEtyUuy42lYQBYtEmfbKDOojW1iRQz9jwP/jIV0Tp 7z4w6JS3D2/DfhJT+Us= X-Received: by 10.80.192.16 with SMTP id r16mr6378478edb.155.1499549555092; Sat, 08 Jul 2017 14:32:35 -0700 (PDT) Received: from ?IPv6:2a02:a03f:a53:ef01:e159:fee9:735f:d088? ([2a02:a03f:a53:ef01:e159:fee9:735f:d088]) by smtp.googlemail.com with ESMTPSA id a20sm3814440edd.60.2017.07.08.14.32.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 14:32:34 -0700 (PDT) From: Sydney Meyer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: VirtualBox outbound networking Date: Sat, 8 Jul 2017 23:32:30 +0200 References: To: freebsd-stable@freebsd.org In-Reply-To: Message-Id: <41167554-4C4D-4146-894F-098A41ED2098@googlemail.com> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 21:32:37 -0000 That is, e.g. in "NAT" mode VirtualBox' own DHCP server hands out = addresses to guest, which are in turn able to ping the host but can't = get outside their own networks. I'm sorry for not mentioning this in the first post. > On 8. Jul 2017, at 20:46, Sydney Meyer = wrote: >=20 > Hello List, >=20 > i have trouble getting any form of outbound networking, i.e. "nat" or = "bridged" with the e1000 guest interfaces, to work with VirtualBox on = 11.1 BETAs and RCs. I have recompiled the virtualbox-ose port from head = with its virtualbox-ose-kmod dependency from hand but without any luck. >=20 > Am i missing something here in context of port-provided kernel modules = not being compatible with the non-release kernels or something? >=20 > Sydney From owner-freebsd-stable@freebsd.org Sat Jul 8 22:57:16 2017 Return-Path: Delivered-To: freebsd-stable@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 2F243DA421A for ; Sat, 8 Jul 2017 22:57:16 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6E926EC69 for ; Sat, 8 Jul 2017 22:57:15 +0000 (UTC) (envelope-from meyer.sydney@googlemail.com) Received: by mail-wr0-x235.google.com with SMTP id c11so91478426wrc.3 for ; Sat, 08 Jul 2017 15:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=3UCWT1VkpzS3p5o4TMI3Y9blyvdc+rF28ZJhh1ao+XI=; b=QKhTOo8TGXHiDcQf5gWfeM7CQxMeVXUI41cgHaO6C/iXh2kqiVxRkuIYG+ajIrkatq 1vInkYAjIdzoR304ztCpIJxts4k7NOCmD0CESM5vz4qWDD4D2fvjFQqQa/OR6mzMX9HA Nz9nf0Smw8wcJVsZ0p7XujjXwvue8mivgs+sgWtFbxqS9l+9f+rxaY1e0Q+asA1WfJIP dbV0PFWRwqyHFNGIEj88nP+pVqHpT/n+heL15eDUrTuzaBEN1PZVnyVcl/zsNc+ne/Gg /VlDRZ7l8/xFdyZx8jXVQqjc0jpCB39o6I6TT+5YXLSRSjBHfByuO0IZZTeoE6lABuS8 7qMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=3UCWT1VkpzS3p5o4TMI3Y9blyvdc+rF28ZJhh1ao+XI=; b=gQOG+F528sj96oxyGaCH141Ba3QVGrbW/eLmuF4ZcxJ2Wb77B+W9slxIAujO1psQSJ Ib+1YGWTvOHYOPNBCFub9kuFUbGH/wztVwaiaH/otSF0+KLKWB7278Dj5F3aZD7p2XKf fHhe72kzzsTkpgfW5eMOsc2YDj6oCSxYW3MPuN51G0nn+gGZKlvCU+0/q6V9gql8oyBW GSdFhAXcjLO5Fp5tI8m+lo1O5S3XnJHMsGMb5B7TiiRbgrehEj0B12SYF9KT6TOhG3A8 pRB4pT0z3eJdsl5PU3rCkWunAqVWx0FyK9GdcsZIwRdYJRx3c96oYqUVsBsjy5e4HLoq 1ALw== X-Gm-Message-State: AIVw110YHqPNHFve2tktuWj9Gr3lzGi1bUpGeK1W9Pq0gTgvt/1TLeFC 8sQzK+1pwAlq+VQe2+k= X-Received: by 10.28.13.145 with SMTP id 139mr3202708wmn.49.1499554633897; Sat, 08 Jul 2017 15:57:13 -0700 (PDT) Received: from [10.13.0.1] ([87.67.252.33]) by smtp.googlemail.com with ESMTPSA id u75sm11530902wmd.1.2017.07.08.15.57.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 15:57:13 -0700 (PDT) From: Sydney Meyer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: VirtualBox outbound networking Date: Sun, 9 Jul 2017 00:57:11 +0200 References: <201707082233.v68MXZcM055411@mail.karels.net> To: freebsd-stable@freebsd.org In-Reply-To: <201707082233.v68MXZcM055411@mail.karels.net> Message-Id: <0FE43678-63BD-4A46-806B-8964580EE34F@googlemail.com> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 22:57:16 -0000 Hi Mike, yes, a (correct) default route is added and the guest can reach the = VirtualBox nat-gateway.. oddly enough, the VirtualBox DHCP server seems = to have passed the hosts resolv.conf and is able to dig dns responses = with my local-lan dns resolver, but can't ping it. When a guest digs to my routers dns service, i can see the packets on = the router coming from hosts IP address, i.e. nat working, but when i = try to ping it the router, i can't see any packets, neither on the host = nor on the remote site. =20 =20 > On 9. Jul 2017, at 00:33, Mike Karels wrote: >=20 >> That is, e.g. in "NAT" mode VirtualBox' own DHCP server hands out = addresses to guest, which are in turn able to ping the host but can't = get outside their own networks. >=20 >> I'm sorry for not mentioning this in the first post. >=20 > Are you getting a default route from the (virtual) DHCP server? If = not, > can you add one manually? I can attest that the route is working with > 10.3, but probably you have even more recent experience. >=20 > Mike