You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i installed a new machine on my lan, and moved all the container from the old server to the new one, this machine is a debian vm over proxmox, i passed the usb device to the vm, and the device to the container, i tried disabling all the service and only having fr24 but still nothing
Expected Behavior
starting the container normally
Actual Behavior
the container start but it seems unable to communicate with the outside world, i get erro to sync with ntp,
[fr24feed] 2024-10-04 11:45:40 | [feed][e]Could not retrieve configuration from Flightradar24!
[fr24feed] 2024-10-04 11:45:40 | [feed][e] Timeout was reached
[fr24feed] 2024-10-04 11:45:40 | [feed][e]Request failed, code=0
[fr24feed] 2024-10-04 11:45:40 | [feed][i]Failed on start, Sleeping 30 seconds
[fr24feed] 2024-10-04 11:46:10 | [feed][d]fetching configuration
[fr24feed] 2024-10-04 11:47:10 | [feed][e] Timeout was reached
[fr24feed] 2024-10-04 11:53:14 | [feed][n]Error: Could not connect feed! (result -1, fd -1)
the problem is that sometimes restarting the machine make it work
i'm testing now with an older version but similar result, i also tried setting the:
SYSTEM_HTTP_ULIMIT_N=1048576
SYSTEM_FR24FEED_ULIMIT_N=1048576
ULIMIT_N=1048576
but still nothing, (also i tried make the container privileged or use the host network, those made it worse)
maybe it's something on my network but what can it be ? what can i do to test it? i have multiple container and they dont seems to suffer the same issue with the network
The text was updated successfully, but these errors were encountered:
Specifications
i installed a new machine on my lan, and moved all the container from the old server to the new one, this machine is a debian vm over proxmox, i passed the usb device to the vm, and the device to the container, i tried disabling all the service and only having fr24 but still nothing
Expected Behavior
starting the container normally
Actual Behavior
the container start but it seems unable to communicate with the outside world, i get erro to sync with ntp,
[fr24feed] 2024-10-04 11:45:40 | [feed][e]Could not retrieve configuration from Flightradar24!
[fr24feed] 2024-10-04 11:45:40 | [feed][e] Timeout was reached
[fr24feed] 2024-10-04 11:45:40 | [feed][e]Request failed, code=0
[fr24feed] 2024-10-04 11:45:40 | [feed][i]Failed on start, Sleeping 30 seconds
[fr24feed] 2024-10-04 11:46:10 | [feed][d]fetching configuration
[fr24feed] 2024-10-04 11:47:10 | [feed][e] Timeout was reached
[fr24feed] 2024-10-04 11:53:14 | [feed][n]Error: Could not connect feed! (result -1, fd -1)
the problem is that sometimes restarting the machine make it work
i'm testing now with an older version but similar result, i also tried setting the:
SYSTEM_HTTP_ULIMIT_N=1048576
SYSTEM_FR24FEED_ULIMIT_N=1048576
ULIMIT_N=1048576
but still nothing, (also i tried make the container privileged or use the host network, those made it worse)
maybe it's something on my network but what can it be ? what can i do to test it? i have multiple container and they dont seems to suffer the same issue with the network
The text was updated successfully, but these errors were encountered: