Hi!
From a given occasion I want to set your attention to Copfilter-WiKi.
Known problems and their solutions, which we unfortunately didn't find before publication, are listed there.
For Copfilter-V2-Versions, please look expecially at http://www.copfilter.org/wiki/doku.php? ... -_bugfixes.
These errors will be fixed in the next version.
HTH
Matthias
EDIT: Title adjusted + english translation is online!
Copfilter V2 - known issues and solutions
-
- Site Admin
- Posts: 1280
- Joined: 09 Dec 2009 21:17
Re: Copfilter 2.0.90 - known issues and solutions
Fix for HAVP double mountet TMPFS
This patch fix the problem with mounted tmpfs in Copfilter 2.0.90, if you change the HAVP settings for HAVP in RAM to disk and vice versa.
Download: http://www.it-connect-unix.de/copfilter ... mpfs.patch
md5sum: 95de7edf917207909015f4c92b92c981
Howto:
This patch fix the problem with mounted tmpfs in Copfilter 2.0.90, if you change the HAVP settings for HAVP in RAM to disk and vice versa.
Download: http://www.it-connect-unix.de/copfilter ... mpfs.patch
md5sum: 95de7edf917207909015f4c92b92c981
Howto:
Code: Select all
cd /tmp
wget http://www.it-connect-unix.de/copfilter/ipcop-v2/copfilter-2.0.90_havp-tmpfs.patch
patch -p0 < copfilter-2.0.90_havp-tmpfs.patch
-
- Site Admin
- Posts: 1280
- Joined: 09 Dec 2009 21:17
Re: Copfilter 2.0.90 - known issues and solutions
Fix for HAVP and https traffic, if used in non transparently mode
Thanks to t1m3y for reporting!
Please keep in mind to use at first the tmpfs patch above befor using this patch!
Download: http://www.it-connect-unix.de/copfilter ... _SSL.patch
md5sum: e23b602d48a26c0ba2ff261e8993e5c9
Thanks to t1m3y for reporting!
Please keep in mind to use at first the tmpfs patch above befor using this patch!
Download: http://www.it-connect-unix.de/copfilter ... _SSL.patch
md5sum: e23b602d48a26c0ba2ff261e8993e5c9
Code: Select all
cd /tmp
wget http://www.it-connect-unix.de/copfilter/ipcop-v2/copfilter-2.0.90_havp_SSL.patch
patch -p0 < copfilter-2.0.90_havp_SSL.patch