OPNsense Forum

English Forums => Zenarmor (Sensei) => Topic started by: sos_opnsense on July 21, 2023, 02:09:56 PM

Title: [SOLVED] Just migrated from 23.1 to 23.7 and on new hardware - repo error
Post by: sos_opnsense on July 21, 2023, 02:09:56 PM
I've just installed 23.7.RC1 on a new bare metal fanless N100 system. It's mostly working, as evidenced by my posting here :)

In doing so, I migrated my config across from my existing 23.1 setup. So - both a hardware migration and a software update.

However, I've run into the following issue when attempting to install the os-acme-client package, or update:

***GOT REQUEST TO INSTALL***
Currently running OPNsense 23.7.r1 at Sat Jul 22 00:00:54 NZST 2023
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
Updating SunnyValley repository catalogue...
pkg: https://updates.sunnyvalley.io/opnsense/FreeBSD:13:amd64/23.7/OpenSSL/latest/meta.txz: Not Found
repository SunnyValley has no meta file, using default settings
pkg: https://updates.sunnyvalley.io/opnsense/FreeBSD:13:amd64/23.7/OpenSSL/latest/packagesite.pkg: Not Found
pkg: https://updates.sunnyvalley.io/opnsense/FreeBSD:13:amd64/23.7/OpenSSL/latest/packagesite.txz: Not Found
Unable to update repository SunnyValley
Error updating repositories!
Checking integrity... done (0 conflicting)
Nothing to do.
***DONE***


And perhaps as a result, a number of plugins from my old install aren't able to be reinstalled:

os-acme-client (missing)   
os-dyndns (missing)   
os-etpro-telemetry (missing)   
os-haproxy (missing)   
os-sensei (missing)   
os-sensei-updater (missing)   
os-sunnyvalley (orphaned)   1.2_3   
os-wireguard (orphaned)   1.13_6   

Is this a config issue related to the migration and upgrade, or do I just have to wait until the RC1 repo catches up?
Title: Re: Just migrated from 23.1 to 23.7 and on new hardware - repo error
Post by: almodovaris on July 22, 2023, 11:55:55 PM

cd /usr/local/etc/pkg/repos
nano S*

Then change 23.7 to 23.1 (temporarily).
Title: Re: Just migrated from 23.1 to 23.7 and on new hardware - repo error
Post by: almodovaris on July 23, 2023, 12:03:13 AM
Oh, yeah: USB Ethernet adapters are not really supported.
Title: Re: Just migrated from 23.1 to 23.7 and on new hardware - repo error
Post by: sos_opnsense on July 23, 2023, 02:18:34 AM
Thanks - problem solved! (now, must remember to change back to 23.7 when the repo is enabled)....

USB adapers?
Title: Re: [SOLVED] Just migrated from 23.1 to 23.7 and on new hardware - repo error
Post by: sos_opnsense on July 31, 2023, 12:17:10 PM
With 23.7 coming online in the next day or so, do I have to manually revert the repo to 23.7, or will the rest of the upgrade to 23.7 from rc3 take care of it?

EDIT: just got the upgrade done. And yes, I did have to manually change the name of the repo back to 23.7. All is working as expected now.