[opensuse] lots of kernel modules "Failed to install" during kernel upgrade. Why?
I just upgraded my kernel on Opensuse 13.2. I use the Kernel-stable repo. I noticed during the 'zypper up' process that there's a log of "Failed ..." and "could not be included" lines in the output Creating initrd: /boot/initrd-4.1.1-1.ga46abf6-desktop Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force --force-drivers "raid10 xfs vfataes sha1 sha256 sha512 cryptd" /boot/initrd-4.1.1-1.ga46abf6-desktop 4.1.1-1.ga46abf6-desktop dracut module 'plymouth' will not be installed, because it's in the list to be omitted! *** Including module: bash *** *** Including module: warpclock *** *** Including module: i18n *** *** Including module: ifcfg *** *** Including module: dm *** Skipping udev rule: 64-device-mapper.rules Skipping udev rule: 60-persistent-storage-dm.rules Skipping udev rule: 55-dm.rules *** Including module: kernel-modules *** Failed to install module sd_mod Failed to install module hid_generic Failed to install module unix Failed to install module ehci-hcd Failed to install module ehci-pci Failed to install module ohci-hcd Failed to install module uhci-hcd Failed to install module atkbd Failed to install module i8042 Failed to install module usbhid Failed to install module hid-apple Failed to install module hid-cherry Failed to install module hid-logitech Failed to install module hid-microsoft Omitting driver i2o_scsi Failed to install module ext4 Failed to install module swap Failed to install module LVM2_member Failed to install module ext4 *** Including module: lvm *** Skipping udev rule: 64-device-mapper.rules Skipping udev rule: 56-lvm.rules Skipping udev rule: 60-persistent-storage-lvm.rules *** Including module: resume *** *** Including module: rootfs-block *** *** Including module: terminfo *** *** Including module: udev-rules *** Skipping udev rule: 91-permissions.rules Skipping udev rule: 80-drivers-modprobe.rules *** Including module: biosdevname *** *** Including module: systemd *** Failed to install module autofs4 Failed to install module ipv6 *** Including module: usrmount *** *** Including module: base *** *** Including module: fs-lib *** *** Including module: shutdown *** *** Including module: suse *** *** Including modules done *** *** Installing kernel module dependencies and firmware *** *** Installing kernel module dependencies and firmware done *** *** Resolving executable dependencies *** *** Resolving executable dependencies done*** *** Hardlinking files *** *** Hardlinking files done *** *** Stripping files *** *** Stripping files done *** *** Generating early-microcode cpio image *** *** Store current command line parameters *** Stored kernel commandline: rd.driver.pre=raid10 rd.driver.pre=xfs rd.driver.pre=vfat rd.driver.pre=aes rd.driver.pre=sha256 rd.driver.pre=sha512 rd.driver.pre=cryptd rd.lvm.lv=VG0/ROOT rd.lvm.lv=VG0/SWAP resume=/dev/mapper/VG0_SWAP root=/dev/mapper/VG0_ROOT rootflags=rw,noatime,journal_checksum,data=ordered rootfstype=ext4 *** Creating image file *** *** Creating image file done *** Some kernel modules could not be included: sd_mod hid_generic unix ehci-hcd ehci-pci ohci-hcd uhci-hcd atkbd i8042 usbhid hid-apple hid-cherry hid-logitech hid-microsoft ext4 swap LVM2_member ext4 autofs4 ipv6 Update bootloader... committingCommitResult (total 174, done 174, error 0, skipped 0, updateMessages 0) Checking for running processes using deleted libraries... There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run 'zypper ps' to list these programs. Why am I getting the "failed" and "unable" lines? Half of those are for stuff I don't even recognize or need. E.g., there's nothing here that's "microsoft" or "apple". I don't know if something's telling the upgrade to try those, and it shouldn't be trying, or if those SHOULD be working and there's a problem. Where do I start to look? Rob -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Mon, 06 Jul 2015 18:22:05 -0700 robert.devanna@nospammail.net пишет:
I just upgraded my kernel on Opensuse 13.2. I use the Kernel-stable repo.
I noticed during the 'zypper up' process that there's a log of "Failed ..." and "could not be included" lines in the output
Creating initrd: /boot/initrd-4.1.1-1.ga46abf6-desktop ... ... Some kernel modules could not be included: sd_mod hid_generic unix ehci-hcd ehci-pci ohci-hcd uhci-hcd atkbd i8042 usbhid hid-apple hid-cherry hid-logitech hid-microsoft ext4
swap LVM2_member
These two is not a problem :)
ext4 autofs4 ipv6 Update bootloader...
...
Where do I start to look?
Of course in new kernel, whether those modules are actually present under those names. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Jul 6, 2015, at 09:02 PM, Andrei Borzenkov wrote:
Of course in new kernel, whether those modules are actually present under those names.
Sure, but what's 'telling' opensuse (or zypper, or dracut, or ...) to try to load those modules in the first place, whether or not they're "present under those names" ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Mon, 06 Jul 2015 21:11:25 -0700 robert.devanna@nospammail.net пишет:
On Mon, Jul 6, 2015, at 09:02 PM, Andrei Borzenkov wrote:
Of course in new kernel, whether those modules are actually present under those names.
Sure, but what's 'telling' opensuse (or zypper, or dracut, or ...) to try to load those modules in the first place, whether or not they're "present under those names" ?
They are present in your current kernel. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
robert.devanna@nospammail.net