Christopher Hubbard

Results 30 comments of Christopher Hubbard

It is NOT a good solution, but it helped me a bit to learn how the system is glued together: https://translate.google.com/translate?hl=en&sl=ru&tl=en&u=https%3A%2F%2Fdaemon.io%2Fdocs%2Fen%2F%23control&sandbox=1 I forced google translate to change it over after...

verify very closely that your authentication is working correctly, and look very close at your password. Reserved characters can really mess things up and not show up well (it was...

I suspect you have a different problem. I also have H&I, and everything seems to be working reliably with it. I just tested live watching, and the EPG data is...

Any chance you can paste your systemd file in here to look at?

Also from your output, I would suggest cheating.. Active: failed (Result: exit-code) since Wed 2021-02-17 13:01:57 PST; 2min Process: 2287 ExecStartPre=/usr/bin/touch /var/log/locast2plex.log try sudo touch /var/log/locast2plex.log ; sudo chmod 777...

locate the touch executable file and copy or symlink it to /usr/bin

Is it an actual file or a symlink to something that does not exist? try ls -la /usr/bin/touch, and see if it is zero byte, or non-executable, or messed up...

Hmm, are you actually able to run sudo /usr/bin/touch /var/log/locast2plex.log ?

Wait a second. Did you update your systemd file? It assumes things like the install directory is in /opt. Did you get all that updated to the correct path?

ok, know the exact path of where you installed locast2plex, then sudo nano /etc/systemd/ (where-ever you put your systemd file itself). Edit all the service stuff that points to /opt/locast2plex...