[Bug 242298] kernel Freeze at boot
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 29 16:40:33 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242298
--- Comment #2 from JeanAumont at gmail.com ---
Well, I found the bug .... it has nothing to do with the "umasss0" message.
It is related to the /etc/rc.conf file.
If you put this in the configuration file:
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"
The system will not boot properly and freeze ...
If you put this in the configuration file (no descr on carp interface)
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 vhid 10 advbase
2 advskew 90 pass BV1V100"
The system boot perfectly.... LOL !!!
Cosmetic bug !!!
Thanks
Jean Aumont
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list