From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 16:52:11 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B34010656A5; Fri, 3 Sep 2010 16:52:11 +0000 (UTC) (envelope-from peter@3mail4.co.uk) Received: from mail4.morpheushosting.sk (mail4.morpheushosting.sk [69.60.120.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1F48C8FC14; Fri, 3 Sep 2010 16:52:10 +0000 (UTC) Received: from [192.168.1.5] (cpc14-know8-0-0-cust118.know.cable.virginmedia.com [82.46.228.119]) (authenticated bits=0) by mail4.morpheushosting.sk (8.14.4/8.14.4) with ESMTP id o83GptoW005612; Fri, 3 Sep 2010 18:52:10 +0200 (CEST) (envelope-from peter@3mail4.co.uk) Message-ID: <4C81277A.60407@3mail4.co.uk> Date: Fri, 03 Sep 2010 17:51:06 +0100 From: "Peter Reo Molnar, 64-bit FreeBSD 9.0" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <20100831215915.GE1932@garage.freebsd.pl> <20100902214823.GB2542@garage.freebsd.pl> <4C811954.5040602@3mail4.co.uk> In-Reply-To: <4C811954.5040602@3mail4.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-100.5 required=5.1 tests=BAYES_00, RCVD_IN_BRBL_LASTEXT,RCVD_IN_SORBS_DUL,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail4.morpheushosting.sk Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: ZFS v28 is ready for wider testing. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 03 Sep 2010 16:52:11 -0000 On 03/09/10 16:50, Peter Molnar, BSD wrote: > On 02/09/10 22:48, Pawel Jakub Dawidek wrote: >> On Tue, Aug 31, 2010 at 11:59:15PM +0200, Pawel Jakub Dawidek wrote: >> [...] >>> Ok, now that I know you read everything carefully, here is the patch: >>> >>> http://people.freebsd.org/~pjd/patches/zfs_20100831.patch.bz2 >> Now it is even easier to test new ZFS! :) >> >> Here you can find VirtualBox Appliance (113MB) with >> FreeBSD 9-CURRENT and ZFSv28: >> >> http://people.freebsd.org/~pjd/misc/FreeBSD9_ZFSv28_0.1.tgz >> >> Untar it, import it (zfsv28.ovf) to VirtualBox and have fun. >> >> You can log in as root with no password (via virtual console or via >> SSH). >> The system IP address is IP 192.168.56.66/24. >> There are 16 ada(4) disks to play with. For example: >> >> zfsv28:root:~# zpool create tank raidz3 ada{0,1,2,3,4,5,6,7} >> raidz3 ada{8,9,10,11,12,13,14,15} >> zfsv28:root:~# zpool status >> pool: tank >> state: ONLINE >> scan: none requested >> config: >> >> NAME STATE READ WRITE CKSUM >> tank ONLINE 0 0 0 >> raidz3-0 ONLINE 0 0 0 >> ada0 ONLINE 0 0 0 >> ada1 ONLINE 0 0 0 >> ada2 ONLINE 0 0 0 >> ada3 ONLINE 0 0 0 >> ada4 ONLINE 0 0 0 >> ada5 ONLINE 0 0 0 >> ada6 ONLINE 0 0 0 >> ada7 ONLINE 0 0 0 >> raidz3-1 ONLINE 0 0 0 >> ada8 ONLINE 0 0 0 >> ada9 ONLINE 0 0 0 >> ada10 ONLINE 0 0 0 >> ada11 ONLINE 0 0 0 >> ada12 ONLINE 0 0 0 >> ada13 ONLINE 0 0 0 >> ada14 ONLINE 0 0 0 >> ada15 ONLINE 0 0 0 >> >> errors: No known data errors >> > Hi, > I would like to try ZFS + VirtualBox but I have got problems: > > > 1) Linux 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 > x86_64 GNU/Linux > > I tried import that file in my VirtualBox but I have got error: > Failed to import appliance. > /home/peter/FreeBSD/zfsv28.ovf > Too many IDE controllers in OVF; import facility only supports one. > > > 2) I tried to install VirtualBox under 64-bit FreeBSD 9.0-CURRENT #2 > > [root@server /usr/ports/emulators/virtualbox-ose]# make > Requires 32-bit libraries installed under /usr/lib32. > Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 > *** Error code 1 > > Stop in /usr/ports/emulators/virtualbox-ose. > *** Error code 1 > > Stop in /usr/ports/emulators/virtualbox-ose. > > How can I fix that error in FreeBSD? > > > Peter > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" I forgot reading sorry for bother... cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 Peter