WARNING: $pfstatd_enable is not set properly

Code:
Mar 19 10:21:23 ghost root: /etc/rc: WARNING: $pfstatd_enable is not set properly - see rc.conf(5).
Mar 19 10:21:24 ghost kernel: /etc/rc: WARNING: $pfstatd_enable is not set properly - see rc.conf(5).

After editing /usr/local/etc/rc.d/pfstatd the second line remains.
 
Code:
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pf_program="/sbin/pfctl"
pflog_enable="YES"
pflog_flags=""
pflog_logfile="/var/log/pf.log"
Something else from rc.conf? :( I hope you understand that I can not completely post the entire conference.
 
cybermerlin said:
Code:
Mar 19 10:21:23 ghost root: /etc/rc: WARNING: $pfstatd_enable is not set properly - see rc.conf(5).
Mar 19 10:21:24 ghost kernel: /etc/rc: WARNING: $pfstatd_enable is not set properly - see rc.conf(5).

After editing /usr/local/etc/rc.d/pfstatd the second line remains.

Do not edit that file, it's installed by the port. Read the instructions in it:
Code:
# Add the following lines to /etc/rc.conf to enable pfstatd:
# pfstatd_enable (bool):      Set to "NO" by default.
#                             Set it to "YES" to enable pfstatd
 
I do not use pfstatd and did not install it.
service pfstatd rcvar
Code:
# pfstatd
#
pfstatd_enable=""
#   (default: "")
 
ERROR: ipmon requires either ipfilter or ipnat enabled

uname -a
Code:
FreeBSD ghost.ittown 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 i386

Code:
Mar 20 10:35:35 ghost root: /etc/rc: ERROR: ipmon requires either ipfilter or ipnat enabled
Mar 20 10:35:35 ghost kernel: /etc/rc: ERROR: ipmon requires either ipfilter or ipnat enabled

I do not understand who is crying
 
Topics merged, please do not create duplicates.

The /etc/rc script is the one reporting a problem.

You say you did not install sysutils/pfstat, but it is on that system. What does pkg which /usr/local/etc/rc.d/pfstatd say?
 
pkg which /usr/local/bin/pfstatd
Code:
/usr/local/bin/pfstatd was not found in the database
pkg which /usr/local/etc/rc.d/pfstatd
Code:
/usr/local/etc/rc.d/pfstatd was not found in the database
 
But those files exist, right? ls -lh /usr/local/bin/pfstatd

As I said in the other thread, I think the package database was deleted, but not all the installed packages.
 
Back
Top