From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 09:15:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300FA16A4D1 for ; Mon, 5 Jan 2004 09:15:39 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33A943D46 for ; Mon, 5 Jan 2004 09:15:37 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 96E4472DC7; Mon, 5 Jan 2004 09:15:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 9180B72DBF; Mon, 5 Jan 2004 09:15:37 -0800 (PST) Date: Mon, 5 Jan 2004 09:15:37 -0800 (PST) From: Doug White To: Ryan Sommers In-Reply-To: <1073314754.714.2.camel@localhost> Message-ID: <20040105091424.Q84804@carver.gumbysoft.com> References: <1073314754.714.2.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Abnormal long pause in boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 05 Jan 2004 17:15:39 -0000 On Mon, 5 Jan 2004, Ryan Sommers wrote: > I rebuilt my CURRENT kernel last week and ever since then I was noticing > a very long pause in the boot that wasn't in there before. Here is the > dmesg chunk on a boot -v: Some ATA controllers need some extra handholding and can take a while to probe. The stuff after the delay is firewire though, so it might be FW trying to initialize the channel. > ad0: 16 secs/int, 1 depth queue, UDMA100 > GEOM: new disk ad0 > ar: FreeBSD check1 failed > [0] f:00 typ:222 s(CHS):0/1/1 e(CHS):3/254/63 s:63 l:64197 > [1] f:00 typ:12 s(CHS):4/0/1 e(CHS):1023/254/63 s:64260 l:45062325 > [2] f:80 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:57641220 > l:20498940 > [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 > GEOM: Configure ad0s1, start 32256 length 32868864 end 32901119 > GEOM: Configure ad0s2, start 32901120 length 23071910400 end 23104811519 > GEOM: Configure ad0s3, start 29512304640 length 10495457280 end > 40007761919 > acd0: CDRW drive at ata0 as slave > acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, > PIO4 > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet > acd0: Writes: CDR, CDRW, test write, burnproof > acd0: Audio: play, 256 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: 120mm audio disc > GEOM: Configure ad0s3a, start 0 length 268435456 end 268435455 > GEOM: Configure ad0s3b, start 268435456 length 1051303936 end 1319739391 > GEOM: Configure ad0s3c, start 0 length 10495457280 end 10495457279 > GEOM: Configure ad0s3d, start 1319739392 length 268435456 end 1588174847 > GEOM: Configure ad0s3e, start 1588174848 length 268435456 end 1856610303 > GEOM: Configure ad0s3f, start 1856610304 length 8638846976 end > 10495457279 > > LONG (4-5 second) PAUSE HERE > > (probe0:sbp0:0:0:0): error 22 > (probe0:sbp0:0:0:0): Unretryable Error > (probe1:sbp0:0:1:0): error 22 > (probe1:sbp0:0:1:0): Unretryable Error > (probe2:sbp0:0:2:0): error 22 > (probe2:sbp0:0:2:0): Unretryable Error > (probe3:sbp0:0:3:0): error 22 > (probe3:sbp0:0:3:0): Unretryable Error > (probe4:sbp0:0:4:0): error 22 > (probe4:sbp0:0:4:0): Unretryable Error > (probe5:sbp0:0:5:0): error 22 > (probe5:sbp0:0:5:0): Unretryable Error > (probe6:sbp0:0:6:0): error 22 > (probe6:sbp0:0:6:0): Unretryable Error > Mounting root from ufs:/dev/ad0s3a > > It doesn't really bother me, was just curious if anyone knew what it was > from. Full boot -v dmesg attached. > > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org