Hi. My provider rebooted the server today or the server rebooted itself because of some problem, still don't know. Anyway: In /var/log/messages now I get zillions of modprobe: FATAL: Could not read '/lib/modules/2.6.32-220.17.1.el6.x86_64/kernel/net/ipv6/ipv6.ko': Invalid module format I am not able to find any solution to this. ??? Thanks for your time, Jesus
On 05/21/2012 04:12 PM, Jesus del Valle wrote:
modprobe: FATAL: Could not read '/lib/modules/2.6.32-220.17.1.el6.x86_64/kernel/net/ipv6/ipv6.ko': Invalid module format I am not able to find any solution to this. ???
Use "file" to identify the type of data contained in that file, and use "rpm -Vf" to verify it. If either result doesn't look right, reboot and fsck your filesystem.
# file /lib/modules/2.6.32-220.17.1.el6.x86_64/kernel/net/ipv6/ipv6.ko /lib/modules/2.6.32-220.17.1.el6.x86_64/kernel/net/ipv6/ipv6.ko: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped # rpm -Vf /lib/modules/2.6.32-220.17.1.el6.x86_64/kernel/net/ipv6/ipv6.ko #
Use "file" to identify the type of data contained in that file, and use "rpm -Vf" to verify it. If either result doesn't look right, reboot and fsck your filesystem
Hi Gordon, Your assumption turned to be true : - (. The file was corrupt (file ... gave "data" as type, rpm -Vf throwed tons of "missing" errors). After doing this and trying not to load the module I lost the contact to the server so my provider had to fsck it; now the server is up again, I still have to re-check everything. Thanks for your help, Jesus