Hi,
Upgrading from 9.3 to 10.3 on i386 platform.
After reboot network is down and can't be started with bunch of:
Errors.
What am I doing wrong?
I can't afford for the network to be down, will be (would like to) performing this on a remote box.
Thanks.
Upgrading from 9.3 to 10.3 on i386 platform.
Code:
cd /usr/src
rm -rf *
rm -rf .svn
svn checkout svn://svn.freebsd.org/base/releng/10.3 /usr/src
cd /usr/src/usr.sbin/mergemaster
./mergemaster.sh -p
cd /usr/obj
chflags -R noschg *
rm -rf *
cd /usr/src
make -j4 buildworld
cd /usr/src
make buildkernel KERNCONF=GENERIC
make installkernel KERNCONF=GENERIC
shutdown -r now
After reboot network is down and can't be started with bunch of:
Code:
eval: ${ifconfig_...}: Bad substitution
What am I doing wrong?
I can't afford for the network to be down, will be (would like to) performing this on a remote box.
Thanks.