Re: IMPORTANT: SysVinit & umounting

Olaf Titz (olaf@bigred.inka.de)
Wed, 16 Sep 1998 21:29:29 +0200


> above. On closer investigation discovered that SysVinit's init was not a
> static binary, but was a dynamic binary. Recompiling this as a static (add
> -static to the STATIC macro in the Makefile) fixed this problem, now get
> perfect umounts every time I initiate the shutdown phase.

ldd /sbin/init (the old one)

Does it by any accident reference a library which is not on the root FS?
(E.g. is there /usr/lib/libc.so.5*, or got ld.so.conf messed up?)
I've had this bite me once. Removing the library at fault
(/opt/jdk1.1.5/.../libc.so.5... (!)) and ldconfig cured it, but don't
ask me how I found the problem :-/

olaf

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/