Time Nick Message 00:08 Extex Could some how fix it 00:10 rubenwardy Extex, have you done this? http://www.stopforumspam.com/removal 00:12 zorman2000 Hi all 00:13 Taose Hi 00:17 Taose Rude 00:18 Extex I Did it but it says "Sorry, errors were found in the information provided" 00:20 rubenwardy huh 00:46 MinetestBot 02[git] 04Ezhh -> 03minetest/minetest: Remove incorrect entry from settingtypes 1366ec50d https://git.io/vFw05 (152017-11-12T00:45:22Z) 00:47 Extex Any Idea Whats Wrong 00:57 Extex So... Can You Fix It? 00:59 rubenwardy Well, I guess only celeron55 can help you 00:59 rubenwardy Extex can't make an account due to anti-spam on the forum 00:59 rubenwardy his IP is blocked 01:06 Extex celeron55 Can You Help Me? 01:16 Lone-Star You could try and register from your phone, just make sure you're not connected to wifi. Once reg'd, admins could whitelist username and wouldn't matter the ip? 01:19 Extex i dont have a phone 01:22 jas_ krock: i dunno about 0.4.16, but https://github.com/minetest/minetest_game/blob/master/settingtypes.txt#L37 <-- tnt default on, "except in multiplayer" 01:41 jas_ lol, i was going somewhere with that but it didn't happen. how about a song? https://www.youtube.com/watch?v=1SN7Pko_jCM 01:41 jas_ !title 01:41 MinetestBot jas_: Peter Tosh - Equal Rights - YouTube 01:49 wnereiz Hi, when I trying to connect to postgresql with minetestserver (0.4.16), I got following error: 01:49 wnereiz ERROR[Main]: An unhandled exception occurred: PostgreSQL database error: FATAL: Ident authentication failed for user "minete 01:49 wnereiz st" 01:50 jas_ just a guess, but do you run minetestserver as user minetest, which lacks permission? 01:50 wnereiz jas_: I'm sure I have created the database and user correctly, and grant all permissions to user 'minetest' 01:51 jas_ and user 'minetest' has to auth with the db? and that all happens correctly? i admit i haven't tried postgresql yet. 01:51 wnereiz I followed this post: https://forum.minetest.net/viewtopic.php?f=5&t=16689 01:51 wnereiz GRANT ALL PRIVILEGES ON DATABASE minetest TO minetest; 01:52 wnereiz jas_: Are you using sqlite3 by default? 01:53 jas_ ye i use the default, i think it's world to minetest 01:53 jas_ i've tried redis and leveldb a bunch 01:53 jas_ i never did figure out how to backup a redis db tho lol 01:53 jas_ postgres=# GRANT ALL PRIVILEGES ON DATABASE myworld TO minetest; <-- does this mean anything? 'myworld' in particular 01:54 jas_ where you did minetest TO minetest; 01:54 wnereiz jas_: Because I created database named "minetest" 01:54 jas_ ok 01:54 wnereiz and the user name is also "minetest" 01:54 jas_ and \l shows it? and privs list looks good? 01:54 wnereiz jas_: Yes 01:54 jas_ and the world.mt is correct? 01:55 jas_ (with arguments) 01:55 jas_ pgsql_connection = host=127.0.0.1 port=5432 user=minetest password=12345 dbname=myworld <-- for example, but if you look on that forum post, one line above is 'backend = sqlite3' dunno why 01:56 wnereiz jas_: pgsql_connection = host=127.0.0.1 port=5432 user=minetest password=12345 dbname=minetest 01:56 wnereiz backend = sqlite3 because the migration need to read sqlite3 01:56 wnereiz after migration, it will be changed to postgresql 01:57 jas_ hrmm, interesting. i will have to try this out and see, within the next day or so. hopefully you can find the cause, so i wish you good luck 01:57 wnereiz jas_: I'm a little bit concern about the performance of sqlite3 backend, what's your feeling? 01:57 jas_ yes i'm sure it's dreadfully slow. i did change that one setting, what was it 01:58 jas_ https://forum.minetest.net/viewtopic.php?f=10&t=1825 <-- sqlite_synchronous = 0 01:58 jas_ i don't have to worry about the performance so much right now, it's just me in my own little world haha! g'night #minetest 01:58 jas_ !server dcbl 01:58 MinetestBot jas_: dcbl | dcbl.duckdns.org | Clients: 0/20, 0/1 | Version: 0.5.0-dev / dcbl | Ping: 119ms 01:58 wnereiz jas_: Thanks, I'll check more and find a solution 02:20 GreenDimond I am trying to make a command to add playernames to a list, and another to remove them, and one to clear the list. I would assume I need to use a table, but I have no idea how to do that. I have been told to use JSON, but that makes even less sense to me. 02:24 GreenDimond Anyone have any idea how to do this? 02:24 GreenDimond (oh, this should use modstorage too) 02:24 GreenDimond I think 02:44 wnereiz jas_: https://github.com/minetest/minetest/issues/6614 03:04 GreenDimond Anyone? 04:22 slemonide has anyone tried random walk style landscape generators in minetest? 04:48 Wuzzy bug of the day: stereo sounds are always played at full volume (https://github.com/minetest/minetest/issues/6615) 05:02 feikg_pvp hi! 07:34 Mt1585 Could anyone help please. I'm not sure there are any apple trees and I can't find any wheat seeds in the world I'm playing. These are the only two foods I know how to get. I don't know how to catch rat (is cooked rat edible) and when I kill sheep I don't get any meat from them... troubles! :D 07:35 Mt1585 One other thing, I found Mese blocks but when I try to mine them I die and I don't know why 09:00 w_laenger hi 09:01 w_laenger Do you think this can be used for efficiently making minetest world backups? https://www.borgbackup.org/borgbackup/ 09:06 Calinou w_laenger: just make tarballs of the world using a cron script :P 09:06 Calinou and database backups 09:06 Calinou (shut down the server first!) 09:07 Calinou remember that for non-SQLite worlds, you have to backup the database separateyl 09:07 Calinou separately* 09:10 Calinou although Borg looks interesting… 09:16 w_laenger Why does it only work for SQLite worlds?