cloudfuse
cloudfuse copied to clipboard
Error running on Ubuntu server 17.10
I'm not sure cloudfuse is supported on Ubuntu server 17.10 yet, but I thought I would post this issue for tracking.
Specific issue: cloudfuse -h returns "Failed to authenticate."
Environment:
lsb_release -sd = Ubuntu 17.10
- fuse 2.9.7-1ubuntu1
- libfuse2 2.9.7-1ubuntu1
- libjson-c-dev:amd64 0.12.1-1.2
- libjson-c3:amd64 0.12.1-1.2
Steps to reproduce:
- apt-get install build-essential libcurl4-openssl-dev libxml2-dev libssl-dev libfuse-dev libjson-c-dev
- git clone https://github.com/redbo/cloudfuse.git
- cd cloudfuse; ./configure
- make
- vi ~/.cloudfuse
- chmod 600 ~/.cloudfuse
- ./cloudfuse -h "Failed to authenticate."
Thank you.
Did you upgrade from a previous release? If so, check DNS settings.
No upgrade -- fresh install Ubuntu 17.10 Server. We have many other 16.04 Ubuntu servers that do not display this error.