Time Nick Message 00:33 OldCoder Fixer that is coming back and for a reason 00:33 OldCoder Too much is better than too little 00:42 rubenwardy URgh, there's no easy way to get a user id from a username from the forum 00:45 rubenwardy Well, at least I now know the version: https://forum.minetest.net/docs/CHANGELOG.html 00:49 rubenwardy Ah! un 00:49 rubenwardy ie: memberlist.php?mode=viewprofile&un=rubenwardy 01:31 rubenwardy Yay! A user can now link their forum account to an account on my server by pasting a random string into their forum signature to authenticate 01:43 KaadmY :] nice rubenwardy 01:44 KaadmY no idea what the advantages are though, except (hopefully) authentication proof 01:44 rubenwardy It's for a mod database 02:16 DI3HARD139 rubenwardy: May I host a ctf server?? Giving credits of course. 02:16 rubenwardy Sure 02:17 DI3HARD139 I saw the suggestion about a ramdisk. How would one tell the server to load the map.db off the ram disk only while storing player data on the hdd? 02:17 DI3HARD139 map.sqlite* 02:19 rubenwardy See lag's post 02:19 rubenwardy lag01 02:20 rubenwardy He explains 02:20 rubenwardy I use dummy on my server 03:24 DI3HARD139 Anyone know how to create a ram disk. I've tried various directories and formats but no matter which on I choose the FS either fails to mount, is read only (despite changing mode and doing chmod) or just flat out doesnt show up 03:56 electrodude512 DI3HARD139: on Linux? 07:01 jin_xi sofar: just found your git howto. wow, it looks like a lot of work put into that, and really relevant info for me, thank you for that 07:03 jin_xi maybe i can learn a thing or two. was deeply sad and rethinking my life choices after my computer said to me 'There is already a file named adsflkjhaljdsaflkdsahjfasdfkjdsa at this location, overwrite?' 12:22 firemagnus the minecraft version on my desktop (debian) is version 0.4.10. if i set up a server on my vps it's going to be build from stable. would that cause any issues? 12:22 firemagnus s/build/built/g 12:47 crazyR ^ i thinks you mean minetest... because if you mean minecraft y our in the wrong place :) 12:58 Preuk crazyR: and pretty outdated too... 13:13 Wayward_One http://arstechnica.com/information-technology/2016/03/ubuntus-bash-and-linux-command-line-coming-to-windows-10/ 13:24 CWz Wayward_One, Lol aint the peachy 13:41 Calinou rooted + flashed my LG G3 with CyanogenMod 13 (Android 6.0.1) :) 13:47 germanuel24 My server sometimes hangs completely and i have to restart everything cause of this x 100 or more in log 2016-05-06 15:45:40: ERROR[Server]: pathfinder: failed to update cost map 13:51 germanuel24 Should this REALLY be normal behavior that the entire ServerThread hangs only because some entity or whatever cannot find its way? 13:57 Wayward_One Cwz, lol that's one way of putting it :p 13:58 Wayward_One germanuel24, perhaps you should file an issue on github 14:02 Wayward_One Calinou: nice! I recently downgraded, re-rooted, and *this* time blocked OTA updates on my Fire HD 6 14:13 sofar germanuel24: in my testing, "pathfinder: failed to update cost map" isn't what crashes or hangs your server 14:13 sofar you see that message 100x because entity path finding code uses that function heavily, and it's displayed while it shouldn't really be 14:35 germanuel24 sofar, so you are saying when the log shows these messages, many entities (monsters/animals) are looking for a path right now? 14:43 germanuel24 What else could make the server hang? Right now it seems to happen again..NO pathfinder messages and it seems like the entities are spawning/disappearing even though the world itself hangs 15:10 Krock Yeah, don't forget to close your IRC client. It consumes too much of your bandwidth 15:10 Krock Important notice! 15:14 PilzAdam Krock, and always write in caps, since lower case letters have 1 bit more set 15:14 PilzAdam this saves electricity 15:15 Krock and disk space for the logs - if you don't want to turn them off 15:16 Krock (assuming it's formatted with 0-bits completely) 15:22 CWz welp player base is going on the Fritz 15:22 CWz *well 17:52 Fixer pathfinder? o_0 17:53 sofar minetest.find_path() 17:54 Fixer sofar, 4 hours ago germanue124 reported problem with it 17:55 sofar that's not what crashes his server 17:55 sofar it's just an error that says "you told me to find a path from A to B but there is no path" 17:56 Krock is that sent to any log stream? 17:56 Krock if so, it could really flood the log files 17:56 Fixer sofar, yeah but why crash server because of that? :S 17:57 sofar it's not crashing the server because of that 17:57 sofar it's crashing because of something else 17:57 sofar he just assumes it is 17:57 sofar I've got thousands of those messages with my sheep 17:57 sofar none have ever crashed my server 17:57 sofar and I leave my sheep running 24/7 to catch crashes 17:58 Fixer you love your sheep 17:58 Krock Oh yeah. Those are real-world conditions! 18:32 sofar Krock: it does flod the log, yes 18:32 sofar it happens e.g. when my code asks find_path() to walk to the top of a tree but I told it that my sheep can only jump 1 node up 18:33 sofar 2016-05-06 11:27:13: ERROR[Server]: Pathfinder: failed to update cost map 18:33 sofar 2016-05-06 11:27:28: ERROR[Server]: Pathfinder: failed to update cost map 18:33 sofar 2016-05-06 11:27:37: ERROR[Server]: Pathfinder: failed to update cost map 18:33 sofar $ grep failed.to.update debug.txt |wc -l 18:33 sofar 39818 18:36 Krock eww 18:59 CWz in the default:book how does one add a page. alot of text gets cut off 19:00 H-H-H one doesnt they are a singlr page as far as i know 19:00 H-H-H single* 19:01 CWz an update changed this. a dev version 19:01 CWz i figured it out 19:01 CWz i just got to make a few empty lines 19:03 H-H-H ahh nice i dhonestly didnt know 19:03 H-H-H i will look in git later 19:53 Fixer sofar, 40 000 warnings? :/ 22:29 luk3yx test 22:32 luk3yx Test message 23:40 Fixer passed