Christian Schulze
Christian Schulze
I'm getting the same issue on Ubuntu 21.04 with Gnome 3.38.5 using Wayland. My workaround is the following: - assign a global gnome shortcut via Keyboard Shortcuts to run Zeal...
I had this same issue, the problem was the python script `/usr/local/opnsense/scripts/ddclient/checkip` always returning `None`. This script calls the various services via `curl`, which is hard coded to timeout after...
I had this same issue, the problem was the python script `/usr/local/opnsense/scripts/ddclient/checkip` always returning `None`. This script calls the various services via `curl`, which is hard coded to timeout after...
@fichtner its absolutely a timeout: ```bash $ /usr/local/bin/curl -m 10 http://ip1.dynupdate.no-ip.com/ curl: (28) Resolving timed out after 10010 milliseconds ``` and with a longer timeout: ``` $ /usr/local/bin/curl -m 15...
Fair enough. In my particular instance its a timeout issue, so adding to the collective knowledge in case it helps someone else.
Hi @houllette, I've since moved on from the company I worked for when I found this issue, so unfortunately no longer have access to the code that caused this.