From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 3 00:36:55 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF78A16A421 for ; Sun, 3 Jul 2005 00:36:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AF243E58 for ; Sun, 3 Jul 2005 00:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j630KIIB013959 for ; Sun, 3 Jul 2005 00:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j630KHil013958; Sun, 3 Jul 2005 00:20:17 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 00:20:17 GMT Message-Id: <200507030020.j630KHil013958@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthias Andree Cc: 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.5 Precedence: list Reply-To: Matthias Andree List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 00:36:56 -0000 The following reply was made to PR kern/71424; it has been noted by GNATS. From: Matthias Andree To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Matthias Andree Subject: Re: kern/71424: user-ppp broken again - maybe xl(4) or ng_* bug? Date: Tue, 7 Sep 2004 05:30:27 +0200 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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"