Time Nick Message 04:12 uhrenmacher ehm...what is papyrus good for? 04:13 MTDiscord <11J​onathon> Paper if i recall correctly 04:16 Unit193 In ancient times it was used for paper, so that'd make sense. One can also make a decent tea with it. 04:24 uhrenmacher ah..ok ty 14:26 jas_ hi tenplus1 14:45 jas_ https://www.youtube.com/watch?v=3d7djda1Kfk 14:50 Krock HU HU HU jumping :'D 14:55 MTDiscord <10J​ordach> Are we playing quake 17:23 Ruslan1 hi 20:25 MTDiscord <11I​hrFussel> Someone on my server found a 200x200 sand cube mid air and punched it...now the server floods my log with Server::ActiveObjectMgr::addActiveObjectRaw(): no free id available and is unreachable...does anyone know if it will eventually recover from this? 20:26 VanessaE it should, but you can speed it along if you massively increase the entities per block limit 20:26 VanessaE max_objects_per_block = nnnn 20:26 VanessaE in your .conf 20:27 VanessaE set that, restart, let them accumulate, then /clearobjects, and revert that setting (just schedule it for the next restart) 20:28 MTDiscord <11I​hrFussel> Okay wait...the process doesn't react to my 'killall minetestserver' and I just realized that 20:29 VanessaE it'll quit gracefully if you SIGINT it; idk what killall's default signal is 20:29 MTDiscord <11I​hrFussel> Default seems to be SIGTERM 20:30 VanessaE (you can always KILL it if you're forced to of course, but that may not be desirable) 20:30 MTDiscord <11I​hrFussel> I'm afraid of data corruption 20:30 MTDiscord <11I​hrFussel> We're talking a 74 GB map here 20:34 MTDiscord <11I​hrFussel> I'll try to kill -9 it I guess 20:45 VanessaE just INT it in a loop every 1s for a while, see if you can get it to quit gracefully 20:47 MTDiscord <11I​hrFussel> It worked! 20:49 VanessaE :D 20:49 MTDiscord <13G​enshin> Hello fellas 21:37 MTDiscord <11I​hrFussel> I was able to join after the restart and added an ABM that gets rid of all sand nodes...thanks for your help 21:39 erstazi What are the best ways to check & replace empty passwords with postgres and 5.3.0? There are old accounts that used empty passwords from 3 years ago when empty passwords were allowed. 21:45 sfan5 if those are SRP passwords you'd need some external program to test if they are empty 21:45 sfan5 which is ... not easy 21:49 erstazi sfan5: they are SRP passwords 21:49 erstazi sfan5: thank you for your reply. This has been an issue for the server for quite some time and I want to help the server owner rectify it 21:50 sfan5 maybe do it from lua then 21:50 sfan5 https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L4712 21:51 erstazi sfan5: ah, from a lua environment, iterate over the usernames as a table 21:52 sfan5 well not any lua environment, but Minetest's 21:52 erstazi I understand now, thank you 21:52 erstazi Like CSM? 21:52 erstazi or server mod? 21:52 sfan5 has to be the server-side environment 21:53 erstazi sfan5: thank you, I will dig into this 21:53 erstazi also, I want to say thank you to all the devs for their work on 5.3.0 and beyond! Lots of amazing approvements and bug fixes!