From owner-freebsd-current@FreeBSD.ORG Sat Oct 15 10:06:34 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CADC16A41F; Sat, 15 Oct 2005 10:06:34 +0000 (GMT) (envelope-from ah@crypta.net) Received: from mail.crypta.net (mail.crypta.net [83.136.131.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B79043D45; Sat, 15 Oct 2005 10:06:33 +0000 (GMT) (envelope-from ah@crypta.net) Received: by mail.crypta.net (cryptobank/eProtect-smtpd, from userid 1001) id C54D6ECD481; Sat, 15 Oct 2005 12:07:03 +0200 (CEST) Date: Sat, 15 Oct 2005 12:07:03 +0200 From: Andy Hilker To: Brian Candler Message-ID: <20051015100702.GA16495@mail.crypta.net> References: <434BCDF6.3090303@samsco.org> <1129201350.13257.9.camel@myfreebsd.homeunix.org> <20051013155511.GA1748@mail.crypta.net> <200510141502.16653.jhb@freebsd.org> <20051015083348.GA23073@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051015083348.GA23073@uk.tiscali.com> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0xEC6E1071 X-PGP-Fingerprint: 9B2E 5892 AD93 D5C5 FB8E 3912 35D6 951B EC6E 1071 Organization: cryptobank - Andy Hilker Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 6.0-RC1 available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 10:06:34 -0000 You (Brian Candler) wrote: [...] > If the total length of the command line (argv strings) is longer than > kern.ps_arg_cache_limit, which defaults to 256, then this is what you'll > see. `ps` shows just the command name in [] and no arguments. I've noticed > this with courier-imap, for example, which has a very long command line. > > So I've done > > sysctl kern.ps_arg_cache_limit=512 Yes, this works. Thanks. bye, Andy