Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libreoffice checks for updates but not allowed #23

Open
toffee opened this issue Oct 15, 2024 · 1 comment
Open

libreoffice checks for updates but not allowed #23

toffee opened this issue Oct 15, 2024 · 1 comment

Comments

@toffee
Copy link
Contributor

toffee commented Oct 15, 2024

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
@HolgerHees
Copy link
Owner

HolgerHees commented Oct 18, 2024

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.

For now, I have no other idea how to handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants