Re: netgraph: problem in ng_base

2001-01-30 Thread Harti Brandt
On Tue, 30 Jan 2001, Julian Elischer wrote: JE>Do you use NG_SEND_DATA_ONLY() in the atm node?? Yes. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send ma

Re: netgraph: problem in ng_base

2001-01-30 Thread Julian Elischer
Harti Brandt wrote: > > Hi, > > Just a bit more information: I just tried to run my PDP-11 simulator > while having loaded ng_ether from the previous tests. The simulator uses > the if_tap interface to emulate an ethernet interface to the PDP. Suddenly > the system crashed while doing an ifconfi

Re: netgraph: problem in ng_base

2001-01-30 Thread Harti Brandt
On Tue, 30 Jan 2001, Julian Elischer wrote: JE>> NB: the ng_atm node switches the peer hook to queueing. JE> JE> JE>try turn this off.. JE>it may give us a clue.. Oh yes, now everything's ok: Jan 30 11:58:37 beagle /boot/kernel/kernel: disconnect 0xc2ccdcc0 from 0xc2c4ad00 (valid) refs=5 flag

Re: netgraph: problem in ng_base

2001-01-30 Thread Julian Elischer
Harti Brandt wrote: > > do it slowly or fast. > > NB: the ng_atm node switches the peer hook to queueing. try turn this off.. it may give us a clue.. -- __--_|\ Julian Elischer / \ [EMAIL PROTECTED] ( OZ) World tour 2000-2001 ---> X_.---._/ v To Un

Re: netgraph: problem in ng_base

2001-01-30 Thread Harti Brandt
Hi, Just a bit more information: I just tried to run my PDP-11 simulator while having loaded ng_ether from the previous tests. The simulator uses the if_tap interface to emulate an ethernet interface to the PDP. Suddenly the system crashed while doing an ifconfig. The crash occured in ng_ether_o

Re: netgraph: problem in ng_base

2001-01-30 Thread Harti Brandt
On Tue, 30 Jan 2001, Julian Elischer wrote: JE>using ngctl and 'hole' nodes in this configuration I cannot make this happen. I tried the following two things: - 500 [root] (beagle) /tmp # ngctl + mkpeer sscfu mine upper + name mine sscf + mkp

Re: netgraph: problem in ng_base

2001-01-30 Thread Julian Elischer
Julian Elischer wrote: > > Firstly, thanks for the report. > And thanks for spending the time to look into it. >[...] > > it seems like there is a problem with node reference counts. I have a > > test program, that instantiates a chain of nodes like this: > > > > ng_atm ---> ng_sscop

Re: netgraph: problem in ng_base

2001-01-30 Thread Harti Brandt
On Mon, 29 Jan 2001, Julian Elischer wrote: JE>Can you tell me wheher this is a very new -current, or an earlier one.. JE>(i.e. did I f*ck up in my latest changes, or might I already have fixed this :-) JE> JE>what version number of ng_base.c is this? (I just recently made some JE>changes to the

Re: netgraph: problem in ng_base

2001-01-29 Thread Julian Elischer
Firstly, thanks for the report. And thanks for spending the time to look into it. Can you tell me wheher this is a very new -current, or an earlier one.. (i.e. did I f*ck up in my latest changes, or might I already have fixed this :-) what version number of ng_base.c is this? (I just recently ma

netgraph: problem in ng_base

2001-01-29 Thread Harti Brandt
Hello, it seems like there is a problem with node reference counts. I have a test program, that instantiates a chain of nodes like this: ng_atm ---> ng_sscop --> ng_sscf -> ng_socket | ^