Interesting, I'll try reproducing your steps on my system and see why it's crashing.
you need one status if you didn't enable it from the plugins > installed tab, which would add 'couchpotato_enable=YES' to /etc/rc.confI mean it's running now although not sure why I need "onestatus".
![]()
But I still have permission errors writing to the /media/downloads/Movies folder.
![]()
Might need to get someone to remote login and look at it.. cuz i have no idea.
depends on the ownership of the folder you are telling it to download to from couchpotatoI think guest (1001) . Should I change that back to transmission (921)
I brought this issue up before. It looks like the user 'guest' isn't mapped to UID 1001 in the jail.This actually might be a problem. The permissions in the jail are different from when I just look from the general shell.
![]()
I thought you switched couchpotato to use the 'guest' user, UID 1001?
hey Supa, this is a reply to your reddit comment..
"I mean I'm pretty sure it is. It starts downloading and then the log spams the "unable to write/Permission Denied" until it finishes and then folder ends up being empty."
If the error is showing in transmission, what you are saying isn't true, and my hypothesis that the file isn't even being started to be downloaded is correct.
Since you are telling transmission to write to /media/downloads/Movies, and it's owned by 1001/1001 with 775 permissions, then either...
- that folder needs to be world writeable (777)
- or, you need to change what user transmission runs as to a user with UID 1001
- or, you need to add transmissions user to a group with GID 1001, and make sure the folder is at least group writable 775
That's not what I heard earlier from redditSo all the permission errors show up in Couchpotato.. not transmission.