Search found 5 matches

by tstuart
Sun Oct 04, 2020 1:28 am
Forum: Plugins
Topic: python installed but missing?
Replies: 1
Views: 4521

python installed but missing?

I'm trying to use plugins with deluge(auto-remove and/or auto-extractors). I believe I have the python 3 versions but I cannot get them to even show up in the webUI. Tried importing useing webUI's plugin install and tried just dropping the .egg file into the .config folder and restarting the deluge ...
by tstuart
Wed Sep 30, 2020 8:55 pm
Forum: Support
Topic: Deluge/smb/permissions
Replies: 5
Views: 2486

Re: Deluge/smb/permissions

I think I get it now. In fstab entry username/password are accounts on the remote machine, just used to authenticate. the UID/GID are the local account that is mapping the share and therefore the account that will have access. So when I was using root/root there was no way for lower accounts to prop...
by tstuart
Wed Sep 30, 2020 5:53 pm
Forum: Support
Topic: Deluge/smb/permissions
Replies: 5
Views: 2486

Re: Deluge/smb/permissions

On hostB the folder being shared out has permissions:
drwxrwxrwx+ 11 nobody nogroup

But on HostA the mounted share shows:
drwxr-xr-x 3 root root

I've tried sudo chmod -R u=rwx,g=rwx,o=rwx on both HostB and A but HostA never seems to change what it's showing as the permissions on the share.
by tstuart
Wed Sep 30, 2020 4:19 pm
Forum: Support
Topic: Deluge/smb/permissions
Replies: 5
Views: 2486

Re: Deluge/smb/permissions

To first question: my plex server is hostB and from back when I had separate physical boxes I always had the media on the same box as the plex server so I wouldn't have to worry about network transfers causing issues with playout. Inside the VMs this wouldn't matter as much(if at all really) but I j...
by tstuart
Wed Sep 30, 2020 6:36 am
Forum: Support
Topic: Deluge/smb/permissions
Replies: 5
Views: 2486

Deluge/smb/permissions

Trying to setup deluge to download on one machine to an SMB share hosted on another. I know this is a permissions issue, but I am always getting the SMB permissions messed up and really need some guidance. I have hostA with deluge and my actual storage on hostB - Both hosts are ubuntu (20.04) and VM...