Time Nick Message 02:41 Extex I have a liquidflowing drawtype/paramtype2 and I'm trying to use minetest.set_node_level but I keep getting CONTENT_IGNORE warnings 02:43 Extex Am I using it wrong? 12:03 Alias2 For some reason, minetest keeps segfaulting. That may have happened yesterday, too. Syslog: 12:03 Alias2 traps: minetestserver[28673] general protection ip:55ef6a2e1a02 sp:7ffecabb8920 error:0 in minetestserver[55ef69f29000+40b000] 12:12 Alias2 Is there anything I can do about it? for the time being I set the log level to verbose, but I doubt a bit that I can see much in there 12:13 sfan5 run it under gdb hoping it produces an useful resuult 12:13 sfan5 s/uu/u/ 12:13 Alias2 Are there instructions on how to do that? I never tried that before. I need a debug build, I assume? 12:13 Alias2 löööö# 12:14 Alias2 sry, cat on keyboard. 12:20 IvanGorinich hello 12:20 IvanGorinich <IvanGorinich> ca you help me 12:20 IvanGorinich <IvanGorinich> a have this ERROR[CurlFetch]: servers.minetest.net/announce not found (Timeout was reached) (response code 100) 12:20 IvanGorinich * riff-IRC вышло (Remote host closed the connection) 12:34 sfan5 IvanGorinich: does this error continously happen? 12:34 sfan5 Alias2: gdb -batch -ex 'r' -ex 'bt full' --args ./bin/minetestserver 12:34 IvanGorinich yes 12:34 sfan5 might not return useful results unless you have a debug build 12:34 IvanGorinich i usewireguard VPS what forward port 12:34 sfan5 IvanGorinich: can you reach https://servers.minetest.net normally? 12:34 IvanGorinich i choose ip in VPN 12:34 sfan5 or http://servers.minetest.net actually 12:34 IvanGorinich yes can 12:35 sfan5 which server are you announcing? 12:39 MTDiscord IvanGorinich: do you have bind_address set to anything? 12:39 IvanGorinich yes i bind my local VPN adress 12:39 sfan5 good point, that matters too 12:39 IvanGorinich what forward 30000 port to VPS statis IP 12:39 MTDiscord minetest is stupid so it will use the same bind address for contacting the serverlist as it does to host the server 12:39 IvanGorinich i think it becouse minetest server lis ping binded adress 12:40 IvanGorinich (( 12:40 IvanGorinich can i change it? 12:40 sfan5 @Kimapr that's fully intended, the IP contacting the server list is supposed to match the IP the server is on 12:40 sfan5 IvanGorinich: check if you can reach servers.minetest.net using your bind ip, e.g.: curl --interface -I http://servers.minetest.net 12:45 IvanGorinich HTTP/1.1 200 OK 12:45 IvanGorinich Server: nginx/1.20.1 12:45 IvanGorinich Date: Tue, 07 Sep 2021 12:45:06 GMT 12:45 IvanGorinich Content-Type: text/html; charset=utf-8 12:45 IvanGorinich Content-Length: 559 12:45 IvanGorinich Last-Modified: Sun, 21 Feb 2021 13:12:45 GMT 12:47 sfan5 sounds like it's working, I can't offer an explanation for your issues then 12:47 sfan5 one more idea: put serverlist_url = https://servers.minetest.net in your config 13:08 IvanGorinich can it work manually? 13:32 MinetestBot 02[git] 04BuckarooBanzay -> 03minetest/minetest: Add missing zstd-libs to final Docker image 13bcb6565 https://git.io/Jucka (152021-09-07T13:29:57Z) 15:31 Alias2 When going through the verbose log, I found a lot of those: con(4/1)RE-SENDING timed-out RELIABLE to (t/o=0.636): from_peer_id=1, channel=2, seqnum=2273 15:31 Alias2 Should they take up more than 50% of the log? 15:44 sfan5 that cannot generally be answered 16:49 Alias2 What additional information would we need? Is there something I can do? 17:00 sfan5 those log messages are from the protocol doing its job, nothing to investigate 18:29 MTDiscord Are you sure you need your log set to verbose? 23:54 Extex I recall seeing something (perhaps it was on github) a setting that when changed makes distant rendering faster but makes map gen slower. I don't recall what it was though