From owner-freebsd-stable@FreeBSD.ORG Mon Nov 4 14:39:55 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BDFAC2 for ; Mon, 4 Nov 2013 14:39:55 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D08562969 for ; Mon, 4 Nov 2013 14:39:54 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id u16so12127432iet.21 for ; Mon, 04 Nov 2013 06:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=z1msdYY2LIuiGueqTs10URkezMy6byo7bslgZmOUMJc=; b=xDBUQDHsZA5Uq2X65pSmsp5uiasQnqNxlsx8qWL4BY9Xa8G0L8X7kKSRB3PvhRZzdm JH7UQN6/R+AEl9Ayoy/fhHYpVyHMCgZKlgt3tcp6MgqrAktBzV4MLTLx+x+pjQ+oYGoN nQUSjEBnUjFW38mUmzzU32NjoOqF/onru9+N9Ws8XGblRWAg1LVZeY+wbglGgmGsJBHP CkmYM3MULLOtT1BQspw/6PrmWG6JTRt1ALJ8ydOAOoxBb/X5NnnzyqbBYEeG97sWDBZp +yoqdTQWUGDnXEauSOWCF8EMQ1zk/7oj5wuV5LsrC5fpK7DXf+kD6vDEg2ytmGXYph+J TCJg== MIME-Version: 1.0 X-Received: by 10.50.126.74 with SMTP id mw10mr12277860igb.24.1383575993537; Mon, 04 Nov 2013 06:39:53 -0800 (PST) Received: by 10.43.75.6 with HTTP; Mon, 4 Nov 2013 06:39:53 -0800 (PST) In-Reply-To: References: Date: Mon, 4 Nov 2013 08:39:53 -0600 Message-ID: Subject: Re: FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration. From: Nikolas Britton To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 04 Nov 2013 14:39:55 -0000 I've investigated the problem further, and the problem presents itself (i.e. /boot@ -> bootpool/boot) whenever encryption is selected. I tested installations using a simple single volume ZFS root installation, with and without encryption being selected from the setup menus, and the problem presents itself when encryption is selected. I retested the multi-disk ZFS raidz root configuration from my initial report without encryption and indeed the problem disappeared in that instance as well. It appears that all automatic ZFS configurations are malformed when encryption is selected from the installer menu. If the problem can't be easily solved, the encryption toggle should be removed from the installer prior to 10.0-RELEASE, this must be addressed prior to 10.0-RELEASE. I have created bug 183652, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D183652 On Sun, Nov 3, 2013 at 3:29 PM, Nikolas Britton wrote: > Hi, > > I was trying to rebuild world on a FreeBSD 10 test system, that I had jus= t > installed. ZFS root was setup. I let the installation program do all the > ZFS setup and configuration. I put root on a 5 disk encrypted raidz array= . > Besides the installer configuring 5 times the amount of swap space I aske= d > for (asked for 8gb, installer put 8gb on each drive, for 40gb in total.) > everything was working great until I reached "make installkernel". I > followed section 23.7 (rebuilding "world") explicitly. I have not altered > the test system in any way from the installer provided settings. I'm > reporting this as a bug, but would would also like some advice on how to > fix it. > > Literally all that has been done post installation is: > a) install pkgng. > b) install svn using pkgng. > c) sync repositories with svn. > d) make buildworld. > e) make buildkernel. > > > Thanks! > > root@els1:/usr/src # make installkernel > -------------------------------------------------------------- > >>> Installing kernel GENERIC > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=3D/usr/obj > MACHINE_ARCH=3Damd64 MACHINE=3Damd64 CPUTYPE=3D > GROFF_BIN_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/bin > GROFF_FONT_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > GROFF_TMAC_PATH=3D/usr/obj/usr/src/tmp/legacy/usr/share/tmac > PATH=3D/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/u= sr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bi= n:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/s= rc/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > make KERNEL=3Dkernel install > mkdir -p /boot/kernel > mkdir: /boot: No such file or directory > *** Error code 1 > > Stop. > make[2]: stopped in /usr/obj/usr/src/sys/GENERIC > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > > root@els1:/usr/src # ll /boot > lrwxr-xr-x 1 root wheel 13 Oct 26 14:33 /boot@ -> bootpool/boot > > root@els1:/usr/src # mount > zroot/bootenv/default on / (zfs, local, noatime, nfsv4acls) > devfs on /dev (devfs, local, multilabel) > zroot/tmp on /tmp (zfs, local, noatime, nosuid, nfsv4acls) > zroot/usr/home on /usr/home (zfs, local, noatime, nosuid, nfsv4acls) > zroot/usr/local on /usr/local (zfs, local, noatime, nfsv4acls) > zroot/usr/obj on /usr/obj (zfs, local, noatime, nfsv4acls) > zroot/usr/ports on /usr/ports (zfs, local, noatime, nosuid, nfsv4acls) > zroot/usr/ports/distfiles on /usr/ports/distfiles (zfs, local, noatime, > noexec, nosuid, nfsv4acls) > zroot/usr/ports/packages on /usr/ports/packages (zfs, local, noatime, > noexec, nosuid, nfsv4acls) > zroot/usr/src on /usr/src (zfs, local, noatime, noexec, nosuid, nfsv4acls= ) > zroot/var on /var (zfs, local, noatime, nfsv4acls) > zroot/var/crash on /var/crash (zfs, local, noatime, noexec, nosuid, > nfsv4acls) > zroot/var/db on /var/db (zfs, local, noatime, noexec, nosuid, nfsv4acls) > zroot/var/db/pkg on /var/db/pkg (zfs, local, noatime, noexec, nosuid, > nfsv4acls) > zroot/var/empty on /var/empty (zfs, local, noatime, noexec, nosuid, > nfsv4acls) > zroot/var/log on /var/log (zfs, local, noatime, noexec, nosuid, nfsv4acls= ) > zroot/var/mail on /var/mail (zfs, local, noatime, noexec, nosuid, > nfsv4acls) > zroot/var/run on /var/run (zfs, local, noatime, noexec, nosuid, nfsv4acls= ) > zroot/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls) > > root@els1:/usr/src # cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/gpt/swap0 none swap sw 0 0 > /dev/gpt/swap1 none swap sw 0 0 > /dev/gpt/swap2 none swap sw 0 0 > /dev/gpt/swap3 none swap sw 0 0 > /dev/gpt/swap4 none swap sw 0 0 > > root@els1:/usr/src # ll /dev/ada* > crw-r----- 1 root operator 0x5f Nov 3 10:01 /dev/ada0 > crw-r----- 1 root operator 0x64 Nov 3 10:01 /dev/ada0p1 > crw-r----- 1 root operator 0x66 Nov 3 10:01 /dev/ada0p2 > crw-r----- 1 root operator 0x74 Nov 3 10:01 /dev/ada0p3 > crw-r----- 1 root operator 0x8f Nov 3 10:01 /dev/ada0p3.eli > crw-r----- 1 root operator 0x76 Nov 3 10:01 /dev/ada0p4 > crw-r----- 1 root operator 0x61 Nov 3 10:01 /dev/ada1 > crw-r----- 1 root operator 0x79 Nov 3 10:01 /dev/ada1p1 > crw-r----- 1 root operator 0x7b Nov 3 10:01 /dev/ada1p2 > crw-r----- 1 root operator 0x7d Nov 3 10:01 /dev/ada1p3 > crw-r----- 1 root operator 0x9b Nov 3 10:01 /dev/ada1p3.eli > crw-r----- 1 root operator 0x7f Nov 3 10:01 /dev/ada1p4 > crw-r----- 1 root operator 0x81 Nov 3 10:01 /dev/ada2 > crw-r----- 1 root operator 0xa0 Nov 3 10:01 /dev/ada2p1 > crw-r----- 1 root operator 0xa2 Nov 3 10:01 /dev/ada2p2 > crw-r----- 1 root operator 0xa4 Nov 3 10:01 /dev/ada2p3 > crw-r----- 1 root operator 0xc2 Nov 3 10:01 /dev/ada2p3.eli > crw-r----- 1 root operator 0xa6 Nov 3 10:01 /dev/ada2p4 > crw-r----- 1 root operator 0x83 Nov 3 10:01 /dev/ada3 > crw-r----- 1 root operator 0xa9 Nov 3 10:01 /dev/ada3p1 > crw-r----- 1 root operator 0xab Nov 3 10:01 /dev/ada3p2 > crw-r----- 1 root operator 0xad Nov 3 10:01 /dev/ada3p3 > crw-r----- 1 root operator 0xce Nov 3 10:01 /dev/ada3p3.eli > crw-r----- 1 root operator 0xaf Nov 3 10:01 /dev/ada3p4 > crw-r----- 1 root operator 0x85 Nov 3 10:01 /dev/ada4 > crw-r----- 1 root operator 0xb2 Nov 3 10:01 /dev/ada4p1 > crw-r----- 1 root operator 0xb4 Nov 3 10:01 /dev/ada4p2 > crw-r----- 1 root operator 0xb6 Nov 3 10:01 /dev/ada4p3 > crw-r----- 1 root operator 0xda Nov 3 10:01 /dev/ada4p3.eli > crw-r----- 1 root operator 0xb8 Nov 3 10:01 /dev/ada4p4 > > root@els1:/usr/src # zpool status > pool: zroot > state: ONLINE > scan: none requested > config: > > NAME STATE READ WRITE CKSUM > zroot ONLINE 0 0 0 > raidz1-0 ONLINE 0 0 0 > ada0p3.eli ONLINE 0 0 0 > ada1p3.eli ONLINE 0 0 0 > ada2p3.eli ONLINE 0 0 0 > ada3p3.eli ONLINE 0 0 0 > ada4p3.eli ONLINE 0 0 0 > > errors: No known data errors > > root@els1:/usr/src # fdisk /dev/ada0 > ******* Working on device /dev/ada0 ******* > parameters extracted from in-core disklabel are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 238 (0xee),(EFI GPT) > start 1, size 586114703 (286188 Meg), flag 0 > beg: cyl 0/ head 0/ sector 2; > end: cyl 1023/ head 255/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > root@els1:/usr/src # fdisk /dev/ada1 > ******* Working on device /dev/ada1 ******* > parameters extracted from in-core disklabel are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 238 (0xee),(EFI GPT) > start 1, size 586114703 (286188 Meg), flag 0 > beg: cyl 0/ head 0/ sector 2; > end: cyl 1023/ head 255/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > root@els1:/usr/src # fdisk /dev/ada2 > ******* Working on device /dev/ada2 ******* > parameters extracted from in-core disklabel are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 238 (0xee),(EFI GPT) > start 1, size 586114703 (286188 Meg), flag 0 > beg: cyl 0/ head 0/ sector 2; > end: cyl 1023/ head 255/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > root@els1:/usr/src # fdisk /dev/ada3 > ******* Working on device /dev/ada3 ******* > parameters extracted from in-core disklabel are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 238 (0xee),(EFI GPT) > start 1, size 586114703 (286188 Meg), flag 0 > beg: cyl 0/ head 0/ sector 2; > end: cyl 1023/ head 255/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > root@els1:/usr/src # fdisk /dev/ada4 > ******* Working on device /dev/ada4 ******* > parameters extracted from in-core disklabel are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=3D581463 heads=3D16 sectors/track=3D63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 238 (0xee),(EFI GPT) > start 1, size 586114703 (286188 Meg), flag 0 > beg: cyl 0/ head 0/ sector 2; > end: cyl 1023/ head 255/ sector 63 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > > > root@els1:/usr/src # dmesg > Copyright (c) 1992-2013 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013 > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 > CPU: Intel(R) Xeon(R) CPU L5420 @ 2.50GHz (2500.14-MHz K8-clas= s > CPU) > Origin =3D "GenuineIntel" Id =3D 0x10676 Family =3D 0x6 Model =3D 0x= 17 > Stepping =3D 6 > > Features=3D0xbfebfbff > > Features2=3D0xce3bd > AMD Features=3D0x20100800 > AMD Features2=3D0x1 > TSC: P-state invariant, performance statistics > real memory =3D 8589934592 (8192 MB) > avail memory =3D 8269221888 (7886 MB) > Event timer "LAPIC" quality 400 > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs > FreeBSD/SMP: 2 package(s) x 4 core(s) > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 2 > cpu3 (AP): APIC ID: 3 > cpu4 (AP): APIC ID: 4 > cpu5 (AP): APIC ID: 5 > cpu6 (AP): APIC ID: 6 > cpu7 (AP): APIC ID: 7 > ioapic0 irqs 0-23 on motherboard > ioapic1 irqs 24-47 on motherboard > ioapic2 irqs 48-71 on motherboard > random: initialized > kbd1 at kbdmux0 > cryptosoft0: on motherboard > aesni0: No AESNI support. > acpi0: on motherboard > acpi0: Power Button (fixed) > unknown: I/O range not supported > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > cpu4: on acpi0 > cpu5: on acpi0 > cpu6: on acpi0 > cpu7: on acpi0 > hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 o= n > acpi0 > Timecounter "HPET" frequency 14318180 Hz quality 950 > Event timer "HPET" frequency 14318180 Hz quality 350 > Event timer "HPET1" frequency 14318180 Hz quality 340 > Event timer "HPET2" frequency 14318180 Hz quality 340 > atrtc0: port 0x70-0x71 on acpi0 > Event timer "RTC" frequency 32768 Hz quality 0 > attimer0: port 0x40-0x43,0x50-0x53 on acpi0 > Timecounter "i8254" frequency 1193182 Hz quality 0 > Event timer "i8254" frequency 1193182 Hz quality 100 > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pcib1: irq 48 at device 1.0 on pci0 > pci1: on pcib1 > pcib2: irq 50 at device 3.0 on pci0 > pci2: on pcib2 > pcib3: irq 52 at device 5.0 on pci0 > pci3: on pcib3 > pcib4: irq 54 at device 7.0 on pci0 > pci4: on pcib4 > pcib5: irq 56 at device 9.0 on pci0 > pci5: on pcib5 > pcib6: irq 56 at device 0.0 on pci5 > pci6: on pcib6 > pcib7: irq 56 at device 0.0 on pci6 > pci7: on pcib7 > pcib8: irq 71 at device 2.0 on pci6 > pci8: on pcib8 > em0: port 0x2000-0x201f mem > 0xde820000-0xde83ffff,0xde800000-0xde81ffff irq 71 at device 0.0 on pci8 > em0: Using an MSI interrupt > em0: Ethernet address: 00:25:90:18:d1:50 > em1: port 0x2020-0x203f mem > 0xde860000-0xde87ffff,0xde840000-0xde85ffff irq 70 at device 0.1 on pci8 > em1: Using an MSI interrupt > em1: Ethernet address: 00:25:90:18:d1:51 > pcib9: at device 0.3 on pci5 > pci9: on pcib9 > mvs0: port 0x3000-0x30ff mem > 0xde200000-0xde2fffff,0xde400000-0xde7fffff irq 24 at device 1.0 on pci9 > mvs0: Gen-II, 8 3Gbps ports, Port Multiplier supported > mvsch0: at channel 0 on mvs0 > mvsch1: at channel 1 on mvs0 > mvsch2: at channel 2 on mvs0 > mvsch3: at channel 3 on mvs0 > mvsch4: at channel 4 on mvs0 > mvsch5: at channel 5 on mvs0 > mvsch6: at channel 6 on mvs0 > mvsch7: at channel 7 on mvs0 > pci0: at device 15.0 (no driver attached) > pcib10: irq 16 at device 28.0 on pci0 > pci10: on pcib10 > uhci0: port > 0x1800-0x181f irq 20 at device 29.0 on pci0 > usbus0 on uhci0 > uhci1: port > 0x1820-0x183f irq 21 at device 29.1 on pci0 > usbus1 on uhci1 > uhci2: port > 0x1840-0x185f irq 22 at device 29.2 on pci0 > usbus2 on uhci2 > uhci3: port > 0x1860-0x187f irq 23 at device 29.3 on pci0 > usbus3 on uhci3 > ehci0: mem 0xdeb04000-0xdeb043ff irq 2= 3 > at device 29.7 on pci0 > usbus4: EHCI version 1.0 > usbus4 on ehci0 > pcib11: at device 30.0 on pci0 > pci11: on pcib11 > vgapci0: port 0x4000-0x407f mem > 0xdc000000-0xddffffff,0xdea00000-0xdea3ffff at device 1.0 on pci11 > isab0: at device 31.0 on pci0 > isa0: on isab0 > ahci0: port > 0x18b0-0x18b7,0x18a4-0x18a7,0x18a8-0x18af,0x18a0-0x18a3,0x1880-0x189f mem > 0xdeb04400-0xdeb047ff irq 17 at device 31.2 on pci0 > ahci0: AHCI v1.10 with 6 3Gbps ports, Port Multiplier supported > ahcich0: at channel 0 on ahci0 > ahcich1: at channel 1 on ahci0 > ahcich2: at channel 2 on ahci0 > ahcich3: at channel 3 on ahci0 > ahcich4: at channel 4 on ahci0 > ahcich5: at channel 5 on ahci0 > pci0: at device 31.3 (no driver attached) > acpi_button0: on acpi0 > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 > orm0: at iomem 0xc0000-0xc7fff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=3D0x300> > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > ppc0: cannot reserve I/O port range > est0: on cpu0 > p4tcc0: on cpu0 > est1: on cpu1 > p4tcc1: on cpu1 > est2: on cpu2 > p4tcc2: on cpu2 > est3: on cpu3 > p4tcc3: on cpu3 > est4: on cpu4 > p4tcc4: on cpu4 > est5: on cpu5 > p4tcc5: on cpu5 > est6: on cpu6 > p4tcc6: on cpu6 > est7: on cpu7 > p4tcc7: on cpu7 > ZFS filesystem version: 5 > ZFS storage pool version: features support (5000) > Timecounters tick every 1.000 msec > random: unblocking device. > usbus0: 12Mbps Full Speed USB v1.0 > usbus1: 12Mbps Full Speed USB v1.0 > usbus2: 12Mbps Full Speed USB v1.0 > usbus3: 12Mbps Full Speed USB v1.0 > usbus4: 480Mbps High Speed USB v2.0 > ugen0.1: at usbus0 > uhub0: on usbus0 > ugen2.1: at usbus2 > uhub1: on usbus2 > ugen1.1: at usbus1 > uhub2: on usbus1 > ugen4.1: at usbus4 > uhub3: on usbus4 > ugen3.1: at usbus3 > uhub4: on usbus3 > ada0 at ahcich0 bus 0 scbus8 target 0 lun 0 > ada0: ATA-7 SATA 2.x device > ada0: Serial Number V601GADG > ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) > ada0: Previously was known as ad20 > ada1 at ahcich1 bus 0 scbus9 target 0 lun 0 > ada1: ATA-7 SATA 2.x device > ada1: Serial Number V601G9DG > ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada1: Command Queueing enabled > ada1: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) > ada1: Previously was known as ad22 > ada2 at ahcich2 bus 0 scbus10 target 0 lun 0 > ada2: ATA-7 SATA 2.x device > ada2: Serial Number V601LJ1G > ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada2: Command Queueing enabled > ada2: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) > ada2: Previously was known as ad24 > ada3 at ahcich3 bus 0 scbus11 target 0 lun 0 > ada3: ATA-7 SATA 2.x device > ada3: Serial Number V608FLHG > ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada3: Command Queueing enabled > ada3: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) > ada3: Previously was known as ad26 > ada4 at ahcich4 bus 0 scbus12 target 0 lun 0 > ada4: ATA-7 SATA 2.x device > ada4: Serial Number V608FTFG > ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada4: Command Queueing enabled > ada4: 286188MB (586114704 512 byte sectors: 16H 63S/T 16383C) > ada4: Previously was known as ad28 > Enter passphrase for ada0p3: Netvsc initializing... SMP: AP CPU #4 > Launched! > SMP: AP CPU #1 Launched! > SMP: AP CPU #3 Launched! > SMP: AP CPU #2 Launched! > SMP: AP CPU #5 Launched! > SMP: AP CPU #6 Launched! > SMP: AP CPU #7 Launched! > uhub0: 2 ports with 2 removable, self powered > uhub2: 2 ports with 2 removable, self powered > uhub1: 2 ports with 2 removable, self powered > uhub4: 2 ports with 2 removable, self powered > uhub3: 8 ports with 8 removable, self powered > ugen0.2: at usbus0 > ukbd0: on usbu= s0 > kbd2 at ukbd0 > ugen2.2: at usbus2 > ukbd1: > on usbus2 > kbd3 at ukbd1 > GEOM_ELI: Wrong key for ada0p3. Tries left: 2. > Enter passphrase for ada0p3: GEOM_ELI: Device ada0p3.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > Enter passphrase for ada1p3: GEOM_ELI: Device ada1p3.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > Enter passphrase for ada2p3: GEOM_ELI: Device ada2p3.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > Enter passphrase for ada3p3: GEOM_ELI: Wrong key for ada3p3. Tries left: = 2. > Enter passphrase for ada3p3: GEOM_ELI: Wrong key for ada3p3. Tries left: = 1. > Enter passphrase for ada3p3: GEOM_ELI: Device ada3p3.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > Enter passphrase for ada4p3: GEOM_ELI: Device ada4p3.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > Trying to mount root from zfs:zroot/bootenv/default []... > root@els1:/usr/src # >