[svlug] Help! - modprobe going crazy

Seth David Schoen schoen at uclink4.berkeley.edu
Sun Nov 29 13:08:23 PST 1998


Aaron Lehmann writes:

> Glancing through my /var/log/messages file, I see:
> 
> Nov 29 04:09:08 vitelus modprobe: can't locate module char-major-6
> Nov 29 04:10:12 vitelus last message repeated 2 times
> Nov 29 04:11:16 vitelus last message repeated 2 times
> Nov 29 04:12:20 vitelus last message repeated 2 times
> Nov 29 04:13:24 vitelus last message repeated 2 times
> Nov 29 04:14:28 vitelus last message repeated 2 times
> Nov 29 04:15:32 vitelus last message repeated 2 times
> Nov 29 04:16:36 vitelus last message repeated 2 times 
> 
> Another one of these messages appears about every minute. What is modprobe
> bitching about? modprobe is not running after boot, so how is it sending
> all these complaints?

char-major-6 seems to be parallel port devices; probably you didn't compile
any into the kernel, nor compile any modules for them, and you have kerneld
running, and some process on the system is trying to access a parallel port
device.

You can probably get rid of these messages by (quick guesses):

- killing kerneld (not a great idea)
- compiling a printer-port driver of some sort as a module (e.g. lp.o)
- adding "alias char-major-6 off" to /etc/conf.modules

-- 
   Seth David Schoen L&S '01 (undeclared) / schoen at uclink4.berkeley.edu
He said, "This is what the king who will reign over you will do."  And they
said, "Nay, but we will have a king over us, that we also may be like all the
nations." (1 Sam 8)  http://ishmael.geecs.org/~sigma/   http://www.loyalty.org/

--
echo "unsubscribe svlug" | mail majordomo at svlug.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
see http://www.svlug.org/mdstuff/lists.shtml for posting guidelines.



More information about the svlug mailing list