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 see that you disable the check for update in libreoffice container by overriding a configuration --o:fetch_update_check=99999
But seems (in some circumstances - like when restarting the container) the check for updates are performed (but container is not allowed to access the Internet). I see the firewall drop messages in the system log:
[Tue Oct 15 19:19:02 2024] DROP [INET FORWARD]: IN=podman1 OUT=eth0 MAC=d6:05:cd:d0:03:cd:d2:9a:e0:44:14:11:08:00 SRC=172.16.0.108 DST=23.88.51.130 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=54047 DF PROTO=TCP SPT=56634 DPT=443 WINDOW=42340 RES=0x00 SYN URGP=0
[Tue Oct 15 19:19:03 2024] DROP [INET FORWARD]: IN=podman1 OUT=eth0 MAC=d6:05:cd:d0:03:cd:d2:9a:e0:44:14:11:08:00 SRC=172.16.0.108 DST=23.88.51.130 LEN=60 TOS=0x00 PREC=0x00 TTL=63 ID=54048 DF PROTO=TCP SPT=56634 DPT=443 WINDOW=42340 RES=0x00 SYN URGP=0
and container log warning:
wsd-00001-00001 2024-10-15 19:21:17.684812 +0300 [ coolwsd ] WRN #30: Timed out while requesting [GET rating.collaboraonline.com/UpdateCheck/updatecheck2.html?product=Collabora%20Online%20Development%20Edition&version=24.04.8.2] after 134639ms| net/HttpRequest.hpp:1706
The text was updated successfully, but these errors were encountered:
I'm aware of this. The problem is that after a container restart, there is one initial check which fails. After that the 'fetch_update_check' interval is used.
I see that you disable the check for update in libreoffice container by overriding a configuration
--o:fetch_update_check=99999
But seems (in some circumstances - like when restarting the container) the check for updates are performed (but container is not allowed to access the Internet). I see the firewall drop messages in the system log:
and container log warning:
The text was updated successfully, but these errors were encountered: