N
N
@gablau @vshymanskyy I'm interested in seeing debug support. Will this PR progress? I'm bit frustrated trying to figure out [Blynk Cloud connection issue](https://github.com/noelmcloughlin/iot-edge-stepping-stones/issues/7).
Here is one-liner `$ wget https://github.com/Masterminds/glide/releases/download/v0.13.1/glide-v0.13.1-linux-arm64.tar.gz && sudo tar -zxvf glide-v0.13.1-linux-arm64.tar.gz && sudo mv ./linux-arm64/glide /usr/local/bin/ `
According to http://lists.suse.com/pipermail/deepsea-users/2017-November/000221.html this is salt version incompatibility.
I can replicate this issue on Ubuntu. There must be some step missing in README.
Same issue on archlinux. ``` chown: invalid user: 'salt:salt' Job for salt-api.service failed because the control process exited with error code. See "systemctl status salt-api.service" and "journalctl -xe" for details....
The correct package name is `python-setuptools` on Archlinux (ID=arch) The invalid user error is due to #1704
https://bugs.python.org/issue5004
Check what errors are reported from libstorage: `journalctl -xe | grep -i libstorage` and/or ` grep -i libstorage /var/log/messages`
Just passing by. The error is clearly stated (from code perspective), the file is not accessible or does not exist. I'd zero in on that file (maybe it needs chmod...
No idea. It is a plugin that is not accessible for some reason. Sorry, cannot help.