I’m trying to obtain a CID file for a runtime license but the latest version of proton-web-iot won’t run on my RevPi. I’ve updated to the latest jessie version.
pi@RevPi100102:~/procon-web-iot $ cat /etc/revpi/image-release
../2017-09-22-revpi-jessie.img
Following the quick start guide I performed apt-get update and apt-get install pictory. I enable proton-web-iot from the service page of web status. In the procon designer(version 6.3.7) no systems are listed in the runtime target screen. Starting the service from the command line I get the following:
pi@RevPi100102:~/procon-web-iot $ sudo systemctl -l status procon-web-iot
● procon-web-iot.service - PROCON-WEB HMI runtime system
Loaded: loaded (/lib/systemd/system/procon-web-iot.service; enabled)
Active: failed (Result: exit-code) since Thu 2019-05-30 01:36:12 CEST; 54s ago
Docs: https://www.gti.de/produkte-der-gti/procon-web/
Process: 3712 ExecStart=/usr/lib/procon-web-iot/procon-web-iot (code=exited, status=132)
Main PID: 3712 (code=exited, status=132)
May 30 01:36:10 RevPi100102 systemd[1]: Started PROCON-WEB HMI runtime system.
May 30 01:36:11 RevPi100102 procon-web-iot[3712]: /usr/lib/procon-web-iot/procon-web-iot: line 5: 3716 Illegal instruction LD_PRELOAD=$SCRIPTPATH/libstdc++.so.6.0.25 $SCRIPTPATH/node/node $SCRIPTPATH/dist/src/app.js
May 30 01:36:12 RevPi100102 systemd[1]: procon-web-iot.service: main process exited, code=exited, status=132/n/a
May 30 01:36:12 RevPi100102 systemd[1]: Unit procon-web-iot.service entered failed state.
I am able to run the 1.2.1 version.