<owrt-images-builds> Build [#117](https://buildbot.openwrt.org/images/#/builders/39/builds/117) of `main_realtek/rtl839x` failed: failed Packages built (failure)
<owrt-images-builds> Build [#116](https://buildbot.openwrt.org/images/#/builders/127/builds/116) of `main_pistachio/generic` failed: failed Packages built (failure)
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#112](https://buildbot.openwrt.org/images/#/builders/162/builds/112) of `main_ipq806x/generic` failed: failed Packages built (failure)
lemoer has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#115](https://buildbot.openwrt.org/images/#/builders/27/builds/115) of `main_ipq806x/chromium` failed: failed Packages built (failure)
<owrt-images-builds> Build [#122](https://buildbot.openwrt.org/images/#/builders/4/builds/122) of `main_mpc85xx/p1010` failed: failed Packages built (failure)
<owrt-images-builds> Build [#110](https://buildbot.openwrt.org/images/#/builders/158/builds/110) of `main_mediatek/filogic` failed: failed Packages built (failure)
<owrt-images-builds> Build [#116](https://buildbot.openwrt.org/images/#/builders/25/builds/116) of `main_sunxi/cortexa8` failed: failed Packages built (failure)
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<owrt-images-builds> Build [#111](https://buildbot.openwrt.org/images/#/builders/26/builds/111) of `main_qualcommax/ipq807x` failed: failed Packages built (failure)
<owrt-images-builds> Build [#113](https://buildbot.openwrt.org/images/#/builders/24/builds/113) of `main_mvebu/cortexa53` failed: failed Packages built (failure)
<owrt-images-builds> Build [#120](https://buildbot.openwrt.org/images/#/builders/6/builds/120) of `main_ramips/mt76x8` failed: failed Images built and installed (failure)
minimal has quit [Quit: Leaving]
cmonroe has quit [Ping timeout: 480 seconds]
Nilsro_ has joined #openwrt-devel
Nilsro has quit [Ping timeout: 480 seconds]
ServError has quit [Quit: Leaving]
cmonroe has joined #openwrt-devel
<owrt-images-builds> Build [#113](https://buildbot.openwrt.org/images/#/builders/62/builds/113) of `main_layerscape/armv8_64b` failed: failed Images built and installed (failure)
<owrt-images-builds> Build [#113](https://buildbot.openwrt.org/images/#/builders/98/builds/113) of `main_mvebu/cortexa72` failed: failed Packages built (failure)
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<owrt-images-builds> Build [#115](https://buildbot.openwrt.org/images/#/builders/234/builds/115) of `main_bcm4908/generic` failed: failed Packages built (failure)
<owrt-images-builds> Build [#111](https://buildbot.openwrt.org/images/#/builders/109/builds/111) of `main_rockchip/armv8` failed: failed Packages built (failure)
<owrt-images-builds> Build [#109](https://buildbot.openwrt.org/images/#/builders/218/builds/109) of `main_ipq40xx/generic` failed: failed Packages built (failure)
<owrt-images-builds> Build [#115](https://buildbot.openwrt.org/images/#/builders/255/builds/115) of `main_ipq40xx/chromium` failed: failed Packages built (failure)
rua has quit [Quit: Leaving.]
<owrt-images-builds> Build [#103](https://buildbot.openwrt.org/images/#/builders/235/builds/103) of `main_ramips/mt7621` failed: failed Packages built (failure)
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit []
valku has quit [Quit: valku]
Stat_headcrabbed has joined #openwrt-devel
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
sorinello has joined #openwrt-devel
<russell--> uboot-tools (not sure how it's getting sucked into my build) is failing on ath79/archerc7v2
<russell--> rsa-sign.c:(.text/home/openwrt/src/lede/staging_dir/toolchain-mips_24kc_gcc-13.3.0_musl/lib/gcc/mips-openwrt-linux-musl/13.3.0/../../../../mips-openwrt-linux-musl/bin/ld.bfd+0x73a: ): undefined reference to `rsa-sign.c:ENGINE_get_id('
<russell--> .text/home/openwrt/src/lede/staging_dir/toolchain-mips_24kc_gcc-13.3.0_musl/lib/gcc/mips-openwrt-linux-musl/13.3.0/../../../../mips-openwrt-linux-musl/bin/ld.bfd+0x: 7a6)rsa-sign.c:(.text: undefined reference to `+0x7a6ENGINE_load_public_key)'
<russell--> : undefined reference to `ENGINE_load_public_key'
<russell--> build-testing before pushing++ ;-)
Stat_headcrabbed has joined #openwrt-devel
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
grift has quit []
grift has joined #openwrt-devel
grift has quit []
grift has joined #openwrt-devel
grift has quit []
grift has joined #openwrt-devel
mrb28 has joined #openwrt-devel
robimarko has joined #openwrt-devel
Borromini has joined #openwrt-devel
<djfe> *wiki
Borromini has quit [Quit: Lost terminal]
<lemmi> we had the same problem. after adding ratelimits and monitoring access to paths denied in robots.txt i just banned ips for up to a week. even after lifting the bans, traffic did not explode again. they are learning
<lemmi> in case of a gitea instance it's rather easy to figure out automated access. they'll just relentlessly query all sorts of commits from somewhere in the middle of the history, download archives that are years old
<lemmi> no human does this
<lemmi> and.. they all use ipv4
<ynezz> djfe: not only wiki, git server as well :P
<djfe> true, especially git blame
<djfe> and other expensive commands
<djfe> are you thinking about implementing Anubis? 😅
<djfe> lemmi: thanks for sharing some strategies
<djfe> for a smaller page of mine it's probably the WordPress calendar that's queried
<lemmi> one trick that also sometimes works is to have a hidden link and also deny it in robots.txt. something like `/lol_im_going_to_get_banned_for_this` and just instantly ban the ip range for a week
<lemmi> that almost certainly will never hit any human or search engine that honors robots.txt. it will filter out the most stupid automated traffic
mrb28 has quit []
mrb28 has joined #openwrt-devel
<djfe> hehe I actually read that back then, thanks for looking it up, ynezz :)
<djfe> this commit probably reduced stress as well https://github.com/openwrt/openwrt/pull/18003
<djfe> at least to some degree and for branches 23.05 and newer
Acinonyx_ has joined #openwrt-devel
<djfe> (just for people who haven't seen it)
<djfe> stress from builds (not scrapers)
Acinonyx has quit [Ping timeout: 480 seconds]
Sawzallz has joined #openwrt-devel
Sawzall has quit [Ping timeout: 480 seconds]
mrb28 has left #openwrt-devel [#openwrt-devel]
<f00b4r0> djfe: interesting post. Very annoying that they don't provide links to *any* of the things they quote.
n3ph has quit [Quit: WeeChat 4.5.2]
wvdakker has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.5.2]
n3ph has joined #openwrt-devel
wvdakker has joined #openwrt-devel
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
ali3nx has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.5.2]
n3ph has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
svanheule has quit []
svanheule has joined #openwrt-devel
MAbeeTT3 has joined #openwrt-devel
MAbeeTT2 has quit [Ping timeout: 480 seconds]
n3ph has quit [Quit: WeeChat 4.5.2]
n3ph has joined #openwrt-devel
wvdakker8 has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
wvdakker has quit [Ping timeout: 480 seconds]
n3ph has quit []
n3ph has joined #openwrt-devel
n3ph has quit []
n3ph has joined #openwrt-devel
wvdakker8 has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
wvdakker has joined #openwrt-devel
wvdakker has quit [Read error: Connection reset by peer]
wvdakker has joined #openwrt-devel
rua has quit [Quit: Leaving.]
wvdakker0 has joined #openwrt-devel
minimal has joined #openwrt-devel
wvdakker has quit [Ping timeout: 480 seconds]
wvdakker0 is now known as wvdakker
n3ph has joined #openwrt-devel
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
n3ph has quit [Read error: Connection reset by peer]
n3ph has joined #openwrt-devel
cmonroe has joined #openwrt-devel
n3ph has quit [Read error: Network is unreachable]
n3ph has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.5.2]
n3ph has joined #openwrt-devel
valku has joined #openwrt-devel
valku has quit []
valku has joined #openwrt-devel
noltari is now known as Guest12015
noltari has joined #openwrt-devel
Guest12015 has quit [Ping timeout: 480 seconds]
ali3nx has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
noltari is now known as Guest12018
noltari has joined #openwrt-devel
noltari has quit []
noltari has joined #openwrt-devel
ali3nx has quit [Ping timeout: 480 seconds]
Guest12018 has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
matoro has quit [Ping timeout: 480 seconds]
ali3nx has quit [Read error: No route to host]
ali3nx has joined #openwrt-devel
wvdakker has quit [Ping timeout: 480 seconds]
ali3nx has quit [Read error: Connection reset by peer]
wvdakker has joined #openwrt-devel
ali3nx has joined #openwrt-devel
soxrok2212 has quit [Ping timeout: 480 seconds]
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
soxrok2212 has joined #openwrt-devel
rua has joined #openwrt-devel
ali3nx has quit [Read error: Connection reset by peer]
ali3nx has joined #openwrt-devel
ali3nx has quit [Read error: Connection reset by peer]
ali3nx has joined #openwrt-devel
lemoer has joined #openwrt-devel
wvdakker has quit [Read error: Connection reset by peer]
wvdakker has joined #openwrt-devel
tom- has quit [Quit: "rebooting"]
tom- has joined #openwrt-devel
ali3nx has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
n3ph has quit [Quit: WeeChat 4.5.2]
n3ph has joined #openwrt-devel
n3ph has quit []
ali3nx has quit [Ping timeout: 480 seconds]
rsalvaterra has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
ali3nx has joined #openwrt-devel
rsalvaterra has joined #openwrt-devel
ali3nx has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
ali3nx has quit []
rsalvaterra_ has joined #openwrt-devel
rsalvaterra_ is now known as rsalvaterra
minimal has quit [Quit: Leaving]
lemoer has quit [Ping timeout: 480 seconds]
cmonroe has quit [Ping timeout: 480 seconds]
caskd has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
caskd has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
lemoer has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
lemoer has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
wvdakker has quit [Remote host closed the connection]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jschwart has quit [Quit: Konversation terminated!]
blocktrron has joined #openwrt-devel
blocktrron has quit [Quit: WeeChat 4.5.2]