how to remove squidguard package
SSH must be enabled and configured on our pfSense box. Linux and Mac users will have the SSH client installed by default. Windows users will have to download and install PuTTY.
source: https://www.safaribooksonline.com/
Resolution:
In order to resolve
this issue and successfully install SquidGuard you will have to connect to your
Pfsense from SSH (SSH Must be enabled and firewall rule must be configured) and
do the following in order to install it by ignoring the Digital signature check.
How to do it...
- Open a terminal window and run:
ssh admin@192.168.x.x
- If you are using the default configuration, you'll then be prompted for a password.
- If
you are using RSA key authentication, you'll connect directly or be
asked to enter the pass-phrase associated with your key. If you need to
specify the location of your private key file, you can use the
-i
option as follows: ...
Enter Code:
rm /usr/local/pkg/squidguard*
fetch -o /usr/local/pkg/squidguard.inc http://www.pfsense.org/packages/config/squidGuard/squidguard.inc
fetch -o /usr/local/pkg/squidguard_configurator.inc http://www.pfsense.org/packages/config/squidGuard/squidguard_configurator.inc
And then remove it from the GUI by hitting the 'x'.
That function is in squidguard_configurator.inc, if it's there it should be working, though doing the rm first will clear out all of the package's xml files as well, which may help.
source: https://forum.pfsense.org/index.php?topic=32637.0
0 responds:
Post a Comment