1
mirror of https://github.com/rclone/rclone synced 2024-12-22 13:03:02 +01:00

doc: add FAQ entry for "tcp lookup no such host" - fixes #683

This commit is contained in:
Stefan Breunig 2017-07-27 18:20:25 +02:00
parent f3060caf04
commit ee52365e88

View File

@ -146,3 +146,18 @@ hasn't got the Microsoft Office suite installed. The easiest way to
fix is to install the Word viewer and the Microsoft Office
Compatibility Pack for Word, Excel, and PowerPoint 2007 and later
versions' file formats
### tcp lookup some.domain.com no such host ###
This happens when rclone cannot resolve a domain. Please check that
your DNS setup is generally working, e.g.
```
# both should print a long list of possible IP addresses
dig www.googleapis.com # resolve using your default DNS
dig www.googleapis.com @8.8.8.8 # resolve with Google's DNS server
```
If you are using `systemd-resolved` (default on Arch Linux), ensure it
is at version 233 or higher. Previous releases contain a bug which
causes not all domains to be resolved properly.