From owner-freebsd-standards@FreeBSD.ORG Mon Nov 4 10:10:01 2013 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.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 10E90CEB for ; Mon, 4 Nov 2013 10:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E200A28F4 for ; Mon, 4 Nov 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4AA0RB035135 for ; Mon, 4 Nov 2013 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4AA0QV035134; Mon, 4 Nov 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Nov 2013 10:10:00 GMT Resent-Message-Id: <201311041010.rA4AA0QV035134@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-standards@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolas Britton Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 11120CD8 for ; Mon, 4 Nov 2013 10:08:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1D6328E8 for ; Mon, 4 Nov 2013 10:08:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA4A8dC1082319 for ; Mon, 4 Nov 2013 10:08:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA4A8dH7082316; Mon, 4 Nov 2013 10:08:39 GMT (envelope-from nobody) Message-Id: <201311041008.rA4A8dH7082316@oldred.freebsd.org> Date: Mon, 4 Nov 2013 10:08:39 GMT From: Nikolas Britton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: standards/183652: make installkernel failure with installer provided ZFS configuration. X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 10:10:01 -0000 >Number: 183652 >Category: standards >Synopsis: make installkernel failure with installer provided ZFS configuration. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-standards >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 04 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolas Britton >Release: FreeBSD 10 Beta2 >Organization: >Environment: Not available, it was a stock FreeBSD 10 Beta 2 x86_64 machine. >Description: I was trying to rebuild world on a FreeBSD 10 test system, that I had just 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 asked 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 -------------------------------------------------------------- >How-To-Repeat: Installed FreeBSD using installer provided defaults. Root ZFS, 5 disk raidz with encryption (all defaults: i.e. AES-XTS). Requested these options from the installer configuration screen. Post installation, all that was does was literally: a) install pkgng. b) install svn using pkgng. c) sync repositories with svn. d) make buildworld. e) make buildkernel. >Fix: It appears the installer did not properly configure /boot. root@els1:/usr/src # ll /boot lrwxr-xr-x 1 root wheel 13 Oct 26 14:33 /boot@ -> bootpool/boot root@els1:/usr/src # make installkernel -------------------------------------------------------------- >Release-Note: >Audit-Trail: >Unformatted: >>> Installing kernel GENERIC -------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/sr c/tmp/legacy/usr/share/tmac PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tm p/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=kernel 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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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-class CPU) Origin = "GenuineIntel" Id = 0x10676 Family = 0x6 Model = 0x17 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) avail memory = 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 on 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 23 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=0x300> 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 usbus0 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 # >>> Installing kernel GENERIC -------------------------------------------------------------- cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/sr c/tmp/legacy/usr/share/tmac PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tm p/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make KERNEL=kernel install mkdir -p /boot/kernel mkdir: /boot: No such file or directory *** Error code 1 From owner-freebsd-standards@FreeBSD.ORG Mon Nov 4 10:30:00 2013 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF7FFFFA for ; Mon, 4 Nov 2013 10:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EDCB29BF for ; Mon, 4 Nov 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4AU0uU039663 for ; Mon, 4 Nov 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4AU0mM039657; Mon, 4 Nov 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Nov 2013 10:30:00 GMT Resent-Message-Id: <201311041030.rA4AU0mM039657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-standards@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolas Britton Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C27B1ED0 for ; Mon, 4 Nov 2013 10:22:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF7DF2995 for ; Mon, 4 Nov 2013 10:22:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA4AMHEQ073153 for ; Mon, 4 Nov 2013 10:22:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA4AMHWE073152; Mon, 4 Nov 2013 10:22:17 GMT (envelope-from nobody) Message-Id: <201311041022.rA4AMHWE073152@oldred.freebsd.org> Date: Mon, 4 Nov 2013 10:22:17 GMT From: Nikolas Britton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: standards/183654: FreeBSD 10 Beta2: Installer provided five times the amount of swap space requested. X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 10:30:00 -0000 >Number: 183654 >Category: standards >Synopsis: FreeBSD 10 Beta2: Installer provided five times the amount of swap space requested. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-standards >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 04 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolas Britton >Release: FreeBSD 10 Beta2 >Organization: >Environment: Not available, it was a stock FreeBSD 10 Beta 2 x86_64 machine. >Description: Installed FreeBSD 10 Beta 2 on a test system with a 5 disk raidz root volume. I let the installation program do all the ZFS setup and configuration. I asked the installer to allocate 8gb of swap. However, instead of creating 8gb of swap total, the installer created 8gb of swap on each disk, for a total of 40gb of swap. 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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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=581463 heads=16 sectors/track=63 (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-class CPU) Origin = "GenuineIntel" Id = 0x10676 Family = 0x6 Model = 0x17 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) avail memory = 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 on 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 23 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=0x300> 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 usbus0 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 # >How-To-Repeat: Installed FreeBSD using installer provided defaults. Root ZFS, 5 disk raidz with encryption (all defaults: i.e. AES-XTS). Requested these options from the installer configuration screen. >Fix: It appears the installer has not been programed to hand multiple disk events. The installer script should be modified to handle multiple disk, or a notice should be displayed that swap will be created on each disk. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-standards@FreeBSD.ORG Mon Nov 4 11:06:57 2013 Return-Path: Delivered-To: freebsd-standards@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E87AD72E for ; Mon, 4 Nov 2013 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5C412C4B for ; Mon, 4 Nov 2013 11:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4B6uGd048531 for ; Mon, 4 Nov 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4B6uZS048529 for freebsd-standards@FreeBSD.org; Mon, 4 Nov 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Nov 2013 11:06:56 GMT Message-Id: <201311041106.rA4B6uZS048529@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-standards@FreeBSD.org Subject: Current problem reports assigned to freebsd-standards@FreeBSD.org X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o stand/183654 standards FreeBSD 10 Beta2: Installer provided five times the am o stand/183652 standards make installkernel failure with installer provided ZFS o stand/179248 standards A return value of telldir(3) only seekable for once o stand/177742 standards conflict of dd's bs= option with use of conv=sparse o stand/176683 standards catman pages shall be stored in /var (/usr/local/var,/ o stand/176412 standards newfs writes by default, compare to bsdlabel/disklabel o stand/175711 standards When the server has more than 3 days, rising interrupt p stand/175453 standards Catching C++ std::bad_cast doesn't work in FreeBSD 9.1 o stand/174938 standards Problem statement: iSCSI target failure o stand/173421 standards [libc] [patch] strptime() accepts formats that should o stand/173087 standards pax(1) does not support the pax interchange format o stand/172805 standards Fix catopen(3)'s EINVAL usage and document EFTYPE o stand/172276 standards POSIX: {get,set}groups gidsetsize is u_int not int o stand/172215 standards localeconv() grouping appears not to match POSIX o stand/170403 standards wrong ntohs expression type tickling clang o stand/169697 standards syslogd(8) is not BOM aware o stand/166349 standards Support the assignment-allocation character for fscanf p stand/164787 standards dirfd() function not available when _POSIX_C_SOURCE is o kern/164674 standards [patch] [libc] vfprintf/vfwprintf return error (EOF) o o stand/162434 standards getaddrinfo: addrinfo.ai_family is an address family, o stand/150093 standards C++ std::locale support is broken o stand/130067 standards Wrong numeric limits in system headers? o stand/125751 standards man 3 pthread_getschedparam section ERRORS incomplete o stand/124860 standards flockfile(3) doesn't work when the memory has been exh o stand/121921 standards [patch] Add leap second support to at(1), atrun(8) o stand/116477 standards rm(1): rm behaves unexpectedly when using -r and relat o bin/116413 standards incorrect getconf(1) handling of unsigned constants gi o stand/116081 standards make does not work with the directive sinclude a stand/86484 standards [patch] mkfifo(1) uses wrong permissions o stand/81287 standards [patch] fingerd(8) might send a line not ending in CRL a stand/80293 standards sysconf() does not support well-defined unistd values o stand/79056 standards [feature request] [atch] regex(3) regression tests o stand/70813 standards [patch] ls(1) not Posix compliant o stand/66357 standards make POSIX conformance problem ('sh -e' & '+' command- s kern/64875 standards [libc] [patch] [request] add a system call: fdatasync( o stand/56476 standards [patch] cd9660 unicode support simple hack o stand/54410 standards one-true-awk not POSIX compliant (no extended REs) o stand/46119 standards Priority problems for SCHED_OTHER using pthreads o stand/44365 standards [headers] [patch] [request] introduce ulong and unchar a stand/41576 standards ln(1): replacing old dir-symlinks a docs/26003 standards getgroups(2) lists NGROUPS_MAX but not syslimits.h s stand/24590 standards timezone function not compatible witn Single Unix Spec o stand/21519 standards sys/dir.h should be deprecated some more s bin/14925 standards getsubopt isn't poisonous enough 44 problems total. From owner-freebsd-standards@FreeBSD.ORG Mon Nov 4 14:30:02 2013 Return-Path: Delivered-To: freebsd-standards@smarthost.ysv.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 20CB5CC6 for ; Mon, 4 Nov 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F39C528CA for ; Mon, 4 Nov 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4EU1n2097331 for ; Mon, 4 Nov 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4EU1vb097330; Mon, 4 Nov 2013 14:30:01 GMT (envelope-from gnats) Date: Mon, 4 Nov 2013 14:30:01 GMT Message-Id: <201311041430.rA4EU1vb097330@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: Nikolas Britton Subject: Re: standards/183652: make installkernel failure with installer provided ZFS configuration. X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolas Britton List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 14:30:02 -0000 The following reply was made to PR standards/183652; it has been noted by GNATS. From: Nikolas Britton To: bug-followup@FreeBSD.org, nikolas.britton@gmail.com Cc: Subject: Re: standards/183652: make installkernel failure with installer provided ZFS configuration. Date: Mon, 4 Nov 2013 08:29:06 -0600 --Apple-Mail=_5BFA1F57-6F1D-49FD-87D8-6DA36F01BD7A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I have investigated the problem further, the problem presents itself = (i.e. /boot@ -> bootpool/boot) whenever encryption is selected. I tested installations with a simple single volume ZFS root = installation, with and without encryption being selected in the setup = menus, and the problem presents itself when encryption is selected. I = retested the multi-disk ZFS raidz root configuration in my initial = report, minus encryption, and indeed the problem also disappeared in = that instance as well. It appears as though ALL automatic ZFS = partitioning will incorrectly configure itself if encryption is selected = from the installer screen. 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.= --Apple-Mail=_5BFA1F57-6F1D-49FD-87D8-6DA36F01BD7A Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii I = have investigated the problem further, the problem presents itself = (i.e. /boot@ = -> bootpool/boot) whenever encryption is = selected.

I tested = installations with a simple single volume ZFS root installation, with = and without encryption being selected in the setup menus, and the = problem presents itself when encryption is selected. I retested the = multi-disk ZFS raidz root configuration in my initial report, minus = encryption, and indeed the problem also disappeared in that instance as = well. It appears as = though ALL automatic ZFS partitioning will incorrectly configure itself = if encryption is selected from the installer screen.
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.
= --Apple-Mail=_5BFA1F57-6F1D-49FD-87D8-6DA36F01BD7A--