James Cammarata wrote: >>> did you add this or did cobbler? >>> >>> >> # Start post_install_network_config generated code >> if [ -f "/etc/modprobe.conf" ]; then >> echo "options bonding max_bonds=2" >> /etc/modprobe.conf >> fi >> >> so cobbler did >> > > Yes, cobbler's post network config script adds it to the modprobe.conf, so > it's redundant to add it to your bonding opts. > >
# Cobbler generated non-physical interface DEVICE=bond0 BONDING_OPTS="bonding mode=1 miimon=100" ONPARENT=yes BOOTPROTO=static IPADDR=10.10.10.124 NETMASK=255.255.255.0 that looks better but i still get exactly the same 'error' _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
