Page 1 of 1

update error message - OS related mismatch

Posted: Wed Jul 22, 2020 8:41 pm
by nevets
Hi,
Executing pkg update -f
we get...
=======================================
Updating GhostBSD repository catalogue...
Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 572.5kB/s 00:11
Processing entries: 0%
Newer FreeBSD version for package p5-Statistics-Frequency:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1201519
- running kernel: 1201513
Ignore the mismatch and continue? [Y/n]:
=======================================
If I accept [Y] to ignore the OS mismatch and continue, the update finishes fine, however, on rebooting the desktop doesn't load [I'm left hanging at the FreeBGSD login prompt].

Would welcome advice please.

Steve

--------------------------
Nominal Data before update...

OS release: FreeBSD 12.1-STABLE
Machine class: amd64
CPU Model: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz
System memory available: 8034 MB
Currently loaded kernel modules:
kernel
zfs.ko
opensolaris.ko
geom_eli.ko
aesni.ko
tmpfs.ko
geom_uzip.ko
xz.ko
fdescfs.ko
fuse.ko
ums.ko
linux.ko
linux_common.ko
linux64.ko
cuse.ko
amdgpu.ko
drm.ko
linuxkpi.ko
linuxkpi_gplv2.ko
debugfs.ko
ttm.ko
radeonkms.ko
i915kms.ko
i915_skl_dmc_ver1_27_bin.ko
linprocfs.ko
ipfw.ko
Running services
avahi_daemon
avahi_dnsconfd
cupsd
dbus
devd
lightdm

Re: update error message - OS related mismatch

Posted: Wed Jul 22, 2020 8:55 pm
by ericbsd
nevets wrote: Wed Jul 22, 2020 8:41 pm Updating GhostBSD repository catalogue...
Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
Fetching packagesite.txz: 100% 6 MiB 572.5kB/s 00:11
Processing entries: 0%
Newer FreeBSD version for package p5-Statistics-Frequency:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1201519
- running kernel: 1201513
Ignore the mismatch and continue? [Y/n]:
When you get this press yes and use pkg upgrade -f to upgrade and reinstall all the packages that have been compiled with the new kernel.

Re: update error message - OS related mismatch

Posted: Fri Jul 24, 2020 11:56 pm
by nevets
Hi Eric,
Unfortunately, doing pkg upgrade -f causes the GhostBSD login to keep recycling - the desktop doesn't fire up.
I checked with a new HDD using fresh install of 20.04 (last release) and then forcing upgrade of this - with same result.
There's something iffy about the current GhostBSD build for my PC.
I'll refrain from updating pkgs until there's a fix.
Steve

Re: update error message - OS related mismatch

Posted: Sat Jul 25, 2020 12:02 am
by ericbsd
here is the latest ISO http://download.us.ghostbsd.org/develop ... 64/latest/ you can try that it was build today with the latest packages.

Re: update error message - OS related mismatch

Posted: Sun Jul 26, 2020 3:12 am
by nevets
Thanks Eric,
Both MATE and XFCE install properly from your 24th July build. :-)
So I assume the issue lies in the incremental pkg update process...
Steve

Re: update error message - OS related mismatch

Posted: Sun Jul 26, 2020 9:06 pm
by ericbsd
With some major changes, a new ISO is needed.

Re: update error message - OS related mismatch

Posted: Sat Aug 01, 2020 4:02 am
by linunix
ericbsd wrote: Sun Jul 26, 2020 9:06 pm With some major changes, a new ISO is needed.
hi Eric
What do you mean "a new ISO is needed"? Should we re-install the whole OS?
Or we are able to upgrade currrent OS from this ISO?
Thanks

Re: update error message - OS related mismatch

Posted: Tue Aug 04, 2020 9:04 am
by ericbsd
linunix wrote: Sat Aug 01, 2020 4:02 am
ericbsd wrote: Sun Jul 26, 2020 9:06 pm With some major changes, a new ISO is needed.
hi Eric
What do you mean "a new ISO is needed"? Should we re-install the whole OS?
Or we are able to upgrade current OS from this ISO?
Thanks
If you did install and the upgrade went fine. There is no need to reinstall if you have a problem from upgrading with `sudo pkg update -f` and `sudo upgrade -f` I would recommend to backup and reinstall.

Re: update error message - OS related mismatch

Posted: Sat Aug 15, 2020 1:47 pm
by linunix
ericbsd wrote: Tue Aug 04, 2020 9:04 am
linunix wrote: Sat Aug 01, 2020 4:02 am
ericbsd wrote: Sun Jul 26, 2020 9:06 pm With some major changes, a new ISO is needed.
hi Eric
What do you mean "a new ISO is needed"? Should we re-install the whole OS?
Or we are able to upgrade current OS from this ISO?
Thanks
If you did install and the upgrade went fine. There is no need to reinstall if you have a problem from upgrading with `sudo pkg update -f` and `sudo upgrade -f` I would recommend to backup and reinstall.
Thank you Eric.
Just tried `sudo pkg update -f` and `sudo pkg upgrade -f` and it's not working.
Might be new reinstall is the unique solution.