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/>
References:  <bug-242298-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242298

--- 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=3D"100"
ifconfig_bge1_100=3D"inet 10.17.1.3 netmask 255.255.255.0 descr V100-DarkFi=
ber"
ifconfig_bge1_100_alias0=3D"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=3D"inet 10.17.1.3 netmask 255.255.255.0 descr V100-DarkFi=
ber"
ifconfig_bge1_100_alias0=3D"inet 10.17.1.1 netmask 255.255.255.0 vhid 10 ad=
vbase
2 advskew 90 pass BV1V100"

The system boot perfectly.... LOL !!!=20

Cosmetic bug !!!

Thanks

Jean Aumont

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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