Time Nick Message 09:21 MTDiscord guys, is there a way to make a tiling background menu image? to create a background like in old versions of mc 16:59 sfan5 !op 16:59 sfan5 out now >> https://github.com/minetest/minetest/releases/tag/5.4.1 17:03 VanessaE there's no 5.4.0->5.4.1 changelog 17:04 VanessaE (but there's a link to the 5.3->5.4 log) 17:04 sfan5 yes 17:04 sfan5 we didn't have one either for 5.1.1 IIRC 17:05 VanessaE just noting. 17:06 VanessaE anything server-side that makes it worth updating from 5.4.0? 17:07 sfan5 yes, anticheat 17:08 VanessaE which commit 17:08 VanessaE oops 17:08 sfan5 better list of them here https://github.com/minetest/minetest/pull/11166/commits 17:09 VanessaE why do I not show a tag for this... 17:11 VanessaE meh, git's just being stupid and not showing it 17:26 VanessaE DB and my client updated. servers will update tomorrow morn. 17:26 VanessaE (or next time one of them crashes :P ) 19:18 * iamweasel yawns 19:39 Out`Of`Control minetest_game 5.2 does not work with server 5.4. Something changed in default? 19:41 Out`Of`Control mobs mod and default made trigger all kind of crashes. Downgrading 5.4 server to 5.2 no more crashes. 19:45 MTDiscord you should run minetest_game and minetest_engine at the same version 20:37 dwigton Trying to set up a server in an LXC container. I am getting "Failed to bind socket" I enabled port 30000 in ufc and also tried disabling ufc altogether. No change. 20:42 Krock dwigton: I think another application is already using the socket 20:42 Krock or the port, to be precise 20:44 dwigton Krock: There isn't anyother application... that I know of. since this is an lxc container minetest is all I have installed. 20:45 dwigton unless it is running minetest twice somehow. 20:45 Krock well, I'd suspect that. alternatively remove the binding IP setting from minetest.conf. binding to 0.0.0.0 or [:::] will work just fine 20:48 dwigton Not sure I understand that one. I set the bind_address to the ip that I have set for the container. Isn't that correct? 20:51 Krock comment that line (#) and the issue might resolve by itself 20:52 dwigton I tried that and it just said it was listening on 0.0.0.0:30000 before failing in the same manner. 20:52 Krock oh that's weird. it's supposed to work that way just fine 20:52 sfan5 sounds like port 30000 is somehow occupied 20:54 sfan5 strace -f -e socket,bind minetestserver should tell you the exact thing that fails 20:54 dwigton huh weird 30004 seems to work. I have no idea what else would be on 30000 20:54 Krock htop might reveal a second minetest instance 20:56 dwigton huh? there is one running as root and one running as Debian+- 20:57 dwigton does minetestserver run on startup? 20:58 dwigton hmm it must. just restarted the instance. 21:02 sfan5 it's possible that debian enables the service by default 21:04 dwigton Seems so. Now the trouble just becomes trying to connect to it. :-p 21:05 dwigton Connection timed out. hmm. I can ping the server and it seems to be running. But can't connect. 21:09 dwigton Thanks all. Got it working.