From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 14:46:47 2004 Return-Path: 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 60C5B16A4CE for ; Sun, 7 Nov 2004 14:46:47 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A9143D2D for ; Sun, 7 Nov 2004 14:46:46 +0000 (GMT) (envelope-from fenomenoxp2@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so114181wri for ; Sun, 07 Nov 2004 06:46:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=C0WKnn2ZqIuUEB9qHmPo1u/Cu7/2YKdi6X2vLRyCHc34hE64aIF0nbFsKPPSnLjvXDmPtphRNRIVV3klUh/Eubfvorhk33mTymswqYv1yBKsgGuFP6YTRixaDCrEGREqVdmsvSKk+x9D0Nlo8+MQU1XwtDxsPo/ZqWIsHKUtzvE= Received: by 10.54.21.71 with SMTP id 71mr140528wru; Sun, 07 Nov 2004 06:46:40 -0800 (PST) Received: by 10.54.46.50 with HTTP; Sun, 7 Nov 2004 06:46:40 -0800 (PST) Message-ID: Date: Sun, 7 Nov 2004 15:46:40 +0100 From: Emil Khatib To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: User PPP slowing down the system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emil Khatib List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 14:46:47 -0000 Hi to everybody. I have a problem with ppp. When I execute it as a normal user, the machine slows down a lot. For example, I can't execute "startx", it simply doesn't do anything. I've tried doing ps -A and it shows that "ppp -background provider" uses a lot of CPU time, even more than konqueror, for example. Then I tried using PPP interactively, and then the CPU time was reduced to normal levels, but even though I coudn't execute startx. Everything works allright when I kill ppp. Anybody knows a solution ?