Time |
Nick |
Message |
00:51 |
|
benrob0329 joined #minetest-hub |
02:09 |
|
garywhite joined #minetest-hub |
02:09 |
|
garywhite joined #minetest-hub |
03:35 |
|
paramat joined #minetest-hub |
04:17 |
|
jas_ joined #minetest-hub |
04:17 |
MinetestBot |
jas_: Oct-12 20:15 UTC <paramat> see the threads, i have not 'shot down' sound offset, i'm fine with PR 6719. i just stated i'm not keen on offset plus looping over a range, but there is no PR for that, and, i can't stop anything alone ;] |
04:17 |
MinetestBot |
jas_: Oct-12 20:49 UTC <paramat> (your behaviour in those threads was not good, not responding to several requests for clarification, and an abusive rant you had to delete) |
04:17 |
jas_ |
oh |
04:17 |
jas_ |
i see |
04:18 |
jas_ |
parmat gave me a thumbsdown :( |
04:34 |
sofar |
just focus on the technical side and see if you can improve it |
07:34 |
|
CWz joined #minetest-hub |
08:45 |
|
jluc joined #minetest-hub |
09:20 |
|
Fixer joined #minetest-hub |
09:27 |
|
Fixer_ joined #minetest-hub |
09:39 |
|
jluc joined #minetest-hub |
09:49 |
|
ChimneySwift joined #minetest-hub |
10:11 |
|
calcul0n joined #minetest-hub |
11:49 |
|
IhrFussel joined #minetest-hub |
11:50 |
|
ChimneySwift joined #minetest-hub |
12:18 |
|
T4im joined #minetest-hub |
12:22 |
|
u0_a117 joined #minetest-hub |
12:34 |
|
Krock joined #minetest-hub |
12:37 |
|
aerozoic joined #minetest-hub |
12:49 |
xerox123 |
o/ |
12:49 |
Krock |
o/ xerox123 |
13:04 |
|
aerozoic_ joined #minetest-hub |
13:09 |
|
jas_ joined #minetest-hub |
13:59 |
IhrFussel |
Umm lol? Looks like I got a weird issue with my connection... I cannot connect to my MT server/website but it's up down.com says |
14:00 |
Krock |
I cannot connect to my external IP either. Is that even possible? |
14:00 |
IhrFussel |
My server is not running on my local PC |
14:01 |
Krock |
maybe your server blocked your IP for failed login attempts or something |
14:01 |
IhrFussel |
Mt should still work then |
14:02 |
Krock |
not if the ban system entirely blocks the IP (firewall) |
14:02 |
IhrFussel |
I don't know how fail2ban handles it |
14:02 |
Krock |
or your DNS fails to resolve it |
14:02 |
Krock |
in case it's got a domain |
14:03 |
IhrFussel |
My MT server announces via IP my website is a domain but same IP as MT server |
14:04 |
IhrFussel |
I get a "network timeout" in my browser |
14:08 |
IhrFussel |
Looks like some DNS is the culprit..traceroute stops at "gw.bbr07.anx84.nue.de.anexia-it.net" |
14:47 |
IhrFussel |
Still the same! How long does it take them to fix this? |
15:02 |
|
Ruslan1 joined #minetest-hub |
15:30 |
T4im |
if your dns is the culprit you should still be able to connect via ip, or by using a different external dns for the time being |
15:47 |
T4im |
can't hurt to check that "host <your external ip address>" resolves to a domain that resolves back via "host <domain>" to your ip |
15:48 |
T4im |
also saw that mismatch some times before :x stuff like that happens and can really mess with connecting to servers that are set up to block stuff like that |
16:09 |
sfan5 |
using tcpd/tcpwrappers in 2018 is quite a thing |
19:06 |
|
benrob0329 joined #minetest-hub |
19:14 |
|
longerstaff13-m joined #minetest-hub |
19:14 |
|
xerox123_ joined #minetest-hub |
19:15 |
|
longerstaff13 joined #minetest-hub |
19:15 |
|
xerox123 joined #minetest-hub |
19:57 |
|
Amaz joined #minetest-hub |
20:05 |
|
paramat joined #minetest-hub |
20:29 |
longerstaff13 |
ayooo people o/ |
20:30 |
Krock |
ayyooooo |
20:30 |
Krock |
mayyoooonaiise |
20:30 |
* Krock |
looks around |
21:17 |
celeron55 |
2018-10-13 23:42:11: ERROR[Main]: https://content.minetest.net/api/packages/?type=mod&type=game&type=txp&protocol_version=37 not found (Failed binding local connection end) (response code 0) |
21:17 |
celeron55 |
2018-10-13 23:42:11: ERROR[Main]: Invalid JSON download |
21:18 |
celeron55 |
is nobody else ever getting this error? i think i've had it basically since MT did any http requests at all |
21:18 |
longerstaff13 |
not here |
21:18 |
longerstaff13 |
Krock: lol |
21:18 |
celeron55 |
neither the server list nor the content database will work for me on my main computer |
21:18 |
longerstaff13 |
strange |
21:18 |
celeron55 |
not that i need them, but it's annoying |
21:19 |
sfan5 |
i'd suggest throwing strace at it |
21:19 |
celeron55 |
i'm thinking this is probably an issue with how MT is handling curl |
21:19 |
celeron55 |
something should retry the request as ipv4 after it has failed as ipv6 |
21:21 |
|
Fixer joined #minetest-hub |
21:22 |
celeron55 |
or maybe it's somehow trying to bind to an interface that isn't even up or something |
21:23 |
Fixer |
Invalid JSON download |
21:23 |
Fixer |
https://content.minetest.net/api/packages/?type=mod&type=game&type=txp&protocol_version=36 not found (Timeout was reached) |
21:24 |
Fixer |
(response code 0) |
21:26 |
celeron55 |
if i do "curl -v 'https://content.minetest.net/api/packages/?type=mod&type=game&type=txp&protocol_version=37'", it appears to work fine with no hiccups at all |
21:28 |
Krock |
celeron55: both work for me jsut done |
21:28 |
Krock |
*fine |
21:29 |
Krock |
Fixer: well that's slightly different. The connection was just too slow or the host not available. Most likely it will work the 2nd time |
21:29 |
celeron55 |
oh wait wtf |
21:29 |
celeron55 |
i have bind_address = localhost set in minetest.conf |
21:29 |
Fixer |
debug.txt - 6mb in size |
21:29 |
celeron55 |
and MT will bind curl to this address when making any http request using it |
21:30 |
celeron55 |
well big surprise, you can't download something from the internet when bound to localhost |
21:30 |
Fixer |
Krock: okay, after restartz it managed to work |
21:31 |
Krock |
why does the bind address matter at all in the mainmenu? that shouldn't happen |
21:31 |
celeron55 |
(actually, what it does is selects curl to use the interface that has localhost, which is "lo" i guess) |
21:31 |
celeron55 |
i don't think the bind address should be used for http requests |
21:32 |
celeron55 |
it should be up to the system routing table how to make a http request, right? |
21:32 |
Krock |
yes |
21:33 |
celeron55 |
just, like, drop the curl_easy_setopt(curl, CURLOPT_INTERFACE, bind_address.c_str()); line in httpfetch.cpp i guess |
21:40 |
sfan5 |
i think the idea is that when your system has multiple IPs and you bind the server to 1.1.1.2, the announce request to the server list should also come from there |
21:43 |
celeron55 |
so whether to bind should be a boolean parameter to the http fetch system |
21:43 |
celeron55 |
and probably default to not binding |
21:43 |
|
Gael-de-Sailly joined #minetest-hub |
21:47 |
celeron55 |
here's a fun configuration for singleplayer: ipv6_server = true, enable_ipv6 = false |
21:47 |
celeron55 |
8) |
21:49 |
Krock |
here's a fun configuration for joining worlds in general: rm -r cache && ln -s /dev/null cache |
21:56 |
Fixer |
kek https://www.vangoghmuseum.nl/en/prints/collection/p1485V2000 |
22:11 |
|
Ruslan1 joined #minetest-hub |
23:56 |
|
tumeninodes joined #minetest-hub |
23:59 |
tumeninodes |
rubenwardy, I was just thinking (too late obviously, as usual) rather then throw all that cash at stickers..., you could have just made MTG cookies... who don't like cookies? :D |