Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Mon Mar 15 2010 at 16:25:01 +0200, Antti Kantee wrote:
> On Sun Mar 14 2010 at 14:30:07 -0500, David Young wrote:
> > On my console and in /var/log/messages, I find
> > 
> >   WARNING: module error: use -f to reinstate builtin module "compat"
> > 
> > For example, whenever I type my login:
> > 
> >   login: dyoung
> >   WARNING: module error: use -f to reinstate builtin module "compat"
> >   Password:
> 
> hmm, something is unloading compat.  I wonder if builtins can be
> autounloaded now (shouldn't be allowed to happen).  I didn't notice this
> behaviour on a fresh anita installation, so i'm not sure what it's about.

This should be fixed now.  Autounload (disable) of builtins was attempted
only if resources were short -- i guess you have a low-memory setup.

On a tangent, when doing the original change, I wanted to require
something like modunload -f to disable builtins, but there is no way to
pass flags to modctl() in unload.


Home | Main Index | Thread Index | Old Index