Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File error alert, Permission denied when making a folder on network mount #22241

Open
Sandwich1699975 opened this issue Feb 6, 2025 · 2 comments
Labels

Comments

@Sandwich1699975
Copy link

qBittorrent & operating system versions

qBittorrent: 5.0.3 x64, Using nox docker container
OS: Linux Mint 21.3 x86_64

What is the problem?

I previously posted this in the Docker Github for nox, but I think it's a qBittorrent error and not a Docker error.


I get this error for every torrent I try to download

File error alert. Torrent: "torrentname". File: "/downloads/torrentname/torrentname.mkv". Reason: "torrentname mkdir (/downloads/torrentname/torrentname.mkv) error: Permission denied"

And they all error before downloading any data. Data is stored on a Truenas SMB server. I'm guessing this might be related to #21669

However, when I exec -it into the docker container I can run mkdir fine. So the container is mounted correctly and permissions seem to be fine. How do I go about fixing this?

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

Permissions of destination folder

$ ls -lh /mnt/smb_truenas/
total 0
drwxrwxrwx 2 freddy freddy 0 Feb  3 11:39  Downloads
drwxrwxrwx 2 freddy freddy 0 Feb  3 20:18  Movies
drwxrwxrwx 2 freddy freddy 0 Feb  3 20:19 'TV Shows'

qBittorrent and the docker container is set to write to the Downloads folder.

@thalieht thalieht added the Docker label Feb 6, 2025
@Sandwich1699975
Copy link
Author

Sandwich1699975 commented Feb 11, 2025

Fixed by setting read-only to false in docker-compose and uncommenting - UID=1000

@Sandwich1699975
Copy link
Author

Nevermind I must have configured something wrong and downloaded the file into the aether and now I can't find it. Still stuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants