Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 16:40:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 242298] kernel Freeze at boot
Message-ID:  <bug-242298-19105-nZyfiTlmW9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242298-19105@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242298

--- Comment #2 from JeanAumont@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242298-19105-nZyfiTlmW9>