From owner-freebsd-current Mon Mar 17 16:43:50 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CACE37B401 for ; Mon, 17 Mar 2003 16:43:49 -0800 (PST) Received: from smtp.us2.messagingengine.com (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FA943F3F for ; Mon, 17 Mar 2003 16:43:48 -0800 (PST) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by fastmail.fm (Postfix) with ESMTP id ED1D81E308; Mon, 17 Mar 2003 19:43:44 -0500 (EST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Mon, 17 Mar 2003 19:43:44 -0500 Received: by www.fastmail.fm (Postfix, from userid 99) id 565162C5D2; Mon, 17 Mar 2003 19:43:44 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: current@FreeBSD.ORG Date: Mon, 17 Mar 2003 18:43:44 -0600 X-Epoch: 1047948224 X-Sasl-enc: xXS4Ie4FTxke1PSy8to2SQ Subject: pptp mpd under 5.0 Message-Id: <20030318004344.565162C5D2@www.fastmail.fm> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Im trying to run pptp under 5.0 -current. (first time with mpd so probably some config issue) I get these errors: mpd: pid 1102, version 3.13 (root@pasodoble.chessclub.com 09:35 17-Mar-2003) [pptp0] can't create socket node: No such file or directory mpd: local IP address for PPTP is 10.23.0.3 [pptp0] using interface [pptp1] can't create socket node: No such file or directory [pptp1] using interface I tried running mpd under truss to see what its trying to access... im guessing its missing a tun0 or ng0 or some such from /dev, whats the replacement for MAKDEV to mkae them? ... and I cant seem to get truss to run at all on any program... bash-2.05b# truss mpd truss: cannot open /proc/curproc/mem: No such file or directory truss: cannot open /proc/1107/mem: No such file or directory bash-2.05b# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message