Have 9.3-RELEASE-p20 and wanting to update to latest 9.3. (Saving version 10.x for somewhat later -- trying to keep it "simple and quick" for now.) First I run this:
Then I run this and get these errors:
I only use bsd to update this system a small number of times a year, and almost every time something goes wrong, but I've made a bunch of notes and found a sequence of commands that seems to work -- and this is a new one on me. Why am I getting all these "No such file or directory" errors, and how to fix? I've done some searching but found nothing that appears relevant. I've already updated the ports using portsnap and portupgrade, which I've learned it seems to help to do first.
Code:
# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 9.3-RELEASE from update6.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.
The following files are affected by updates, but no changes have
been downloaded because the files have been modified locally:
/etc/ntp.conf
The following files will be added as part of updating to 9.3-RELEASE-p39:
/usr/src/contrib/ntp/html/drivers/driver40-ja.html
/usr/src/contrib/ntp/html/drivers/driver45.html
/usr/src/contrib/ntp/html/drivers/driver46.html
/usr/src/contrib/ntp/html/drivers/mx4200data.html
/usr/src/contrib/ntp/html/scripts/accopt.txt
... (171 files in total)
Then I run this and get these errors:
Code:
# freebsd-update install
Installing updates...install: ///usr/src/contrib/ntp/html/drivers/driver40-ja.html: No such file or directory
install: ///usr/src/contrib/ntp/html/drivers/driver45.html: No such file or directory
install: ///usr/src/contrib/ntp/html/drivers/driver46.html: No such file or directory
install: ///usr/src/contrib/ntp/html/drivers/mx4200data.html: No such file or directory
install: ///usr/src/contrib/ntp/html/scripts/accopt.txt: No such file or directory
... (171 files in total)
I only use bsd to update this system a small number of times a year, and almost every time something goes wrong, but I've made a bunch of notes and found a sequence of commands that seems to work -- and this is a new one on me. Why am I getting all these "No such file or directory" errors, and how to fix? I've done some searching but found nothing that appears relevant. I've already updated the ports using portsnap and portupgrade, which I've learned it seems to help to do first.