From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 14 00:22:45 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 B147416A4CE for ; Mon, 14 Mar 2005 00:22:45 +0000 (GMT) Received: from MyBox.BoxChat.net (boxchat.net [70.182.152.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058E743D1D for ; Mon, 14 Mar 2005 00:22:45 +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 j2E0Mqqk003030; Sun, 13 Mar 2005 18:22:52 -0600 Message-ID: <4234D95C.1000803@boxchat.net> Date: Sun, 13 Mar 2005 18:22:52 -0600 From: junk User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: c0ldbyte References: <42349621.2060409@boxchat.net> <20050313144036.R85674@eleanor.us1.wmi.uvac.net> <4234A7EC.80006@boxchat.net> <4234A911.2070601@boxchat.net> <4234C324.4000302@thedarkside.nl> <4234CC36.1080908@boxchat.net> <20050313185830.V451@eleanor.us1.wmi.uvac.net> In-Reply-To: <20050313185830.V451@eleanor.us1.wmi.uvac.net> 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 cc: Pieter de Boer 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: Mon, 14 Mar 2005 00:22:45 -0000 c0ldbyte wrote: > On Sun, 13 Mar 2005, junk wrote: > > >> 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. > > > Yeah that would be correct but still just might want to go with a couple > more "w"'s for instance just one will still cut off to a certain point > so a (ps auxwww) will make sure it gets everything and feeds back the > proper information. Sorry I didnt remember that right away. > > Best luck & wishes: > --c0ldbyte > Thanks for all the help. It's working great. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"