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
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
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
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
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
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
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/
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
В 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
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
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
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
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
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
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
_
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
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
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
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
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
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
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
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
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
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 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 --
39 matches
Mail list logo