IRC logs for #openttd on OFTC at 2020-09-07
            
00:01:43 *** Wolf01 has quit IRC
00:25:49 *** Progman has quit IRC
00:36:34 *** namad7 has joined #openttd
00:39:17 *** namad7 has quit IRC
00:52:19 *** gelignite has quit IRC
00:55:22 *** nielsm has quit IRC
01:03:57 *** bunburya has joined #openttd
01:39:59 *** iSoSyS has quit IRC
02:34:44 *** glx has quit IRC
04:02:19 *** WormnestAndroid has quit IRC
04:04:31 *** WormnestAndroid has joined #openttd
04:09:00 *** WormnestAndroid has quit IRC
04:14:06 *** WormnestAndroid has joined #openttd
04:33:30 *** Wormnest has quit IRC
04:34:33 *** Flygon has joined #openttd
04:46:21 *** Gustavo6046 has quit IRC
04:59:30 *** Gustavo6046 has joined #openttd
05:31:28 *** snail_UES_ has joined #openttd
05:57:10 *** snail_UES_ has quit IRC
08:03:17 *** andythenorth has joined #openttd
08:04:56 *** sla_ro|master has joined #openttd
09:07:42 *** nielsm has joined #openttd
09:08:17 *** Progman has joined #openttd
09:15:47 *** nielsm has quit IRC
10:51:25 <TrueBrain> lol .. someone needs to remove "binaries.ttdpatch.net" .. I did not know that was still pointing to OpenTTD infrastructure .. we haven't hosted those files in years .. maybe something orudge can help with? :)
10:51:31 <andythenorth> yo
11:09:43 *** WormnestAndroid has quit IRC
11:09:56 *** WormnestAndroid has joined #openttd
11:14:08 <TrueBrain> (and yes, people are still trying that URL :P)
11:15:06 <TrueBrain> www.openttd.org handled ~4 milion pagehits last month .. roughly ... 1.5 hits per second?
11:15:11 <TrueBrain> @calc 4000000 / 30 / 24 / 60 / 60
11:15:11 <DorpsGek> TrueBrain: 1.54320987654
11:15:13 <TrueBrain> yeah
11:17:17 <TrueBrain> 70k unique visitors based on IP
11:21:59 <LordAro> @calc 4000000 / 70000
11:21:59 <DorpsGek> LordAro: 57.1428571429
11:22:17 <LordAro> does the 4million include things like images?
11:22:24 <TrueBrain> any hit
11:22:29 <TrueBrain> including 404s
11:25:12 <FLHerne> How much of that is bots trying to grab wp-admin.php and so on?
11:27:37 <TrueBrain> wp-admin only happens 110 times (of that 4M)
11:28:02 <LordAro> surprisingly low
11:28:04 <TrueBrain> and only (!) 25k 404 pages
11:31:59 <LordAro> in the last 2 weeks (because apparently that's all logrotate is set up to do), i have 72 wp-admin hits
11:33:16 <LordAro> and 14k 404s (though we did redo the site a month ago, there are a lot of broken links that a lot of bots haven't noticed yet)
11:33:51 <TrueBrain> I tend to redirect all replaced links .. that is why we do not have that many 404s of normal visitors
11:37:25 <TrueBrain> 0.25 million are not 200, 206 or 304
11:37:34 <TrueBrain> (so 301s, 302s, 4XX, 5XX)
11:39:43 <TrueBrain> 460 .. wtf is 460 ..
11:40:05 <TrueBrain> ah, LB stuff
11:40:39 <TrueBrain> https://gist.github.com/TrueBrain/f21d4d4affef7881a57128e618e828b1 <- all non-200s of 1 month
11:40:48 <TrueBrain> (on www.openttd.org only)
11:42:33 <TrueBrain> not a single 5XX btw .. AWS infra is rather impressive
11:55:30 <andythenorth> \o/
12:29:54 <TrueBrain> okay ... what I am about to do, might break all our certificates ... fingers crossed
12:52:44 *** Progman has quit IRC
13:29:13 <TrueBrain> ugh, CloudFormation can be a real pita ... sometimes it would just be easier to just rebuild everything .. sadly, that would be with downtime :P
13:31:43 <andythenorth> what's our uptime SLA?
13:31:48 <andythenorth> what's our error budget?
13:32:00 <andythenorth> based on 5XX rate, there should be lots of error budget spare
13:32:27 <TrueBrain> the thing is .. a rebuild takes an hour or so :P
13:32:31 <TrueBrain> it would make iterations VERY painful
13:32:54 <TrueBrain> and AWS has some weird restrictions about rate limiting, which we will hit too :P
13:33:03 <TrueBrain> one of them is: if you do more than this N times a year, you cannot do this for a year anymore
13:33:06 <TrueBrain> might be a bit much downtime :D
13:33:24 <TrueBrain> but in basic terms, CDK and CloudFormation are still very immature :)
13:33:38 <TrueBrain> additions etc work perfect .. updates and deletes .... not so much :)
13:36:50 <TrueBrain> and talking about error budget .. it might be that a certain subdomain is currently not working at all .. it was a deprecated one anyway, but now I am provisioning a redirect on it :P It was what got me in this mess to start with .. :D
13:37:06 <TrueBrain> but if I don't tell anyone, I am sure none of the 5000 hits a month will notice this :D
13:38:26 <andythenorth> javascript redirect on the index page of the dead subdomain :P
13:38:27 <andythenorth> move on
13:38:33 * andythenorth is a bad person
13:38:46 <TrueBrain> good thing about AWS, you can do that without touching a silly scripting language :D
13:38:59 <TrueBrain> I also managed to archive 2 more GitHub repositories :D
13:42:02 <andythenorth> \o/
14:06:35 <TrueBrain> right, so proxy.binaries.openttd.org now redirects to our normal CDN again, and no longer to DigitalOcean :)
14:09:18 <TrueBrain> I also disabled uploading the binaries to DigitalOcean now (that was still happening in the background)
14:09:24 <TrueBrain> that should be without issue, but ... keep an eye on it :D
14:27:32 *** andythenorth has quit IRC
15:09:21 *** andythenorth has joined #openttd
15:15:16 *** andythenorth has quit IRC
15:45:50 <TrueBrain> I really should invest time to migrate to GitHub Container Registry ... my upload speed to DockerHub is 300 kbit/s atm ..
15:48:08 *** andythenorth has joined #openttd
15:48:35 *** nielsm has joined #openttd
15:57:29 <TrueBrain> omg ... 30MB in 12 minutes ... what is this .. and they want us to pay for their service? Like ... this has been an issue for .. what, 4 years?
15:57:37 <TrueBrain> about how first offering a decent service before you ask money :P
15:57:59 <TrueBrain> this is painfully slow ...
15:58:57 <TrueBrain> (and yes, I fully understand that them charging money will mean less people will use their service, speeding things up ... possibly :P)
16:00:16 *** snail_UES_ has joined #openttd
16:04:20 *** snail_UES_ has quit IRC
16:37:53 *** sla_ro|master has quit IRC
16:51:22 <TrueBrain> right .. master-server is running on AWS .. tables are created .. only no traffic is flowing :D
16:51:26 <TrueBrain> possibly something that needs resolving :P
16:53:13 <LordAro> nah, users ruin everything
17:03:09 <TrueBrain> it helps if I open the firewall :D
17:13:00 *** y2kboy23_ has joined #openttd
17:17:18 *** y2kboy23 has quit IRC
17:27:30 *** Wormnest has joined #openttd
17:43:27 <TrueBrain> hmmm .. everything should be provisioned correctly, yet the server is not responding when I expect him to ..
17:43:31 <TrueBrain> owh well, something for tomorrow :)
17:54:19 *** andythenorth has quit IRC
17:58:09 *** jottyfan has joined #openttd
17:58:50 *** jottyfan has quit IRC
18:21:55 *** Flygon has quit IRC
18:37:12 *** andythenorth has joined #openttd
18:57:34 *** frosch123 has joined #openttd
19:15:21 *** Wolf01 has joined #openttd
19:28:44 <andythenorth> yo also
19:54:59 *** heffer has quit IRC
19:56:02 *** heffer has joined #openttd
20:27:04 *** heffer_ has joined #openttd
20:27:33 *** heffer has quit IRC
20:33:05 *** sla_ro|master has joined #openttd
20:44:10 *** tokai|noir has joined #openttd
20:44:10 *** ChanServ sets mode: +v tokai|noir
20:45:48 *** Wormnest has quit IRC
20:50:58 *** tokai has quit IRC
20:54:18 *** WormnestAndroid has quit IRC
20:55:03 *** WormnestAndroid has joined #openttd
21:15:23 *** WormnestAndroid has quit IRC
21:16:21 *** Wormnest has joined #openttd
21:32:04 *** Speeder has joined #openttd
21:36:14 *** WormnestAndroid has joined #openttd
21:39:08 *** Speeder_ has quit IRC
21:41:37 *** frosch123 has quit IRC
21:47:52 *** Samu has joined #openttd
21:59:01 <Wolf01> Uh, pax dest in mashinky
22:04:08 *** gelignite has joined #openttd
22:08:53 *** Wormnest has quit IRC
22:09:29 *** Speeder_ has joined #openttd
22:16:38 *** Speeder has quit IRC
22:26:45 *** gelignite has quit IRC
22:49:46 <TrueBrain> w00p, I can talk to the new master-server :D
22:49:53 <TrueBrain> now I need to allow UDP traffic back in my home network :P
22:53:23 *** Samu has quit IRC
22:54:12 *** Wormnest has joined #openttd
22:58:14 *** andythenorth has quit IRC
23:04:31 <TrueBrain> hmm .. communication works, bi-directional .. and the server is queried .. but .. not marked as online :P
23:05:22 <TrueBrain> ah .. somewhere there is a boo-boo ..
23:05:49 <TrueBrain> the proxy protocol is not kicking in :(
23:13:52 *** Wormnest has quit IRC
23:14:03 <TrueBrain> ah .. seems I misunderstood how nginx implements proxy protocol for UDP ..
23:14:07 <TrueBrain> well, I will fix that another day :)
23:16:08 *** tokai has joined #openttd
23:16:08 *** ChanServ sets mode: +v tokai
23:16:48 *** glx has joined #openttd
23:16:48 *** ChanServ sets mode: +v glx
23:17:44 <TrueBrain> hmm, no, the problem is more complex .. the "game info" request is being done via the NAT gateways, and the replies are of course not containing a PROXY protocol header ... interesting ..
23:19:13 *** Gustavo6046 has quit IRC
23:22:55 *** tokai|noir has quit IRC
23:33:30 *** Gustavo6046 has joined #openttd
23:37:04 *** sla_ro|master has quit IRC