Marvell Yukon msk/msi problem

2007-04-12 Thread Danny Braniss
hi, The if_msk works fine under -current, but under -stable it does not use the MSI capability, and since it's a shared IRQ, it works less than optimal under heavy cpu load. Pyun YongHyeon suggested to search for help here :-) from the if_msk: ... pci_alloc_

Re: buildworld fail?

2007-04-12 Thread Ruslan Ermilov
On Thu, Apr 12, 2007 at 09:47:23AM +0300, Krassimir Slavchev wrote: > ===> usr.sbin/bsnmpd/modules/snmp_bridge (depend) > cat /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def | > gensnmptree -p bridge_ > line 31: '(' expected at begin of node > context: " TruthValue ENUM ( > *** Error

make: parallel jobs broken when using -f -

2007-04-12 Thread Ulrich Spoerlein
Hi Hartmut, there is an annoying bug in 6-STABLE make(1), where -f - seems to serialize the target making. Consider the following Makefile all: a b c d a b c d: @echo Makeing ${.TARGET} @sleep 4 And observe the following behaviour: $ make -j4 Makeing a Makeing b Makeing c Makei

6.2 loader hangs on Supermicro P8SCT

2007-04-12 Thread Daniel O'Connor
I am seeing the loader hang during a normal boot (but not when booting from the install CD). I can work around it by shortening the boot delay to around 1 second. If it is any longer the count time timer stops and is is unresponsive to any input except the reset switch. Also, if I break into t

Re: uid/gid lookups slower on 6.2 than 4.x?

2007-04-12 Thread Adrian Chadd
On 11/04/07, Scott Lambert <[EMAIL PROTECTED]> wrote: Aha! PEBKAC error! Changing group and passwd from compat to files has "fixed" the problem. 2c, Is that documented anywhere? I'm sure you're not the only person that'll hit that kind of perceived speed decrease. Perhaps a comment in the d

5 stable & 6 stable stops with error

2007-04-12 Thread Jon
Intel P III 933, 1/2 gig ram, plain old P3 box Ok, installed 5.5 release. setup X & gnome cvsuped the 5 stable branch Ran make buildworld && make buildkernel && make installkernel && reboot ran mergemaster -p in the /usr/src/ dir then after i run make installworld I get the below error same thi

Re: 6.2 loader hangs on Supermicro P8SCT

2007-04-12 Thread Daniel O'Connor
On Friday 13 April 2007 12:37, Daniel O'Connor wrote: > Also, if I break into the loader prompt in time I can then do things as > normal.. very odd! > > Does anyone know of a proper fix for it? This work around is very kludgy :( I think this is the same as http://www.freebsd.org/cgi/query-pr.cgi?p

Re: make: parallel jobs broken when using -f -

2007-04-12 Thread Ruslan Ermilov
Hi Ulrich, On Thu, Apr 12, 2007 at 11:24:04PM +0200, Ulrich Spoerlein wrote: > there is an annoying bug in 6-STABLE make(1), where -f - seems to > serialize the target making. > > Consider the following Makefile > > all: a b c d > > a b c d: > @echo Makeing ${.TARGET} > @sleep 4

ISCSI target on FreeBSD

2007-04-12 Thread Dot Yet
Hi Everyone, I am very new to FreeBSD and am willing to explore it. One thing which is causing a little-bit hitch is the availability of ISCSI target services on FreeBSD. I currently use Openfiler for providing iscsi targets to Solaris based initiators, but i want to move out from it and come ont

Re: 6.2 loader hangs on Supermicro P8SCT

2007-04-12 Thread Daniel O'Connor
On Friday 13 April 2007 14:50, patrick wrote: > I had the same symptones with a Supermicro 5014C-T (has P8SCi board) > > I 'fixed' this by adding autoboot_delay="-1" in /boot/loader.conf. > > since then it boots normaly Unfortunately that makes it impossible to interrupt the loader to go into sin

Re: ISCSI target on FreeBSD

2007-04-12 Thread Dmitriy Kirhlarov
On Fri, Apr 13, 2007 at 12:10:16AM -0400, Dot Yet wrote: > I am very new to FreeBSD and am willing to explore it. One thing which > is causing a little-bit hitch is the availability of ISCSI target > services on FreeBSD. I currently use Openfiler for providing iscsi > targets to Solaris based init

Re: buildworld fail?

2007-04-12 Thread Krassimir Slavchev
Ruslan Ermilov wrote: On Thu, Apr 12, 2007 at 09:47:23AM +0300, Krassimir Slavchev wrote: ===> usr.sbin/bsnmpd/modules/snmp_bridge (depend) cat /usr/src/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def | gensnmptree -p bridge_ line 31: '(' expected at begin of node context: " TruthValue