Date: Fri, 03 Sep 2010 17:51:06 +0100 From: "Peter Reo Molnar, 64-bit FreeBSD 9.0" <peter@3mail4.co.uk> To: Pawel Jakub Dawidek <pjd@freebsd.org> Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: ZFS v28 is ready for wider testing. Message-ID: <4C81277A.60407@3mail4.co.uk> In-Reply-To: <4C811954.5040602@3mail4.co.uk> References: <20100831215915.GE1932@garage.freebsd.pl> <20100902214823.GB2542@garage.freebsd.pl> <4C811954.5040602@3mail4.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C81277A.60407>