-
Notifications
You must be signed in to change notification settings - Fork 101
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
Transcoding fails due to "Error: EPERM: operation not permitted," #309
Comments
UPDATE: This works then the destination is a local file but not when its a CIFS mount. |
I have this issue too. Perfectly fine when its not a cifs mount. Doing the operation manually under the Tdarr user within the docker works perfectly fine. |
Just wanted to note that this issue also happens with an NFSv3 mount as the media directory. |
I also have this issue with beta 1.207 on Ubuntu Server 20.04.1. Manually This post from StackExchange suggests using |
I'm having the same issue both with a cifs mount and local folder. Maybe this is an NPM/Node issue? |
I ended up resolving this issue by switching the way my network share was being mounted in docker. I dropped in the docker-volume-netshare plugin on my docker host and used the following docker-compose to create the container: The relevant part being the drive mount for /mnt/media. There seemed to be other solutions but they involved heavily modifying the configuration of my NFS/CIFS server. |
Maybe worth retrying with V2? I don't get issues for local folders, but for cifs and nfs mounts it fully copies the file but then deletes it and give out an error. Maybe something's happen after the "cp", something in regards to the rename functionality. |
Sorry. I gave up on this a couple of weeks ago and just wrote my own
scripts to handle automated transcoding and validation. Seems to work
fine, calling ffmpeg and/or handbrake directly.
…On Mon, Jan 25, 2021, 2:59 PM Will Segatto ***@***.***> wrote:
Maybe worth retrying with V2? I don't get issues for local folders, but
for cifs and nfs mounts it fully copies the file but then deletes it and
give out an error. Maybe something's happen after the "cp", something in
regards to the rename functionality.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXE4WNDTMIAKCRVJLGXVMLS3XLTRANCNFSM4VGI5ZSQ>
.
|
Worth trying with 2.00.03 as a different copy library is used. Please reopen if needed. Thanks. |
[This is on an up-to-date Linux Mint system.]
I've been pounding my head against this all day...
After transcoding a file, I get this:
Both the source and destination folder's permissions are 0777. I can create and delete files by hand in both those folders, but apparently Tdarr cannot.
The text was updated successfully, but these errors were encountered: