You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renaming the repo from cloud-init to CLOUD-INIT has no effect.
when running pkg update, the order is FreeBSD (declared in /etc), FreeBSD-base (declared in /usr/local/etc) and then CLOUD-INIT (also declared in /usr/local/etc):
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-base repository catalogue...
pkg: An error occured while fetching package
FreeBSD-base repository is up to date.
Updating CLOUD-INIT repository catalogue...
CLOUD-INIT repository is up to date.
All repositories are up to date.
Did you go through with install the packages using both commands and compared the pkg info output? Do the packages once installed (registered) show up with the names and origins you expect or do the repositories contain similar yet different packages? What happens when you attempt to override the repository selection with -r <repo>?
in a multi-repo setup, running
pkg install py39-cloud-init-devel
yields a different result frompkg install net/cloud-init-devel
:vs
These two commands pick a different repository, even tho the
cloud-init
repo has higher versions and a higherpriority
;The text was updated successfully, but these errors were encountered: