-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
"Host not found (non-authoritative), try again later": how to disable DNS cache? #22366
Comments
DNS is at OS level, no QBT. The issue you mention points to a CDN wrong IP (Content Delivery Network) which is ou of your boundaries but what you can do is using a DNS servers more "reactive". You local DNS cache should be cleard under Debian with (may need sudo) "resolvectl flush-caches". This will flush the local machine DNS cache and all new queries will go to the configured DNS server for resolution. However and most likely the configured DNS server is not very reactive and doesn't update fast enough and you will fall in the same rabbit hole. Have you change you server DNS servers to something else than ISP ones? (Cloudflare, Cloud9, whatever is your flavor)? |
I probably should have mentioned that
If it happens again I'll try |
Is Trixie in stable branch now? Last time I checked was Bookworm still the one to use (and deployed in LXC). The DNS servers to change is so inside the LXC container, did you change them there? the default was problematic for me and I used resolvconf way instead: |
qBittorrent & operating system versions
qBittorrent-nox v5.0.4 on Debian Trixie
What is the problem?
All torrents are silently failed (not errored) with all trackers showing error:
DNS is working fine, I've also tried changing my DNS server with
resolvectl
to another one that I also verified is working throughdig
, but qBittorrent is still doing nothing, regardless of reboots, removing and re-adding the tracker etc.This issue seems to talk about DNS caching, with an unanswered question on how to disable it: #9045 (comment)
It's quite possible that the DNS resolution did fail at some point, perhaps through a race condition, but it's concering to me that it doesn't seem to retry it when DNS is working fine, and that it seems like nothing can be done to force a re-check.
So are there any ways to force a re-check, configure a lower timeout, or any other ideas on what might be causing this?
Steps to reproduce
Intermittent
Additional context
No response
Log(s) & preferences file(s)
No logs on STDOUT
The text was updated successfully, but these errors were encountered: