From owner-freebsd-questions@FreeBSD.ORG Fri Jun 3 01:49:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6872216A41C for ; Fri, 3 Jun 2005 01:49:25 +0000 (GMT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83BE43D53 for ; Fri, 3 Jun 2005 01:49:24 +0000 (GMT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from gabby.gsicomp.on.ca (matt@localhost.gsicomp.on.ca [127.0.0.1]) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9) with ESMTP id j531r8xa024421; Thu, 2 Jun 2005 21:53:08 -0400 (EDT) (envelope-from matt@gabby.gsicomp.on.ca) Received: from localhost (matt@localhost) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9/Submit) with ESMTP id j531r2rh024418; Thu, 2 Jun 2005 21:53:06 -0400 (EDT) (envelope-from matt@gabby.gsicomp.on.ca) Date: Thu, 2 Jun 2005 21:53:01 -0400 (EDT) From: Matthew Emmerton To: James In-Reply-To: <200506021713.18375.james@idea-anvil.net> Message-ID: <20050602215205.T24382@gabby.gsicomp.on.ca> References: <200506020447.35717.james@idea-anvil.net> <200506020458.28185.james@idea-anvil.net> <200506021713.18375.james@idea-anvil.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: ppp filling /var X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 01:49:25 -0000 On Thu, 2 Jun 2005, James wrote: > On Thursday 02 June 2005 07:30 am, Dmitry Mityugov wrote: >> On 6/2/05, James wrote: >>> Forgot to include this: >>> >>> FreeBSD 4.11-RELEASE-p2 #3 >>> >>> # cat ppp.conf: >>> >>> default: >>> set device PPPoE:ed0 >>> set speed sync >>> set mru 1492 >>> set mtu 1492 >>> set ctsrts on >>> #enable dns >>> enable lqr >>> set log phase tun >>> add default HISADDR >>> dsl: >>> set authname **************** >>> set authkey ****************** >>> >>> >>> # cat ppp.linkup >>> MYADDR: >>> !bg /sbin/natd -f /etc/natd.conf >>> >>> #cat natd.conf >>> interface tun0 >>> log yes ^^ - do you need this? Try using "log no" and see if your /var space issues go away. -- Matt Emmerton