Several Failures Upgrading to 22.05
-
Hi!
Ihave several locations which are having upgrade issues and could use some assistance navigating a resolution.
- I have an SG-3100 which has frozen in the midst of upgrading to 22.05. It is stuck at 46/230 and hasn't moved. Not sure what to do.
[45/230] Fetching php74-xmlwriter-7.4.28.pkg: .. done [46/230] Fetching php74-xmlreader-7.4.28.pkg: .. done
- I have an SG-2100 which is "unable to check for updates" although it recognizes that the latest stable version is 22.05. Not sure what the issue is or how to resolve. I noticed that there is a "GitSync" menu in the Update Settings which I have not noticed in any of my other deployments:
- I have an SG-1100 wherein the system update failed entirely. Error message is as follows:
[61/180] Fetching php74-openssl-7.4.28.pkg: ...... done [62/180] Fetching php74-opcache-7.4.28.pkg: .......... done 1082953728:error:1409441A:SSL routines:ssl3_read_bytes:tlsv1 alert decode error:/var/jenkins/workspace/pfSense-build-release-tarballs/BUILD_NODE/pkg-aarch64/OS_MAJOR_VERSION/freebsd12/PLATFORM/aws/crypto/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 50 1082953728:error:141F0006:SSL routines:tls_construct_cert_verify:EVP lib:/var/jenkins/workspace/pfSense-build-release-tarballs/BUILD_NODE/pkg-aarch64/OS_MAJOR_VERSION/freebsd12/PLATFORM/aws/crypto/openssl/ssl/statem/statem_lib.c:283: pkg-static: https://repo01.atx.netgate.com/pkg/pfSense_plus-v22_05_aarch64-pfSense_plus_v22_05/All/php74-mbstring-7.4.28.pkg: Authentication error Failed
Will update when I have results from my more complicated deployments but any assistance in the meantime would be greatly appreciated!
TY!
-
@dedskwirl For the 3100, I've seen that, and after waiting quite a while I restarted the router, after which it upgraded fine. Don't recall which hardware.
For the 1100 is there a proxy on the network? If so see
https://docs.netgate.com/pfsense/en/latest/troubleshooting/upgrades.html#force-pkg-metadata-updateRestarting might not be a bad idea for the 1100 also. :)
For all of them, worst case you can reinstall. Netgate has guides.
-
@steveits So I rebooted the SG-1100 and installed the update without issue. I rebooted the SG-3100 as well however it is now telling me that I am up to date even though I have current stable version (22.05) branch selected and it shows the current base system is 22.01.
On the SG-2100 now its not even showing available packages for installation in the package manager. Something went really screwy.
-
@dedskwirl see
https://docs.netgate.com/pfsense/en/latest/troubleshooting/upgrades.html#upgrade-not-offered-library-errors -
You might try switching the branch back to 22.01 and then back 22.05 which should pull in the updated repo pkg again.
Otherwise try running at tyhe command line:
pkg-static -d update
The errors that returns should tell you what's happening.
Steve