OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 22.1 Legacy Series »
  • [FIXED] - Unable to update to 22.1.8
« previous next »
  • Print
Pages: [1]

Author Topic: [FIXED] - Unable to update to 22.1.8  (Read 1724 times)

Taubin

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
[FIXED] - Unable to update to 22.1.8
« on: May 25, 2022, 09:53:43 pm »
I attempted to run the update to 22.1.8 this morning, but it is failing.

The software seems to thin it's on 22.1.5 even though it's on 22.1.7. I show as being on

Code: [Select]
OPNsense 22.1.7_1-amd64
I attempt to update and the following shows

Code: [Select]
    ***GOT REQUEST TO UPDATE***
    Currently running OPNsense 22.1.7_1 (amd64/OpenSSL) at Thu May 26 07:41:51 NZST 2022
    Updating OPNsense repository catalogue...
    OPNsense repository is up to date.
    Updating mimugmail repository catalogue...
    mimugmail repository is up to date.
    All repositories are up to date.
    Updating OPNsense repository catalogue...
    OPNsense repository is up to date.
    Updating mimugmail repository catalogue...
    mimugmail repository is up to date.
    All repositories are up to date.
    Checking for upgrades (61 candidates): .......... done
    Processing candidates (61 candidates): ... done
    The following 18 package(s) will be affected (of 0 checked):
   
    Installed packages to be UPGRADED:
    crowdsec: 1.3.3 -> 1.3.4 [OPNsense]
    curl: 7.83.0 -> 7.83.1 [OPNsense]
    glib: 2.70.4_5,2 -> 2.70.4_6,2 [OPNsense]
    libffi: 3.3_1 -> 3.4.2 [OPNsense]
    libfido2: 1.10.0 -> 1.11.0 [OPNsense]
    libnghttp2: 1.46.0 -> 1.47.0 [OPNsense]
    openssl: 1.1.1o,1 -> 1.1.1o_1,1 [OPNsense]
    opnsense: 22.1.7_1 -> 22.1.8 [OPNsense]
    opnsense-update: 22.1.5 -> 22.1.8 [OPNsense]
    php74-pecl-radius: 1.4.0b1_1 -> 1.4.0b1_2 [OPNsense]
    py38-cffi: 1.15.0 -> 1.15.0_1 [OPNsense]
    py38-cryptography: 3.3.2 -> 3.4.8 [OPNsense]
    python38: 3.8.13_1 -> 3.8.13_2 [OPNsense]
    sqlite3: 3.37.2_1,1 -> 3.38.2,1 [OPNsense]
    strongswan: 5.9.5 -> 5.9.6 [OPNsense]
    telegraf: 1.22.3 -> 1.22.4 [OPNsense]
   
    Installed packages to be REINSTALLED:
    cyrus-sasl-2.1.28 [OPNsense] (options changed)
    pcre2-10.40 [OPNsense] (options changed)
   
    Number of packages to be upgraded: 16
    Number of packages to be reinstalled: 2
   
    40 MiB to be downloaded.
    [1/11] Fetching pcre2-10.40.pkg: .......... done
    pkg-static: cached package pcre2-10.40: size mismatch, fetching from remote
    [2/11] Fetching pcre2-10.40.pkg: .......... done
    pkg-static: cached package pcre2-10.40: size mismatch, cannot continue
    Consider running 'pkg update -f'
    Starting web GUI...done.
    Generating RRD graphs...done.
    ***DONE***


I ran the force update as requested in the log and it stated everything was up to date:

Code: [Select]
    root@OPNsense:~ # pkg update -f
    Updating OPNsense repository catalogue...
    Fetching meta.conf: 100%    163 B   0.2kB/s    00:01
    Fetching packagesite.pkg: 100%  219 KiB 223.9kB/s    00:01
    Processing entries: 100%
    OPNsense repository update completed. 793 packages processed.
    Updating mimugmail repository catalogue...
    Fetching meta.conf: 100%    163 B   0.2kB/s    00:01
    Fetching packagesite.pkg: 100%   52 KiB  53.0kB/s    00:01
    Processing entries: 100%
    mimugmail repository update completed. 172 packages processed.
    All repositories are up to date.

