[head tinderbox] failure on powerpc64/powerpc

2010-11-09 Thread FreeBSD Tinderbox
TB --- 2010-11-10 07:52:29 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-10 07:52:29 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-11-10 07:52:29 - cleaning the object tree TB --- 2010-11-10 07:52:59 - cvsupping the source tree TB --- 2010-11-10 07:52:59 - /u

[head tinderbox] failure on mips/mips

2010-11-09 Thread FreeBSD Tinderbox
TB --- 2010-11-10 07:31:37 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-10 07:31:37 - starting HEAD tinderbox run for mips/mips TB --- 2010-11-10 07:31:37 - cleaning the object tree TB --- 2010-11-10 07:31:46 - cvsupping the source tree TB --- 2010-11-10 07:31:46 - /usr/bin/c

Re: panic: uma_zalloc_arg: Returning an empty bucket.

2010-11-09 Thread Andriy Gapon
on 10/11/2010 07:58 Andriy Gapon said the following: > > I've been doing some stress-testing for VM+ZFS on a kernel with > WITNESS+INVARIANTS and I have already stumbled into some curious panics. > > Here's another one: > Unread portion of the kernel message buffer: > panic: uma_zalloc_arg: Retur

Re: another fuse panic

2010-11-09 Thread Andriy Gapon
on 08/11/2010 14:13 Andriy Gapon said the following: > on 08/11/2010 13:55 Andriy Gapon said the following: >> I reliable got this panic when all I was doing is saving an attachment in >> thunderbird 3 that ran in KDE 4 environment. Not sure what was going on >> behind >> the scenes, but shouldn'

panic: uma_zalloc_arg: Returning an empty bucket.

2010-11-09 Thread Andriy Gapon
I've been doing some stress-testing for VM+ZFS on a kernel with WITNESS+INVARIANTS and I have already stumbled into some curious panics. Here's another one: Unread portion of the kernel message buffer: panic: uma_zalloc_arg: Returning an empty bucket. cpuid = 0 KDB: stack backtrace: db_trace_self

Re: radeon_cp_texture: page fault with non-sleepable locks held

2010-11-09 Thread Andriy Gapon
on 09/11/2010 16:05 Kostik Belousov said the following: > Easiest would be for DRM to provide wrappers for copyin/copyout that > unlock, do operation and lock. I am a little bit worried about this approach in general. Driver state may be changed by a process running in parallel while the lock is d

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 3:58 PM, Kevin Oberman wrote: >> Date: Tue, 9 Nov 2010 15:45:00 -0800 >> From: Garrett Cooper >> Sender: owner-freebsd-curr...@freebsd.org >> >> On Tue, Nov 9, 2010 at 2:58 PM, C. P. Ghost wrote: >> > On Mon, Nov 8, 2010 at 11:14 PM, John Baldwin wrote: >> >> This patch c

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Kevin Oberman
> Date: Tue, 9 Nov 2010 15:45:00 -0800 > From: Garrett Cooper > Sender: owner-freebsd-curr...@freebsd.org > > On Tue, Nov 9, 2010 at 2:58 PM, C. P. Ghost wrote: > > On Mon, Nov 8, 2010 at 11:14 PM, John Baldwin wrote: > >> This patch changes the Forth code for the Beastie menu to only display t

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Garrett Cooper
On Tue, Nov 9, 2010 at 2:58 PM, C. P. Ghost wrote: > On Mon, Nov 8, 2010 at 11:14 PM, John Baldwin wrote: >> This patch changes the Forth code for the Beastie menu to only display the >> menu option to enable or disable ACPI if the loader detects ACPI.  This >> avoids >> displaying a menu item p

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread C. P. Ghost
On Mon, Nov 8, 2010 at 11:14 PM, John Baldwin wrote: > This patch changes the Forth code for the Beastie menu to only display the > menu option to enable or disable ACPI if the loader detects ACPI.  This avoids > displaying a menu item prompting to enable ACPI if the BIOS doesn't actually > includ

