Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jcem7777

#1
* I succeded transparent bridge using squid in http & https both using version 20.7.8_4.
Below is the article I wrote - There are many tries & failures^^

https://forums.freebsd.org/threads/pf-transparent-bridge-squid-finally-working-on-freebsd-12-1-for-opnsense-12-7_7.78279/

* And there is one question, in version 21.1.4.
I try build squid but it failed as like below.
> cd /usr/ports/www/squid

> make
===>  squid-4.14 Invalid perl5 version 5.32.1.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/squid

> perl -v
This is perl 5, version 32, subversion 1 (v5.32.1) built for amd64-freebsd-thread-multi

Copyright 1987-2021, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


* I tried below PERL definitions in /etc/make.conf that copied from /usr/tools/config/21.1/make.conf
# jcem - PRODUCT_PERL?=         %%PERL%%
# jcem - PRODUCT_PERL?=         /usr/local/bin/perl
PRODUCT_PERL?=          5.32.1


* What can I do?
It worked well in 20.7.8_4
#2
Quote from: franco on April 12, 2021, 02:27:47 PM
Sync from Leaseweb, e.g. http://mirror.wdc1.us.leaseweb.net/


Cheers,
Franco

Thanks it works well^^
rsync -vaz --exclude=FreeBSD:10:amd64/ --exclude=FreeBSD:10:i386/ --exclude=FreeBSD:11:amd64/ --exclude=FreeBSD:11:armv6/ --exclude=FreeBSD:11:i386/ --exclude=releases/19.1/ --exclude=releases/19.7/ --exclude=releases/20.1/ rsync://mirror.wdc1.us.leaseweb.net/opnsense /var/www/html/opnsense
#3
* I read below article & using my own local mirror
https://forum.opnsense.org/index.php?topic=12732.0

* now a days local mirroring is not working for me & here is my command line in cent os 7.8
(It worked well before a month or before)
rsync -vaz --exclude=FreeBSD:10:amd64/ --exclude=FreeBSD:10:i386/ --exclude=FreeBSD:11:amd64/ --exclude=FreeBSD:11:armv6/ --exclude=FreeBSD:11:i386/ --exclude=releases/19.1/ --exclude=releases/19.7/ --exclude=releases/20.1/ rsync://pkg.opnsense.org/opnsense-dist /var/www/html/opnsense

* below is the error result.
rsync: failed to connect to pkg.opnsense.org (89.149.211.205): Connection timed out (110)
rsync: failed to connect to pkg.opnsense.org (2001:1af8:4f00:a005:5::): Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2]


* What can I do?