I rebooted and got the same for the updates. Attached are photos of the current version under dashboard and the version it seems to be attempting to update from. Not sure if it's due to the misreporting of the version (22.1.5 instead of 22.1.7). Any help would be greatly appreciated. Cheers.
« Last Edit: May 26, 2022, 09:03:48 pm by Taubin »
Logged

_Alchemist_

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 1
    • View Profile
Re: Unable to update to 22.1.8
« Reply #1 on: May 26, 2022, 11:21:49 am »
Updating your packages will likely do nothing, since the FreeBSD Base and Kernel are updated via freebsd-update (opnsense-update) instead of pkg.

Can you send the output of "opnsense-version -O" and "freebsd-version -kru" ?
Logged
OPNsense: Intel Core i5-6500, 16 GB RAM, 2x 120GB SSD ZFS-mirror, 4x Intel i350-T4

elemist

  • Newbie
  • *
  • Posts: 1
  • Karma: 1
    • View Profile
Re: Unable to update to 22.1.8
« Reply #2 on: May 26, 2022, 02:38:46 pm »
Hi,

I was having the same problem.

After a few experiments, it seems that the reason was an outdated/broken mirror.

I was using the dns-root.de mirror and after switching to the LeaseWeb (Frankfurt,DE) mirror I was able to upgrade all packages. (The mirror is configured under System > Firmware > Settings)

The package update should work using the web interface, but I forced it from the command line:

Code: [Select]
sudo opnsense-update -kbr 22.1.8 # updates kernel and base

... reboot ...

sudo opnsense-update -pfr 22.1.8 # reinstalls and upgrades all packages

This is what worked for me. But as usual YMMV.
Logged

Taubin

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
Re: Unable to update to 22.1.8
« Reply #3 on: May 26, 2022, 09:02:16 pm »
Quote from: elemist on May 26, 2022, 02:38:46 pm

After a few experiments, it seems that the reason was an outdated/broken mirror.


Thank you very much! It was in fact an outdated mirror. It worked just fine this morning using the mirro I had selected before (cloudflare). Thank you all for the help. Cheers!
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 15077
  • Karma: 1306
    • View Profile
Re: [FIXED] - Unable to update to 22.1.8
« Reply #4 on: May 26, 2022, 09:12:35 pm »
The mirror isn't outdated. Cloudflare caching is broken it seems, or they cache so excessively that they want to save as much bandwidth as possible for whatever reason. Data integrity doesn't seem to be their top tier goal.


Cheers,
Franco
Logged

Taubin

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
    • View Profile
Re: [FIXED] - Unable to update to 22.1.8
« Reply #5 on: May 26, 2022, 09:15:44 pm »
Thank you Franco that makes sense.

I'll switch to another mirror. I just chose that one as there are no mirrors close to me at all (New Zealand). Cheers!
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 15077
  • Karma: 1306
    • View Profile
Re: [FIXED] - Unable to update to 22.1.8
« Reply #6 on: May 26, 2022, 09:18:08 pm »
This is the actual dilemma with the Cloudflare mirror. It is really handy for some folks with locations all over the world otherwise we would have removed it already.


Cheers,
Franco
Logged

pouakai

  • Newbie
  • *
  • Posts: 24
  • Karma: 2
    • View Profile
Re: [FIXED] - Unable to update to 22.1.8
« Reply #7 on: May 27, 2022, 06:08:01 am »
Quote from: Taubin on May 26, 2022, 09:15:44 pm
I'll switch to another mirror. I just chose that one as there are no mirrors close to me at all (New Zealand). Cheers!

I had exactly the same problem with Cloudfare last night (New Zealand).  Changing to LeaseWeb San Francisco worked.

I also have mixed success with Cloudflare, very fast ping times, but not always reliable.
Logged

  • Print
Pages: [1]
« previous next »
  • OPNsense Forum »
  • Archive »
  • 22.1 Legacy Series »
  • [FIXED] - Unable to update to 22.1.8
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2