[releng_7 tinderbox] failure on i386/pc98

2011-07-26 Thread FreeBSD Tinderbox
TB --- 2011-07-26 06:15:19 - tinderbox 2.6 running on freebsd-legacy.sentex.ca TB --- 2011-07-26 06:15:19 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2011-07-26 06:15:19 - cleaning the object tree TB --- 2011-07-26 06:15:33 - cvsupping the source tree TB --- 2011-07-26 06:15:33 - /usr/bi

Re: Sleeping thread owns a nonsleepable lock panic (& lor)

2011-07-26 Thread Herve Boulouis
Le 25/07/2011 11:59, Kostik Belousov a ?crit: Ok the patched server crashed this morning strangely : all httpd processes were stuck in nfs or vmopar and were unkillable. Below is the full ps. When tried to reboot it got stuck after "All buffers synced" with LOR : lock order reversal: 1st 0xff

Re: Sleeping thread owns a nonsleepable lock panic (& lor)

2011-07-26 Thread Kostik Belousov
On Tue, Jul 26, 2011 at 11:49:13AM +0200, Herve Boulouis wrote: > Le 25/07/2011 11:59, Kostik Belousov a Иcrit: > > Ok the patched server crashed this morning strangely : all httpd processes > were stuck in nfs or vmopar > and were unkillable. Below is the full ps. Please see the http://www.fre

Re: Sleeping thread owns a nonsleepable lock panic (& lor)

2011-07-26 Thread Herve Boulouis
Le 26/07/2011 12:06, Kostik Belousov a ?crit: > On Tue, Jul 26, 2011 at 11:49:13AM +0200, Herve Boulouis wrote: > > Le 25/07/2011 11:59, Kostik Belousov a ?crit: > > > > Ok the patched server crashed this morning strangely : all httpd processes > > were stuck in nfs or vmopar > > and were unkil

Re: Sleeping thread owns a nonsleepable lock panic (& lor)

2011-07-26 Thread Kostik Belousov
On Tue, Jul 26, 2011 at 01:17:52PM +0200, Herve Boulouis wrote: > Le 26/07/2011 12:06, Kostik Belousov a Иcrit: > > On Tue, Jul 26, 2011 at 11:49:13AM +0200, Herve Boulouis wrote: > > > Le 25/07/2011 11:59, Kostik Belousov a ?crit: > > > > > > Ok the patched server crashed this morning strangely

Re: SATA 6g 4-port non-RAID controller ?

2011-07-26 Thread Kurt Jaeger
Hi! > > What kind of SATA 6g 4-port non-RAID controller is currently suggested > > for use in 8/9 setups with large RAM (64G) setups with ZFS ? > SuperMicro AOC-USAS2-L8i > > PCIe controller with 2 multi-lane connectors (SFF-1087) supporting 8 > SAS/SATA ports. Supports two firmwares: > IR mo

Installworld failure

