[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: df: module not found



On Wed, Mar 31, 1999 at 02:38:59PM -0500, Stephen A. Derdau wrote:
> This all started when the system crashed. 
> Now I can't get a login prompt.
> However, I can telnet etc to the server just can't
> log into the console.
> 
> when I run df I get the follwing errors :
> 
>  df
> Filesystem         1024-blocks  Used Available Capacity Mounted on
> df: module: No such file or directory
> df: kerneld,: No such file or directory
> df: filesystems.: No such file or directory
> df: clean,: No such file or directory
> df: clean,: No such file or directory
> df: clean,: No such file or directory

I love these obsfucated error messages.  Apparently the df command is a simple
wrapper which either reads a file in /proc or runs a much more rudimentary
kernel probe type app and then reformats that input for human consumption.
(Actually, it looks like a two step process.  It first probes the kernel for a
list of mounted filesystem and then pipes that result into a routine which
probes each filesystem for usage info.)  Apparently the underlying process is
causing kernel warnings about unclean ext2 filesystems and df isn't quick
enough on the uptake to know that it's helper app crapped out.

Only on unix...

-- 
Steve Borho <sborho ststech com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]