Luanti logo

IRC log for #minetest, 2021-11-09

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Enable nick filtering
Time Nick Message
28 more elements. Show/hide.
06:55 minetest_gamer #MyWorld-minetest MineTest game server
30 more elements. Show/hide.
16:36 independent56 Generally, what is the minetest community's stance on Final Minetest? Valid Fork? Crazed delusion? Pure Evil?
16:40 erlehmann what is final minetest lol
16:40 MTDiscord <Sublayer plank> uh oh
16:40 MTDiscord <SolarShrine> oh no
16:40 MTDiscord <Sublayer plank> well "crazed delusion" is probably the best way to describe it without going into too much detail
16:42 mint joined #minetest
16:42 mint Hi
16:42 independent56 Thanks
16:43 independent56 Can someone link ,me to the forum post where this "crazed delusion" occurs
16:44 definitelya Idk what it is.
16:45 independent56 minetest.org is where it's website is, has tricked me multiple times.
16:45 definitelya huh
16:45 KakeruKakadu lol
16:45 independent56 ALWAYS minetest.net!
16:45 MTDiscord <Sublayer plank> there's like several forum threads mentioning it, here's one of them https://forum.minetest.net/viewtopic.php?f=55&amp;t=23615
16:46 independent56 Thanks
16:46 definitelya Man what a loser, that guy...
16:46 KakeruKakadu Firefox gives me a warning, that it may be an security risk.
16:46 MTDiscord <Sublayer plank> do not go onto .org without a vpn
16:47 MTDiscord <Sublayer plank> heck, do not go onto it at all if you can help it
16:47 definitelya clapped
16:47 absurb joined #minetest
16:47 KakeruKakadu Why?
16:47 KakeruKakadu It looks normal to me: https://minetest.org/
16:49 independent56 It's full of lies
16:50 MTDiscord <Sublayer plank> the dev is known to use information gathered from access logs to dox and harrass users
16:50 independent56 And calls our minetest "old minetest" despite us being v5, and them being v0.4 :-)
16:50 MTDiscord <Sublayer plank> I don't know if there has been much recently but it's better to be on the safe side
16:52 independent56 This is the only thing my world outputs: https://pastebin.com/DyddUngb Do the previous lines link into the last line?
16:53 sfan5 they don't, figure out why it can't read the config you're specying
16:53 independent56 Maybe the fact i'musing a config file for minetest game isntead of no mans land. I will reduce it.
16:54 sfan5 it says it cannot read the file
16:54 sfan5 not that there's anything wrong with the content
16:55 KakeruKakadu Understood
16:55 independent56 minetest  --server --world '/home/independent56/nml' --logfile "./NML log $(date +"%d %m %Y %T").txt"   --gameid no_mans_land --config nml.conf
16:55 independent56 This is the command i'm using
16:55 independent56 (with the end f trimmed off due to IRC)
16:56 sfan5 does nml.conf exist in your current folder?
16:57 independent56 Yes, it does
16:57 sfan5 tried specifying the absolute path?
16:57 sfan5 "$PWD/nml.conf" works for that
16:57 independent56 ooh, good idea
16:57 independent56 Yay!
16:58 independent56 Darn you, minetest
17:00 independent56 Quickly, name the mod which allows me to spawn players in a random part of an area.
17:01 independent56 Or maybe theres a conf line like "spawnpoint = random?
17:01 independent56 https://forum.minetest.net/viewtopic.php?t=16420
17:01 independent56 Ah, thank you ddg
2 more elements. Show/hide.
17:08 MTDiscord <MNH48> looking at #minetest-dev be like:
17:08 MTDiscord <MNH48> https://cdn.discordapp.com/attachments/749727888659447960/907678164443078656/unknown.png
6 more elements. Show/hide.
18:14 independent56 What are all the steps required to put a server on an another port? i have done port forwarding, setting "port = " in the conf, and done "--port", all linking to the same port.
18:17 sfan5 that all
18:18 independent56 Why won't it show up in the server list?
18:18 sfan5 check with !up
18:19 independent56 !up 56i.duckdns.org:30001
18:19 MinetestBot 56i.duckdns.org:30001 seems to be down (IPv4)
18:19 independent56 hmm
18:20 independent56 !up 56i.duckdns.org:30001
18:20 MinetestBot 56i.duckdns.org:30001 seems to be down (IPv4)
18:20 independent56 2021-11-09 18:20:24: ACTION[Main]: Server for gameid="no_mans_land" listening on :::30001.
18:20 independent56 Shoudl those colons be empty?
18:21 independent56 !up 56i.duckdns.org:30002
18:21 MinetestBot 56i.duckdns.org:30002 seems to be down (IPv4)
18:23 independent56 Any ideas? for now i will use default port, as that works.
18:25 sfan5 can you connect from inside your local network? now I don't meant to the duckdns address but to your local up
18:25 sfan5 ip*
18:25 sfan5 if yes then the issue will be port forwarding
18:25 independent56 I'll check when i'm onsite again
18:25 independent56 My server is now across the village, and being northen, at 18:25,it's dark
18:26 independent56 I walked home in the dark after 2 hours of sysadmin
18:27 independent56 Now i am on default port, it works
18:27 independent56 https://imgur.com/a/kfeICba
6 more elements. Show/hide.
20:17 definitelya My brain is melting. :)
20:21 ghoti SX, Ah, I see. It works if I send my GET to the rtc in an "else" and just trigger the luacontroller with a blinky.
20:22 ghoti I would prefer not to use the blinky, of couse. But I haven't figured out how to avoid the feedback loop..
20:25 calcul0n ghoti, just use an interrupt to delay the digiline_send call
20:25 calcul0n here's an example: https://paste.debian.net/1218846/
5 more elements. Show/hide.
22:51 independent56 http://56i.duckdns.org/podcasts/voiceshiftexperiment.mp3 What do you think of this way of doing interviews with myself?
2 more elements. Show/hide.
23:06 independent56 How do i stop a minetest server after it has been started by crontab?
23:08 independent56 I want this to be stoppable through crontab.
23:10 specing grab a shotgun and shoot the server
23:10 independent56 haha
23:10 independent56 I found "pidof minetest" command, works perfectly
23:12 independent56 Now, kill $(pidof minetest) works!
23:12 independent56 Yay!
23:12 clavii joined #minetest
23:12 independent56 At 00:00 every day, this happens.
23:15 independent56 Anyways, if anyone wants to play my no man's land server, it's there for you
23:16 independent56 nml.mtserver.56i.duckdn… s
2 more elements. Show/hide.

| Channels | #minetest index | Today | | Google Search | Plaintext