Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Garbage in the modules.conf file.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
billatq
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2002
Posts: 96

PostPosted: Thu Jun 13, 2002 2:14 am    Post subject: Garbage in the modules.conf file. Reply with quote

(Garbage in the modules.conf file.)

I'm not sure what caused this, but this automatically generated file has this long string of
y's with the two dots on it in line 104, which prevents modules from being loaded. Does anyone have any idea how to prevent this from happening?
Back to top
View user's profile Send private message
billatq
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2002
Posts: 96

PostPosted: Thu Jun 13, 2002 7:45 pm    Post subject: Reply with quote

Perhaps this might be a bug and not my fault?
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Thu Jun 13, 2002 9:02 pm    Post subject: Reply with quote

try update-modules again. This just adds all the files in /etc/modules.d to own big file. Check the files in this directory for the line, if it's not in them then it's probably a filesystem error (not shutdown properly or something). rm the file and redo update-modules.
extract from update-modules:
Quote:
for cfg in ${MODDIR}/* $CONF ; do
[ ! -r $cfg ] && continue
echo "### update-modules: start processing $cfg" >> $TMPFILE
if [ -x $cfg ]; then
# $cfg can be executable; nice touch, Wichert! :)
$cfg >> $TMPFILE
else
cat $cfg >> $TMPFILE
fi
echo >> $TMPFILE
echo "### update-modules: end processing $cfg" >> $TMPFILE
echo >> $TMPFILE
done

looks good doesn't it.

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
billatq
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2002
Posts: 96

PostPosted: Thu Jun 13, 2002 10:32 pm    Post subject: Reply with quote

Aha! I found the problem. There was a garbage file in /etc/modules.d containing the offending line. Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum