Date: Fri, 2 Jul 2004 14:15:40 +1000 From: Tim Robbins <tjr@freebsd.org> To: Xin LI <delphij@frontfree.net> Cc: freebsd-current@freebsd.org Subject: Re: ps -e not outputing environment in -CURRENT? Message-ID: <20040702041540.GA40999@cat.robbins.dropbear.id.au> In-Reply-To: <20040702035643.GA1946@frontfree.net> References: <20040702035643.GA1946@frontfree.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 02, 2004 at 11:56:43AM +0800, Xin LI wrote: > Hi folks, > > It seems that ps -e has lost its functionality or its behavior has > been changed between 4-STABLE and 5-CURRENT, or I have did something > incorrect? [...] > Is this intentional? This is documented, but not very well: The process file system (see procfs(5)) should be mounted when ps is exe- cuted, otherwise not all information will be available. As far as I'm aware, this only affects the -e option and possibly the displaying of argument lists too long to fit into the kernel's argument cache. See PR 54604 for a fix from pjd@ for ps -e that has not been committed yet. Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040702041540.GA40999>