You are not logged in.
Latest full update failed
( 9/29) upgrading ffmpeg [######################] 100%
(10/29) upgrading gpgme [######################] 100%
(11/29) upgrading linux-firmware [######################] 100%
(12/29) upgrading linux [######################] 100%
>>> Updating module dependencies. Please wait ...
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argumentwhat is puzzling is that there are no radeon graphics in this machine
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
That isn't puzzling; the package contains modules for thousands of devices you don't have in your machine. Anyway; this seems like you have some corruption; did you have a look at your dmesg and possibly ran smartctl? Also, what does `pacman -Qkk linux` output?
Offline
what is puzzling is that there are no radeon graphics in this machine
Archlinux stock kernel has lots of hardware modules included, so it will work on most systems.
please post the entire pacman output of the update (look in /var/log/pacman.log ) .
Does # depmod -a 3.17.6-1-ARCH also give errors ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks for all that respond.
I did a new system update a few days later and it went through without an error. But there still seems to be something wrong:
]# depmod -a 3.17.6-1-ARCH
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argumentand
# pacman -Qkk linux
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Size mismatch)
linux: 4187 total files, 10 altered filesLast edited by theking2 (2014-12-16 19:21:21)
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
pacman -Qkk linux
warning: linux: /etc/mkinitcpio.d/linux.preset (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/3.17.6-1-ARCH/modules.symbols.bin (Modification time mismatch)
linux: 4187 total files, 10 altered filesI never had errors with upgrading and depmod gives no errors also, but there appears to be something going on.
my fstab has this for root, /dev/sda2 / ext4 relatime 0 1 .
What filesystem are you using ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
[...] linux: 4187 total files, 10 altered filesI never had errors with upgrading and depmod gives no errors also, but there appears to be something going on.
my fstab has this for root, /dev/sda2 / ext4 relatime 0 1 .
What filesystem are you using ?
This is normal; *.bin and *dep* is modified locally, but the actual modules are obviously fine; which means something else is the problem
Offline
thanks, spider.007 .
theking2 : try # depmod -av 3.17.6-1-ARCH | grep radeon
on my system that gives this output :
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "ttm_bo_mmap": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/ttm/ttm.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "drm_framebuffer_cleanup": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/drm.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "drm_dp_clock_recovery_ok": /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/drm_kms_helper.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "i2c_new_device": /lib/modules/3.17.6-1-ARCH/kernel/drivers/i2c/i2c-core.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "i2c_bit_add_bus": /lib/modules/3.17.6-1-ARCH/kernel/drivers/i2c/algos/i2c-algo-bit.ko.gz
/lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz needs "hwmon_device_unregister": /lib/modules/3.17.6-1-ARCH/kernel/drivers/hwmon/hwmon.ko.gzDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
# depmod -av 3.17.6-1-ARCH | grep radeon
depmod: ERROR: failed to load symbols from /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz: Invalid argumentarchlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
try
depmod -nv /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gzMaybe that will give more info about what happens
edit :
if that also fails, compute the md5sum .
$ md5sum /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gz
10ecad1029416e2fd3579e978b82d9ed /lib/modules/3.17.6-1-ARCH/kernel/drivers/gpu/drm/radeon/radeon.ko.gzLast edited by Lone_Wolf (2015-01-04 17:13:54)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline