Re: [patch] Disable TSC on SMP VMs

2011-08-16 Thread Mike Silbersack
The patch I referenced (and forgot to attach) is located here: http://www.silby.com/tsc.c-no_vm_smp_tsc.patch Thanks to those who pointed out my error to me. :) Mike "Silby" Silbersack On Tue, 16 Aug 2011, Mike Silbersack wrote: Hi all, Thanks to a lightning strike, I recently upgraded my

Re: make test under lang/perl5.14 causes panic: blockable sleep lock (sleep mutex) process lock @ /usr/src/sys/ia64/ia64/trap.c:562

2011-08-16 Thread Anton Shterenlikht
On Mon, Aug 15, 2011 at 06:34:51PM +0100, Anton Shterenlikht wrote: > On Fri, Aug 12, 2011 at 05:45:55PM -0700, Marcel Moolenaar wrote: > > > > On Aug 12, 2011, at 7:19 AM, Anton Shterenlikht wrote: > > > > > On ia64 r221488 > > > > Please update to at least r223700, as that was a major stabilit

Re: kernel build failure without BPF

2011-08-16 Thread Sergey Kandaurov
On 14 August 2011 06:01, deeptec...@gmail.com wrote: > in the following kernel configuration (notably without ``device > bfp''), i get the following kernel build error. which is either a bug, > or not; just posting in case it's in someone's interest. > > build log snippet begins

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread Christoph Hoffmann
Hello John, Thank you very much indeed for your reply. The pmbr.s passes the ARGS set to 0x900 to main() in zfsboot.c and *(uint8_t *)PTOV(ARGS)) is 0x80. In zfsboot.c main(), before the line bootinfo.bi_version = BOOTINFO_VERSION; gets executed we still keep the right value of the dsk->drive

buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread eculp
Is anyone else seeing this? This is current AMD64. I'm running the compile from Saturday 20110814 that I have been hammering and it has been rock solid. # uname -a FreeBSD home.encontacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat Aug 13 05:09:17 CDT 2011 r...@home.encontacto.net:/usr

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread John Baldwin
On Tuesday, August 16, 2011 9:14:08 am Christoph Hoffmann wrote: > Hello John, > > Thank you very much indeed for your reply. > > The pmbr.s passes the ARGS set to 0x900 to main() in zfsboot.c and > *(uint8_t *)PTOV(ARGS)) is 0x80. > > In zfsboot.c main(), before the line > bootinfo.bi_versio

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Florian Smeets
On 16.08.2011 15:47, eculp wrote: Is anyone else seeing this? This is current AMD64. I'm running the Yes, there have been X mails about it on this mailing list and an entry in UPDATING ;) compile from Saturday 20110814 that I have been hammering and it has been rock solid. /usr/obj/usr/

RE: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Johan Hendriks
>Is anyone else seeing this? This is current AMD64. I'm running the >compile from Saturday 20110814 that I have been hammering and it has >been rock solid. ># uname -a >FreeBSD home.encontacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat Aug >13 05:09:17 CDT 2011 >r...@home.encontacto.net:/usr/obj/u

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread Christoph Hoffmann
Hello John, First with printf() before dsk = malloc(sizeof(struct dsk)); Attempting Boot From CD-ROM Attempting Boot From Hard Drive (C:) 464: high_heap_size=0x30; dsk=0x0; &bootinfo=0x8714<--- the malloc() is next. 474: high_heap_size=0x30; dsk=0xdf325000; &bootinfo=0x8714 pr

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Edwin L. Culp W.
On Tue, Aug 16, 2011 at 8:58 AM, Johan Hendriks wrote: >>Is anyone else seeing this?  This is current AMD64.  I'm running the >>compile from Saturday 20110814 that I have been hammering and it has >>been rock solid. > >># uname -a >>FreeBSD home.encontacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread John Baldwin
On Tuesday, August 16, 2011 10:41:50 am Christoph Hoffmann wrote: > Hello John, > > First with printf() before >dsk = malloc(sizeof(struct dsk)); > > Attempting Boot From CD-ROM > Attempting Boot From Hard Drive (C:) > 464: high_heap_size=0x30; dsk=0x0; &bootinfo=0x8714<--- the ma

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Niclas Zeising
On 2011-08-16 15:47, eculp wrote: > Is anyone else seeing this? This is current AMD64. I'm running the > compile from Saturday 20110814 that I have been hammering and it has > been rock solid. > > # uname -a > FreeBSD home.encontacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat Aug 13 > 05:09:17 CDT

