Updated packages, incoming breakage, feedback needed
-
Thanks raj,
Do you add options for using HAVP Package with squid cache? It will great.
Thanks you. -
i'm unable to either deinstall or reinstall squid
squid.xml
Warning: delete_package(squid.inc): failed to open stream: No such file or directory in /etc/inc/pkg-utils.inc on line 652 Fatal error: delete_package(): Failed opening required 'squid.inc' (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg') in /etc/inc/pkg-utils.inc on line 652
-
I am trying to get rid of squid so I can reinstall it. I tried through the gui first, it just hangs. So I did it through the pkg_delete command line tool. pkg_info reveals no such package now. But when I go to install packages, it still shows as installed, thus not allowing me to install/reinstall.
I exactly have this same problem! Glad to know I'm not the only one.
-
Do you add options for using HAVP Package with squid cache? It will great.
Yes, There is an option to specify parent proxy in thenew version.
raj
-
Raj
is there any thing i have to look at when using havp ?
does the package autocreate the "transparent-rule" ?
cause it would not work when i tried last time … :'( -
I am unable to install havp her is what the log states for the package:
Beginning package installation.
Downloading package configuration file…
havp-0.80_5 Array
(
[0] => Requested space: 1172 bytes, free space: 16762202112 bytes in /var/tm
p/instmp.4mBLsp
[1] => tar: Unrecognized archive format: Inappropriate file type or format
[2] => pkg_add: tar extract of /tmp/apkg_havp-0.80_5.tbz failed!
[3] => pkg_add: unable to extract table of contents file from '/tmp/apkg_hav
p-0.80_5.tbz' - not a package?
[4] => pkg_add: 1 package addition(s) failed
)Package WAS NOT installed properly.
Please help!
-
Hi,
I was busy with some other stuff and forgot about this forum :)
is there any thing i have to look at when using havp ?
Yes, You have to add an anchor for HAVP.
mrreload: Can you try once more? For some reason the downloaded package is not a package.
raj
-
how to do that ? and where ?
can you post it here ? -
This is the adding havp anchor part, I had posted this couple of posts back.
Updated ClamAV with Transparency support. To get Transparency in RELENG_1 branch (ie released versions) add the following in your /etc/inc/filter.inc
#Add package specific nat rule inside this anchor
$natrules .= "rdr-anchor "rdr-package/*" \n";After this
if (is_package_installed('clamav') && file_exists('/usr/local/pkg/clamav.inc')) { require_once('clamav.inc'); $natrules .= clamav_generate_rules('nat'); }
Please execute cvs_sync.sh releng_1 from command shell, before attempting the patch. Reboot after the patch and then install the new HAVP package.
Please report any feedback about this package in this thread.
raj
raj
-
Ok,
I tried again and I am getting the same thing. Log shows exactly the same as earlier post. I have tried deleteing the havp package file from /tmp, same. Tried to install it with or without squid installed. Tried a fresh install of pfsense, same. Strange thing is I have other packages installed without any issue. Squid and Freeradius. -
Hi,
Pl give me some time to go through this. I had reinstalled my pfSense test box for testing some other stuff, will finish that and come back.
raj
-
Anything yet?
-
Ok,
I tried again and I am getting the same thing. Log shows exactly the same as earlier post. I have tried deleteing the havp package file from /tmp, same. Tried to install it with or without squid installed. Tried a fresh install of pfsense, same. Strange thing is I have other packages installed without any issue. Squid and Freeradius.The same happens for me, even on a new install of pfsense. Here's the error i get for HAVP:
Downloading package configuration file… done.
Saving updated package information... done.
Downloading havp and its dependencies... done.
Checking for successful package installation... failed!Installation aborted.
Here's the error I get when trying to install CLAMAV:
Installing clamav and its dependencies.
Executing custom_php_resync_config_command()...It just sits there until I go and close the page after several minutes. Weird thing though is that CLAMSMTP installs fine without any problems.
Thanks in advance...