From owner-freebsd-net Tue Nov 5 13:15:49 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A1D37B404 for ; Tue, 5 Nov 2002 13:15:48 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E450343E3B for ; Tue, 5 Nov 2002 13:15:46 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id NAA36598; Tue, 5 Nov 2002 13:09:09 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gA5L8kZE039834; Tue, 5 Nov 2002 13:08:46 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gA5L8iCg039833; Tue, 5 Nov 2002 13:08:44 -0800 (PST) From: Archie Cobbs Message-Id: <200211052108.gA5L8iCg039833@arch20m.dellroad.org> Subject: Re: SUMMARY: Win XP with mpd In-Reply-To: <006701c284c3$723832d0$02010101@wall> "from Dmitry A. Bondareff at Nov 5, 2002 05:04:02 pm" To: "Dmitry A. Bondareff" Date: Tue, 5 Nov 2002 13:08:44 -0800 (PST) Cc: Johan Larsson , freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dmitry A. Bondareff writes: > Nov 5 14:30:46 wall mpd: [pptp0] exec: 1400 ng0 inet 1.1.1.1 10.0.2.2 user > Nov 5 14:30:46 wall mpd: [pptp0] exec: command returned 32512 This is a (harmless) bug in mpd 3.10, fixed by the patch below. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com Index: iface.c =================================================================== RCS file: /home/cvs/archie/mpd/src/iface.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- iface.c 23 Oct 2002 21:15:47 -0000 1.6 +++ iface.c 5 Nov 2002 16:49:42 -0000 1.7 @@ -791,6 +791,7 @@ } iface->max_mtu = max_mtu; } + break; case SET_UP_SCRIPT: switch (ac) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message