- Sep 08, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Sep 07, 2021
-
-
Jelle van der Waa authored
Some people love to do 48 req/s to our tracker which causes ~100% cpu. For now we allow 5req/sec with a burst of 10 requests.
-
- Sep 06, 2021
-
-
Jelle van der Waa authored
-
Evangelos Foutras authored
-
- Sep 04, 2021
-
-
Kristian Klausen authored
Ref: archlinux/service-agreements!16
-
-
-
- Sep 02, 2021
-
-
- Aug 31, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Aug 28, 2021
-
-
Jan Alexander Steffens (heftig) authored
- Drop the custom service file, use the packaged one - Merge in the comments from the packaged config file
-
Evangelos Foutras authored
After=network-online.target is likely insufficient by itself. Fixes: 104d08a1 ("archweb: Put most services after network-online.target") Fixes: c844d0cb ("Split storage box monitoring into new text collector")
-
Evangelos Foutras authored
We noticed readlinks and reporead on gemini failing to connect to the archweb database immediately after rebooting. To fix this, place them after network-online.target. Do the same for all but one of the other service units even though they run on timers 10-15 minutes after boot for completeness and correctness.
-
- Aug 26, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
The JournalHandler doesn't support flushing, anyway.
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Aug 24, 2021
-
-
Evangelos Foutras authored
-
Kristian Klausen authored
Fix #177
-
Kristian Klausen authored
Fix #371
-
- Aug 22, 2021
-
-
Kristian Klausen authored
It has been applied upstream[1] and released with smartmontools 7.2[2]. [1] https://github.com/smartmontools/smartmontools/commit/61bc85ecadf9e5596b140380fed701a674e38a1b [2] https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_2 This reverts commit b4c97002.
-
Kristian Klausen authored
Ref: service-agreements!16
-
- Aug 19, 2021
-
-
Evangelos Foutras authored
-
- Aug 18, 2021
-
-
Evangelos Foutras authored
We used to set query_cache_type to 0 in the default settings but we were also setting query_cache_size to a non-zero/non-default value, which was in turn re-enabling the query cache. Update the configuration to reflect the actual cache state and make sure query_cache_size is set to zero for the "query_cache_type = 0" case. Now that the setting controls the real state of the query cache, disable it for bbs.archlinux.org; its hit rate is small compared to insert rate.
-
Evangelos Foutras authored
-
Evangelos Foutras authored
Default query_cache_type to 0 and innodb_file_per_table to true.
-
- Aug 17, 2021
-
-
Evangelos Foutras authored
Main motivation behind this is preparing for doing more automatic upgrades. The need for ignoring kernel updates isn't clear either.
-
- Aug 16, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
Hetzner DNS has been delaying many responses for 5 seconds, causing outgoing federation work to pile up, almost running into OOM before we noticed. I don't know if were being throttled because federation makes a *lot* of requests. Anyway, using Cloudflare DNS seems to solve it. Enable DNSOverTLS for this because we can.
-
- Aug 15, 2021
-
-
Evangelos Foutras authored
-
- Aug 14, 2021
-
-
Jan Alexander Steffens (heftig) authored
This one is pretty spammy with warnings that don't mean much.
-
Jan Alexander Steffens (heftig) authored
Other caches around this code use 500000 entries, so just copy that.
-
- Aug 12, 2021
-
-
Jelle van der Waa authored
-
- Aug 11, 2021
-
-
Jan Alexander Steffens (heftig) authored
This cache was seeing constant evictions at its former size (70k). With a size of 200k it now stabilizes at ~122k entries with a significant drop in server load.
-
- Aug 10, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Aug 05, 2021
-
-
Jan Alexander Steffens (heftig) authored
Now that Pantalaimon refuses operations until it has sync'ed with the homeserver, we need to give it time to do so or Mjolnir will refuse to start.
-
Jan Alexander Steffens (heftig) authored
-
- Aug 01, 2021
-
-
Kristian Klausen authored
-
- Jul 31, 2021
-
-
The dashboards is from [1] and fixed with: sed 's/${DS_PROMETHEUS}/$datasource/g' -i synapse.json [1] https://github.com/matrix-org/synapse/tree/c167e09fe58d3a256fb1c763b391ad6633d2507d/contrib/grafana Closes: #290 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- Jul 30, 2021
-
-
Jan Alexander Steffens (heftig) authored
!473
-