Thread: module errors
View Single Post

   
  #4 (permalink)  
Old 02-21-2008, 05:09 AM
herzog@uhhh.org
 
Posts: n/a
Default Re: module errors

> > > New install. Not using modules at all. Getting four errors on
> > > startup all saying the same thing about not being able to find
> > > modules.dep. How do I get rid of these errors?

> >
> > maybe you do by chance. just do a make modules modules_install
> > if you really dont have any modules /lib/modules/<kernel>/ will be
> > almost empty and no more bitching bout modules.dep

>
> Module support not compiled into the kernel, so there is an error if try
> to do a "make modules" or "make modules_install". I will post the
> specific errors when I get home. Everything works fine, but I would
> rather the bootup output be cleaned up...


Ok, here is the exact verbage I get:

..
..
* Mounting local filesystems... [ok]
* Activating (possibly) more swap... [ok]
* Caching service dependencies... [ok]
* Setting system clock to hardware clock [UTC]... [ok]
modprobe: Can't open dependencies file
/lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)
modprobe: Can't open dependencies file
/lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)
modprobe: Can't open dependencies file
/lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)
modprobe: Can't open dependencies file
/lib/modules/2.4.20-gentoo-r6/modules.dep (No such file or directory)
* Configuring kernel parameters... [ok]
* Cleaning /var/lock, /var/run... [ok]
xargs: environment is too large for exec
* Cleaning up /tmp directory... [ok]
* Setting user font... [ok]
..
..

The directory "/lib/modules" does not exist on the system and, as I said
before, module support is not compiled into the kernel.

I would like to clean up the four modprobe errors. Also, I am curious
about the "xargs" entry as well.




--
Larry Herzog Jr. "Do nothing out of selfish ambition or vain
VROC #11489 conceit, but in humility consider others
herzog@uhhh.org better than yourselves." - Philippians 2:3
Reply With Quote