Bug #2345
closed
Varnish3 Install Fails on pfsense 2.1 Head
Added by Julian Sternberg over 12 years ago.
Updated over 12 years ago.
Affected Architecture:
All
Description
I've found a little bug in /etc/inc/pkg-utils.inc on pFsense 2.1 HEAD Releases with pbi support.
It's because of the $priv_url variable is still linked to the freebsd package repo.
a Workaround changing line > $priv_url = "http://ftp2.{$osname}.org/pub/{$osname}/ports/{$arch}/packages{$rel}/All";
to -> $priv_url = "http://files.pfsense.org/packages/amd64/8/All";
saved me the day.
I can confirm this workaround to work on 2.1 [2.1-BETA0 (amd64) built on Mon Jun 11 18:14:31 EDT 2012].
- Status changed from New to Feedback
This is because the package is set to download from a non-pfSense site, something we're trying to clean up. The PBI is on our server. This will be fixed as part of a larger package cleanup that is ongoing. All packages should be coming from our server.
I committed a more general version of this (rather than hardcoding the full URL) in commit:ce35c60 should be in snapshots tomorrow.
I will wait a couple of days, try the new snapshot and report back the status.
In the mean time, thanks!
I can now confirm that the latest snapshot [2.1-BETA0 (amd64) built on Mon Jun 18 20:06:29 EDT 2012] fixes the problem, and that the package installer now points at the right repository URL.
Thanks for the fix!
- Status changed from Feedback to Resolved
Also available in: Atom
PDF