Hi.
The major goal is to upgrade my FreeBSD from 9.1-RELEASE to latest version (is that possible at all?)
What I've tried so far and stuck on.
I tried
sequence and the last command is giving the output:
I suspect, I need to get the source code. I tried to do it with subversion, but subversion was not installed too, so I tried to install subversion using
Can someone help me? What's my next step?
The major goal is to upgrade my FreeBSD from 9.1-RELEASE to latest version (is that possible at all?)
What I've tried so far and stuck on.
I tried
freebsd-update fetch
freebsd-update install
sequence and the last command is giving the output:
# /usr/sbin/freebsd-update install
Installing updates...install: ///usr/src/contrib/bind9/lib/isc/counter.c: No such file or directory
install: ///usr/src/contrib/bind9/lib/isc/include/isc/counter.h: No such file or directory
install: ///usr/src/contrib/tzdata/leap-seconds.list: No such file or directory
install: ///usr/src/contrib/tzdata/zone1970.tab: No such file or directory
install: ///usr/src/crypto/openssl/ssl/s3_cbc.c: No such file or directory
done.
I suspect, I need to get the source code. I tried to do it with subversion, but subversion was not installed too, so I tried to install subversion using
ports
or pkg
, but still unsuccessfully - the system was giving the error about outdated version of FreeBSD.Can someone help me? What's my next step?