Time Nick Message 09:39 sfan5 independent56: yes, spaghetti 09:39 independent56 thanks forthe verication 09:41 independent56 Yay! My first ever train: https://imgur.com/a/2mT24Iq 09:41 independent56 (It's for ants to use) 12:57 ball Does the server write a log somewhere of who has connected and where they were from? 12:58 sfan5 yes, debug.tt 12:58 sfan5 debug.txt* 12:58 ball Thanks 12:58 ball Let me look for that... 13:00 ball Hmm... not finding it. I found a house built from ice with a chest in it. 13:00 ball I know I didn't make it. 13:02 sfan5 which OS are you running your server on? 13:13 rubenwardy What mods? Probably mapgen 14:15 ball sfan5: NetBSD. 14:15 ball I'll be back later. 14:15 sfan5 maybe check ~/.minetest then 14:26 independent56 debug.txt is full of everything though. Block placemnts, IP addresses, errors, all sorts. 14:26 independent56 If you don't have the --log flag to your command, then it won't write debug.txt. to disk. 14:31 sfan5 firstly the flag is called --logfile and also that's not true 14:31 sfan5 but it might put the debug.txt in a place where you don't expect to find it 16:58 ball Thanks independent56 16:59 ball Found it in .minetest. It's 49,752 lines long. :-) 16:59 independent56 Exactly, better use grep 17:00 independent56 cat debug.txt | grep "string to search for" 17:00 independent56 try a co-ordinate 17:00 independent56 Also, it may overwrite itself if you don't add dats 17:00 independent56 But i use crontab so every minute, a new debug.txt is made and then ends up adding to the storage problem of my server 17:44 ball independent56: Sounds like a job for logrotate 17:44 independent56 Ohhh, fancy 17:44 independent56 This is perfect. I give you some information, you give me some information. 17:44 ball :-) 17:48 MTDiscord ball: degrotate you mean 17:53 independent56 No, they mean logrotate 17:53 independent56 Search it up. 17:55 MTDiscord Right, it was a convo about logs 17:55 MTDiscord Sorry ball, I was thinking about the degrotate node drawtype - entirely different thing ;) don't mind me 18:00 MinetestBot 02[git] 04appgurueu -> 03minetest/minetest: Builtin: Redo serialize.lua (#11427) 133eafcab https://github.com/minetest/minetest/commit/3eafcab64ecaf8d00a9264b441e996825a6a31bd (152022-06-11T18:00:26Z) 18:00 MinetestBot 02[git] 04appgurueu -> 03minetest/minetest: No damage effects on hp_max change (#11846) 13f4a53f7 https://github.com/minetest/minetest/commit/f4a53f7ee6fb5482f8193353c35be54b40533d6f (152022-06-11T18:00:40Z) 18:03 MinetestBot 02[git] 04appgurueu -> 03minetest/minetest: on_deactivate: distinguish removal and unloading (#11931) 13e7d4ec6 https://github.com/minetest/minetest/commit/e7d4ec6834282402c24fe432e0dcebe78b7fcd01 (152022-06-11T18:01:14Z) 18:03 MinetestBot 02[git] 04paradust7 -> 03minetest/minetest: Inline triLinearInterpolationNoEase and triLinearInterpolation (#12421) 137ffc026 https://github.com/minetest/minetest/commit/7ffc0268dfd78647187554d6248015329e9f5d2d (152022-06-11T18:01:30Z) 18:11 ball I don't know what a degrotate is. 18:15 ball I have to go to the bicycle shop. I'll be back later, I hope. 20:04 muurkha erle: I haven't seen any CA stuff in Minetest actually 20:04 muurkha which is kind of strange 20:13 independent56 Does "Exception: Error saving image 20:13 independent56 " occur in minetestmapper when the filename already exists and it can't overwrite? 20:14 independent56 Or is it not because of that? 20:14 independent56 Ah wait, i am saving in a directory which needs superuser priveladges to edit 20:15 independent56 (directly to /var/www/html/maps, where i archive my maps)