Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Nov 2012 11:43:03 +0100
From:      Stefan Esser <se@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        taku@tackymt.homeip.net
Subject:   Re: apache22 fails to start since r242184
Message-ID:  <509B8CB7.7070302@freebsd.org>
In-Reply-To: <20121108015505.a569ecc4.taku@tackymt.homeip.net>
References:  <20121108015505.a569ecc4.taku@tackymt.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 07.11.2012 17:55, schrieb Taku YAMAMOTO:
> 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...

See ports/173366 and the reply by Hiroki SATO:

	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173366

Your proposed fix is cleaner than the one I suggested in the PR,
but I guess Sato-san wants to fix this problem in the affected
ports ...

Regards, STefan



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