Bug 230562 - /etc/rc: WARNING: $xxxxx_enable is not set properly - see rc.conf(5).
Summary: /etc/rc: WARNING: $xxxxx_enable is not set properly - see rc.conf(5).
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: arm Any
: --- Affects Only Me
Assignee: freebsd-rc (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2018-08-12 13:44 UTC by cyclaero
Modified: 2018-08-12 14:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyclaero 2018-08-12 13:44:30 UTC
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"
Comment 1 cyclaero 2018-08-12 14:11:46 UTC
I am sorry for sending a wrong bug report.

I did a clean install of 12-ALPHA1 and renewed all the configuration files, and all the reported warnings have gone.

Please excuse my fault.