Re: Loading drivers via kldload

2011-08-16 Thread John Baldwin
On Monday, August 15, 2011 9:06:34 am Andriy Gapon wrote: > on 13/08/2011 00:20 David Somayajulu said the following: > > This is pretty bizarre. I have been experimenting with a very simple driver > > (see source below) which essentially checks the PCI vendor and Device ID's > > in > > the probe r

Re: Loading drivers via kldload

2011-08-16 Thread Andriy Gapon
The following are pure speculations, I'd rather let David speak, but just in case; on 16/08/2011 18:45 John Baldwin said the following: > Well, that would seem odd, still. It only returns BUS_PROBE_GENERIC (not 0), > so > David's driver's probe routine should still be called to get a chance to

RE: Loading drivers via kldload

2011-08-16 Thread David Somayajulu
Please see below. -david S. -Original Message- From: Andriy Gapon [mailto:a...@freebsd.org] Sent: Tuesday, August 16, 2011 9:26 AM To: John Baldwin Cc: David Somayajulu; freebsd-current@freebsd.org Subject: Re: Loading drivers via kldload The following are pure speculations, I'd rather l

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Edwin L. Culp W.
On Tue, Aug 16, 2011 at 10:18 AM, Niclas Zeising wrote: > On 2011-08-16 15:47, eculp wrote: >> Is anyone else seeing this?  This is current AMD64.  I'm running the >> compile from Saturday 20110814 that I have been hammering and it has >> been rock solid. >> >> # uname -a >> FreeBSD home.encontact

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Mark Felder
On Tue, 16 Aug 2011 12:29:47 -0500, Edwin L. Culp W. wrote: Worked perfectly. Maybe it would be a good idea to put the step by step solution for other folks like me who haven't put enough effort to understand the 20110815: entry. These steps are detailed in the handbook and you should be

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread Christoph Hoffmann
Setting high_heap_size to zero ends with an error: Attempting Boot From CD-ROM Attempting Boot From Hard Drive (C:) 474: high_heap_size=0x0; dsk=0x1a000; &bootinfo=0x8694 malloc failure -- Christoph Hoffmann On Aug 16, 2011, at 4:41 PM, Christoph Hoffmann wrote: > Hello John, > > First with pr

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread eculp
Quoting Mark Felder : On Tue, 16 Aug 2011 12:29:47 -0500, Edwin L. Culp W. wrote: Worked perfectly. Maybe it would be a good idea to put the step by step solution for other folks like me who haven't put enough effort to understand the 20110815: entry. These steps are detailed in the ha

Re: diskless client can not be loaded (works at r224471)

2011-08-16 Thread Boris Samorodov
On Mon, 15 Aug 2011 18:26:28 -0400 (EDT) Rick Macklem wrote: > Please try this one line patch: (I see that the patch was already commited) The patch worked for me, thanks! -- WBR, bsam ___ freebsd-current@freebsd.org mailing list http://lists.freebsd

x11/nvidia-driver / Compilation has failed

2011-08-16 Thread Alvaro Castillo
I try to compile a x11/nvidia-driver and give this error. ===> Building for nvidia-driver-270.41.19 ===> src (all) cc -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=\"270.41.19\" -D__KERNEL__ -DNVRM -Wno-unused-function -O -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -Werror -D_KER

