From owner-freebsd-stable@freebsd.org Sat Jul 18 16:24:46 2015 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 6C7179A4480 for ; Sat, 18 Jul 2015 16:24:46 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) (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 208D016CD for ; Sat, 18 Jul 2015 16:24:45 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: by qkfc129 with SMTP id c129so44969570qkf.1 for ; Sat, 18 Jul 2015 09:24:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version:content-type; bh=jYgVjwfr+MPCtTcNErP7DiJma6cYVkIF4ffUaMIrWpc=; b=FQ0mqYH3gI7Jl6ZpSoEbcSGNNDhOENAU3rgCNUCsjO1E2AuQpOpKbpn+CAMqBkXaCO a1IX6ElpGfnsXNFt7yWBkAovwr6vrl6knvIGODOuxgaw34dYW0rOosGZ1RHeFjt9QqmD 86DtLc+JrMPa9froEl9IhYcVbhIqGOrbT7LCVno1J/R7S19ePS7V+MIhWySFFkCz8RoO W+npqDV/P6GI6sQjq1F2xvUs/9KkBl8LgeSZjfZzLqvpFNZfF62RKjO7TqbU2epk4gNF MG0/I81L2K1N8Q0ZbSzubJW7FqSlFk5blhoHz1ES1Zvnby0bTI9sWT53Rdb2fTjyL38w j/IA== X-Gm-Message-State: ALoCoQnD3+WsKYer4gST/TCJKOOvQf9XZQcAY7gXyJMVq8c3k9fnvsJMEN6WJ9pCmjbjeE3YXBJS X-Received: by 10.55.15.86 with SMTP id z83mr34017175qkg.70.1437236684314; Sat, 18 Jul 2015 09:24:44 -0700 (PDT) Received: from hbsd-dev-laptop.localnet (c-73-173-98-149.hsd1.md.comcast.net. [73.173.98.149]) by smtp.gmail.com with ESMTPSA id m134sm7674833qhb.30.2015.07.18.09.24.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Jul 2015 09:24:43 -0700 (PDT) From: Shawn Webb To: David Wolfskill Cc: 'FreeBSD Stable' Subject: Re: unionfs or tmpfs Kernel Panic on 10.2-BETA1 Date: Sat, 18 Jul 2015 12:24:37 -0400 Message-ID: <1991840.MVMXWej4Gn@hbsd-dev-laptop> Organization: HardenedBSD User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT-HBSD; KDE/4.14.3; amd64; ; ) In-Reply-To: <20150718161252.GE1155@albert.catwhisker.org> References: <102666342.D3ByS97l8p@hbsd-dev-laptop> <20150718161252.GE1155@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart11983679.GPOveA5GnZ"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 18 Jul 2015 16:24:46 -0000 --nextPart11983679.GPOveA5GnZ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" On Saturday, 18 July 2015 09:12:52 David Wolfskill wrote: > On Sat, Jul 18, 2015 at 11:54:59AM -0400, Shawn Webb wrote: > > Looks like there's some locking issues in 10.2-BETA1/amd64. I'm at > > revision bf2d0b176566519b95f21d01cc101f4b60247ab8 in this repo: > >=20 > > https://github.com/HardenedBSD/hardenedBSD/tree/hardened/experiment= al/opns > > ense-10-stable > >=20 > > =3D=3D=3D Begin Log =3D=3D=3D > > Trying to mount root from ufs:/dev/ufs/HardenedBSD_Install [ro,noat= ime]... > > Mounting filesystems... > > tunefs: soft updates set > > tunefs: file system reloaded > > camcontrol: subcommand "identify" requires a valid device identifie= r > > panic: __lockmgr_args: recursing on non recursive lockmgr tmpfs @ > > /usr/src/sys/kern/vfs_subr.c:2174 ... > > If there's anything you need from me, please let me know. It's 100%= > > reproducible at bootup on one of my systems. ... >=20 > I mount /tmp as a tmpfs on all of my FreeBSD systems, and have been > tracking stable/10 daily for some time (ref. > http://www.catwhisker.org/~david/FreeBSD/history/). >=20 > I have not seen anything like the above. >=20 > I am presently running: >=20 > FreeBSD g1-245.catwhisker.org 10.2-BETA2 FreeBSD 10.2-BETA2 #96=20 > r285668M/285670:1001519: Sat Jul 18 04:07:25 PDT 2015 =20 > root@g1-245.catwhisker.org:/common/S2/obj/usr/src/sys/CANARY amd64 >=20 > on my laptop; on the system where I'm reading & writing mail, it's: >=20 > FreeBSD albert.catwhisker.org 10.2-BETA1 FreeBSD 10.2-BETA1 #418=20 > r285410M/285418:1001519: Sun Jul 12 04:37:35 PDT 2015 =20 > root@freebeast.catwhisker.org:/common/S2/obj/usr/src/sys/ALBERT amd6= 4 >=20 > I am, however, not using unionfs. >=20 > I have a test system available, if that might help (e.g., for trying > to reproduce the problem). >=20 > Peace, > david Good to know. I'm working on creating a new experimental build of OPNSe= nse +=20 HardenedBSD. I've uploaded the memstick image that exhibits the faulty behavior at=20= https://hardenedbsd.org/~shawn/opnsense/bad_buids/ Thanks, =2D-=20 Shawn Webb HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --nextPart11983679.GPOveA5GnZ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJVqn3FAAoJEGqEZY9SRW7uTEsQAKFTtmCH9bWddf5gApATjGLb TLYHvtfgEbm/T7eEjzr4LaVF4NO/Kj52OvY7VTf5kjSrlzj6+klF588f6PSuIsAn XM07gA06mqOZ68c0UYDE243QzmqdxNlNvwiqTuBdq1tIF3ySH2Q4184nBNPvbzpe Noz7eOyWi9D8QvmQovX+AAPfIrfGa/GYEOdeqlq24WLIHgMYhZPF0+jFx5T7qtr/ R/U4/fQvV3oU3KE9EKll1gyQNxzmwXbfjp6guTtPSN8DLs6i1f3YAgJY2jWdZ2fV RFK0JGYI7ndnfxd9cpxQoeokTRHsMKmPw3LBNi9d7BpnrrEPEHJdoMlehe0ilKGE 6NbSbCvmTPK+0JAzPFHozwJaRdAfZuM4k7rqicVRrNTguKD20zVvub8YYeVCwHNT cLzq33wXO5hvbQFkJ2FUArgCal3pjzAojBlcSbarU7QiLHMYX9co5cUTfz/0gxX1 jGjUyuEyKJh6tdB1UdQgzVHEPuIOuypcK+bMd5y2xaYAI+kAqDESP0CJDXxNwHAm c4k7fVaHyR4eSqiI8mRL9O/XDKFfXFlBApSlY1rJ16KyZhOuJeAuCVSNQ61BP7gT RRMkm9lpAzYKiPsQy9dqCshiByI6B+4iV2WkYb5/xvo89UlLaBupyvNtCOW3i8Qo Inqb+MM6cvLVARDRlgVy =1ogs -----END PGP SIGNATURE----- --nextPart11983679.GPOveA5GnZ--