From owner-freebsd-current@freebsd.org Sat Jul 18 05:47:02 2015 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 B44D19A470F for ; Sat, 18 Jul 2015 05:47:02 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (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 70E4A1E55; Sat, 18 Jul 2015 05:47:02 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by obre1 with SMTP id e1so76985637obr.1; Fri, 17 Jul 2015 22:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mJMc2o3975atjXpjUTu+UVQRU0OslNZ4R+LSqdQuvKg=; b=f9ddVbOU0BkxYq1zKHPvxuaGZaCbGH1MXmktfX1QahjeHheVsYrnpLFzMbq2i2HHLs ZJxtfJq8/jyEO/Z5ShBh9DRcuU8OjYl61g83tWa22u8EDbLYq73MMhniM/kMx+cTlgXt RwRGMuKz9PGz9e9xQhcxsdHuLWRmlGeuHfGdNwwGyw/mmOHxeGxJj3kyxzNzh9IDUDXo vo/tbYRVraILx6ALCC07asiV6xAxnAUcW+4k39ksieFLQ7o7eYBthw+8CBIMZrt7RulZ HGE+5igAnAz12rt0wQGA0I0S3uyIqHYpMsc+IXTnAXVfJbohnMfQPb1f0cYF21ky0i5J fDFw== MIME-Version: 1.0 X-Received: by 10.60.128.200 with SMTP id nq8mr16328502oeb.54.1437198421559; Fri, 17 Jul 2015 22:47:01 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.202.221.69 with HTTP; Fri, 17 Jul 2015 22:47:01 -0700 (PDT) In-Reply-To: <20150718023143.GN1438@FreeBSD.org> References: <20150718005900.GG1438@FreeBSD.org> <20150718005954.GH1438@FreeBSD.org> <20150718023143.GN1438@FreeBSD.org> Date: Fri, 17 Jul 2015 22:47:01 -0700 X-Google-Sender-Auth: iqLFC2gER8DpVzp9hh7vQRLHVnc Message-ID: Subject: Re: Head from yesterday's snapshot fails to mount root From: Kevin Oberman To: Glen Barber Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 18 Jul 2015 05:47:02 -0000 On Fri, Jul 17, 2015 at 7:31 PM, Glen Barber wrote: > On Fri, Jul 17, 2015 at 07:27:06PM -0700, Kevin Oberman wrote: > > Never mind! I see the problem. Sorry for the noise. > > > > Out of curiosity, what was it? > > Glen > I think is was an "inadequacy" of the bsdinstall system. I booted a thumb drive which, of course, was named /dev/da0. I plugged in a USB hard drive which was /dev/da1. bsdinstall does not label any partitions and generates /etc/fstab that assumes that the root is on the drive it was on during install. This works reasonably well for non-removable drives, but that USB drive is created as da1 when I boot. I simply managed not to see it was trying to boot /dev/da1p2 when I booted the system. I booted my 10.1-BETA1 system and edited /etc/fstab and it did fine... for a while. I was doing a "portsnap extract" and, late in extracting devel, the system panicked in vfs. I did not get a dump or any information from the crash. Sorry. After I booted my 10.1-BETA1 system, I had to do a full fsck and, after that I had a totally empty usr, so I guess I need to try again from scratch. :-( If it happens again, I'll try hard to get more information. For tonight, I'm calling it quits and I'll start over tomorrow. -- Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > Kevin Oberman, Network Engineer, Retired > > E-mail: rkoberman@gmail.com > > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > > > On Fri, Jul 17, 2015 at 7:23 PM, Kevin Oberman > wrote: > > > > > On Fri, Jul 17, 2015 at 5:59 PM, Glen Barber wrote: > > > > > >> On Sat, Jul 18, 2015 at 12:59:00AM +0000, Glen Barber wrote: > > >> > On Fri, Jul 17, 2015 at 05:52:58PM -0700, Kevin Oberman wrote: > > >> > > I just tried to install HEAD from the July 16 snapshot. > Installation > > >> went > > >> > > fine using all defaults. (I am trying to test whether a problem > with > > >> resume > > >> > > is present with HEAD.) > > >> > > > > >> > > I booted up the system from a USB drive with no problems until it > > >> tried to > > >> > > mount root. It simply sat "Waiting for /dev/da0p2" forever (or > more > > >> than > > >> > > the 3 minutes I waited). System is a Lenovo ThinkPad T520 (amd64) > > >> that runs > > >> > > 10.2-BETA1 (r285359) without any issues other than the inability > to > > >> resume/ > > >> > > > > >> > > da0 is an old 120GB USB drive and I can mount and examine it using > > >> either > > >> > > the install system or 10.2-BETA1 system. > > >> > > > > >> > > This is my first experience with HEAD since the release of 10.0. > The > > >> boot > > >> > > looks quite normal and the UMASS and da0 devices show up and look > > >> normal. > > >> > > ugen1.3: at usbus1 > > >> > > umass0: on usbus1 > > >> > > umass0: SCSI over Bulk-Only; quirks = 0x4000 > > >> > > umass0:5:0:-1: Attached to scbus5 > > >> > > da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 > > >> > > da0: Fixed Direct Access SCSI-2 device > > >> > > da0: Serial Number D578C6060290 > > >> > > da0: 40.000MB/s transfers > > >> > > da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C) > > >> > > da0: quirks=0x2 > > >> > > > > >> > > Would screen shots of the boot help? (I sure see anything > unusual.) > > >> Is this > > >> > > a known issue? > > >> > > > > >> > > > >> > Yes, please provide screenshots. I did not observe this, although > this > > >> > does not sound like a problem with the image(s), necessarily. > > >> > > > >> > > >> Also, just for science, can you also try the 10.2-BETA2 images that > were > > >> uploaded today? > > >> > > >> Glen > > >> > > >> > > > Boot pics are at: http://ykoberman.dlinkddns.com/FreeBSD/ > > > > > > I'll give the 10.2-BETA2 a try as soon as I can, probably later > tonight. > > > I'll admit that it's been a long time since I tried this... the first > from > > > a memstick image. > > > -- > > > Kevin Oberman, Network Engineer, Retired > > > E-mail: rkoberman@gmail.com > > > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > > > > > > >