[Bug 230562] /etc/rc: WARNING: $xxxxx_enable is not set properly - see rc.conf(5).
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 12 13:44:32 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230562
Bug ID: 230562
Summary: /etc/rc: WARNING: $xxxxx_enable is not set properly -
see rc.conf(5).
Product: Base System
Version: CURRENT
Hardware: arm
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: bugs at FreeBSD.org
Reporter: cyclaero at gmail.com
FreeBSD 12.0-ALPHA1 (GENERIC) #0 r337557: Fri Aug 10 03:49:58 UTC 2018
When starting up the latest 12-CURRENT on a BeagleBone Black, I see the
following warnings:
/etc/rc: WARNING: $resolv_enable is not set properly - see rc.conf(5).
...
/etc/rc: WARNING: $bthidd_evdev_support is not set properly - see rc.conf(5).
...
/etc/rc: WARNING: $ipfw_netflow_enable is not set properly - see rc.conf(5).
/etc/rc: WARNING: $devmatch_enable is not set properly - see rc.conf(5).
/etc/rc: WARNING: $cfumass_enable is not set properly - see rc.conf(5).
Workaround:
In order to silence the warnings, I added to /etc/rc.conf:
...
### Fixes for malformed startup scripts
resolv_enable="NO"
bthidd_evdev_support="NO"
ipfw_netflow_enable="NO"
devmatch_enable="NO"
cfumass_enable="NO"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list