Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25214 - /etc/init.d/cupsd prints erros messages about modules if started before metalog
Summary: /etc/init.d/cupsd prints erros messages about modules if started before metalog
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-24 16:43 UTC by Yousef Ourabi
Modified: 2003-07-25 16:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousef Ourabi 2003-07-24 16:43:34 UTC
if you simply do a rc-update add cupsd default, one the next reboot it will 
give many erros about modules in /dev/* not being found or loaded. A fix can 
be implemented by modifying the script so it looks like this:
depend () {
before nfs
use net
use vmware
after metalog
}
The after metalog is added to line 10 on my script, once this is added no 
error messages appear and it seems to run normally.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-07-25 02:01:43 UTC
thx, fixed 
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-07-25 05:20:55 UTC
this seems to fix the problem for you, but not for everybody, can you please give me the order the services are started with "after metalog" and without?
Comment 3 Yousef Ourabi 2003-07-25 14:38:31 UTC
Ok where here are the differences
with after metalog

metalog
cupsd 
hotplugging
....

Without After metalog cupsd is the first thing to start in init 3

cupsd then alot of erros
hotpluggin
eth0 
portmap 
fam
hdparm
metalog
.....

My gut is telling me that this is  metalog thing, and that other people may not even have metalog installed on their sytem as was the case with this poster
http://forums.gentoo.org/viewtopic.php?t=69422&highlight=
Many thanks for your help with this.
Yousef
Comment 4 Yousef Ourabi 2003-07-25 16:34:14 UTC
...In continuation of the last post. my other guts are telling me that its either people without devs, without devs mounted at boot, or people who built a modula kernel, but then did not config/compile/install the modules.