From owner-freebsd-questions@FreeBSD.ORG Sat Jan 23 01:40:42 2010 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 87EE31065715 for ; Sat, 23 Jan 2010 01:40:41 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0B22D8FC0A for ; Sat, 23 Jan 2010 01:40:40 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so168249fgg.13 for ; Fri, 22 Jan 2010 17:40:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=vSNoDRqkA8DqZoInPM+i5MBR8eIoNTbpaSyAElwC0QM=; b=J6jnSOodwzU4IQEKg2hzLsNccQzvNVhxoC1QnRJPqKUmSb2L5L5qbwaUY526vLSCYg fWnKPxOc/lrdvIq95zgm/YGTE+yTDJSiC2Mgbmc0WBRyzo2O0vUw76vpEdpvDyXDvZCO FgEopDb/JrY0HHd4qciGRFur+BVxiNTWM6spU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=pesN2Nwau/sBHdmfGrCIU00XEC0UWxqTY76RK/QEUqLjksLiFnVeGi8+gRwBXNYxzA gvpMavPH3De7ojrf4LyL+87qOlobx1nOLekB4QSN6ChIa6ARtFJoUxSbYLT5WCxy4qn8 LS2rrYi/YRWf4OkBJ4dksrq4SzLZMi73rpgDs= Received: by 10.87.50.38 with SMTP id c38mr4570875fgk.9.1264210839770; Fri, 22 Jan 2010 17:40:39 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l12sm9482941fgb.10.2010.01.22.17.40.38 (version=SSLv3 cipher=RC4-MD5); Fri, 22 Jan 2010 17:40:39 -0800 (PST) Date: Sat, 23 Jan 2010 01:40:37 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100123014037.3daaae97@gumby.homeunix.com> In-Reply-To: <20100122235433.GA35458@slackbox.xs4all.nl> References: <27280687.post@talk.nabble.com> <20100122235433.GA35458@slackbox.xs4all.nl> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Periodic maintenaince 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: Sat, 23 Jan 2010 01:40:42 -0000 On Sat, 23 Jan 2010 00:54:33 +0100 Roland Smith wrote: > What you could do is prepend the find(1) commands with the nice(1) > command, to give the find commands lower priority. E.g. 'find -bla' > then becomes '/usr/bin/nice -n 19 find -bla'. Unless there's something under periodic that really needs normal priority, it's easier to modify /etc/crontab so that all periodic tasks run under nice.