| Summary: | CURRENT Kernel panics on Raspberry hardware with dhcpcd | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Denis Ahrens <denis> |
| Component: | arm | Assignee: | freebsd-arm (Nobody) <freebsd-arm> |
| Status: | Closed Unable to Reproduce | ||
| Severity: | Affects Some People | CC: | emaste, roy |
| Priority: | --- | Keywords: | crash |
| Version: | CURRENT | ||
| Hardware: | arm64 | ||
| OS: | Any | ||
|
Description
Denis Ahrens
2020-12-05 10:18:34 UTC
Looks like you're triggering this KASSERT http://fxr.watson.org/fxr/source/netinet6/nd6_rtr.c#L1309 It's likely that the kernel received a RA before dhcpcd had a chance to take over. Ensure that FreeBSD rc.conf and interface setup has zero IPv6 config and that net.inet6.ip6.accept_rtadv is 0. Then you should not hit that KASSERT. with the release of the freebsd 13 ISO of alpha 2 the bug is not there anymore. |