Re: ZFS MFC heads up

2009-05-26 Thread Dmitry Morozovsky
Kip, On Thu, 21 May 2009, Kip Macy wrote: KM Looks like a (corrupted) space management bug. I'll take a closer look KM this weekend to see if it can be recovered from. Any news on our subject? I would be happy to provide additional info/resources to pinpoint and fix the problem. Thank you!

Re: gjournal locks up

2009-05-26 Thread David N
Haven't been able to make it lock up today. I'll recompile the kernel on both machines with options KDB options DDB and let it run with the workload and see if it locks up again. I'm sorry about the noise. Regards David N ___

error building zfsboot

2009-05-26 Thread Goran Lowkrantz
On a system cvsuped Tue May 26 08:30 CEST 2009 and only LOADER_ZFS_SUPPORT=yes in the make.conf, I get the following error: === sys/boot/i386/zfsboot (all) objcopy -S -O binary zfsldr.out zfsboot1 cp /dev/null zfsboot.ldr cc -Os -g -fno-guess-branch-probability -fomit-frame-pointer

Re: error building zfsboot

2009-05-26 Thread Dimitry Andric
On 2009-05-26 10:20, Goran Lowkrantz wrote: On a system cvsuped Tue May 26 08:30 CEST 2009 and only LOADER_ZFS_SUPPORT=yes in the make.conf, I get the following error: ... btxld: zfsboot.ldr: Invalid argument ... Looking in the directory, zfsboot.ldr is empty: Your CVSup mirror may be out of

Re: ZFS boot on zfs mirror

2009-05-26 Thread Mickael MAILLOT
Hi, i prefere use zfsboot boot sector, an example is better than a long talk: $ zpool create tank mirror ad4 ad6 $ zpool export tank $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 count=1 $ dd if=/boot/zfsboot of=/dev/ad6 bs=512 count=1 $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 skeep=1 seek=1024 $ dd

Re: ZFS boot on zfs mirror

2009-05-26 Thread Dmitry Morozovsky
On Tue, 26 May 2009, Mickael MAILLOT wrote: MM Hi, MM MM i prefere use zfsboot boot sector, an example is better than a long talk: MM MM $ zpool create tank mirror ad4 ad6 MM $ zpool export tank MM $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 count=1 MM $ dd if=/boot/zfsboot of=/dev/ad6 bs=512

Re: error building zfsboot

2009-05-26 Thread Mickael MAILLOT
hi, Simply update btxld first: cd /usr/src/usr.sbin/btxld make install clean then you can buildworld 2009/5/26 Dimitry Andric dimi...@andric.com: On 2009-05-26 10:20, Goran Lowkrantz wrote: On a system cvsuped Tue May 26 08:30 CEST 2009 and only LOADER_ZFS_SUPPORT=yes in the make.conf, I get

NFS on ZFS

2009-05-26 Thread Takahashi Yoshihiro
Today's stable has a problem creating a new file via NFS on ZFS. On the NFS server, there is no problem. % cd /ZFS % mktemp hoge hoge % ls -l hoge -rw--- 1 nyan nyan 0 5 26 19:09 hoge But it's a problem on the NFS client. # mount server:/ZFS /ZFS % cd /ZFS % mktemp hoge mktemp:

Re: error building zfsboot

2009-05-26 Thread Goran Lowkrantz
--On May 26, 2009 11:28:17 +0200 Mickael MAILLOT mickael.mail...@gmail.com wrote: hi, Simply update btxld first: cd /usr/src/usr.sbin/btxld make install clean then you can buildworld Thanks, that worked. 2009/5/26 Dimitry Andric dimi...@andric.com: On 2009-05-26 10:20, Goran Lowkrantz

Re: ZFS boot on zfs mirror

