From owner-freebsd-stable@FreeBSD.ORG Tue Nov 15 07:33:01 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC92316A41F for ; Tue, 15 Nov 2005 07:33:01 +0000 (GMT) (envelope-from anatoli@minitelecom.org) Received: from minitelecom.org (gw.minitelecom.org [212.50.1.138]) by mx1.FreeBSD.org (Postfix) with SMTP id CFF2443D53 for ; Tue, 15 Nov 2005 07:33:00 +0000 (GMT) (envelope-from anatoli@minitelecom.org) Received: (qmail 1967 invoked from network); 15 Nov 2005 07:32:58 -0000 Received: from unknown (HELO toli) (192.168.70.77) by minitelecom.org with SMTP; 15 Nov 2005 07:32:58 -0000 From: Anatoli Marinov Organization: TelecomOne To: stable@freebsd.org Date: Tue, 15 Nov 2005 09:38:16 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511150938.16874.anatoli@minitelecom.org> Cc: Subject: kernel land ppp makes mage fault X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 07:33:01 -0000 Hi, I try to use pptp (pptpclient) and ppp connection to my ISP with FreeBSD 6-STABLE. If I compile pptp from ports after installation it works in user land and consume 50-60% from my CPU time (for 200 KB/sec). Before 6-STABLE with 6-TESTx and RCx my pptp, compiled to use kernel level ppp works great, but with 6-STABLE after 5 to 10 minutes I have page fault and reboot. pptpclient from ports by default compiles to work with user land ppp but with simple changes in Makefile I compile it to work with kernel level ppp. Would you help me how can I use pptp with kernel level ppp and FreeBSD 6-STABLE?