From: Jason Lixfeld <jlixfeld@andromedas.com>
To: linux-kernel@vger.kernel.org
Subject: Modules loading when hardcoded
Date: 19 Dec 2002 19:33:39 -0500 [thread overview]
Message-ID: <1040344418.1425.44.camel@housekat.fastvibe.com> (raw)
I had 2.4.20 compiled with ext3 as a module. ran did the standard
compile including make modules ; make modules_install but when I
rebooted, the bootup failed telling me that the modules were compiled
for 2.4.18 and being run on 2.4.20. Stranger still, the path was
/lib/jbd.o and the modules aren't even there, they are in the standard
module path of /usr/lib/modules/2.4.20
I nuked the 2.4.20 modules and re-ran make modules ; make
modules_install for 2.4.20 in hopes that it would help but it didn't.
I re-compiled the kernel and hard coded ext3 and that allowed me to boot
properly but I still got the errors about version problems on ext3.o and
jbd.o. Why are they still trying to get referenced and why are they
still trying to get referenced with the old version?!
reply other threads:[~2002-12-20 0:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1040344418.1425.44.camel@housekat.fastvibe.com \
--to=jlixfeld@andromedas.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.