Alternatively to the download of the installer the bin can be downloaded directly to the target.
git clone https://github.com/pxcbe/azure-iot-edge.git
cd azure-iot-edge/install
sudo passwd root
su
Please copy paste your connection string to the file config.yaml (line 55)
chmod +x SetupEdge.sh
./SetupEdge.sh
reboot
execute this command as root!
sudo ln -sv /lib /lib64
Remember to Disable nginx or modify edge* from port 443 -> 44X If you stop nginx, you'll lose the webbased management
/etc/init.d/nginx stop
To check if the installation was succesfull try this command:
iotedge check -v
Getting the next error message and just rebooted the controller? Wait a good minute or two, the problem should resolve itself.
× config.yaml has correct URIs for daemon mgmt endpoint - Error
Error: could not execute list-modules request: an error occurred trying to connect: Connection refused (os error 111)