-
Notifications
You must be signed in to change notification settings - Fork 35
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
systemctl can't start indiwebmanager.service #63
Comments
Maybe can see why if you do: |
There is nothing at all on the journald log |
Make sure you set the right user (default : User=Pi) line 8 in /etc/systemd/system/indiwebmanager.service |
yep, I had set my username on there |
What happens if you try to run it manually then? As your user:
|
If I launch it directly using the full path as my user it works without issue. |
start copy and pasting stuff, status, your actual file, etc. |
First of all, thank you for your help. My username is
Commands issued in this order:
(wait for reboot)
Output:
Contents of journalctl:
If I run indiserver by calling it using the full path |
Maybe there is an issue with it starting enabled services at startup? What if you start it manually using systemctl? Does that start it?
You are using Raspberry Pi OS? When you test it are you using any python virutal environments? Using anything like pyenv? Really weird there is nothing at all in |
Yes, I'm using Raspberry Pi OS, not using any virtual environments as per the readme instructions. |
I'm not sure why it behaving so differently for you. Maybe I'll have a fire up the latest raspberry pi os and try it out. What if you change type in the service file to simple? idle I believe waits until everything has started, maybe you got something else not starting?
|
Yeah, no dice. Thank you so much for your help, though. |
Hi, I couldn't find any issues regarding this. The problem I'm facing is that systemctl cannot start the service.
indiweb is installed and works just fine when called normally from the terminal. However, the command 'sudo systemctl status indiwebmanager.service' shows 'inactive (dead)' I can't get it work start normally. I've tried restarting the service, disabling it, rebooting the device a bunch of times and completely removing the service from systemctl, but nothing seems to work.
I want to clarify this is the second install I performed of indiweb. The first worked without issue. Both were done on RPi 4b 4GB.
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: