Lonnie Abelbeck
Lonnie Abelbeck
Hi @vergoh > how reproducible is this? Not reproducible, so far it has happened only 2 times, at these times: ``` Apr 18 23:00:00 - Linux 4.19.236 #1 SMP PREEMPT...
Testing with: ``` - Linux 4.19.254 #1 SMP PREEMPT x86_64 GNU/Linux - vnStat 2.9 - sqlite3 3.39.3 ``` This issue has not occurred again for the last two months. Closing,...
@DaveSophoServices : A common use of IPv6-NAT is NPTv6 (Network Prefix Translation), as such local devices can have static Unique Local Address (ULA, fd00::/48) addresses and each address gets translated...
The `dyndns2` protocol can't update IPv6 `AAAA` records AFAIK. Using `ddclient-curl` IPv6-capabable protocols are: `cloudflare`, `he`, `freedns`, `duckdns`
Nice find! Your solution looks good for a minimal impact fix.
@saradickinson Yes, `idle_timeout: 5000` keeps `Conn_shuts=` from happening and the first (primary) server remains selected. Thanks ! BTW, Quad9 appears to use a 12-13 second idle timeout at their server...
> I'm interested why you don't want to use `round_robin_upstreams: 1` which is much more flexible and robust to trying failed servers. @saradickinson In my testing I found `round_robin_upstreams: 0`...
Thanks @saradickinson > We might want to consider an explicit option for preferring IPv6 over IPv4.... I would suggest the order of the servers is the only preference needed ......
@OpusElectronics : We are seeing the same with 016. Our project does not install a ``usb.ids`` file for storage size considerations. A ``0`` return value of ``get_vendor_string`` and ``get_product_string`` is...
@gregkh : Thanks for your timely attention Though the ``read_sysfs_prop()`` ``read()`` could return -1 which would be considered TRUE (before negating) in your new ``if()``. Possibly something like: (revert db6b20ab8477005658ba62ba48fe7c60b7144cc6...