2009-05-26 Thread Lorenzo Perone
Hi All, Thanx for all the feedback! Philipp: Your idea is really fine, with manageBE :) Would surely be nice for a test/development machine, I'll think about using it... (sounds a bit like FreeBSD goin' the Nexenta way...) Mickael: Your example looks much more like what I was looking for (and

WITHOUT_ZFS makes build world and kernel error

2009-05-26 Thread Wu, Yue
Hi, list, I have a FreeBSD 7-stable box, which has been cvsed up yesterday, even with my src.conf which has the line of WITHOUT_ZFS=yes, FreeBSD always wants to install libzfs relative stuffs when installing kernel and world, so error comes, I have to comment out this line to make the installing

loader not working with GPT and LOADER_ZFS_SUPPORT

2009-05-26 Thread Philipp Wuensche
Hi, I tried booting from a disk with GPT scheme, with a /boot/loader build with LOADER_ZFS_SUPPORT=yes in make.conf. I get the following error: panic: free: guard1 fail @ 0x2fd4a6ac from /usr/src/sys/boot/i386/libi386/biosdisk.c:1053 Its a FreeBSD 7-STABLE after the ZFS import. Booting with

Re: loader not working with GPT and LOADER_ZFS_SUPPORT

2009-05-26 Thread Artis Caune
2009/5/26 Philipp Wuensche cryx-free...@h3q.com: Hi, I tried booting from a disk with GPT scheme, with a /boot/loader build with LOADER_ZFS_SUPPORT=yes in make.conf. I get the following error: panic: free: guard1 fail @ 0x2fd4a6ac from /usr/src/sys/boot/i386/libi386/biosdisk.c:1053 Same

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Glen Barber
Hi, Christian On Tue, May 26, 2009 at 10:35 AM, Christian Walther cptsa...@gmail.com wrote: 2009/5/26 Christian Walther cptsa...@gmail.com: Hi, I wanted to update my system to FreeBSD 7.2, so after updating my sources I started a make buildkernel. After a while, it fails with the following

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Christian Walther
2009/5/26 Christian Walther cptsa...@gmail.com: Hi, I wanted to update my system to FreeBSD 7.2, so after updating my sources I started a make buildkernel. After a while, it fails with the following message: /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source':

Re: ZFS boot on zfs mirror

2009-05-26 Thread George Hartzell
Dmitry Morozovsky writes: On Tue, 26 May 2009, Mickael MAILLOT wrote: MM Hi, MM MM i prefere use zfsboot boot sector, an example is better than a long talk: MM MM $ zpool create tank mirror ad4 ad6 MM $ zpool export tank MM $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 count=1 MM

Re: ZFS boot on zfs mirror

2009-05-26 Thread Andriy Gapon
on 26/05/2009 19:21 George Hartzell said the following: Dmitry Morozovsky writes: On Tue, 26 May 2009, Mickael MAILLOT wrote: MM Hi, MM MM i prefere use zfsboot boot sector, an example is better than a long talk: MM MM $ zpool create tank mirror ad4 ad6 MM $ zpool

make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Christian Walther
Hi, I wanted to update my system to FreeBSD 7.2, so after updating my sources I started a make buildkernel. After a while, it fails with the following message: /usr/src/sys/i386/i386/intr_machdep.c: In function 'intr_register_source': /usr/src/sys/i386/i386/intr_machdep.c:136: warning: passing

Re: loader not working with GPT and LOADER_ZFS_SUPPORT

2009-05-26 Thread George Hartzell
Artis Caune writes: 2009/5/26 Philipp Wuensche cryx-free...@h3q.com: Hi, I tried booting from a disk with GPT scheme, with a /boot/loader build with LOADER_ZFS_SUPPORT=yes in make.conf. I get the following error: panic: free: guard1 fail @ 0x2fd4a6ac from

Re: ZFS boot on zfs mirror

2009-05-26 Thread George Hartzell
Andriy Gapon writes: on 26/05/2009 19:21 George Hartzell said the following: Dmitry Morozovsky writes: On Tue, 26 May 2009, Mickael MAILLOT wrote: MM Hi, MM MM i prefere use zfsboot boot sector, an example is better than a long talk: MM MM $ zpool

Re: ZFS boot on zfs mirror

2009-05-26 Thread Andriy Gapon
on 26/05/2009 19:42 George Hartzell said the following: I'm still confused about the two parts of zfsboot and what's magical about seeking to 1024. Can't help with answer to this, but cc-ing the one who can (I think). I am interested too :-) -- Andriy Gapon

Re: ZFS MFC heads down

2009-05-26 Thread Henri Hennebert
Kip Macy wrote: I haven't looked at the panic yet, but adding a USB quirk (no SYNCHRONIZE_CACHE) would certainly reduce the noise in your logs. Thanks for this hint. I patch usbdevs and umass.c. No more noise but more interesting, now I can complete install on my usb key without deadlock or

Re: ZFS boot on zfs mirror

2009-05-26 Thread Doug Rabson
On Tue, 26 May 2009 19:57:03 +0300, Andriy Gapon a...@icyb.net.ua wrote: on 26/05/2009 19:42 George Hartzell said the following: I'm still confused about the two parts of zfsboot and what's magical about seeking to 1024. Can't help with answer to this, but cc-ing the one who can (I think).

jdk15/jdk16 build problems on amd64, 7.2-RELEASE

2009-05-26 Thread Todd Wasson
I've recently been unable to get jdk15 and jdk16 to build, with some very cryptic errors (if any, really) being reported. I've pasted a build log for jdk16 here, since it's about 9100 lines long: http://paste2.org/p/224897 This seems to be the relevant portion: cd

Re: jdk15/jdk16 build problems on amd64, 7.2-RELEASE

2009-05-26 Thread Dan Nelson
In the last episode (May 26), Todd Wasson said: I've recently been unable to get jdk15 and jdk16 to build, with some very cryptic errors (if any, really) being reported. I've pasted a build log for jdk16 here, since it's about 9100 lines long: http://paste2.org/p/224897 This seems to

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Christian Walther
Hi Glen, Hi List, 2009/5/26 Glen Barber glen.j.bar...@gmail.com: Hi, Christian On Tue, May 26, 2009 at 10:35 AM, Christian Walther cptsa...@gmail.com wrote: 2009/5/26 Christian Walther cptsa...@gmail.com: Hi, I wanted to update my system to FreeBSD 7.2, so after updating my sources I

Re: jdk15/jdk16 build problems on amd64, 7.2-RELEASE

2009-05-26 Thread Todd Wasson
Hmm... Well, this machine has 6GB of memory. I just killed firefox and other processes requiring significant memory and tried again, watching top. It didn't drop below 2GB inactive memory, and the 4GB of swap wasn't touched, so I kind of doubt that's the problem. For kicks, I'll try

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Glen Barber
Christian, On Tue, May 26, 2009 at 2:42 PM, Christian Walther cptsa...@gmail.com wrote: No, I create my own kernel configuration by copying GENERIC. Well, for some strange reason the same happened again: I did # mv /usr/src /usr/src.old # csup /root/stable-supfile # cd /usr/src # make

Re: NFS on ZFS

2009-05-26 Thread Mike Andrews
Takahashi Yoshihiro wrote: Today's stable has a problem creating a new file via NFS on ZFS. On the NFS server, there is no problem. % cd /ZFS % mktemp hoge hoge % ls -l hoge -rw--- 1 nyan nyan 0 5 26 19:09 hoge But it's a problem on the NFS client. # mount server:/ZFS /ZFS % cd /ZFS

A very big Thank You for the inclusion of ZFS

2009-05-26 Thread Freddie Cash
I just wanted to send out a very big THANK YOU to all those who have had a hand in bringing ZFS to FreeBSD. You've done a wonderful job. With the release of FreeBSD 7.2, things have improved to the point where I can't crash our storage servers anymore (and I've tried all the things that would

cvsup.de.FreeBSD.org out of sync? (was: make buildkernel KERNCONF=GENERIC fails)

2009-05-26 Thread Christian Walther
2009/5/26 Rick C. Petty rick-freebsd2...@kiwi-computer.com: On Tue, May 26, 2009 at 08:42:52PM +0200, Christian Walther wrote: Well, for some strange reason the same happened again: I did # mv /usr/src /usr/src.old # csup /root/stable-supfile # cd /usr/src # make buildkernel

Re: cvsup.de.FreeBSD.org out of sync? (was: make buildkernel KERNCONF=GENERIC fails)

2009-05-26 Thread Ruben van Staveren
On 26 May 2009, at 22:38, Christian Walther wrote: it finished successfully. From my point of view it appears that cvsup.de.freebsd.org is out of sync. cvsup.de.freebsd.org is definitely out of sync. I had build errors which only went away after switching to a different cvsup server

Re: cvsup.de.FreeBSD.org out of sync? (was: make buildkernel KERNCONF=GENERIC fails)

2009-05-26 Thread Per olof Ljungmark
Ruben van Staveren wrote: On 26 May 2009, at 22:38, Christian Walther wrote: it finished successfully. From my point of view it appears that cvsup.de.freebsd.org is out of sync. cvsup.de.freebsd.org is definitely out of sync. I had build errors which only went away after switching to a

Re: cvsup.de.FreeBSD.org out of sync? (was: make buildkernel KERNCONF=GENERIC fails)

2009-05-26 Thread Lorenzo Perone
On 27.05.2009, at 00:08, Per olof Ljungmark wrote: Ruben van Staveren wrote: On 26 May 2009, at 22:38, Christian Walther wrote: it finished successfully. From my point of view it appears that cvsup.de.freebsd.org is out of sync. cvsup.de.freebsd.org is definitely out of sync. I had build

Re: gjournal locks up

2009-05-26 Thread David N
I managed to get the server to lock up again. It responds to ping Top was still running last pid: 42052; load averages: 0.00, 0.16, 0.19 up 0+15:27:29 09:32:08 135 processes: 1 running, 93 sleeping, 41 waiting CPU: 0.0% user, 0.0% nice, 0.4% system, 0.0% interrupt,

Re: jdk15/jdk16 build problems on amd64, 7.2-RELEASE

2009-05-26 Thread Todd Wasson
Unsurprisingly, rebooting made no difference. Dang. It is somewhat surprising that it's getting SIGKILLed and not SIGTERMed though; at least I presume that's what the 9 means... Todd Dan Nelson wrote: In the last episode (May 26), Todd Wasson said: I've recently been unable to get jdk15

FreeBSD 7.0-RELEASE-p12 and php5-gd

2009-05-26 Thread freebsd
I've been trying to build /usr/ports/graphics/php5-gd I just finished: cd /usr/src make buildworld make buildkernel KERNCONF=BOX201 make installkernel KERNCONF=BOX201 shutdown -r now boot in single user mode (i.e. using boot -s from the loader prompt). Then ran: adjkerntz -i

Re: FreeBSD 7.0-RELEASE-p12 and php5-gd

2009-05-26 Thread Glen Barber
On Tue, May 26, 2009 at 7:09 PM, free...@box201.com wrote: I've been trying to build /usr/ports/graphics/php5-gd [snip] Everything built smoothly. I just can't build the php5-gd port now. Has anyone else had this problem? What is the error? -- Glen Barber