docker-rtorrent-flood icon indicating copy to clipboard operation
docker-rtorrent-flood copied to clipboard

Any idea what's wrong?

Open STaRDoGG opened this issue 4 years ago • 1 comments

When I try to run the container, it takes a long time, and then finally spits out this error repeatedly:

ttCaught internal_error: PollEPoll::modify(...) epoll_ctl(7, 1 -> 1, 0, [0x7fd4fde0bf00:1]) = 1: Operation not permitted Stack dump not enabled.

I'm using this docker run:

docker run --restart unless-stopped -p 9031:3000 -p 49184:49184/tcp --net=my-download -e FLOOD_SECRET='#fdsfdsf@dsfdsfwf^3' -e PKG_CONFIG_PATH:/usr/local/lib/pkgconfig -d --name flood -v scotts_flood_data:/flood-db -v "/f/Fetched Media/Unsorted":/data:rw -v "/f/Fetched Media/Blackhole":/blackhole:rw wonderfall/rtorrent-flood:new

Also just a side note: the docker hub page has confusing info regardign the tag to use. At the bottom of the page it shows to use "latest":

image

(that'll give you an error if trying to use it)

and the tags page says to use "new":

image

STaRDoGG avatar Nov 26 '19 02:11 STaRDoGG

Did you fix the issue?

For some reason I'm getting the same error after updating, rtorrent runs fine when I launch it manually but it crashes when launched via s6...

Edit: Fixed it, forgot to add -t to the run command.

mkarer avatar Jun 03 '20 22:06 mkarer