From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 13 23:26:42 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A77C16A4CE for ; Sun, 13 Mar 2005 23:26:42 +0000 (GMT) Received: from MyBox.BoxChat.net (boxchat.net [70.182.152.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D581343D46 for ; Sun, 13 Mar 2005 23:26:39 +0000 (GMT) (envelope-from junk@boxchat.net) Received: from [192.168.1.120] (MyBox.BoxChat.net [192.168.1.120]) by MyBox.BoxChat.net (8.13.1/8.12.11) with ESMTP id j2DNQkCq002245; Sun, 13 Mar 2005 17:26:46 -0600 Message-ID: <4234CC36.1080908@boxchat.net> Date: Sun, 13 Mar 2005 17:26:46 -0600 From: junk User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pieter de Boer References: <42349621.2060409@boxchat.net> <20050313144036.R85674@eleanor.us1.wmi.uvac.net> <4234A7EC.80006@boxchat.net> <4234A911.2070601@boxchat.net> <4234C324.4000302@thedarkside.nl> In-Reply-To: <4234C324.4000302@thedarkside.nl> X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: cron limit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 23:26:42 -0000 Pieter de Boer wrote: > >> The script thats being ran by cron does a 'ps x |grep test.pl'. and >> prases the output from test.pl, but since cron is limiting the char >> length, its not parsing the output right. > > ps -xw ? > Yeah. That was the problem.