Are the repos down?
-
I was trying to update my SG-1100 this morning to the latest release, and I am getting the below errors on the repos. I am currently on 22.01-DEVELOPMENT (arm64) built on Fri Nov 26 06:20:35 UTC 2021 FreeBSD 12.3-PRERELEASE
pkg update Updating pfSense-core repository catalogue... pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-core/meta.conf -- pkg+:// implies SRV mirror type pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-core/meta.txz -- pkg+:// implies SRV mirror type repository pfSense-core has no meta file, using default settings pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-core/packagesite.pkg -- pkg+:// implies SRV mirror type pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-core/packagesite.txz -- pkg+:// implies SRV mirror type Unable to update repository pfSense-core Updating pfSense repository catalogue... pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-pfSense_plus_devel/meta.conf -- pkg+:// implies SRV mirror type pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-pfSense_plus_devel/meta.txz -- pkg+:// implies SRV mirror type repository pfSense has no meta file, using default settings pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-pfSense_plus_devel/packagesite.pkg -- pkg+:// implies SRV mirror type pkg: packagesite URL error for pkg+https://repo.netgate.com/beta/packages/pfSense_plus-master_aarch64-pfSense_plus_devel/packagesite.txz -- pkg+:// implies SRV mirror type Unable to update repository pfSense Error updating repositories!
-
@lostinignorance something seems to be up, or make that down ;)
Seeing the same issue, I toggled to the dev branch to see if could see that, and now just getting that error
Lets see if @stephenw10 is around..
edit: seems getting error on just checking in the system widget now too
-
Yes, there was an issue with the pkg update last night.
Run the following command:
sed -i '' -e 's/%%MIRROR_TYPE%%/srv/; s/%%SIGNATURE_TYPE%%/fingerprints/' /usr/local/share/pfSense/pkg/repos/pfSense-repo-devel.conf
You will then be able to see the pkg repos again.
Steve
-
@stephenw10 hmm also seems if I toggle to previous branch, that works, and then if toggle back to current that seems to be working again..
-
Ah, yes, since it's now been corrected that will pull the updated file again.
-
-
-