32 Replies
Can you please try to run
sudo chown -R 1000:1000 /mnt/Sata0/Téléchargement
then remove the torrent and try to download it againSame...
docker exec -it transmission id
maximeurbaniak@raspberrypi5:~ $ docker exec -it transmission id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video)
maximeurbaniak@raspberrypi5:~ $
And, another thing : I have radarr (without tipi) and radarr cannot see the dl within /downloads/complete ....
Won't work, transmission uses the s6 overlay if I remember correctly meaning that it runs as the user defined in PGID and PUID set through environment variables which in tipi's case is 1000 and 1000
I suspect the disk mount is configured incorrectly, @urbamax how did you mount the drive
with fstab I think, it's been a while
How did you format it?
Exfat? Ext4?
I think I have a quick fix for you
Create the file
runtipi/user-config/transmission/docker-compose.yml
He is
look at the capture
And add
It will force transmission to run as root
Not the best but it should fix all permission issues
And that's the information about the hdd, it's in my "freebox delta" (internet box)
I erase older services in that file ?
Ok it's Ext4 so it's weird that the above solutions didn't work
Nope just add the environment
So you can keep your current config too
Ok, I don't change anything so
Add the environment below the volumes part so
Don't know what you mean by - the environment variables
Sorry, I'm a newbie who learn step by step by doing mistakes...
Can you fix that ?
Or just let me see that files because I didn't see any movie in the download folder..
maximeurbaniak@raspberrypi5:~ $ ls -al ~/runtipi/media
total 24
drwxrwxrwx 6 root root 4096 Feb 1 2024 .
drwxr-xr-x 14 maximeurbaniak maximeurbaniak 4096 Jan 3 13:32 ..
drwxrwxrwx 10 root root 4096 Feb 1 2024 data
drwxrwxrwx 5 root root 4096 Feb 1 2024 downloads
drwxrwxrwx 5 root root 4096 Feb 1 2024 torrents
drwxrwxrwx 5 root root 4096 Feb 1 2024 usenet
Maybe it can help you...
You should add
Let's focus on transmission for now
I have to restart transmission ?
Yeah
ok, I see part files in my folder
For now it's working on incomplete files, I'm waiting for complete files 🤣
Cool
OK, it's working !! Thank you !!!
Cooooool
Something else : at each startup of the pi, I have to sudo mount -a to mount again my hdd's
Do you know what's wrong ?
Huh can you share your
/etc/fstab
file?In a second
I'm restarting tipi
Since you are using a pi
Maybe 6-7 years now
The issue may be that fstab mounts before network is available
maybe more
So try to do
sudo raspi-config
Go to system options
And enable network at boot
Then reboot your pi (raspi config may ask you to reboot too) and it should automount the sharesjust see wireless lan in system options
But I'm connected over RJ45
Oh.. at reboot, transmission auto change his configuration and back to the usual folder....
I found the option for mounting, thank you
And found an alternative for folder. I define the directory directly in the client of radarr/sonarr