2011-07-26 Thread Mitya
I installed FreeBSD from ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201105/FreeBSD-8.2-STABLE-201105-amd64-memstick.img cvsup with latest sources In make.conf set CPUTYPE?=nocona make buildworld pass without any errors make installworld print me this messages: ===> sys/boot/i386/boot2 (inst

Re: Installworld failure

2011-07-26 Thread Dimitry Andric
On 2011-07-26 12:09, Mitya wrote: ... make buildworld pass without any errors make installworld print me this messages: ... btxld:No such file or directory This is usually due to the system clock being off, or the object tree being modified after building. Most of the time, you can fix it b

Re: powernow regression in 8-STABLE

2011-07-26 Thread Andriy Gapon
on 25/07/2011 21:55 Jung-uk Kim said the following: > powernow expects a static table > (via acpi_perf) but _PSS is dynamically constructed at runtime. I > don't think we can support this case easily, sorry. Just a side note. Actually I do not see anything wrong with that _PSS except that ASL

Re: dtrace ustack kernel panic

2011-07-26 Thread Andriy Gapon
on 26/07/2011 04:20 maestro something said the following: > Hi, > > when using the ustack action on the latest FreeBSD8.2 i386 the kernel > panics. > > Here is the information I could gather: > > let me know if I can provide more information. (i.e., i have the full crash > information 80+mbs han

Making world but no kernel

2011-07-26 Thread Jerome Herman
Hello, I would like to know if it is possible to rebuild world, but without upgrading or even compiling the kernel. The problem is such : I am presently working on a FreeBSD station that seems to have quite a lot of problem, notably with fsck. I am starting to wonder whether this BSD station

Re: Making world but no kernel

2011-07-26 Thread Jeremy Chadwick
On Tue, Jul 26, 2011 at 01:04:04PM +0200, Jerome Herman wrote: > I would like to know if it is possible to rebuild world, but without > upgrading or even compiling the kernel. > > The problem is such : I am presently working on a FreeBSD station > that seems to have quite a lot of problem, notably

Re: Making world but no kernel

2011-07-26 Thread Dimitry Andric
On 2011-07-26 13:04, Jerome Herman wrote: I would like to know if it is possible to rebuild world, but without upgrading or even compiling the kernel. The problem is such : I am presently working on a FreeBSD station that seems to have quite a lot of problem, notably with fsck. I am starting to

Re: Making world but no kernel

2011-07-26 Thread Michal Varga
On Tue, 2011-07-26 at 13:04 +0200, Jerome Herman wrote: > Hello, > > I would like to know if it is possible to rebuild world, but without > upgrading or even compiling the kernel. > > The problem is such : I am presently working on a FreeBSD station that > seems to have quite a lot of problem,

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 13:44, Jeremy Chadwick wrote: On Tue, Jul 26, 2011 at 01:04:04PM +0200, Jerome Herman wrote: I would like to know if it is possible to rebuild world, but without upgrading or even compiling the kernel. The problem is such : I am presently working on a FreeBSD station that seems to

Re: Making world but no kernel

2011-07-26 Thread Jeremy Chadwick
On Tue, Jul 26, 2011 at 02:50:28PM +0200, Jerome Herman wrote: > [very large snip] > > So here I am starting to think that my disklabel and fsck are not in > sync with my kernel. I've never heard of either of these utilities (bsdlabel/disklabel, nor fsck) having to be "in sync with the kernel". M

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 15:16, Jeremy Chadwick wrote: On Tue, Jul 26, 2011 at 02:50:28PM +0200, Jerome Herman wrote: [very large snip] So here I am starting to think that my disklabel and fsck are not in sync with my kernel. I've never heard of either of these utilities (bsdlabel/disklabel, nor fsck) ha

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 13:58, Michal Varga wrote: On Tue, 2011-07-26 at 13:04 +0200, Jerome Herman wrote: Hello, I would like to know if it is possible to rebuild world, but without upgrading or even compiling the kernel. The problem is such : I am presently working on a FreeBSD station that seems to h

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 15:01, Lars Eighner wrote: On Tue, 26 Jul 2011, Jerome Herman wrote: Hello, I would like to know if it is possible to rebuild world, but without upgrading or even compiling the kernel. The problem is such : I am presently working on a FreeBSD station that seems to have quite

Re: Making world but no kernel

2011-07-26 Thread Jeremy Chadwick
On Tue, Jul 26, 2011 at 04:25:38PM +0200, Jerome Herman wrote: > On 26/07/2011 15:16, Jeremy Chadwick wrote: > >On Tue, Jul 26, 2011 at 02:50:28PM +0200, Jerome Herman wrote: > >>[very large snip] > >> > >>So here I am starting to think that my disklabel and fsck are not in > >>sync with my kernel.

Re: Making world but no kernel

2011-07-26 Thread Chuck Swiger
On Jul 26, 2011, at 7:25 AM, Jerome Herman wrote: > Actually it is Raid 10 of a sort. Three first halves of the three disk > concatenated and mirrored on the three second half of the same drives. There's a significant problem right there. Not only will that configuration badly degrade the perfo

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 16:58, Chuck Swiger wrote: On Jul 26, 2011, at 7:25 AM, Jerome Herman wrote: Actually it is Raid 10 of a sort. Three first halves of the three disk concatenated and mirrored on the three second half of the same drives. There's a significant problem right there. Not only will tha

Re: Making world but no kernel

2011-07-26 Thread Michal Varga
On Tue, 2011-07-26 at 16:28 +0200, Jerome Herman wrote: > > PS: Whatever that means, please don't get your sources through > > "sysinstall", that monster shouldn't even be present in a seriously > > maintained FreeBSD installation. Get your sources "the proper way" with > > csup: > > > > http://ww

Re: Making world but no kernel

2011-07-26 Thread Chuck Swiger
On Jul 26, 2011, at 8:03 AM, Jerome Herman wrote: > On 26/07/2011 16:58, Chuck Swiger wrote: >> On Jul 26, 2011, at 7:25 AM, Jerome Herman wrote: >>> Actually it is Raid 10 of a sort. Three first halves of the three disk >>> concatenated and mirrored on the three second half of the same drives. >>

Re: Making world but no kernel

2011-07-26 Thread Chuck Swiger
On Jul 26, 2011, at 8:19 AM, Michal Varga wrote: > Well, that depends. Probably every single time I've seen someone > touching sysinstal in a post-install environment, that OS was instantly > rendered as much as good for a complete reinstall. It's just "one of > those things" that shouldn't be pres

Re: Making world but no kernel

2011-07-26 Thread Jerome Herman
On 26/07/2011 17:19, Michal Varga wrote: On Tue, 2011-07-26 at 16:28 +0200, Jerome Herman wrote: PS: Whatever that means, please don't get your sources through "sysinstall", that monster shouldn't even be present in a seriously maintained FreeBSD installation. Get your sources "the proper way"

Re: Making world but no kernel

2011-07-26 Thread Michal Varga
On Tue, 2011-07-26 at 08:34 -0700, Chuck Swiger wrote: > On Jul 26, 2011, at 8:19 AM, Michal Varga wrote: > > Well, that depends. Probably every single time I've seen someone > > touching sysinstal in a post-install environment, that OS was instantly > > rendered as much as good for a complete rein

Re: Making world but no kernel

2011-07-26 Thread Ian Smith
On Tue, 26 Jul 2011, Chuck Swiger wrote: > On Jul 26, 2011, at 8:19 AM, Michal Varga wrote: > > Well, that depends. Probably every single time I've seen someone > > touching sysinstal in a post-install environment, that OS was instantly > > rendered as much as good for a complete reinstall. It'

Re: SATA 6g 4-port non-RAID controller ?

2011-07-26 Thread Leon Meßner
On Tue, Jul 26, 2011 at 12:09:25PM +0200, Kurt Jaeger wrote: > Hi! > > > > What kind of SATA 6g 4-port non-RAID controller is currently suggested > > > for use in 8/9 setups with large RAM (64G) setups with ZFS ? > > > SuperMicro AOC-USAS2-L8i > > > > PCIe controller with 2 multi-lane connectors

Re: SATA 6g 4-port non-RAID controller ?

2011-07-26 Thread Jeremy Chadwick
On Mon, Jul 25, 2011 at 01:42:07PM -0700, Freddie Cash wrote: > On Mon, Jul 25, 2011 at 2:34 AM, Kurt Jaeger wrote: > > > What kind of SATA 6g 4-port non-RAID controller is currently suggested > > for use in 8/9 setups with large RAM (64G) setups with ZFS ? > > > > SuperMicro AOC-USAS2-L8i > >

Re: Sleeping thread owns a nonsleepable lock panic (& lor)

2011-07-26 Thread Rick Macklem
Kostik Belousov wrote: > On Tue, Jul 26, 2011 at 01:17:52PM +0200, Herve Boulouis wrote: > > Le 26/07/2011 12:06, Kostik Belousov a Иcrit: > > > On Tue, Jul 26, 2011 at 11:49:13AM +0200, Herve Boulouis wrote: > > > > Le 25/07/2011 11:59, Kostik Belousov a ?crit: > > > > > > > > Ok the patched serve