From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 7 03:30:31 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A0616A4D1; Tue, 7 Sep 2004 03:30:31 +0000 (GMT) Received: from mail.dt.e-technik.uni-dortmund.de (krusty.dt.e-technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948B043D5D; Tue, 7 Sep 2004 03:30:30 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: from localhost (localhost [127.0.0.1])B15693C659; Tue, 7 Sep 2004 05:30:29 +0200 (CEST) Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19265-04; Tue, 7 Sep 2004 05:30:28 +0200 (CEST) Received: from m2a2.dyndns.org (p5487C2A9.dip.t-dialin.net [84.135.194.169]) 3E92B3C655; Tue, 7 Sep 2004 05:30:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 7D056C7869; Tue, 7 Sep 2004 05:30:27 +0200 (CEST) Received: from merlin.emma.line.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09264-01-3; Tue, 7 Sep 2004 05:30:27 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 22A27C7868; Tue, 7 Sep 2004 05:30:27 +0200 (CEST) Date: Tue, 7 Sep 2004 05:30:27 +0200 From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20040907033027.GA6111@merlin.emma.line.org> References: <20040906105537.5EBD41B215@merlin.emma.line.org> <200409061100.i86B0mI3093298@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409061100.i86B0mI3093298@freefall.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de cc: Matthias Andree cc: Gleb Smirnoff Subject: Re: kern/71424: user-ppp broken again - maybe xl(4) or ng_* bug? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 03:30:31 -0000 OK, this is a consequential error, the dependency information in the baseline code is incomplete so that netgraph users don't get recompiled or relinked. This /usr/src/UPDATING entry is incomplete, it should list the full source path to enter for "make clean all install" and all affected utilities and should drop the word "slightly": 20040826: Netgraph changed its message format slightly to align the data portion well on 64 bit machines. Netgraph using utilities (e.g. ngctl, nghook, ppp, mpd, pppoed, bluetooth, ATM) should be recompiled when a new kernel is installed. After manually fixing this up, user-mode ppp works for me with the limitation shown in kern/69133, which persists. Please add proper dependency information to the base system so that ngctl, nghook et al. are automatically recompiled after the message format change. Thank you.