-
jesse_the new lx-ubuntu-22.04 with openjdk18 on the latest PI also seems to run java (minecraft) again
-
jesse_so some changes have fixed that
-
jesse_(though, the large page support is still not there)
-
jesse_go-based traefik seems to have some problems (only when ran under systemd?) but not repeatable running it as-is to debug... I did see some fsnotify mentions in the partial stack traces and the internet says someone had some problems with fsnotify before
-
jesse_does lx support whatever go fsnotify uses from linux?
-
jesse_(afaik illumos go still doesn't have fsnotify support)
-
papertigersfsnotify is probably using epoll/inotify which lx has support for. There could be edge cases though
-
jesse_inotify, I had to google it up as I didn't even remember hearing about it=) github.com/fsnotify/fsnotify
-
jesse_sol11 support with FEN 'in progress'
-
jesse_(and polling for all)
-
jesse_so probably not fsnotify related problem
-
jesse_something's still funky about epoll on lx
-
jesse_minecraft server keeps spamming in the logs:
-
jesse_[18:10:39 WARN]: [io.netty.channel.epoll.EpollEventLoop] Missed eventfd write (not seen after > 1 second)
-
jesse_everything run, but when the client does nothing (doesn send data? not sure how the mc client-server protocol works) everything on screen (other entities) move in 1s steps
-
jesse_but if client sends data (move mouse slowly, updates where you are watching on the server) everything runs smooothly
-
jesse_(and no logging)
-
jesse_like some queues do not get flushed server->client unless there is dataflow to the other direction)
-
jesse_this does not happen on bhyve, so I don't think the problem is outside of server ethernet port
-
bahamatI run prometheus under LX because their fsnotify stuff works under LX but not native. But, I mean it's go, so YMMV I guess :-/
-
Smithx10@nahamu might fix that :P