alpine-qbittorrent-openvpn icon indicating copy to clipboard operation
alpine-qbittorrent-openvpn copied to clipboard

"File error alert" | "error: No such device"

Open heinsenberg82 opened this issue 2 years ago • 4 comments

This error is really driving me nuts. I can't figure it out what's happening. I've already checked my permissions (the container user has full access to all my folders), so that's not the issue.

Every torrent I add gets the error status. When I check the logs, this is what I get:

(N) 2021-12-16T12:33:19 - 'Movie.Name.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES' added to download list. (W) 2021-12-16T12:33:24 - File error alert. Torrent: "Movie.Name.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES". File: "/downloads/incomplete/MOVIE.NAME.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES/MOVIE.NAME.2021.2160p.WEB-DL.DDP5.1.x265-TEPES.mkv". Reason: MOVIE.NAME.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES file_open (/downloads/incomplete/MOVIE.NAME.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES/MOVIE.NAME.2021.2160p.WEB-DL.DDP5.1.x265-TEPES.mkv) error: No such device

I've checked the path indicated by the error (/downloads/incomplete/MOVIE.NAME.2021.2160p.WEB-DL.x265.10bit.SDR.DDP5.1-TEPES/MOVIE.NAME.2021.2160p.WEB-DL.DDP5.1.x265-TEPES.mkv), and it exists. The folder and the files we're created when I added the torrent.

So I have no clue about where to start digging.

heinsenberg82 avatar Dec 16 '21 15:12 heinsenberg82

Having the exact same issue here. However, with the same set-up and file permissions, the older version (January 2021 Docker image) works perfectly fine.

Aelanord avatar Dec 18 '21 17:12 Aelanord

Having the same issue with another alpine based docker image. So it might be a problem upstream. (use openmediavault and a mergerfs filesystem)

switchboy avatar Jan 12 '22 10:01 switchboy

@heinsenberg82 @switchboy Found the solution. This is actually a problem with mergerfs: https://github.com/trapexit/mergerfs#rtorrent-fails-with-enodev-no-such-device. I used the basic mmap options, everything works fine after reboot now.

Aelanord avatar Feb 09 '22 04:02 Aelanord

the basic mmap options

how to use the basic mmap options in qbittorent

zero617 avatar Jun 06 '22 08:06 zero617

@zero617 these seem to be mount options, so its probably something you'd define in your fstab file

I'll close this issue as a workaround seems to have been found

guillaumedsde avatar Sep 20 '22 09:09 guillaumedsde