how to write the dynamic kernel modules [Re: Regarding FreeBSd]

2004-06-16 Thread Wolfram Schneider
On 2004-06-16 11:35:33 +0530, ravi wrote: > Hi, > > I wanted to know how to write the dynamic kernel modules in FreeBSD. > Please send me the relevant information. > > Regards, > N Ravi Hi Ravi, I forwarded your mail to the FreeBSD mailing list [EMAIL PROTECTED] You should read the FreeBSD Arc

4.10-RELEASE and -STABLE crashing regularly under load

2004-06-16 Thread Tamas TEVESZ
hi folks, [i've posted the following message to -bugs@ a short while ago, but then was directed here by a friend freebsder. while reposting, i also corrected some minor facts i missed in the previous post] i have a dell poweredge 2600 (4G ram, 2x2.8ghz xeon cpus, some disk, full dmesg below), ru

Re: Bridging Code - MAC Filtering

2004-06-16 Thread Jeremie Le Hen
> Does the bridging code in FreeBSD 5.2-RELEASE have the hability > to perform mac checking for a given IP? Since you can filter bridged packets using ipfw(8) and the latter is able to match against MAC address, I would say yes. Nevertheless, it may not be suitable enough for your needs, bec

Re: 4.10-RELEASE and -STABLE crashing regularly under load

2004-06-16 Thread Freebsd
I believe Brian's right. The last time this issue came up, I think it was HTT that was causing the issues. Disable it in the bios, and that -should- fix the problems. On Tue, 2004-06-15 at 16:38, Brian Feldman wrote: > Isn't this the board that apparently can't do HTT without crashing? > Try di

My first DNS server

2004-06-16 Thread Joshua Lewis
I am setting up BIND9 (My first Unix DNS server) and was setting up the forwarders section of the namedb.conf. I was wondering if I should leave the default 127.0.0.1 in the list or if I should remove it. I am assuming I should remove it as if it needs to forward a request then it obviously doesn't

libpthread problem

2004-06-16 Thread Liam Foy
Hey guys, I seen to get this error on certain applications, such as xmms and beep-media-player: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Segmentation fault (core dumped) I am running: FreeBSD Anarion 5.2-CURRE

Re: memory mapped packet capturing - bpf replacement ?

2004-06-16 Thread Sergey Lyubka
> Does the ng_hub cause the packet to be copied? If so you've > still got the same number of copies as vanilla BPF. ng_hub does copy a packets. But, this does not explain the test results. the benchmark works like this: 1. connect ng_mmq node to ng_hub 2. run benchmark for mmq 3. open pcap devi

Re: FreeBSD or other BSD for no-MMU ARM processor ?

2004-06-16 Thread Wes Peters
On Tuesday 15 June 2004 11:50, Gary Corcoran wrote: > Wes Peters wrote: > > On Monday 14 June 2004 12:32 pm, Gary Corcoran wrote: > >>Does anyone know if there is a port of FreeBSD, or any of the > >>other BSDs (e.g. NetBSD) for that matter, which will run on an > >>ARM processor which does NOT hav

Re: freebsd asm

2004-06-16 Thread Wes Peters
On Monday 14 June 2004 07:04, Peter Pentchev wrote: > On Mon, Jun 14, 2004 at 01:59:11PM +0200, Jos? Nicol?s Castellano wrote: > > Hello to all, > > > > I'm proud to join this mailing, having posibilities to learn some new > > features of freebsd system. > > > > I have to mention i did some tests i

Re: freebsd asm

2004-06-16 Thread Peter Pentchev
On Wed, Jun 16, 2004 at 09:01:02AM -0700, Wes Peters wrote: > On Monday 14 June 2004 07:04, Peter Pentchev wrote: > > On Mon, Jun 14, 2004 at 01:59:11PM +0200, Jos? Nicol?s Castellano wrote: > > > Hello to all, > > > > > > I'm proud to join this mailing, having posibilities to learn some new > > >

Re: libpthread problem

2004-06-16 Thread Dan Nelson
In the last episode (Jun 16), Liam Foy said: > Hey guys, I seen to get this error on certain applications, such as > xmms and beep-media-player: > > Fatal error 'Spinlock called when not threaded.' at line 83 in file > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) > Segmentation fault

Re: libpthread problem

2004-06-16 Thread Liam Foy
On Wed, 16 Jun 2004 11:13:39 -0500 Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Jun 16), Liam Foy said: > > Hey guys, I seen to get this error on certain applications, such as > > xmms and beep-media-player: > > > > Fatal error 'Spinlock called when not threaded.' at line 83 in fi

Re: libpthread problem

2004-06-16 Thread Dan Nelson
In the last episode (Jun 16), Liam Foy said: > On Wed, 16 Jun 2004 11:13:39 -0500 > Dan Nelson <[EMAIL PROTECTED]> wrote: > > In the last episode (Jun 16), Liam Foy said: > > > Hey guys, I seen to get this error on certain applications, such as > > > xmms and beep-media-player: > > > > > > Fatal e

Re: 4.10-RELEASE and -STABLE crashing regularly under load

2004-06-16 Thread Andrew Kinney
On 16 Jun 2004 at 0:52, Tamas TEVESZ wrote: > On Tue, 15 Jun 2004, Andrew Kinney wrote: > > > There's your problem. va=0 usually happens when your run out of > KVA > and pmap functions choke (trap 12 panic) when they see va=0 or > > numbers derived from that variable. It's not nice, but it's

Re: My first DNS server

2004-06-16 Thread Daniel O'Connor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 16 Jun 2004 12:22, Joshua Lewis wrote: > I am setting up BIND9 (My first Unix DNS server) and was setting up the > forwarders section of the namedb.conf. I was wondering if I should leave > the default 127.0.0.1 in the list or if I should remov