From f30c836696c11c5ad12d4c176e78e19642bffc17 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 21 Feb 2016 13:59:24 +0000 Subject: [PATCH] Note Linux version requirements for running rclone - fixes #346 --- docs/content/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/faq.md b/docs/content/faq.md index 2a8310e12..a17cc3e54 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -129,3 +129,11 @@ Note that you may need to add the `--insecure` option to the `curl` command line ``` curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt ``` + +### Rclone gives Failed to load config file: function not implemented error ### + +Likely this means that you are running rclone on Linux version not +supported by the go runtime, ie earlier than version 2.6.23. + +See the [system requirements section in the go install +docs](https://golang.org/doc/install) for full details.