Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 01:55:05 +0900
From:      Taku YAMAMOTO <taku@tackymt.homeip.net>
To:        freebsd-current@freebsd.org
Subject:   apache22 fails to start since r242184
Message-ID:  <20121108015505.a569ecc4.taku@tackymt.homeip.net>

next in thread | raw e-mail | index | archive | help
Has anyone noticed this with head since r242184?

% sudo service apache22 start
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
setfib: NO: invalid FIB (max 0)
/usr/local/etc/rc.d/apache22: WARNING: failed to start apache22


I injected the following lines into run_rc_command() in /etc/rc.subr:

        case "$_fib" in
        [nN][oO]) unset _fib;;
        esac

now things are back to normal, though of course I know this isn't the
right way to go...

-- 
-|-__   YAMAMOTO, Taku
 | __ <     <taku@tackymt.homeip.net>

      - A chicken is an egg's way of producing more eggs. -



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