Hi, Tomas Bodzar wrote on Sat, Sep 24, 2011 at 06:53:00PM +0200: > On Sat, Sep 24, 2011 at 5:41 PM, Alessandro Baggi wrote:
>> There some place where I can find some logs error? >> In /var/log I don't see nothing. > There was in man rc.d this: > > RC_DEBUG Setting this variable will print the function names as they are > called and prevent the rc.subr(8) framework from redirecting > stdin and stderr to /dev/null. This is used to allow debugging > of failed actions. That's for debugging the rc.d(8) scripts, not for debugging rc(8) itself, which would be required in case of errors in rc.conf.local(8). > but not sure where it gone. Can't see that in current/4.9 In 4.9, RC_DEBUG was not yet implemented, robert@ committed it on March 17. In -current, robert@ has replaced it by the rc.d(8) -d option during s2k11. Yes, rc.subr(8) is being actively developed. Yours, Ingo

