Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2012 16:35:32 GMT
From:      Nick Hibma <nick@anywi.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163959: tincd rc.d script produces unneccessary warning
Message-ID:  <201201091635.q09GZWek077156@red.freebsd.org>
Resent-Message-ID: <201201091640.q09GeAp5054449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163959
>Category:       ports
>Synopsis:       tincd rc.d script produces unneccessary warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 16:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        8-STABLE / current ports
>Organization:
AnyWi Technologies
>Environment:
Checked against ports tree in svn just now
>Description:
When starting tincd I get the following output:

awlcr-default# /usr/local/etc/rc.d/tincd onestart
Starting tincd
Cannot 'resync' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or use 'oneresync' instead of 'resync'.

I hate warnings, especially when they are wrong.
>How-To-Repeat:
/usr/local/etc/rc.d/tincd onestart
>Fix:
Looking at /etc/rc.d/netif as stated in the rc.d script the following line

                /etc/rc.d/ipfilter resync

should be replaced with

                /etc/rc.d/ipfilter quietresync

to stop that warning (or at least I have not yet seen /etc/rc.d/netif produce any warning message like that).

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201091635.q09GZWek077156>