1
22.1 Legacy Series / Re: Unable to update to 22.1.8
« 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:
This is what worked for me. But as usual YMMV.
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.