From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 18:42:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6592106564A for ; Thu, 18 Dec 2008 18:42:00 +0000 (UTC) (envelope-from tankko@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id A1C428FC1E for ; Thu, 18 Dec 2008 18:42:00 +0000 (UTC) (envelope-from tankko@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so748054ywe.13 for ; Thu, 18 Dec 2008 10:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tZFHnnIfzr+kiwzC7GMCVKeBpbFjmFdq55kKDswVg7I=; b=ZlLMw0T1UCe+Mu9e3MLSQD4Kti4t86/R8MRMeOmOffyQmROFawHr0iRR5b6dPIXknp 4/u47Jl3/n+APpkmQpzpbRoI6bqBdYqDSya/yhJveU8epqfxu5Rpq6hhZ3jMJTS6hLKS RPKRCMVoxIBF1NGpZufbly71xFSj2a2i0fTMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=l4lEydFzC4kB/Fxg4UmsDskPLS7iq1H3T5bNsCMbP9AHqBiu36QKGnPQQiQRhuFZRZ CoS0hKb2OLH9Q+dby1LZUYeX9/4IHlEdytj3z/SFUDeinoPuX1pq7uRZaU04hpLyIGzw ZYppDQD576PXm/p+qFIKwkf3HWDEHEjTi2mOk= Received: by 10.142.177.7 with SMTP id z7mr920733wfe.281.1229625718953; Thu, 18 Dec 2008 10:41:58 -0800 (PST) Received: by 10.142.133.13 with HTTP; Thu, 18 Dec 2008 10:41:58 -0800 (PST) Message-ID: <7fec743f0812181041r50c147eoa77411ff497f635f@mail.gmail.com> Date: Thu, 18 Dec 2008 10:41:58 -0800 From: Tankko To: "Daniel Bye" , freebsd-questions@freebsd.org In-Reply-To: <20081218183015.GH5150@torus.slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7fec743f0812180854o2e66bee2m8369eba789290758@mail.gmail.com> <20081218183015.GH5150@torus.slightlystrange.org> Cc: Subject: Re: /tmp running out of inodes 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: Thu, 18 Dec 2008 18:42:01 -0000 > As Kirk has already said, you need to figure why this is happening in > the first place, but there is a periodic job which can help keep /tmp > tidy for you. It is in /etc/periodic/daily/110.clean-tmps and can be > enabled with this in /etc/periodic.conf: > > daily_clean_tmps_enable="YES" > > You can tailor its behaviour depending on your needs - look for the > relevant knobs in /etc/defaults/periodic.conf > Thank you for all your help. I now understand what is going wrong. Thanks again! Tankko