Config
Log for #openttd on 7th September 2020:
Times are UTC Toggle Colours
00:34:44  *** glx has quit IRC
02:02:19  *** WormnestAndroid has quit IRC
02:04:31  *** WormnestAndroid has joined #openttd
02:09:00  *** WormnestAndroid has quit IRC
02:14:06  *** WormnestAndroid has joined #openttd
02:33:30  *** Wormnest has quit IRC
02:34:33  *** Flygon has joined #openttd
02:46:21  *** Gustavo6046 has quit IRC
02:59:30  *** Gustavo6046 has joined #openttd
03:31:28  *** snail_UES_ has joined #openttd
03:57:10  *** snail_UES_ has quit IRC
06:03:17  *** andythenorth has joined #openttd
06:04:56  *** sla_ro|master has joined #openttd
07:07:42  *** nielsm has joined #openttd
07:08:17  *** Progman has joined #openttd
07:15:47  *** nielsm has quit IRC
08: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? :)
08:51:31  <andythenorth> yo
09:09:43  *** WormnestAndroid has quit IRC
09:09:56  *** WormnestAndroid has joined #openttd
09:14:08  <TrueBrain> (and yes, people are still trying that URL :P)
09:15:06  <TrueBrain> www.openttd.org handled ~4 milion pagehits last month .. roughly ... 1.5 hits per second?
09:15:11  <TrueBrain> @calc 4000000 / 30 / 24 / 60 / 60
09:15:11  <DorpsGek> TrueBrain: 1.54320987654
09:15:13  <TrueBrain> yeah
09:17:17  <TrueBrain> 70k unique visitors based on IP
09:21:59  <LordAro> @calc 4000000 / 70000
09:21:59  <DorpsGek> LordAro: 57.1428571429
09:22:17  <LordAro> does the 4million include things like images?
09:22:24  <TrueBrain> any hit
09:22:29  <TrueBrain> including 404s
09:25:12  <FLHerne> How much of that is bots trying to grab wp-admin.php and so on?
09:27:37  <TrueBrain> wp-admin only happens 110 times (of that 4M)
09:28:02  <LordAro> surprisingly low
09:28:04  <TrueBrain> and only (!) 25k 404 pages
09: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
09: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)
09:33:51  <TrueBrain> I tend to redirect all replaced links .. that is why we do not have that many 404s of normal visitors
09:37:25  <TrueBrain> 0.25 million are not 200, 206 or 304
09:37:34  <TrueBrain> (so 301s, 302s, 4XX, 5XX)
09:39:43  <TrueBrain> 460 .. wtf is 460 ..
09:40:05  <TrueBrain> ah, LB stuff
09:40:39  <TrueBrain> https://gist.github.com/TrueBrain/f21d4d4affef7881a57128e618e828b1 <- all non-200s of 1 month
09:40:48  <TrueBrain> (on www.openttd.org only)
09:42:33  <TrueBrain> not a single 5XX btw .. AWS infra is rather impressive
09:55:30  <andythenorth> \o/
10:29:54  <TrueBrain> okay ... what I am about to do, might break all our certificates ... fingers crossed
10:52:44  *** Progman has quit IRC
11: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
11:31:43  <andythenorth> what's our uptime SLA?
11:31:48  <andythenorth> what's our error budget?
11:32:00  <andythenorth> based on 5XX rate, there should be lots of error budget spare
11:32:27  <TrueBrain> the thing is .. a rebuild takes an hour or so :P
11:32:31  <TrueBrain> it would make iterations VERY painful
11:32:54  <TrueBrain> and AWS has some weird restrictions about rate limiting, which we will hit too :P
11: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
11:33:06  <TrueBrain> might be a bit much downtime :D
11:33:24  <TrueBrain> but in basic terms, CDK and CloudFormation are still very immature :)
11:33:38  <TrueBrain> additions etc work perfect .. updates and deletes .... not so much :)
11: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
11:37:06  <TrueBrain> but if I don't tell anyone, I am sure none of the 5000 hits a month will notice this :D
11:38:26  <andythenorth> javascript redirect on the index page of the dead subdomain :P
11:38:27  <andythenorth> move on
11:38:33  * andythenorth is a bad person
11:38:46  <TrueBrain> good thing about AWS, you can do that without touching a silly scripting language :D
11:38:59  <TrueBrain> I also managed to archive 2 more GitHub repositories :D
11:42:02  <andythenorth> \o/
12:06:35  <TrueBrain> right, so proxy.binaries.openttd.org now redirects to our normal CDN again, and no longer to DigitalOcean :)
12:09:18  <TrueBrain> I also disabled uploading the binaries to DigitalOcean now (that was still happening in the background)
12:09:24  <TrueBrain> that should be without issue, but ... keep an eye on it :D
12:27:32  *** andythenorth has quit IRC
13:09:21  *** andythenorth has joined #openttd
13:15:16  *** andythenorth has quit IRC
13:45:50  <TrueBrain> I really should invest time to migrate to GitHub Container Registry ... my upload speed to DockerHub is 300 kbit/s atm ..
13:48:08  *** andythenorth has joined #openttd
13:48:35  *** nielsm has joined #openttd
13: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?
13:57:37  <TrueBrain> about how first offering a decent service before you ask money :P
13:57:59  <TrueBrain> this is painfully slow ...
13: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)
14:00:16  *** snail_UES_ has joined #openttd
14:04:20  *** snail_UES_ has quit IRC
14:37:53  *** sla_ro|master has quit IRC
14:51:22  <TrueBrain> right .. master-server is running on AWS .. tables are created .. only no traffic is flowing :D
14:51:26  <TrueBrain> possibly something that needs resolving :P
14:53:13  <LordAro> nah, users ruin everything
15:03:09  <TrueBrain> it helps if I open the firewall :D
15:13:00  *** y2kboy23_ has joined #openttd
15:17:18  *** y2kboy23 has quit IRC
15:27:30  *** Wormnest has joined #openttd
15:43:27  <TrueBrain> hmmm .. everything should be provisioned correctly, yet the server is not responding when I expect him to ..
15:43:31  <TrueBrain> owh well, something for tomorrow :)
15:54:19  *** andythenorth has quit IRC
15:58:09  *** jottyfan has joined #openttd
15:58:50  *** jottyfan has quit IRC
16:21:55  *** Flygon has quit IRC
16:37:12  *** andythenorth has joined #openttd
16:57:34  *** frosch123 has joined #openttd
17:15:21  *** Wolf01 has joined #openttd
17:28:44  <andythenorth> yo also
17:54:59  *** heffer has quit IRC
17:56:02  *** heffer has joined #openttd
18:27:04  *** heffer_ has joined #openttd
18:27:33  *** heffer has quit IRC
18:33:05  *** sla_ro|master has joined #openttd
18:44:10  *** tokai|noir has joined #openttd
18:44:10  *** ChanServ sets mode: +v tokai|noir
18:45:48  *** Wormnest has quit IRC
18:50:58  *** tokai has quit IRC
18:54:18  *** WormnestAndroid has quit IRC
18:55:03  *** WormnestAndroid has joined #openttd
19:15:23  *** WormnestAndroid has quit IRC
19:16:21  *** Wormnest has joined #openttd
19:32:04  *** Speeder has joined #openttd
19:36:14  *** WormnestAndroid has joined #openttd
19:39:08  *** Speeder_ has quit IRC
19:41:37  *** frosch123 has quit IRC
19:47:52  *** Samu has joined #openttd
19:59:01  <Wolf01> Uh, pax dest in mashinky
20:04:08  *** gelignite has joined #openttd
20:08:53  *** Wormnest has quit IRC
20:09:29  *** Speeder_ has joined #openttd
20:16:38  *** Speeder has quit IRC
20:26:45  *** gelignite has quit IRC
20:49:46  <TrueBrain> w00p, I can talk to the new master-server :D
20:49:53  <TrueBrain> now I need to allow UDP traffic back in my home network :P
20:53:23  *** Samu has quit IRC
20:54:12  *** Wormnest has joined #openttd
20:58:14  *** andythenorth has quit IRC
21:04:31  <TrueBrain> hmm .. communication works, bi-directional .. and the server is queried .. but .. not marked as online :P
21:05:22  <TrueBrain> ah .. somewhere there is a boo-boo ..
21:05:49  <TrueBrain> the proxy protocol is not kicking in :(
21:13:52  *** Wormnest has quit IRC
21:14:03  <TrueBrain> ah .. seems I misunderstood how nginx implements proxy protocol for UDP ..
21:14:07  <TrueBrain> well, I will fix that another day :)
21:16:08  *** tokai has joined #openttd
21:16:08  *** ChanServ sets mode: +v tokai
21:16:48  *** glx has joined #openttd
21:16:48  *** ChanServ sets mode: +v glx
21: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 ..
21:19:13  *** Gustavo6046 has quit IRC
21:22:55  *** tokai|noir has quit IRC
21:33:30  *** Gustavo6046 has joined #openttd
21:37:04  *** sla_ro|master has quit IRC
22:32:37  *** Wolf01 has quit IRC
22:45:18  *** WormnestAndroid has quit IRC
22:45:35  *** WormnestAndroid has joined #openttd
22:52:33  *** Westie has quit IRC
23:31:24  *** heffer_ has quit IRC
23:31:59  *** heffer has joined #openttd
23:53:19  *** Progman has joined #openttd

Powered by YARRSTE version: svn-trunk