Re: Upgrading Bind

2004-10-14 Thread Paul Schmehl
--On Wednesday, October 13, 2004 08:53:54 PM -0400 questions 
<[EMAIL PROTECTED]> wrote:
Current O/S version = FreeBSD 4.10-RELEASE
Current Bind version = named 8.3.7-REL
Does anyone know if upgrading Bind/named 8.3.7 to 9.3 is
recommended within 4.10-RELEASE?
Recommended?  It's more a personal preference thing, isn't it?
If so can this be accomplished using the
portupgrade command
No.  Portupgrade will upgrade 8.3 to 8.4.
or should a different method be used like downloading
bind9.tar.gz file and running make install?
No.  Use the ports.  Make backups of your .conf and .zone files.  Then go 
to /usr/ports/dns/bind8/ and make deinstall.  Then go to 
/usr/ports/dns/bind9/ and make install clean.  Then read the pkg-message 
and follow the instructions in it.  You'll have to enable bind in rc.conf. 
Make sure you *read* the instructions.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading Bind

2004-10-14 Thread Jonathan Chen
On Wed, Oct 13, 2004 at 08:53:54PM -0400, questions wrote:
> 
> Hello list,
> 
>   Current O/S version = FreeBSD 4.10-RELEASE
>   Current Bind version = named 8.3.7-REL
> 
>   Does anyone know if upgrading Bind/named 8.3.7 to 9.3 is
> recommended within 4.10-RELEASE? If so can this be accomplished using the
> portupgrade command or should a different method be used like downloading
> bind9.tar.gz file and running make install?

What I did was:

# cd /usr/ports/dns/bind9
# make install clean

and updated /etc/rc.conf with

named_program="/usr/local/sbin/named"

worked fine for me. I chose not to overwrite the system's version.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
"With sufficient thrust, pigs fly just fine. However, this is not necessarily
a good idea. It is hard to be sure where they are going to land, and it
could be dangerous sitting under them as they fly overhead." -- RFC 1925
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"