On Tue, Feb 15, 2005 at 11:04:59PM +0800, [EMAIL PROTECTED] wrote: >>> - The check for /proc/modules does not seem to have went in (see >>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292762). >> I though I checks this? >> >> Or have you changed the bug id? > I've read the bug report you refer to but if I'm to get it right you need > to provide a patch.
http://home.samfundet.no/~sesse/052_292762_dont_lsmod_on_monolithic_kernels -- as you can see, it checks that /proc/modules exists (which it only does on kernels with module support) before calling lsmod. Of course, if /proc isn't mounted, this breaks, but if /proc isn't mounted something is quite broken anyhow... /* Steinar */ -- Homepage: http://www.sesse.net/ _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
