From owner-freebsd-questions Mon Jul 8 7:47: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8248A37B401 for ; Mon, 8 Jul 2002 07:46:54 -0700 (PDT) Received: from setcom.de (www.setcom.de [213.155.75.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AB243E42 for ; Mon, 8 Jul 2002 07:46:53 -0700 (PDT) (envelope-from js@setcom.de) Received: from mistered ([192.168.0.30]) by setcom.de (8.12.5/8.12.5) with SMTP id g68Ekpbj004537 for ; Mon, 8 Jul 2002 16:46:51 +0200 (CEST) (envelope-from js@setcom.de) From: "Jonas Sonntag" To: Subject: mpd as a vpn server - mpd caught fatal signal segv Date: Mon, 8 Jul 2002 16:47:34 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi list i hope someone can help me out with this one: i had mpd running as a vpn server for windows 2000 clients, now that i have made world to 4.6-stable and reinstalled mpd, it won't start up any more. i have also changed the mpd.conf file many times now, i won't get it back running. :( by now, i have all but NETGRAPH_MPPC_COMPRESSION options compiled into the kernel. this is what i get: mpd: pid 243, version 3.8 (root@tesla.setcom.de 15:52 8-Jul-2002) [pptp0] ppp node is "mpd243-pptp0" mpd: caught fatal signal segv mpd: fatal error, exiting mpd: process 243 terminated from now on, there is a ng0 device existing in the output of ifconfig: ng0: flags=8890 mtu 1500 when i try to start mpd again i get the following output: mpd: pid 570, version 3.8 (root@tesla.setcom.de 15:52 8-Jul-2002) [pptp0] ppp node is "mpd570-pptp0" [pptp0] can't connect iface and inet: File exists [pptp0] netgraph initialization failed mpd: no bundles defined last message repeated 18 times [pptp1] ppp node is "mpd570-pptp2" mpd: caught fatal signal segv mpd: fatal error, exiting mpd: process 570 terminated ifconfig now shows: ng0: flags=8890 mtu 1500 ng1: flags=8890 mtu 1500 now, this is really annoying: everytime i start it, there is one more ng device and they won't go away until i reboot the machine. hopefully someone can help me with this, here is my current mpd.conf and mpd.links: mpd.conf (there are actually 3 more pptpX's): default: load pptp0 load pptp1 pptp0: new -i ng0 pptp0 pptp0 set ipcp ranges 192.168.1.254/32 192.168.6.1/32 load client_standard pptp1: new -i ng1 pptp1 pptp1 set ipcp ranges 192.168.1.254/32 192.168.6.2/32 load client_standard client_standard: set iface disable on-demand set iface enable proxy-arp set iface idle 1800 set bundle disable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 60 180 set ipcp yes vjcomp set ipcp dns 192.168.1.245 set ipcp nbns 192.168.1.245 set bundle enable compression set ccp yes mppc set ccp no mpp-e40 set ccp yes mpp-e128 set ccp yes mpp-stateless set bundle yes crypt-reqd mpd.links: pptp0: load client_standard pptp1: load client_standard client_standard: set link type pptp set pptp self setcom.de set pptp enable incoming set pptp disable originate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message