01:11:50 the new lx-ubuntu-22.04 with openjdk18 on the latest PI also seems to run java (minecraft) again 01:12:04 so some changes have fixed that 01:12:28 (though, the large page support is still not there) 01:17:21 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 01:17:49 does lx support whatever go fsnotify uses from linux? 01:18:23 (afaik illumos go still doesn't have fsnotify support) 15:32:56 fsnotify is probably using epoll/inotify which lx has support for. There could be edge cases though 16:43:19 inotify, I had to google it up as I didn't even remember hearing about it=) https://github.com/fsnotify/fsnotify 16:43:34 sol11 support with FEN 'in progress' 16:43:56 (and polling for all) 16:44:09 so probably not fsnotify related problem 18:11:43 something's still funky about epoll on lx 18:12:02 minecraft server keeps spamming in the logs: 18:12:02 [18:10:39 WARN]: [io.netty.channel.epoll.EpollEventLoop] Missed eventfd write (not seen after > 1 second) 18:13:01 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 18:14:09 but if client sends data (move mouse slowly, updates where you are watching on the server) everything runs smooothly 18:14:48 (and no logging) 18:15:21 like some queues do not get flushed server->client unless there is dataflow to the other direction) 18:16:21 this does not happen on bhyve, so I don't think the problem is outside of server ethernet port 21:23:17 I run prometheus under LX because their fsnotify stuff works under LX but not native. But, I mean it's go, so YMMV I guess :-/ 23:13:03 @nahamu might fix that :P