On Tue, 16 Apr 2002, Maksim Yevmenkin wrote:
>
> initially all nodes were WRITERs to "release the stack", but then i
> changed my strategy and now i'm serializing data at the edge of graph.
> for example both "bt3c" and "h4" nodes will NG_HOOK_FORCE_WRITER on
> upstream hook. also i probably
Julian,
thanks for the comments, as always i found them very useful :)
i have combined both e-mail into one and included my answers
inline.
> ng_btsocket.c: unmodified: line 674
> sbappendrecord(&pcb->so->so_snd, m);
> m = m_dup(m, M_TRYWAIT);
> if (m == NULL) {
>
On 15 Apr 2002 02:04:42 +0200
"Arno J. Klaassen" <[EMAIL PROTECTED]> wrote:
> art form the classical
> world-cycle on *part* of my boxes, but the problem exists on *all*
> boxes.
> This might be a firewall-issue of the university, but then, even
> "ntpdate -v box-next-to-me" gives the sames behav
On Mon, Apr 15, 2002 at 11:07:53AM +0900, Keiichi SHIMA / ?$BEg7D0l?(B wrote:
> Does anyone know where is the document for configuring IPv6 on
> FreeBSD, if any? The NetBSD web page has a really cool manual
> (http://www.netbsd.org/Documentation/network/ipv6/) for IPv6 people
> using NetBSD. I'm
I'm sorry I have not tried it for some time (a couple of months)
I do not know what has been broken.
I will try look tomorrow.
It only uses mutex in a few places so I will hopefully find what has
changed..
Can you give more information (e.g. stack trace?)
On Tue, 16 Apr 2002, Roman Kurakin wrot
Hi,
I am workin with 5.Current branch and I have some problems while
unloading
my driver or better to say after it done all unload stuff. If I comment
kernel options
that allow better debuging of MUTEX (WITNESS*) all works, but if I turn
them on
I will get kernel fault. (sppp + witness als