Software-Noob/pterodactyl-images

epoll_wait broken with new docker root image

Closed this issue · 3 comments

0d87ea5 broke epoll_wait so we get this error on mc servers:
[Netty Epoll Server IO #12/WARN]: Unexpected exception in the selector loop. io.netty.channel.unix.Errors$NativeIoException: epoll_wait(..) failed: Function not implemented

What's the Minecraft version and exact Docker image? This sounds like an outdated netty package problem, which has been updated in newer distros and MC releases.

it's on mc 1.19 (there is a fix for this on 1.19.1, with netty update to 4.1.77, that one checks for availability of that function)
ghcr.io/software-noob/pterodactyl-images:java_17 is the docker image, updated today and started to get those errors

it's on mc 1.19 (there is a fix for this on 1.19.1, with netty update to 4.1.77, that one checks for availability of that function) ghcr.io/software-noob/pterodactyl-images:java_17 is the docker image, updated today and started to get those errors

Yeah, I found that out. New images are building and should fix this issue for older versions until proper support is implemented.