[Bug 656561] New: make modules && make modules_install installs module sizes of zero bytes
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c0 Summary: make modules && make modules_install installs module sizes of zero bytes Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sboyce@blueyonder.co.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Opera/9.80 (X11; Linux x86_64; U; en-GB) Presto/2.6.30 Version/10.62 openSUSE 11.3 on one box and openSUSE 11.4 Milestone 4 on the other. I have a message that says the built modules not found. When I check e.g /lib/modules/2.7.37-rc3-git7-smp, most modules are zero bytes long. I have to "make modules_install" and use modprobe on each. To get the network up on the 11.3 box "modprobe r6189" then "rcnetwork restart", "modprobe rtl8187", "/etc/init.d/network-remotefs start", etc., etc. Then ifconfig is OK for those devices. eth_s1_0 Link encap:Ethernet HWaddr 00:1C:F0:BB:14:E1 inet addr:192.168.10.10 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::21c:f0ff:febb:14e1/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1927 errors:0 dropped:0 overruns:0 frame:0 TX packets:1923 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:287532 (280.7 Kb) TX bytes:283044 (276.4 Kb) Interrupt:17 Base address:0xe000 wlan0 Link encap:Ethernet HWaddr 00:15:AF:23:04:37 inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::215:afff:fe23:437/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:25 errors:0 dropped:0 overruns:0 frame:0 TX packets:62 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4324 (4.2 Kb) TX bytes:18470 (18.0 Kb) On 11.3 module-init-tools-3.12-1.3.x86_64 On 11.4 Milestone 4 module-init-tools-3.12-5.3.x86_64 tindog:/usr/src/linux-2.6.37-rc3-git7 # grep MODULE .config CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_MODULE_SRCVERSION_ALL=y Another guy has emailed me saying he's seen the same. 11.3 ==== gcc version 4.5.0 20100604 [gcc-4_5-branch revision 160292] (SUSE Linux) 11.4 Milestone 4 ================ gcc version 4.5.1 20101116 [gcc-4_5-branch revision 166793] (SUSE Linux) I've also submitted this to lkml in case it's a kernel bug rather than module-init-tools. Reproducible: Always Steps to Reproduce: 1. Build kernel, install kernel, mkinitrd 2. Reboot 3. Actual Results: All modules zero bytes long Expected Results: See Summary above -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c Xinli Niu <xlniu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |xlniu@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c1 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sboyce@blueyonder.co.uk --- Comment #1 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-12-08 23:50:19 UTC --- mkinitrd puts out the following, but continues. cp: cannot stat `/lib64/libglib-2.0.so.0.2700.0': No such file or directory # l /lib64/libglib* lrwxrwxrwx 1 root root 23 Nov 26 12:47 /lib64/libglib-2.0.so.0 -> libglib-2.0.so.0.2703.0* -rwxr-xr-x 1 root root 967048 Nov 24 20:59 /lib64/libglib-2.0.so.0.2703.0* # rpm -qf /lib64/libglib-2.0.so.0.2703.0 libglib-2_0-0-2.27.3-3.1.x86_64 Before reboot and after mkinitrd, sample of what is there. drwxr-xr-x 2 root root 19 Dec 8 23:40 sfc/ -rw-r--r-- 1 root root 32718 Dec 8 23:40 sis190.ko -rw-r--r-- 1 root root 35548 Dec 8 23:40 sis900.ko drwxr-xr-x 2 root root 20 Dec 8 23:40 skfp/ -rw-r--r-- 1 root root 61167 Dec 8 23:40 skge.ko -rw-r--r-- 1 root root 78796 Dec 8 23:40 sky2.ko -rw-r--r-- 1 root root 9571 Dec 8 23:40 slhc.ko -rw-r--r-- 1 root root 23464 Dec 8 23:40 slip.ko -rw-r--r-- 1 root root 41180 Dec 8 23:40 smsc9420.ko -rw-r--r-- 1 root root 38859 Dec 8 23:40 starfire.ko -rw-r--r-- 1 root root 39569 Dec 8 23:40 sundance.ko -rw-r--r-- 1 root root 46237 Dec 8 23:40 sungem.ko -rw-r--r-- 1 root root 15980 Dec 8 23:40 sungem_phy.ko -rw-r--r-- 1 root root 36979 Dec 8 23:40 sunhme.ko -rw-r--r-- 1 root root 33628 Dec 8 23:40 tehuti.ko -rw-r--r-- 1 root root 173066 Dec 8 23:40 tg3.ko -rw-r--r-- 1 root root 48869 Dec 8 23:40 tlan.ko drwxr-xr-x 2 root root 105 Dec 8 23:40 tulip/ -rw-r--r-- 1 root root 30392 Dec 8 23:40 tun.ko -rw-r--r-- 1 root root 43984 Dec 8 23:40 typhoon.ko drwxr-xr-x 2 root root 77 Dec 8 23:40 usb/ -rw-r--r-- 1 root root 11054 Dec 8 23:40 veth.ko -rw-r--r-- 1 root root 43808 Dec 8 23:40 via-rhine.ko -rw-r--r-- 1 root root 50806 Dec 8 23:40 via-velocity.ko -rw-r--r-- 1 root root 28456 Dec 8 23:40 virtio_net.ko drwxr-xr-x 2 root root 23 Dec 8 23:40 vmxnet3/ drwxr-xr-x 2 root root 20 Dec 8 23:40 vxge/ drwxr-xr-x 17 root root 4096 Dec 8 23:40 wireless/ -rw-r--r-- 1 root root 29805 Dec 8 23:40 yellowfin.ko After reboot. drwxr-xr-x 2 root root 19 Dec 8 16:10 sfc/ -rw-r--r-- 1 root root 0 Dec 8 16:10 sis190.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sis900.ko drwxr-xr-x 2 root root 20 Dec 8 16:10 skfp/ -rw-r--r-- 1 root root 0 Dec 8 16:10 skge.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sky2.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 slhc.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 slip.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 smsc9420.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 starfire.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sundance.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sungem.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sungem_phy.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 sunhme.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 tehuti.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 tg3.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 tlan.ko drwxr-xr-x 2 root root 105 Dec 8 16:10 tulip/ -rw-r--r-- 1 root root 0 Dec 8 16:10 tun.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 typhoon.ko drwxr-xr-x 2 root root 77 Dec 8 16:10 usb/ -rw-r--r-- 1 root root 0 Dec 8 16:10 veth.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 via-rhine.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 via-velocity.ko -rw-r--r-- 1 root root 0 Dec 8 16:10 virtio_net.ko drwxr-xr-x 2 root root 23 Dec 8 16:10 vmxnet3/ drwxr-xr-x 2 root root 20 Dec 8 16:10 vxge/ drwxr-xr-x 17 root root 4096 Dec 8 16:10 wireless/ -rw-r--r-- 1 root root 0 Dec 8 16:10 yellowfin.ko -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c2 --- Comment #2 from Sid Boyce <sboyce@blueyonder.co.uk> 2010-12-09 03:21:05 UTC --- My intrd script, $1 is the kernel, e.g 2.6.37-rc5-git3-smp #!/bin/sh cd /boot; mkinitrd -k $1 -i initrd$1 -M /boot/System.map -d /dev/disk/by-id/scsi-SATA_SAMSUNG_HD103UJS13PJDWS258743-part2 -s 1024x768 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c3 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC| |jeffm@novell.com InfoProvider| |sboyce@blueyonder.co.uk --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2011-02-07 18:14:46 UTC --- Can you reproduce this with the current Factory kernel? If so, what file system are you using? If the files had content before reboot and didn't afterwards, that's definitely a bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c4 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|sboyce@blueyonder.co.uk | --- Comment #4 from Sid Boyce <sboyce@blueyonder.co.uk> 2011-02-08 01:18:54 UTC --- Somewhere in Milestone 5 updates, the problem disappeared. No problems in Milestone 6. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c5 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Severity|Major |Critical --- Comment #5 from Sid Boyce <sboyce@blueyonder.co.uk> 2011-02-08 01:21:05 UTC --- Resolved in Milestone 5 after zypper updates. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=656561 https://bugzilla.novell.com/show_bug.cgi?id=656561#c6 --- Comment #6 from Sid Boyce <sboyce@blueyonder.co.uk> 2011-02-09 15:54:47 UTC --- Resolved in Milestone 5 after zypper updates. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com