Re: x11/nvidia-driver / Compilation has failed

2011-08-16 Thread Ivan Klymenko
В Tue, 16 Aug 2011 19:23:06 +0100 Alvaro Castillo пишет: > I try to compile a x11/nvidia-driver and give this error. > > ===> Building for nvidia-driver-270.41.19 > ===> src (all) > cc -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=\"270.41.19\" > -D__KERNEL__ -DNVRM -Wno-unused-function -O

LibreOffice 3.3.3.1 hangs

2011-08-16 Thread Alvaro Castillo
Hello, I compiled LibreOffice 3.3.3.1 over -BETA1 and hangs when I trying to change language and you need kill soffice.bin proccess. The debug says: Signal 11 during fontconfig initialization called, ignoring fontconfig I compiled with java support and without it but hangs persists. Steps to re

Re: Loading drivers via kldload

2011-08-16 Thread John Baldwin
On Tuesday, August 16, 2011 12:26:11 pm Andriy Gapon wrote: > > The following are pure speculations, I'd rather let David speak, but just in > case; > > on 16/08/2011 18:45 John Baldwin said the following: > > Well, that would seem odd, still. It only returns BUS_PROBE_GENERIC (not > > 0), so

Re: Loading drivers via kldload

2011-08-16 Thread Andriy Gapon
on 16/08/2011 22:09 John Baldwin said the following: > On Tuesday, August 16, 2011 12:26:11 pm Andriy Gapon wrote: >> >> The following are pure speculations, I'd rather let David speak, but just in >> case; >> >> on 16/08/2011 18:45 John Baldwin said the following: >>> Well, that would seem odd, s

Re: gptzfsboot error using HP Smart Array P410i Controller

2011-08-16 Thread John Baldwin
On Tuesday, August 16, 2011 1:46:48 pm Christoph Hoffmann wrote: > Setting high_heap_size to zero ends with an error: > > Attempting Boot From CD-ROM > Attempting Boot From Hard Drive (C:) > 474: high_heap_size=0x0; dsk=0x1a000; &bootinfo=0x8694 > malloc failure Hmm, I am really at a loss for wha

Re: buildworld has been broken for me since Sunday 20110815 at atrun

2011-08-16 Thread Conrad J. Sabatier
On Tue, 16 Aug 2011 12:52:37 -0500 eculp wrote: > Quoting Mark Felder : > > > > These steps are detailed in the handbook and you should be > > following them every time you rebuild CURRENT. > > Sorry, it looks like I have been doing things in the wrong order for > years. Thanks a lot for poin

Re: diskless client can not be loaded (works at r224471)

2011-08-16 Thread Rick Macklem
Boris Samorodov wrote: > On Mon, 15 Aug 2011 18:26:28 -0400 (EDT) Rick Macklem wrote: > > > Please try this one line patch: > > (I see that the patch was already commited) > > The patch worked for me, thanks! > Good. Thanks for reporting the problem and testing the patch, rick _

[head tinderbox] failure on arm/arm

2011-08-16 Thread FreeBSD Tinderbox
TB --- 2011-08-16 22:50:01 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-08-16 22:50:01 - starting HEAD tinderbox run for arm/arm TB --- 2011-08-16 22:50:01 - cleaning the object tree TB --- 2011-08-16 22:50:35 - cvsupping the source tree TB --- 2011-08-16 22:50:35 - /usr/bin/csu

Re: make test under lang/perl5.14 causes panic: blockable sleep lock (sleep mutex) process lock @ /usr/src/sys/ia64/ia64/trap.c:562

2011-08-16 Thread Marcel Moolenaar
On Aug 16, 2011, at 1:12 AM, Anton Shterenlikht wrote: > On Mon, Aug 15, 2011 at 06:34:51PM +0100, Anton Shterenlikht wrote: >> On Fri, Aug 12, 2011 at 05:45:55PM -0700, Marcel Moolenaar wrote: >>> >>> On Aug 12, 2011, at 7:19 AM, Anton Shterenlikht wrote: >>> On ia64 r221488 >>> >>> Plea

