Actions
Bug #2345
closedVarnish3 Install Fails on pfsense 2.1 Head
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/05/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.1
Affected Plus Version:
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.
Actions
Also available in: Atom