Page 1 of 1

Update DynFi - Timed Out

Posted: 11 Jul 2024, 23:26
by leandro.marques
Hi.

I'm starting the DynFi deployment process to get it up and running, but I'm having a dilemma trying to update DynFi.

I've been trying to perform this update for some time, but the process starts and at a certain point a "TimeOut" error appears in a certain package, or even "TimeOut" when trying to initialize the process, as per the error below.

I'm trying to carry out the process through four different internet operators and only on two of them can I start the process, even if a "TimeOut" error occurs.

Is there any procedure that can perform the process manually? Or is there some other repository that can be used? I don't know if it's related, but I'm trying to carry out the process from Brazil and I could possibly be facing a routing problem between operators.

I appreciate any kind of assistance. Thank you in advance.

Below, event related to TimeOut when starting the update process, as well as traceroute, starting from the firewall.

>>>>>>>>>>>>>>>>>>.

***GOT REQUEST TO CHECK FOR UPDATES***
Fetching changelog information, please wait... /usr/local/opnsense/scripts/firmware/changelog.sh: changelog_fetch: not found
Updating DynFi-base repository catalogue...
pkg: http://packages.dynfi.com/base/FreeBSD: ... t/meta.txz: Operation timed out
repository DynFi-base has no meta file, using default settings
pkg: http://packages.dynfi.com/base/FreeBSD: ... gesite.pkg: Operation timed out
pkg: http://packages.dynfi.com/base/FreeBSD: ... gesite.txz: Operation timed out
Unable to update repository DynFi-base
Updating DynFi repository catalogue...

>>>>>>>>>>>>>>>>>>.

# /usr/sbin/traceroute -w 2 -n -m '18' 'packages.dynfi.com'
traceroute to packages.dynfi.com (212.52.24.73), 18 hops max, 40 byte packets
1 192.168.28.252 0.864 ms 0.752 ms 0.550 ms
2 192.168.32.1 1.272 ms 1.655 ms 2.581 ms
3 * * *
4 189.57.129.45 10.771 ms 9.012 ms 5.192 ms
5 * * *
6 * * *
7 * 94.142.98.177 114.111 ms 114.038 ms
8 * * *
9 * * *
10 154.54.88.233 116.498 ms 114.241 ms 114.214 ms
11 154.54.24.145 125.868 ms
154.54.28.49 125.870 ms 125.837 ms
12 154.54.7.157 129.925 ms 255.377 ms
154.54.24.221 129.212 ms
13 154.54.89.222 204.301 ms
154.54.89.226 204.559 ms 205.581 ms
14 130.117.0.166 205.550 ms 204.102 ms
130.117.1.46 208.663 ms
15 154.25.5.126 203.903 ms 204.348 ms 207.066 ms
16 * * *
17 * * *
18 * * *

>>>>>>>>>>>>>>>>>>.

Regards,
Leandro Marques

Re: Update DynFi - Timed Out

Posted: 12 Jul 2024, 21:10
by leandro.marques
Hi.

I managed to get around the problem, I may be facing an intermittency problem in connections from Brazil to the website packages.dynfi.com through the internet operators I have, as they lose many packets during ICMP tests. After several attempts, I managed to carry out the update process using “SHELL” via SSH, pointing the connection to an alternative proxy in another country, using the following commands:

Code: Select all

# pkg -o http_proxy=IP:PORT update
# pkg -o http_proxy=IP:PORT upgrade
I hope to help other people who are having this problem.
Greetings.

Leandro Marques. ;)

Re: Update DynFi - Timed Out

Posted: 29 Jul 2024, 12:45
by gregober
Thanks Leandro for this tip.