I need help with a strategy for upgrading our ancient FreeBSD DNS Server. I just started at this organization two months ago, and with all of the attention from the "#Bash Bug" our director deemed it necessary to upgrade. I was going to just upgrade bash from the ports collection, but couldn't find any supported versions compatible with FreeBSD 5.5. When I did a
From my research it stated I need to upgrade.
Would it be better to start with a fresh build of 10.x on a VM? Our DNS is chrooted, and if I installed BIND on 10.x could I just copy the named files over to the new install?
Or should I upgrade our current physical server version all the way to 10.x? I am new to FreeBSD, but pretty familiar with anything *nix.
So I am looking for direction from seasoned FreeBSD gurus on what plan of action I should take. Thanks in advance for any help.
portsnap fetch it brought in the new ports collection, and every time I try to make install clean in /usr/ports/shells/bash with this error:
Code:
"/usr/ports/Mk/bsd.options.mk", line 266: Need an operator
"/usr/ports/Mk/bsd.options.mk", line 273: Need an operator
Unknown modifier 'u'
Would it be better to start with a fresh build of 10.x on a VM? Our DNS is chrooted, and if I installed BIND on 10.x could I just copy the named files over to the new install?
Or should I upgrade our current physical server version all the way to 10.x? I am new to FreeBSD, but pretty familiar with anything *nix.
So I am looking for direction from seasoned FreeBSD gurus on what plan of action I should take. Thanks in advance for any help.