modprobe: FATAL: Error inserting bonding
modprobe: FATAL: Error inserting bonding (/lib/modules/2.6.18-194.17.1.el5/kernel/drivers/net/bonding/bonding.ko): Unknown symbol in module, or unknown parameter
Resolution
Within the modprobe configuration file : /etc/modprobe.conf
Change the line:
install ipv6 /bin/false
to
options ipv6 disable=1
to load the bonding module with success.
Great!
ReplyDeleteThis also works for IPVS - the "bonding" entry in the error is interchanged for "ip_vs"
Awesome! Exactly what I needed, thanks for posting!
ReplyDeleteThank you, it fixed my bonding issue
ReplyDelete