I am trying to install IP-Symcon on an Odroid C2 running Ubuntu 16.04 beta.
Unfortunately apt is not happy with the provided MD5 and SHA1 hashes. When I run apt-get update the following error is thrown:
E: Failed to fetch http://apt.ip-symcon.de/dists/stable/Release No Hash entry in Release file /var/lib/apt/lists/partial/apt.ip-symcon.de_dists_stable_Release which is considered strong enough for security purposes
E: Some index files failed to download. They have been ignored, or old ones used instead.
I am not much of a Linux or Ubuntu expert. It’s probably a better idea to find a 32-bit image for the Odroid C2. Hardware wise it’s a very nice board: 2GHz CPU, 2GB RAM, gigabit ethernet, eMMC + SD memory.
Indeed. We only provide 32 bit builds. You should possibly looks around if you can get a modified raspbian image. Those are reported to be working fine (at least for BananaPi boards)
I have tried the hybrid 64/32-bit Odrobian image. I was able to install IP-Symcon after adding „[arch=armhf]“ to the IP Symcon source line in/etc/apt/sources.list". IPS wouldn’t run though, it quietly shutdown. The last item in the log was something like ‚cleaning up backups‘.
So I went back to the 64-bit Ubuntu 16.04 image that came pre-installed on the eMCC module and added [arch=armhf] to the source list:
deb [arch=armhf] http://apt.ip-symcon.de/ stable rpi
(previously I had already added armhf as a foreign architecture)
After installing some missing libraries I was able to install IPS.
Fix for issue “/usr/bin/symcon: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory”: