MOD-UI fails to load - Aruk RC3 [SOLVED]

Have flashed a fresh card with the recommended Aruk RC3 image onto a Zynthian V2+ kit. I ensured that the hardware configuration was correct, and then ran an update which apparently completed without issue.

I am unable to enter MOD-UI after loading the MOD engine. I’ve ssh’d into the Zynthian to try to see what might be happening. Evidently, MOD-UI is failing to load, while MOD-HOST seems to be running:

root@zynthian:~# systemctl status mod-ui
● mod-ui.service - MOD-UI

  • Loaded: loaded (/etc/systemd/system/mod-ui.service; disabled; vendor preset: enabled)*
  • Active: activating (auto-restart) (Result: exit-code) since Tue 2019-10-15 11:27:20 BST; 1s ago*
  • Process: 2805 ExecStart=/zynthian/zynthian-sw/mod-ui/server.py (code=exited, status=1/FAILURE)*
  • Main PID: 2805 (code=exited, status=1/FAILURE)*

Oct 15 11:27:20 zynthian systemd[1]: mod-ui.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 11:27:20 zynthian systemd[1]: mod-ui.service: Unit entered failed state.
Oct 15 11:27:20 zynthian systemd[1]: mod-ui.service: Failed with result ‘exit-code’.
root@zynthian:~# systemctl status mod-host
● mod-host.service - MOD-HOST: LV2 plugin server

  • Loaded: loaded (/etc/systemd/system/mod-host.service; disabled; vendor preset: enabled)*
  • Active: active (exited) since Tue 2019-10-15 11:21:31 BST; 9min ago*
  • Main PID: 869 (code=exited, status=0/SUCCESS)*
  • CGroup: /system.slice/mod-host.service*

Oct 15 11:21:29 zynthian systemd[1]: Starting MOD-HOST: LV2 plugin server…
Oct 15 11:21:29 zynthian jack_load[864]: mod-monitor is running.
Oct 15 11:21:29 zynthian jack_load[864]: client name = mod-monitor
Oct 15 11:21:31 zynthian jack_load[869]: mod-host is running.
Oct 15 11:21:31 zynthian jack_load[869]: client name = mod-host
Oct 15 11:21:31 zynthian systemd[1]: Started MOD-HOST: LV2 plugin server.

Any thoughts how to resolve this?

1 Like

Ups! The problem is a recent change that breaks things, but it should be solved now. Please, update and try again :wink:

Regards,

3 Likes

Have updated again, and MOD-UI is working as expected.

Many thanks :sunglasses:

2 Likes