Hi forum
I am trying to upgrade a FreeBSD 10.1-RELEASE box to 11-RELEASE using
and/or
Also I noticed that
-----
EDIT 11.1.2017 10:00 UTC+1
To make this clearer: the issue with pkg not working (properly) any more appeared before I event tried to upgrade to 11. It was partly the reason I realised that 10.1 is EOL in the first place.
Also I am running a custom kernel but I kept a copy of GENERIC around and have moved that to /boot/GENERIC before first trying to do the upgrade to 11.
-----
I can use
-----
EDIT 11.1.2017 10:00 UTC+1
-----
And I do see error messages when booting, like for example:
I am not sure if that might be related? But it makes me feel uncomfortable.
I have tried
Basically I do not care too much about
Any hint is greatly appreciated.
I am trying to upgrade a FreeBSD 10.1-RELEASE box to 11-RELEASE using
freebsd-update
. I am followingand/or
Code:
# ll -d /boot/G*
drwxr-xr-x 2 root wheel 40K Dec 18 10:02 /boot/GENERIC
# freebsd-update fetch
<snip>
No updates needed to update system to 10.1-RELEASE-p45.
WARNING: FreeBSD 10.1-RELEASE-p45 HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Sun Jan 1 00:59:59 CET 2017
will not have been corrected.
# freebsd-update install
No updates are available to install.
Run '/usr/sbin/freebsd-update fetch' first.
# freebsd-update upgrade -r 11.0-RELEASE
<snip>
Fetching metadata signature for 11.0-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
The update metadata is correctly signed, but
failed an integrity check.
Cowardly refusing to proceed any further.
Also I noticed that
pkg
has stopped working. I do not exactly know when that happened but I assume it was after the upgrade from 10.1p?? to 10.1p45.-----
EDIT 11.1.2017 10:00 UTC+1
To make this clearer: the issue with pkg not working (properly) any more appeared before I event tried to upgrade to 11. It was partly the reason I realised that 10.1 is EOL in the first place.
Also I am running a custom kernel but I kept a copy of GENERIC around and have moved that to /boot/GENERIC before first trying to do the upgrade to 11.
-----
Code:
# pkg version
/usr/local/lib/libpkg.so.3: Undefined symbol "openat"
I can use
pkg-static
though.-----
EDIT 11.1.2017 10:00 UTC+1
Code:
# pkg-static -v
1.9.4
And I do see error messages when booting, like for example:
Code:
Shared object "libintl.so.8" not found, required by "bash"
I am not sure if that might be related? But it makes me feel uncomfortable.
I have tried
pkg-static upgrade -f pkg
as well as pkg-static upgrade -f
and similar things.Basically I do not care too much about
pkg
not working on 10.1 as long as it will work again on 11, but it seems weird anyway.Any hint is greatly appreciated.