Установка шлюза Telit для управления активами устройства при ошибках Raspberry Pi со статусом =203 при запуске службы
Я следую приведенным здесь инструкциям , чтобы установить шлюз активов Telit на свой Raspberry Pi. Это новая установка 64-битной ОС Pi, работающей на Pi 4.
Кажется, установка прошла успешно, и я получаю сообщение
Updating file permissions...
Running post-install commands...
systemd detected, installing deviceWISE services
Installation is complete.
Затем я проверяю, работает ли служба, используяsystemctl status devicewise.service
и он возвращает это:
● devicewise.service - deviceWISE Asset Gateway
Loaded: loaded (/etc/systemd/system/devicewise.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2022-12-07 17:19:36 GMT; 19ms ago
Main PID: 2846
Tasks: 1 (limit: 4164)
CPU: 6ms
CGroup: /system.slice/devicewise.service
Dec 07 17:19:36 raspberrypi systemd[1]: Started deviceWISE Asset Gateway.
Dec 07 17:19:36 raspberrypi systemd[2846]: devicewise.service: Failed to execute /opt/dw/dwcore/dwcore: No such file or directory
Dec 07 17:19:36 raspberrypi systemd[2846]: devicewise.service: Failed at step EXEC spawning /opt/dw/dwcore/dwcore: No such file or di>
Dec 07 17:19:36 raspberrypi systemd[1]: devicewise.service: Main process exited, code=exited, status=203/EXEC
Dec 07 17:19:36 raspberrypi systemd[1]: devicewise.service: Failed with result 'exit-code'.
Если я попытаюсь снова, это показывает это:
● devicewise.service - deviceWISE Asset Gateway
Loaded: loaded (/etc/systemd/system/devicewise.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2022-12-07 17:19:55 GMT; 2s ago
Process: 2852 ExecStart=/opt/dw/dwcore/dwcore (code=exited, status=203/EXEC)
Main PID: 2852 (code=exited, status=203/EXEC)
CPU: 6ms
1 ответ
Для работы Telit требуется 32-разрядная версия ОС Raspberry Pi. Надеемся, что в ближайшем будущем появится 64-разрядная версия DeviceWise для ARM.