From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 22:48:25 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 115C616A41F; Fri, 14 Oct 2005 22:48:25 +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 A9C3343D46; Fri, 14 Oct 2005 22:48:24 +0000 (GMT) (envelope-from ah@crypta.net) Received: by mail.crypta.net (cryptobank/eProtect-smtpd, from userid 1001) id 4C4C5ECD43D; Sat, 15 Oct 2005 00:48:57 +0200 (CEST) Date: Sat, 15 Oct 2005 00:48:57 +0200 From: Andy Hilker To: John Baldwin Message-ID: <20051014224856.GB73118@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510141502.16653.jhb@freebsd.org> 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: Fri, 14 Oct 2005 22:48:25 -0000 Hi, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/82430 > > Why does the process name have []'s around it? Thanks for your reply. >From "man ps": If the command vector cannot be located (usually because it has not been set, as is the case of system processes and/or kernel threads) the command name is printed within square brackets. I have this behaviour with mysqld, the bug reporter with clamd. Running mysqld jailed, the process name is ok and not in brackets. bye, Andy