Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 08:41:33 -0700
From:      Vizion <vizion@vizion.occoxmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: procfs in 5.4
Message-ID:  <200505220841.33483.vizion@vizion.occoxmail.com>
In-Reply-To: <1116737790.700.2.camel@localhost>
References:  <1116737790.700.2.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 21 May 2005 21:56,  the author Chris Radlinski contributed to the 
dialogue on procfs in 5.4:
& I'm running 5.4 Release.  Whenever I run 'ps -ef' I get this message:
&
& ps: Process environment requires procfs(5)
&
& My kernel config contains these two lines:
&
& options         PROCFS                  # Process filesystem (requires
& PSEUDOFS)
& options         PSEUDOFS                # Pseudo-filesystem framework
&
& I should have procfs.  However, my /proc directory is empty.
&
& What gives?

 This can be accomplished
by adding the following line to your /etc/fstab file:

 linprocfs   /compat/linux/proc   linprocfs   rw   0  0

and then, as root, executing the commands:

kldload linprocfs
mount /compat/linux/proc


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505220841.33483.vizion>