2024-09-01, 07:38 PM
(2024-09-01, 07:23 PM)TheDreadPirate Wrote: The journalctl command wouldn't output anything for docker setups.
Code:sudo docker logs jellyfin
Make sure that the user you are running the container as, which appears to be your user, can access /srv/appdata/jellyfin. Remember that your user needs to be able to access each step in that path.
so its showing this
jkboyo@limitedpower:/srv/appdata/jellyfin$ sudo docker logs jellyfin
[sudo] password for jkboyo:
Error response from daemon: No such container: jellyfin
For some reason it seems like the stuff I did hasn't been working. Do I use chmod to change the permissions of this dir?
I also am fine with creating a user for this application if need be. Also if there is a detailed tutorial for doing what I am trying to do feel free to point me to that. Most of the ones I keep trying to find aren't doing what I am trying to do so I am running into issues.