Hi, I have two seperate (.NET) snaps which both need to connect to the same drive via the EAL library. If I install only one of them and uninstall the other, both work fine. However, if I install both of them at the same time, only one of them works and the other throws the exception 2022-10-11T09:08:15Z measurement-module.client[2560107]: Unhandled exception. EAL.Exceptions.EALException: Ping execution is failed. 2022-10-11T09:08:15Z measurement-module.client[2560107]: Ping execution is failed. 2022-10-11T09:08:15Z measurement-module.client[2560107]: ---------------------------------------------------- 2022-10-11T09:08:15Z measurement-module.client[2560107]: ------------------------------ 2022-10-11T09:08:15Z measurement-module.client[2560107]: at EAL.EALConnection.EALConnection.Connect(String ipAddress) 2022-10-11T09:08:15Z measurement-module.client[2560107]: at Samples.Datalayer.Client.Program.Main(String[] args) 2022-10-11T09:08:15Z systemd[1]: snap.measurement-module.client.service: Main process exited, code=killed, status=6/ABRT 2022-10-11T09:08:15Z systemd[1]: snap.measurement-module.client.service: Failed with result 'signal'. I can successfully ping the drive from both snaps. When I still was running core18, the problem did not occur. What am I missing here? Best Johannes Ellinger
... View more