Bug 43739

Summary: Modules directory searched for is a different name from the one that actually exists
Product: [Retired] Red Hat Linux Reporter: IBM Bug Proxy <bugproxy>
Component: basesystemAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-06 22:38:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description IBM Bug Proxy 2001-06-06 22:38:34 UTC
LTC154

Hardware Environment:
Intel SDV IA-64
~1gig ram
18 gig scsi HD
b3 stepping Itanium

Software Environment:
Redhat 7.1 for IA-64 beta (may 29 beta)

Steps to Reproduce:
1. Watch boot for errors
--or--
2. type 'modprobe'
--or--
3. try to install a module

Actual Results:
Error message: Can't open dependencies file
/lib/modules/2.4.3-3/modules.dep (No
such file or directory)

Expected Results:
Should work/not get error.
See Additional Information

Contact Information:
Paul Larson
plars.com
(512)838-9303

Additional Information:
The directory it is looking for modules in is /lib/modules/2.4.3-3, but the
only
directories under /lib/modules are '2.4.3-2.10.1' and '2.4.3-2.10.1smp'.



------- Additional Comments From Khoa Huynh(khoa.com) 2001-06-04
13:45 -------

Glen -- please send this to Red Hat....Thanks!



------- Additional Comments From Paul Larson(plars.com) 2001-06-06
12:07 -------

Ross called me a few minutes ago and requested I do a uname -a or cat
/proc/version.  The output of this showed the version to be "2.4.3-3smp"
(and
yes I'm currently booted into the smp version, I was verifying that it did
this
for both the stock UP and SMP kernels).

In addition, I tried loading several modules out of the
/lib/modules/2.4.3-2.10.1smp directory.  All of them I tried gave
unresolved
symbols, so I picked one with only 1 unresloved symbol as an example.

# cd /lib/modules/2.4.3-2.10.1smp/kernel/drivers/input
# insmod input.o
input.o: unresolved symbol register_chrdev_Rffd86d4e

# ksyms -a |grep register_chrdev
e0000000048593e0        register_chrdev_R8ab9e2da



------- Additional Comments From Khoa Huynh(khoa.com) 2001-06-06
13:10 -------

I added Ross' name to the CC list....as Ross is also working with Paul
to look into this problem....

Comment 1 Bill Nottingham 2001-06-06 22:43:00 UTC
That's normal. If you're running 2.4.3-3smp, you can't load modules
from 2.4.3-2.10.1smp.

It appears you've booted a kernel/initrd combination that you don't
actually have installed on the system.