RE: Kernel panic "rtfree 2"

2011-08-16 Thread Li, Qing
Hi, Could you please let me know if the patch fixes your crash problem ? Thanks, --Qing > -Original Message- > From: Li, Qing > Sent: Friday, August 12, 2011 6:29 PM > To: Li, Qing; Luiz Otavio O Souza; Andrey Smagin > Cc: freebsd-current@freebsd.org > Subject: RE: Kernel panic "rtfree

"witness_lock_list_get: witness exhausted"

2011-08-16 Thread Peter Jeremy
I'm getting the above message when running Peter Holm's stress test with INCARNATIONS=150 on a 16-core sparc. Does this mean LOCK_CHILDCOUNT is too low or does it indicate a leak in witness lock_list_entry's somewhere? The comment on LOCK_CHILDCOUNT indicates it is dimensioned to allow 2048 threa

Re: x11/nvidia-driver / Compilation has failed

2011-08-16 Thread Garrett Cooper
On Aug 16, 2011, at 11:26 AM, Ivan Klymenko wrote: > В Tue, 16 Aug 2011 19:23:06 +0100 > Alvaro Castillo пишет: > >> I try to compile a x11/nvidia-driver and give this error. >> >> ===> Building for nvidia-driver-270.41.19 >> ===> src (all) >> cc -O2 -pipe -fno-strict-aliasing -DNV_VERSION_ST

[head tinderbox] failure on i386/i386

2011-08-16 Thread FreeBSD Tinderbox
TB --- 2011-08-16 22:50:01 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-08-16 22:50:01 - starting HEAD tinderbox run for i386/i386 TB --- 2011-08-16 22:50:01 - cleaning the object tree TB --- 2011-08-16 22:50:48 - cvsupping the source tree TB --- 2011-08-16 22:50:48 - /usr/bin/c

[head tinderbox] failure on ia64/ia64

2011-08-16 Thread FreeBSD Tinderbox
TB --- 2011-08-16 23:47:18 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-08-16 23:47:18 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-08-16 23:47:18 - cleaning the object tree TB --- 2011-08-16 23:47:38 - cvsupping the source tree TB --- 2011-08-16 23:47:38 - /usr/bin/c

[head tinderbox] failure on powerpc/powerpc

2011-08-16 Thread FreeBSD Tinderbox
TB --- 2011-08-17 02:01:32 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-08-17 02:01:32 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2011-08-17 02:01:32 - cleaning the object tree TB --- 2011-08-17 02:01:53 - cvsupping the source tree TB --- 2011-08-17 02:01:53 - /usr

[head tinderbox] failure on arm/arm

2011-08-16 Thread FreeBSD Tinderbox
TB --- 2011-08-17 04:30:00 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-08-17 04:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-08-17 04:30:00 - cleaning the object tree TB --- 2011-08-17 04:30:16 - cvsupping the source tree TB --- 2011-08-17 04:30:16 - /usr/bin/csu

Re: x11/nvidia-driver / Compilation has failed

2011-08-16 Thread Garrett Cooper
2011/8/16 Garrett Cooper : > On Aug 16, 2011, at 11:26 AM, Ivan Klymenko wrote: > >> В Tue, 16 Aug 2011 19:23:06 +0100 >> Alvaro Castillo пишет: >> >>> I try to compile a x11/nvidia-driver and give this error. >>> >>> ===>  Building for nvidia-driver-270.41.19 >>> ===> src (all) >>> cc -O2 -pipe

buildkernel failure at posix semaphores

2011-08-16 Thread KT Sin
buildkernel is failing at uipc_sem.c and uipc_shm.c when mac is not enabled. ===> sem (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/usr/src/sys/PASSION/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --