Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 13:44:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230562] /etc/rc: WARNING: $xxxxx_enable is not set properly - see rc.conf(5).
Message-ID:  <bug-230562-227@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: cyclaero@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=3D"NO"
bthidd_evdev_support=3D"NO"
ipfw_netflow_enable=3D"NO"
devmatch_enable=3D"NO"
cfumass_enable=3D"NO"

--=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-230562-227>