https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242298
--- Comment #1 from [email protected] --- I have no idea if this is important or not. The content of my /etc/rc.conf file is as follow: hostname="BUGGY" ifconfig_bge0="inet 10.18.136.9 netmask 255.255.248.0" vlans_bge1="100" ifconfig_bge1_100="inet 10.17.1.3 netmask 255.255.255.0 descr V100-DarkFiber" #ifconfig_bge1_100_alias0="inet 10.17.1.1 netmask 255.255.255.0 descr CARP-V100-DarkFiber vhid 10 advbase 2 advskew 90 pass BV1V100" ifconfig_bge1="up" ifconfig_mce0="inet 192.168.10.9 netmask 255.255.255.0" ifconfig_mce1="inet 192.168.11.9 netmask 255.255.255.0" defaultrouter="10.18.136.1" sshd_enable="YES" ntpd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" If I comment the line with the carp interface, the system will boot, and I can add the carp interface manually and it will work. If I uncomment the line with the carp inteface, the system will freeze with the error messages previously mentionned. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
