On Tue, 02 Jun 2009 15:56:32 +0100, Tom Brown <[email protected]> wrote: >> What does your modprobe.conf (bonding related) and ifcfg-bond0 file look >> like? >> >> > > $ more /etc/modprobe.conf > > options bonding max_bonds=2 > alias bond0 bonding > alias bond1 bonding > > $ more /etc/sysconfig/network-scripts/ifcfg-bond0 > # Cobbler generated non-physical interface > DEVICE=bond0 > BONDING_OPTS="bonding mode=1 miimon=100 max_bonds=3" > ONPARENT=yes > BOOTPROTO=static > IPADDR=10.10.10.124 > NETMASK=255.255.255.0
Well that's weird, you're specifying max_bonds twice but they're different values. Can you modify your bonding opts and remove the max_bonds option? I bet that's what's causing those messages. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
