View previous topic :: View next topic |
Author |
Message |
billatq Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3157207243e73702aa7f07.gif)
Joined: 09 Jun 2002 Posts: 96
|
Posted: Thu Jun 13, 2002 2:14 am Post subject: Garbage in the modules.conf file. |
|
|
(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 |
|
![](templates/gentoo/images/spacer.gif) |
billatq Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3157207243e73702aa7f07.gif)
Joined: 09 Jun 2002 Posts: 96
|
Posted: Thu Jun 13, 2002 7:45 pm Post subject: |
|
|
Perhaps this might be a bug and not my fault? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lx Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3e83a3b53cf36f6da849c.jpg)
Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Thu Jun 13, 2002 9:02 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
billatq Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/3157207243e73702aa7f07.gif)
Joined: 09 Jun 2002 Posts: 96
|
Posted: Thu Jun 13, 2002 10:32 pm Post subject: |
|
|
Aha! I found the problem. There was a garbage file in /etc/modules.d containing the offending line. Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|