Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start service on Arch Linux #106

Open
pgaiger opened this issue Nov 15, 2020 · 4 comments
Open

Unable to start service on Arch Linux #106

pgaiger opened this issue Nov 15, 2020 · 4 comments

Comments

@pgaiger
Copy link

pgaiger commented Nov 15, 2020

I installed from the AUR, and I get the following error when I attempt to start the service:

: sudo systemctl start little-brother
Job for little-brother.service failed because the control process exited with error code.
See "systemctl status little-brother.service" and "journalctl -xe" for details.

"░ A start job for unit little-brother.service has begun execution.
░░
░░ The job identifier is 2675.
Nov 15 12:24:03 columbus systemd[14806]: little-brother.service: Failed to determine user credentials: No such process
Nov 15 12:24:03 columbus systemd[14806]: little-brother.service: Failed at step USER spawning /usr/bin/run_little_brother.>
░░ Subject: Process /usr/bin/run_little_brother.py could not be executed
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The process /usr/bin/run_little_brother.py could not be executed and failed.
░░
░░ The error number returned by this process is ERRNO.

Thanks in advance.

@marcus67
Copy link
Owner

Hi there! Thank you for your feedback. Did you install LittleBrother using the original Arch-Linux package? If so, there's probably a systematic problem with it since the packager does not include all required PIP packages. I haven't got time to get into the details of it but I guess I have to contact the packager to take a different approach.

In the meantime you could try the generic installation described in https://github.com/marcus67/little_brother/blob/master/NON-DEBIAN-INSTALLATION.md.

@sluedecke
Copy link

Somewhat unrelated, but still an arch linux: on my system it misses python_base_app. This can be fixed as described in the non debian installation by adding (with pip3) the dependencies python_base_app and some_flask_helpers.

BTW: the arch linux package description is here: little-brother aur

@marcus67
Copy link
Owner

marcus67 commented Mar 6, 2022

The additional packages have been added by the package maintainer. Could you (@sluedecke) check whether the application now works on Arch Linux, please? Thanks a lot!

@sluedecke
Copy link

sluedecke commented Mar 25, 2022

Hi Marcus, thanks for looking into it!

Unfortunately although all necessary dependencies are included, the AUR install does not yet work on a 'fresh' system. It seems to boil down to some files and folders not being created during install. Probably the AUR mechanism does not call generic-install.sh ...

See: https://aur.archlinux.org/packages/little-brother#comment-858324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants