From owner-freebsd-stable@FreeBSD.ORG Sun Jan 12 16:02:45 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0A1EBF0 for ; Sun, 12 Jan 2014 16:02:45 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6841CE7 for ; Sun, 12 Jan 2014 16:02:45 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 0C09BB903D for ; Sun, 12 Jan 2014 17:02:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1389542550; x= 1391356951; bh=SIM48rNA4sWsXKukqvRzq4EFRm1CYxE+znzdIWRYcHQ=; b=h JMwfeFg1afdD1fyNnPiJZXFnTn50TGCVSW5Mw6O8fbNKI6DrrwhtUZdkOokwPbjp axTwozIrGAKiq0VmrBqyaeERUvp5e2IB1vvTvp1RlTsEx8+R+7bmSL8OTYiu8t+8 x940OwbFecPiedyCiEmRoZSUQCBRuhGosWhKt1CYa4= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9dN3fR61Cpy0 for ; Sun, 12 Jan 2014 17:02:30 +0100 (CET) Received: from kaa.mimar.rs (178-221-81-237.dynamic.isp.telekom.rs [178.221.81.237]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id D3BB0B902E for ; Sun, 12 Jan 2014 17:02:29 +0100 (CET) Date: Sun, 12 Jan 2014 17:02:29 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-stable@freebsd.org Subject: mpd5 can't create mppc node Message-Id: <20140112170229.25a724ec1a5ab21d8d8448f9@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 16:02:45 -0000 Hi, I am using 9.2-STABLE r260560 amd64. I have compiled custom kernel, leaving bunch of devices I don't have on my system out. I have also set make.conf to build only ntfs and netgraph kernel modules: MODULES_OVERRIDE =3D ntfs netgraph I can not connect to my pptp server since, and the first line of output when mpd5 is started is: MppcTestCap: can't create mppc node: Exec format error Also I see the following in messages: kaa kernel: KLD ng_mppc.ko: depends on rc4 - not available or version mismatch kaa kernel: linker_load_file: Unsupported file type Any advices? --=20 Marko Cupa=C4=87