Muse Hub service not working on Arch Linux
I've installed the package muse-hub-bin via the AUR.
Immediately after installation the service muse-hub.service is running according to ps -ef.
Upon launching muse-hub itself the service seems to crash.
I then get the message in muse-hub that the "Muse Hub helper service is not running", upon clicking connect nothing happens. When using systemctl restart muse-hub I get the error:
"Job for muse-hub.service failed because the control process exited with error code.
See "systemctl status muse-hub.service" and "journalctl -xeu muse-hub.service" for details."
Upon running systemctl status muse-hub, I get this:
× muse-hub.service - Muse Hub Helper Service
Loaded: loaded (/usr/lib/systemd/system/muse-hub.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Thu 2022-12-29 06:24:12 GMT; 9min ago
Duration: 606ms
Process: 24279 ExecStart=/usr/bin/muse-hub-service (code=exited, status=134)
Main PID: 24279 (code=exited, status=134)
CPU: 331ms
Dec 29 06:24:09 mothpc systemd[1]: muse-hub.service: Main process exited, code=exited, status=134/n/a
Dec 29 06:24:09 mothpc muse-hub-service[24279]: /usr/bin/muse-hub-service: line 3: 24281 Aborted (core dumped) /opt/muse-hub/Muse.Service $@
Dec 29 06:24:09 mothpc systemd[1]: muse-hub.service: Failed with result 'exit-code'.
Dec 29 06:24:12 mothpc systemd[1]: Stopped Muse Hub Helper Service.
Dec 29 06:24:12 mothpc systemd[1]: muse-hub.service: Start request repeated too quickly.
Dec 29 06:24:12 mothpc systemd[1]: muse-hub.service: Failed with result 'exit-code'.
Dec 29 06:24:12 mothpc systemd[1]: Failed to start Muse Hub Helper Service.
Comments
This seems to be a problem with the aur package, see
https://aur.archlinux.org/packages/muse-hub-bin
=> /usr/bin/muse-hub-service aborts with core dump after failing to create /var/lib/MuseSampler/.
In reply to This seems to be a problem… by graffesmusic
Ah, that's annoying. muse-hub was at some point able to create it as I have a /var/lib/MuseSampler. I've now tried removing /var/lib/MuseSampler and re-installing along with mkdir MuseSampler && chown moth:moth MuseSampler but neither worked. I'll wait for the package to get fixed.