Re: ZFS performance on 7.2-release/amd64 low compared to UFS2 + SoftUpdates

2009-06-18 Thread Pete French
All the ZFS tuning guides for FreeBSD (including one on the FreeBSD ZFS wiki) have recommended values between 64M and 128M to improve stability, so that what I went with. How much of my max kmem is it safe to give to ZFS? If you are on amd64 then don't tune it, it will tune itself. If you are

Upgrade from 7.1-RELEASE to 7.2-RELEASE through freebsd update

2009-06-18 Thread Erwan David
I tried to upgrade my 7.1-RELEASE into 7.2-RELEASE. However freebsd-update kept asking me to merge every file in /etc whose $Id$ line changed (that makes about all files). Is there a way, as with mergemaster, to make it not consider the $Id$ line for the manual merge ? Thank you.

Re: Upgrade from 7.1-RELEASE to 7.2-RELEASE through freebsd update

2009-06-18 Thread Ruben de Groot
On Thu, Jun 18, 2009 at 10:34:54AM +0200, Erwan David typed: I tried to upgrade my 7.1-RELEASE into 7.2-RELEASE. However freebsd-update kept asking me to merge every file in /etc whose $Id$ line changed (that makes about all files). Is there a way, as with mergemaster, to make it not

Re: panic on 6.4-R in ioapic_get_vector() during device probe

2009-06-18 Thread John Baldwin
On Wednesday 17 June 2009 8:13:31 am pluknet wrote: Hi. This is on 6.4-RELEASE-p5 Early in boot (probably due to network outage):: Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... /boot/kernel/acpi.ko text*0x44f40 | readin failed

Re: panic on 6.4-R in ioapic_get_vector() during device probe

2009-06-18 Thread pluknet
2009/6/18 John Baldwin j...@freebsd.org: On Wednesday 17 June 2009 8:13:31 am pluknet wrote: Hi. This is on 6.4-RELEASE-p5 Early in boot (probably due to network outage):: Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]...

Re: Issues with gjournal (heaaaaaaaaaaalp!)

2009-06-18 Thread Ilya Bakulin
On Wed, 10 Jun 2009 23:24:49 -0700 Garrett Cooper yanef...@gmail.com wrote: Hi Dan, I'm doing that right now =\... orangebox# mount /dev/ad6s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad6s1d.journal on /usr (ufs, asynchronous, local) /dev/ad6s1e on /usr/home (ufs, local)

Re: panic on 6.4-R in ioapic_get_vector() during device probe

2009-06-18 Thread John Baldwin
On Thursday 18 June 2009 10:05:14 am pluknet wrote: 2009/6/18 John Baldwin j...@freebsd.org: On Wednesday 17 June 2009 8:13:31 am pluknet wrote: Hi. This is on 6.4-RELEASE-p5 Early in boot (probably due to network outage):: Hit [Enter] to boot immediately, or any other key for

Re: ZFS performance on 7.2-release/amd64 low compared to UFS2 + SoftUpdates

2009-06-18 Thread Freddie Cash
On Thu, Jun 18, 2009 at 1:29 AM, Pete French petefre...@ticketswitch.comwrote: All the ZFS tuning guides for FreeBSD (including one on the FreeBSD ZFS wiki) have recommended values between 64M and 128M to improve stability, so that what I went with. How much of my max kmem is it safe to

ZFS user library?

2009-06-18 Thread Borja Marcos
Hello, I was wondering if there are plans to document and keep the ZFS user library as a reasonably stable API. I have been writing an automatic replication program, and it's ugly and clumsy to do it calling a user program. I would rather prefer to use an API, that would make it much

Re: ZFS user library?

2009-06-18 Thread Kip Macy
I was wondering if there are plans to document and keep the ZFS user library as a reasonably stable API. You really need to ask that on the ZFS lists. Usually Solaris man pages indicate that an API is not stable (assuming) man pages exist. With a few minor exceptions, ZFS in FreeBSD just

xorg and intel driver

2009-06-18 Thread Nenhum_de_Nos
hail, I know this was here before, http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004775.html, but there was no happy ending there ... is there any news ? I have a STABLE from yesterday and the xorg is too much slow. xorg is from 7.2R cdrom, intel video driver is from today.

Re: Upgrade from 7.1-RELEASE to 7.2-RELEASE through freebsd update

2009-06-18 Thread Erwan David
Le Thu 18/06/2009, Ruben de Groot disait On Thu, Jun 18, 2009 at 10:34:54AM +0200, Erwan David typed: I tried to upgrade my 7.1-RELEASE into 7.2-RELEASE. However freebsd-update kept asking me to merge every file in /etc whose $Id$ line changed (that makes about all files). Is there

Re: mini-HEADSUP bce owners: please test

2009-06-18 Thread Mark Plotnick
We have a Dell R710 with its first ethernet port connected to a Dell 5524 ethernet switch. Just installed 7.2-RELEASE on it and get no connectivity over the ethernet. tcpdump shows no frames at all. Installing your patches eliminated the PHY write timeout errors, but still have no

Re: ZFS user library?

2009-06-18 Thread David Magda
On Jun 18, 2009, at 13:21, Kip Macy wrote: I was wondering if there are plans to document and keep the ZFS user library as a reasonably stable API. You really need to ask that on the ZFS lists. Usually Solaris man pages indicate that an API is not stable (assuming) man pages exist. With a

Re: 6.2 sporadically locks up

2009-06-18 Thread Adrian Chadd
Just modify the driver slightly to hijack a different device prefix :) Adrian 2009/6/17 pluknet pluk...@gmail.com: 2009/6/17 Ed Maste ema...@freebsd.org: On Tue, Jun 16, 2009 at 07:03:34PM +0400, pluknet wrote: As for allpcpu, I often see the picture, when one CPU runs the irq17: bce1

Re: 6.2 sporadically locks up

2009-06-18 Thread pluknet
2009/6/19 Adrian Chadd adr...@freebsd.org: Just modify the driver slightly to hijack a different device prefix :) Hi, Adrian. That's where I just go if I should have to. - .d_name = aac, + .d_name = aacu, (or vise versa) While here, I'd like to give some summary about