From owner-freebsd-current Thu May 3 5:35:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id A6BD337B423; Thu, 3 May 2001 05:35:34 -0700 (PDT) (envelope-from netchild@leidinger.net) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout1.freenet.de with esmtp (Exim 3.22 #1) id 14vIKT-00047e-00; Thu, 03 May 2001 14:35:33 +0200 Received: from b8170.pppool.de ([213.7.129.112] helo=Magelan.Leidinger.net) by mx3.freenet.de with esmtp (Exim 3.22 #1) id 14vIKK-0002Au-00; Thu, 03 May 2001 14:35:33 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.3/8.11.3) with ESMTP id f43BdrK02953; Thu, 3 May 2001 13:39:54 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200105031139.f43BdrK02953@Magelan.Leidinger.net> Date: Thu, 3 May 2001 13:39:50 +0200 (CEST) From: Alexander Leidinger Subject: Re: isdn stops working when load increases To: schweikh@schweikhardt.net Cc: freebsd-current@FreeBSD.ORG, hm@FreeBSD.ORG, ru@FreeBSD.org In-Reply-To: <20010502210326.F1280@schweikhardt.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2 Mai, Jens Schweikhardt wrote: [Ruslan: I CCed you because of the second part of the mail] > I've seen some recent mails related to rtprio oddity which seemed > to also affect the isdnd. My -current is cvsupped May 1st (and Yes, it didn't started with the broken version of rtprio (I had to remove the rtprio keyword). > survived; I've still got a fully populated root fs :-) I got a kernel panic with no coredump, I hope the npx commit fixed this, will test later. > However, as soon as I do a find / or buildworld or some other > commands increasing the load significantly (about 1 or more), > isdnd seems to take a nap. No more packets transmitted. If I > suspend the running programs, isdnd awakes and continues. > Is anybody else observing the same behavior? Not with my Apr 29 kernel (no rtprio keyword in isdnd.rc), at least I didn't noticed it. BTW: What about dial-on-demand? I need this patch from Ruslan (attention, will not apply because of tab->space conversation by cut&paste!) ---snip--- Index: raw_ip.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/raw_ip.c,v retrieving revision 1.75 diff -u -p -r1.75 raw_ip.c --- raw_ip.c 2001/03/16 20:00:53 1.75 +++ raw_ip.c 2001/03/30 14:09:20 @@ -398,7 +398,9 @@ rip_ctlinput(cmd, sa, vip) * thing to do, but at least if we are running * a routing process they will come back. */ +#if 0 in_ifadown(&ia->ia_ifa); +#endif break; } } ---snip--- to get a working dial-on-demand (the defaultroute vanishes after the first "ifconfig down", but stays after readding the defaultroute). Bye, Alexander. -- 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message