Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 16:24:50 +0100
From:      Vincent Hoffman <vince@unsane.co.uk>
To:        mcoyles@horbury.wakefield.sch.uk
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Upgrade 6.2-Release to 7.0-Release - stuck!
Message-ID:  <489087C2.8070006@unsane.co.uk>
In-Reply-To: <007e01c8f24f$9a905eb0$fd607e0a@Horbury.Internal>
References:  <007e01c8f24f$9a905eb0$fd607e0a@Horbury.Internal>

next in thread | previous in thread | raw e-mail | index | archive | help
Marc Coyles wrote:
> Righty - now that I'm back from my wanderings I've managed to complete the
> upgrade from 6.3 to 7.0-RELEASE, but am still getting issues with named not
> starting. For reference, I pulled down a clean 7.0-R version of named.conf
> and dropped it in as /etc/named.conf
>
> /var/log/messages shows the following (lots):
>
> 	Jul 30 14:39:53 bigsis root: /etc/rc.d/named: WARNING:
> run_rc_command: 	cannot run /usr/local/sbin/named
>
> Weird thing? Course it can't run /usr/local/sbin/named as it ain't there -
> it's at /usr/sbin/named, BUT, /etc/rc.d/named has the location correct so
> I'm not sure where anything is getting reference to /usr/local/sbin...
>
>   
Have you changed named_program in either
/etc/rc.conf
or /etc/defaults/rc.conf ?
as a quick check,
for file in /etc/rc.conf /etc/defaults/rc.conf ; do grep -H 
named_program $file ; done

should return

/etc/defaults/rc.conf:named_program="/usr/sbin/named"    # path to 
named, if you want a different one.

if you havent

Vince

> Marc A Coyles
> ICT Support Team (ext 730)
> Mbl: 07850 518106
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>   




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