Re: issue with "options DDB"

2010-11-09 Thread Alexey Shuvaev
On Tue, Nov 09, 2010 at 06:25:12PM +, Alexander Best wrote: > On Fri Nov 5 10, Ulrich Spörlein wrote: > > On Sat, 30.10.2010 at 23:22:44 +, Alexander Best wrote: > > > hi there, > > > > > > with "options DDB" in my kernel conf i run into the following issue with > > > my > > > kernel mod

Re: limits to memory on amd64

2010-11-09 Thread Julian Elischer
On 11/9/10 9:59 AM, Alan Cox wrote: Julian Elischer wrote: On 11/9/10 9:04 AM, Bakul Shah wrote: On Tue, 09 Nov 2010 08:45:14 PST Julian Elischer wrote: During the discussion at MeetBSD the question came up as to what the real limiting factors were with regard to how much RAM a system could

Re: minidump size on amd64

2010-11-09 Thread Andriy Gapon
on 09/11/2010 10:02 Alan Cox said the following: > The kernel portion of the patch looks correct. If I were to make one > stylistic > suggestion, it would be to make the control flow of the outer and inner loops > as > similar as possible, that is, > >for (... > if ((pdp[i] & PG_V) ==

Re: issue with "options DDB"

2010-11-09 Thread Alexander Best
On Fri Nov 5 10, Ulrich Spörlein wrote: > On Sat, 30.10.2010 at 23:22:44 +, Alexander Best wrote: > > hi there, > > > > with "options DDB" in my kernel conf i run into the following issue with my > > kernel modules: > > > > link_elf_lookup_symbol: missing symbol hash table > > KLD file snd_h

Re: ATA: driver bug: Unable to set devclass

2010-11-09 Thread Andriy Gapon
on 09/11/2010 20:14 Alexander Motin said the following: > Hmm. There was not much changes in ATA last time and I can't expect what > of them could affect PATA. Probe code wasn't changed for long time. > > This check was actually added after some ata(4) bug found two years ago. > So I am not sure y

Re: Syscons and termcap

2010-11-09 Thread Ed Schouten
* Gary Jennejohn , 20101109 18:58: > This may seem like a stupid comment, but I'd say that the "iso" does > not imply UTF-8 support. In fact, there seem to be only ISO or code > page keymaps under /usr/share/syscons/keymaps. But I'm no keymap > expert. Well,

Re: ATA: driver bug: Unable to set devclass

2010-11-09 Thread Alexander Motin
Andriy Gapon wrote: > on 09/11/2010 19:04 Alexander Motin said the following: >> Andriy Gapon wrote: >>> Since one of the recent updates (not sure which revision though) I started >>> to get >>> "Unable to set devclass" messages in boot dmesg. I'd say that I see the >>> message >>> every other b

Re: Syscons and termcap

2010-11-09 Thread Renato Botelho
On Tue, Nov 9, 2010 at 3:45 PM, Ed Schouten wrote: > * Renato Botelho , 20101109 17:08: >> Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg >> environment, and after reading this I decided to make a test. >> >> I rebuilt my 9.0-current (r215031) with

Re: limits to memory on amd64

2010-11-09 Thread Alan Cox
Julian Elischer wrote: On 11/9/10 9:04 AM, Bakul Shah wrote: On Tue, 09 Nov 2010 08:45:14 PST Julian Elischer wrote: During the discussion at MeetBSD the question came up as to what the real limiting factors were with regard to how much RAM a system could have. it was put to us that the limi

Re: Syscons and termcap

2010-11-09 Thread Gary Jennejohn
On Tue, 9 Nov 2010 14:08:01 -0200 Renato Botelho wrote: [snip stuff from Ed] > Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg > environment, and after reading this I decided to make a test. > > I rebuilt my 9.0-current (r215031) with option TEKEN_UTF8 in kernel > config, and aft

Re: Syscons and termcap

2010-11-09 Thread Ed Schouten
* Renato Botelho , 20101109 17:08: > Well, few weeks ago I moved from ISO-8859-1 to UTF-8 on my Xorg > environment, and after reading this I decided to make a test. > > I rebuilt my 9.0-current (r215031) with option TEKEN_UTF8 in kernel > config, and after configure my sysco

Re: limits to memory on amd64

2010-11-09 Thread Julian Elischer
On 11/9/10 9:04 AM, Bakul Shah wrote: On Tue, 09 Nov 2010 08:45:14 PST Julian Elischer wrote: During the discussion at MeetBSD the question came up as to what the real limiting factors were with regard to how much RAM a system could have. it was put to us that the limit was currently around 51

Re: ATA: driver bug: Unable to set devclass

2010-11-09 Thread Andriy Gapon
on 09/11/2010 19:04 Alexander Motin said the following: > Andriy Gapon wrote: >> Since one of the recent updates (not sure which revision though) I started >> to get >> "Unable to set devclass" messages in boot dmesg. I'd say that I see the >> message >> every other boot, i.e. not always. >> >>

Re: limits to memory on amd64

2010-11-09 Thread Bakul Shah
On Tue, 09 Nov 2010 08:45:14 PST Julian Elischer wrote: > During the discussion at MeetBSD the question came up as to what the real > limiting factors were with regard to how much RAM a system could have. > it was put to us that the limit was currently around 512 GB, though no-one > at teh discus

Re: ATA: driver bug: Unable to set devclass

2010-11-09 Thread Alexander Motin
Andriy Gapon wrote: > Since one of the recent updates (not sure which revision though) I started to > get > "Unable to set devclass" messages in boot dmesg. I'd say that I see the > message > every other boot, i.e. not always. > > I added some more debug code there and here's a tack trace: > >

Re: Syscons and termcap

2010-11-09 Thread Renato Botelho
On Tue, Nov 9, 2010 at 8:03 AM, Ed Schouten wrote: > Hello Eir, > > * Eir Nym , 20101109 05:10: >> I've compiled -CURRENT kernel with UTF-8 and CONS25 support. ( r214751 ) >> >> in xterm emulation mode I have problems with bindings for some keys, >> such

limits to memory on amd64

2010-11-09 Thread Julian Elischer
During the discussion at MeetBSD the question came up as to what the real limiting factors were with regard to how much RAM a system could have. it was put to us that the limit was currently around 512 GB, though no-one at teh discussion knew what the mechanism of the limitation was or what might

Re: kldunload(8) returns 0, although it fail

2010-11-09 Thread John Baldwin
On Tuesday, November 09, 2010 9:10:28 am Alexander Best wrote: > On Tue Nov 9 10, John Baldwin wrote: > > On Tuesday, November 09, 2010 6:46:12 am Alexander Best wrote: > > > hi there, > > > > > > i posted this message on freebsd-questions@, but nobody could help me > > > with it. > > > to me th

ATA: driver bug: Unable to set devclass

2010-11-09 Thread Andriy Gapon
Since one of the recent updates (not sure which revision though) I started to get "Unable to set devclass" messages in boot dmesg. I'd say that I see the message every other boot, i.e. not always. I added some more debug code there and here's a tack trace: driver bug: Unable to set devclass (c

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Andriy Gapon
on 09/11/2010 16:08 Lars Engels said the following: > That's also an appreciated improvement, but what PCBSD does is that you > can toggle several options, so when you select an option, the kernel is > not loaded immediately after but you are still in the menu and can > select / toggle another opti

Re: radeon_cp_texture: page fault with non-sleepable locks held

2010-11-09 Thread Kostik Belousov
On Tue, Nov 09, 2010 at 11:25:49AM +0200, Andriy Gapon wrote: > on 08/11/2010 14:04 Kostik Belousov said the following: > > On Mon, Nov 08, 2010 at 01:50:25PM +0200, Andriy Gapon wrote: > >> on 05/11/2010 09:27 Andriy Gapon said the following: > >>> > >>> I use FreeSBD head and KDE 4 with all the b

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Andriy Gapon
on 09/11/2010 07:26 Lars Engels said the following: > Maybe we should also import PCBSD's patches to the beastie menu? > In PCBSD's beastie menu you can toggle some settings like "safe mode", > and "ACPI", so the kernel is not loaded as soon as select an option. > > See > http://trac.pcbsd.org/bro

Re: laptop Acer Aspire One D250 / snd_hda(4) && internal mic not recording

2010-11-09 Thread Matthias Apitz
El día Friday, November 05, 2010 a las 01:13:15AM +0200, Alexander Motin escribió: > Matthias Apitz wrote: > > El día Friday, November 05, 2010 a las 12:46:50AM +0200, Alexander Motin > > escribió: > >> Matthias Apitz wrote: > >>> mixer(1) let me set for recoding only 'mic' or 'rec'. I'm attachi

Re: minidump size on amd64

2010-11-09 Thread Alan Cox
Andriy Gapon wrote: So, here is the next version of the patch: http://people.freebsd.org/~avg/amd64-minidump.4.diff Changes since the last version: 1. libkvm - try to support both the new and the previous formats/versions of amd64 minidump. I am not entirely sure about style in which I handled

Re: kldunload(8) returns 0, although it fail

2010-11-09 Thread Alexander Best
On Tue Nov 9 10, John Baldwin wrote: > On Tuesday, November 09, 2010 6:46:12 am Alexander Best wrote: > > hi there, > > > > i posted this message on freebsd-questions@, but nobody could help me with > > it. > > to me this looks like a bug, so i assume posting it again here on > > freebsd-current

Re: Only display ACPI bootmenu key if ACPI is present

2010-11-09 Thread Lars Engels
On Tue, Nov 09, 2010 at 03:45:52PM +0200, Andriy Gapon wrote: > on 09/11/2010 07:26 Lars Engels said the following: > > Maybe we should also import PCBSD's patches to the beastie menu? > > In PCBSD's beastie menu you can toggle some settings like "safe mode", > > and "ACPI", so the kernel is not lo

Re: kldunload(8) returns 0, although it fail

2010-11-09 Thread John Baldwin
On Tuesday, November 09, 2010 6:46:12 am Alexander Best wrote: > hi there, > > i posted this message on freebsd-questions@, but nobody could help me with it. > to me this looks like a bug, so i assume posting it again here on > freebsd-current@ might be better. > > please keep in mind that the is

kldunload(8) returns 0, although it fail

2010-11-09 Thread Alexander Best
hi there, i posted this message on freebsd-questions@, but nobody could help me with it. to me this looks like a bug, so i assume posting it again here on freebsd-current@ might be better. please keep in mind that the issue here is not the fact that the second attempt to unload sound.ko/netgraph.

Re: Syscons and termcap

2010-11-09 Thread Ed Schouten
Hello Eir, * Eir Nym , 20101109 05:10: > I've compiled -CURRENT kernel with UTF-8 and CONS25 support. ( r214751 ) > > in xterm emulation mode I have problems with bindings for some keys, > such as Home > If I start vis(1) and press Home, I always get "^[[H" sequenc

Re: Error: stack overflow on boot

2010-11-09 Thread Etienne Robillard
On 08/11/10 06:37 PM, Etienne Robillard wrote: Hi, why is this message happening with 8.1 and sometimes CURRENT ? I tried recompiling the bootloader but the error still happens, forcing user to hit Enter to enter manual boot. Any takes ? :) Many thanks, Etienne ___

Re: radeon_cp_texture: page fault with non-sleepable locks held

2010-11-09 Thread Andriy Gapon
on 08/11/2010 14:04 Kostik Belousov said the following: > On Mon, Nov 08, 2010 at 01:50:25PM +0200, Andriy Gapon wrote: >> on 05/11/2010 09:27 Andriy Gapon said the following: >>> >>> I use FreeSBD head and KDE 4 with all the bells and whistles enabled. >>> Apparently recent KDE update has enabled