From owner-freebsd-current@freebsd.org Mon May 2 18:51:44 2016 Return-Path: Delivered-To: freebsd-current@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 A9785B2A5AA for ; Mon, 2 May 2016 18:51:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F5CA1809 for ; Mon, 2 May 2016 18:51:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 71929B977; Mon, 2 May 2016 14:51:43 -0400 (EDT) From: John Baldwin To: Larry Rosenman Cc: freebsd-current@freebsd.org Subject: Re: boot with floppy enabled doesn't..... Date: Mon, 02 May 2016 11:29:56 -0700 Message-ID: <16140962.usBe9WNqcf@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <39b5e125e5b66b771f27a572c7763715@thebighonker.lerctr.org> References: <0b555735ed2b24d5974f2357f3888d05@thebighonker.lerctr.org> <2a7118792c7b6515652707b6cd308505@thebighonker.lerctr.org> <39b5e125e5b66b771f27a572c7763715@thebighonker.lerctr.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 02 May 2016 14:51:43 -0400 (EDT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2016 18:51:44 -0000 On Monday, May 02, 2016 12:54:32 PM Larry Rosenman wrote: > On 2016-05-02 12:27, Larry Rosenman wrote: > > On 2016-05-02 11:57, John Baldwin wrote: > >> On Saturday, April 30, 2016 10:36:53 PM Larry Rosenman wrote: > >>> On a current -CURRENT if my Floppy disk controller and device are > >>> ENABLED, we do NOT pass mount root, and the floppy disk > >>> light is ON. > >>> > >>> If I disable the floppy controller/drive in the BIOS, we boot. > >>> > >>> This started after April 18. > >>> > >>> I'm not sure what info to gather. > >> > >> I recently changed some things in the fdc(4) driver that are the > >> first suspect. You are stuck at the mountroot prompt? Is your > >> root filesystem on the floppy or on something else? > > The system does mount root, but never gets to the RC Scripts. Root is > > on ZFS, and NOTHING is in the floppy drive. > Oh, and it seems(!) like it's a live lock, as if I insert a USB drive, I > get the da0 messages. > > Keyboard num lock light will change state, and ctrl/T shows NOTHING. Can you break into DDB with Ctrl-Alt-Backspace and get the output of 'ps'? -- John Baldwin