Package Manager in Pfsense 2.7.0 has no package list

I have the Pfsense 2.7.0.
In Package Manager there is no list of packages. Tryed to reset Pfsense.

Tryed updating it by Shell: /usr/local/sbin/pkg-static update -f

I got this error:

"
Updating pfSense-core repository catalogue…

pkg-static: An error occured while fetching package

pkg-static: An error occured while fetching package

repository pfSense-core has no meta file, using default settings

pkg-static: An error occured while fetching package

pkg-static: An error occured while fetching package

Unable to update repository pfSense-core

Updating pfSense repository catalogue…

pkg-static: An error occured while fetching package

pkg-static: An error occured while fetching package

repository pfSense has no meta file, using default settings

pkg-static: An error occured while fetching package

pkg-static: An error occured while fetching package

Unable to update repository pfSense

Error updating repositories!
"

From the command line make sure DNS is working and you can resolve names. If it’s not DNS there are a few other things listed in the pfsense forums to try:

1 Like

What worked was

  1. certctl rehash
  2. then pkg-static -d update

Thanks Tom

1 Like

Ran into this also,
Did what Nextwo said

 certctl rehash 
pkg-static -d update

it worked and allowed me to both update packages and update the pfsense version.

I was on

**2.7.0-RELEASE** (amd64)
built on Wed Jun 28 03:53:34 UTC 2023
FreeBSD 14.0-CURRENT

Confirmed worked for me as well:

certctl rehash
pkg-static -d update

Was also stuck on:

2.7.0-RELEASE (amd64)
built on Wed Jun 28 03:53:34 UTC 2023
FreeBSD 14.0-CURRENT

Thank you for this post! Google worked for me :sunglasses: :sunglasses: