Date: Wed, 19 Aug 1998 16:00:23 -0400 From: Nathan Dorfman <nathan@fcc.net> To: Thede Loder <tlod@leverage.com> Subject: Re: proc disappeared, w, uptime, who malfunctioning Message-ID: <19980819160023.B5565@fcc.net> In-Reply-To: <Pine.GSO.3.96.980819100015.7133D-200000@proton.leverage.com>; from Thede Loder on Wed, Aug 19, 1998 at 10:13:03AM -0700 References: <Pine.GSO.3.96.980819100015.7133D-200000@proton.leverage.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 19, 1998 at 10:13:03AM -0700, Thede Loder wrote: > > I'm running FreeBSD 2.2.7-RELEASE with a custom (but not very custom) > recompiled kernel, on a 233 Pentium II (Dell XPS). The machine has > been up for about 13 days. > > This morning odd things are happening. > > /proc empty when I ls -R it. Just an empty directory. Is it mounted? Type /sbin/mount, you should see a line like: procfs on /proc (local) If not, then that's the problem. mount -t procfs procfs /proc, and everything should be well again. > Thede > -- > tlod@leverage.com -- Nathan Dorfman | Frontline Communications Corporation nathan@fcc.net | Pearl River, NY - 914-623-8559 -- linux/exit.h: -+---------------------------------------- #define exit(X); (X == 0 ? raise(SIGSEGV); : system("yes > /proc/self/mem");) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980819160023.B5565>