slh64 has quit [Ping timeout: 272 seconds]
bkallus has joined #openwrt-devel
linzst_ has quit [Quit: Leaving]
astylian has quit [Ping timeout: 246 seconds]
<bkallus> I'm working on a build of openwrt for the actiontec mi424wr rev i, and I got something booting. However, when I add DEVICE_PACKAGES := kmod-ath9k to my device's config in the kirkwood image makefile, it tells me that certain packages are "incompatible with the architectures configured"
<bkallus> where do I go from here?
CaptFrito1 has joined #openwrt-devel
<mangix> aparcar[m]: sent new autoconf patch
bkallus has quit [Quit: Leaving]
Tapper has quit [Ping timeout: 272 seconds]
<mangix> aclocal.m4:6: error: Exactly version 2.69 of Autoconf is required but you have 2.70
<mangix> what the hell
<aparcar[m]> heh
<mangix> that's a glibc error
<aparcar[m]> mangix: keep me posted
<mangix> going to try a musl build now
Katana_Steel has quit [Read error: Connection reset by peer]
Katana_Steel has joined #openwrt-devel
<mangix> I think it's because the glibc is subtly broken
<mangix> I remember an issue on CentOS 7 where it doesn't compile due to old make version
<mangix> it's supposed to use tools/make but uses OS make
<mangix> musl compiled
goliath has joined #openwrt-devel
danitool has quit [Ping timeout: 240 seconds]
hbug___ has joined #openwrt-devel
Tost has quit [Ping timeout: 265 seconds]
hbug__ has quit [Ping timeout: 268 seconds]
silverwhitefish has joined #openwrt-devel
silverwhitefish has quit [Quit: One for all, all for One (2 Corinthians 5)]
<mangix> aparcar[m]: meh ignore it. a bunch of packages fail
<mangix> someone else can deal with it
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
dorf has joined #openwrt-devel
dorf_ has quit [Ping timeout: 256 seconds]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
Huntereb has joined #openwrt-devel
<philipp64> Anyone want to review PR #14489? Thanks
<philipp64> mangix: that's surprising. glibc gets built in so many places (though not all of them appropriate, given its footprint).
linzst has joined #openwrt-devel
<mangix> philipp64: ummmm not in OpenWrt
slh64 has joined #openwrt-devel
rmilecki has joined #openwrt-devel
massoud has quit [Ping timeout: 272 seconds]
massoud has joined #openwrt-devel
<philipp64> mangix: I meant regarding building glibc on Centos7, unless I've missed something...
daregap has joined #openwrt-devel
nitroshift has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
<mangix> philipp64: i assume a newer make is available with whatever backports they have
valku has quit [Quit: valku]
dedeckeh has quit [Quit: Ping timeout (120 seconds)]
linzst_ has joined #openwrt-devel
Huntereb has quit [Ping timeout: 256 seconds]
Pix has quit [Remote host closed the connection]
linzst has quit [Ping timeout: 256 seconds]
Pix has joined #openwrt-devel
linzst_ is now known as b4today
grift has quit [Quit: Bye]
grift has joined #openwrt-devel
grift has quit [Remote host closed the connection]
grift has joined #openwrt-devel
MarioH has quit [Quit: ZNC 1.8.2 - https://znc.in]
MarioH has joined #openwrt-devel
decke has joined #openwrt-devel
<mangix> aparcar[m]: does the GitHub Actions build include a host perl?
<aparcar[m]> mangix: I assume. Why?
EqUaTe has joined #openwrt-devel
owrt-1806-builds has quit [Remote host closed the connection]
Tost has joined #openwrt-devel
ivanich has joined #openwrt-devel
Borromini has joined #openwrt-devel
rmilecki has quit [Ping timeout: 265 seconds]
nitroshift has quit [Quit: Gone that way --->]
dorf_ has joined #openwrt-devel
dorf has quit [Ping timeout: 272 seconds]
Tapper has joined #openwrt-devel
b4today has quit [Quit: Leaving]
<Borromini> svanheule[m]: did you need to adjust bmork's mtdsplit patch set on current master?
<Borromini> patch #2 is already breaking for me
<Borromini> on current master
<svanheule[m]> Borromini: I just applied everything, compiled, and that worked on my WNDR3700v2
_whitelogger has joined #openwrt-devel
dorf_ has quit [Remote host closed the connection]
<Borromini> it's a command that allows you to interact with patchwork
<Borromini> $ git-pw series apply 217644 e.g. would apply the whole series
<stintel> pretty neat tool :)
<Borromini> yeah
dedeckeh has joined #openwrt-devel
<svanheule[m]> aha, I just did git am on the series patch downloaded from PW
<Borromini> no need! pip3 install git-pw :^)
<mangix> note how circleci fails in a similar way to the buildbots but actions does not
<Borromini> svanheule[m]: although python's git-pw is 1.5.1 according to debian and upstream is 2.0.
<stintel> ewww, I'd never use pip
<stintel> native distro packaging format or gtfo
<svanheule[m]> stintel: I only feel safe using pip in a virtualenv
<mangix> aparcar[m]: well actually, no host perl was never a problem with actions, indicating that it does include perl
<Borromini> svanheule[m]: nevermind, running the proper pip update commands gives 2.0
<stintel> for the gentoo folks, there's an ebuild for git-pw in my overlay ;)
<Tapper> Wow we got more press for the forum hack than when we put out a new build!
<Borromini> stintel: debian testing has git-pw 2.0 :P
<mangix> Borromini: second the git-pw from pip
<Tapper> I am just checking the twitter.
<Borromini> Tapper: one would alsmost think you ordered it ;)
<mangix> works on centos 7 as well
<Tapper> lol
* Borromini has once set up a virtualenv but hasn't really bothered so far, don't do that much with python
nitroshift has joined #openwrt-devel
decke has quit [Quit: Leaving.]
<olmari> mm, with python "programs", virtualenv is generally the way to go, one can install stuff with pip to there to hearts contents and not mess up global stuff
<olmari> which, with pip, is easy
<mangix> same with cargo
dedeckeh has quit [Quit: Ping timeout (120 seconds)]
<olmari> or with global stuff it is "default thought" that OS/repo provided python stuff is to be used, pip in otherhand gets whatever versions and packages one desires, hence venv is useful there
<mangix> btrfs-progs: scrub status: print percents of scrubbed bytes
<mangix> finally
<olmari> so in good and bad, python makes it easy to "virtualize" python enviroment, and then free to use whatever versions needed for the exact project... Without needing to think what the next one needs
<Borromini> so a virtualenv per 'package' is recommended?
hsp has quit [Ping timeout: 260 seconds]
<Borromini> great. just forgot to do sysupgrade -n :-/
* Borromini preps for breakage
<stintel> what's the point of sysupgrade anyway if you use it with -n ¯\_(ツ)_/¯
<olmari> Borromini: generally yes, per package or per project, etc... "one unit of program(s) you provide" :D
<mangix> Borromini: DSA?
<stintel> I sysupgraded my dir860l from >2yo image to master without -n but with -f and it worked :P I did prepare /etc/config/network for it though, don't remember what exactly I did
<Borromini> mangix: no just an mtdsplit series
<stintel> but I've got so many configs on most of my devices, if I can't reliably sysupgrade without doing -n I'd find another distro
<olmari> most python based packages from any OS repos has venv baked in them at some method (because OFCOURSE there has to be multime methods for that too 😀 )
<Borromini> but it seems i did, since it's reset itself to default IP and settings :)
<Borromini> stintel: i learnt to make backups :P
<olmari> s/packages/random python-based program that is available at a repo
<stintel> Borromini: too many devices to be restoring backups all the time. the backups also contain the incompatible config so you'd be messing about anyway
<Borromini> stintel: oh. yeah :(
<stintel> Borromini: all my OpenWrt devices have automated nightly sysupgrade --create-backup ..
<Borromini> eh? :P
<grift> i use sysupgrade without -n all the time
<grift> it doesnt matter if you are on-top of things
<stintel> Borromini: well running master soft-bricks stuff every now and then, I need those backups :P
<Borromini> true :P
* Borromini looks at his second bricked tl-wr1043nd v2
<stintel> eh, 4MB flash right? throw it in the bin ;)
<stintel> 8MB isn't even enough anymore for my dumpAP images :/
<mangix> stintel: get that soldering iron
<mangix> Borromini: isn't that thing 2.4ghz n only?
<Borromini> stintel: i thought the v2 had 8 MiB
<Borromini> mangix: it is, but i kept it around as an ath79 testing device
hsp has joined #openwrt-devel
<stintel> mangix: pfft that thing is too slow anyway
<stintel> I remember borrowing one from a friend for stress-testing some ath9k bugfixes
<stintel> for the 17.x release or so
<Borromini> :)
feriman has joined #openwrt-devel
<Borromini> svanheule[m]: sorry i don't recall - did the patch set work for you with and without keeping settings?
adrianschmutzler has joined #openwrt-devel
<mangix> stintel: i tried overclocking it. was only successful in doing a 20 mhz overclock
plntyk has quit [Quit: Leaving]
dedeckeh has joined #openwrt-devel
<Borromini> svanheule[m]: nevermind, works both ways here with my mt7621 device at least :-)
<svanheule[m]> Borromini: I think so
<svanheule[m]> Borromini: ok :-)
dorf has quit [Ping timeout: 240 seconds]
RoboMWM has quit [*.net *.split]
Swant has quit [*.net *.split]
awgh has quit [*.net *.split]
ephemer0l_ has quit [*.net *.split]
mangix has quit [*.net *.split]
fonix232 has quit [*.net *.split]
qgTG_ has quit [*.net *.split]
fs2 has quit [*.net *.split]
ynezz has quit [*.net *.split]
tmn505 has quit [*.net *.split]
awgh has joined #openwrt-devel
RoboMWM has joined #openwrt-devel
fonix232 has joined #openwrt-devel
mangix has joined #openwrt-devel
Tost2 has joined #openwrt-devel
qgTG has joined #openwrt-devel
Swant has joined #openwrt-devel
fs2 has joined #openwrt-devel
ynezz has joined #openwrt-devel
ephemer0l_ has joined #openwrt-devel
dorf has joined #openwrt-devel
Tost has quit [Ping timeout: 256 seconds]
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
tmn505 has joined #openwrt-devel
ynezz_ has joined #openwrt-devel
csrf has joined #openwrt-devel
ynezz_ has quit [Client Quit]
ynezz_ has joined #openwrt-devel
ynezz__ has joined #openwrt-devel
ynezz_ has quit [Client Quit]
ynezz__ has quit [Client Quit]
victhor has joined #openwrt-devel
gnustomp has quit [Ping timeout: 272 seconds]
Dagger has quit [Ping timeout: 264 seconds]
Dagger has joined #openwrt-devel
<jow> ynezz: is the FIXME intentional?
<jow> otherwise good work!
<ynezz> it's still work in progress
<ynezz> but the config mitigations should be already usable
<ynezz> so that's why I've shared it
<stintel> Hauke: ynezz: thanks for taking care of this
<grift> seconded. nice
<Hauke> Just got a push notification from heise about our Forum hack: https://www.heise.de/news/Jetzt-neues-Passwort-vergeben-OpenWrt-Forum-gehackt-5028697.html
<stintel> let's hope it brings us more users and eventually more contributors / team members ;-)
<stintel> also, 2FA should be enforced for admins everywhere possible
<stintel> e.g. DO - I don't believe everyone has it enabled
<stintel> now it's just the forum, DO would be another level
<stintel> nvm - it seems everybody does there nowadays, perfect
gnustomp has joined #openwrt-devel
<ynezz> AFAIK wiki has no 2FA
<stintel> it's _less_ important than where we publish code or manage infra
<stintel> but we could maybe add fail2ban to ban offending IPs
<stintel> or crowdsecurity, or ...
victhor has quit [Ping timeout: 256 seconds]
<jow> ynezz: btw, I've a suggestion for an improved upgrade command line:
<jow> opkg update; opkg upgrade $(opkg list-installed dnsmasq* | cut -d' ' -f1)
<ynezz> thanks!
<jow> slightly less special chars, so less likely to mess up due to smart formatting/copy paste / line breaks etc.
<jow> (ideally "opkg upgrade" would just take wilcards, but unfortunately it doesn't)
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<jow> and the verify command can be replaced with just "opkg list-installed dnsmasq*"
csrf has joined #openwrt-devel
<ynezz> fixed, thanks
<jow> yw
<ynezz> :p
finsternis has quit [Remote host closed the connection]
<Borromini> stintel: what's DO?
<Hauke> ynezz: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=8055e38794741313f8f4e6059f83c71dc0ab1d1c
<jow> Borromini: DigitalOcean, our hoster for forum, wiki, mail
<Borromini> oh :)
<Hauke> I think that most forum admin even with similar number of suers would not detect such a problem, the ones who detect it probably most of them just change the password and thats it, I would be supprised if the rate of forums which inform thgeir users in such a cases is bigger than 5%
<Hauke> the dnsmasq updates are pushed now, please test them again and then someone can create 19.07.6
daregap has quit [Quit: daregap]
hbug___ has quit [Ping timeout: 268 seconds]
hbug___ has joined #openwrt-devel
xback has quit [Ping timeout: 240 seconds]
Darkmatter66 has joined #openwrt-devel
<Borromini> honestly i try to set 2FA on all the accounts that allow it but i wasn't aware discourse already allowed that.
<stintel> Borromini: I recently found out and added all my U2F keys
<stintel> now I'm actually thinking to retire my yubikeys if they can actually be cloned
<Borromini> :)
<stintel> and I just got them :P (well 2 out of the 4 I have)
<Borromini> :P
<Borromini> so you have yubi *and* the solos?
<stintel> yeah, I got the new yubi's (5+NFC and 5C+NFC) at the time our mother company got pwnd
<stintel> a bit of an impulse buy
<stintel> then I remembered the open alternatives
<Borromini> :)
<Borromini> i'm not sure if the keys allow cloning. what i read last time i researched was you just need to register two keys with e.g. google or whatever site you'd like to use it with
<Borromini> so not a real backup, but just another key you keep safe somewhere in case the first gets lost
<stintel> yes. and the problem there is: you cannot register the "backup" key when you're on the go and register on a new website
<stintel> I still have to check if the U2F/FIDO2 implementations of Ledger or Trezor Cryptocoin wallets will generate the whatever key this standard uses from your seed
<stintel> in this case, that problem would be irrelevant
<stintel> as you will be able to have n "identical" keys
<stintel> actually I can test that as I have 2 ledger wallets
* stintel find the 2nd one
<stintel> imagine that works via bt
<stintel> I'd immediately order another Ledger Nano X
<stintel> apparently it does
<Borromini> :)
<stintel> but no fido2 yet
<stintel> derp
<olmari> Apparently solokey v2will have ed25519 key support too, they answered (for sideways relating)
<stintel> oooh and #478 will implement this possibly on the v1
* stintel reads
<owrt-1907-builds> build #247 of x86/geode is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Fgeode/builds/247 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #242 of kirkwood/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/kirkwood%2Fgeneric/builds/242 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #242 of ramips/rt288x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt288x/builds/242 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #190 of ath79/tiny is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Ftiny/builds/190 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #236 of ath25/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath25%2Fgeneric/builds/236 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #198 of ipq40xx/generic is complete: Exception [exception dlfindbinpl] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ipq40xx%2Fgeneric/builds/198 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #196 of sunxi/cortexa8 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa8/builds/196 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #196 of lantiq/xway_legacy is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway_legacy/builds/196 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #210 of x86/legacy is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Flegacy/builds/210 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #213 of mxs/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mxs%2Fgeneric/builds/213 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #211 of lantiq/xrx200 is complete: Exception [exception ccachecc] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxrx200/builds/211 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #212 of brcm2708/bcm2708 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2708/builds/212 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #203 of brcm2708/bcm2709 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2709/builds/203 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #217 of octeon/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeon%2Fgeneric/builds/217 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #197 of x86/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Fgeneric/builds/197 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #195 of at91/sama5 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/at91%2Fsama5/builds/195 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #198 of ath79/generic is complete: Exception [exception interrupted interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fgeneric/builds/198 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #195 of samsung/s5pv210 is complete: Exception [exception] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/samsung%2Fs5pv210/builds/195 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #199 of ramips/mt7620 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt7620/builds/199 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #190 of mpc85xx/p2020 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp2020/builds/190 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #196 of brcm63xx/smp is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm63xx%2Fsmp/builds/196 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #192 of ramips/mt7621 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt7621/builds/192 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #213 of layerscape/armv7 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv7/builds/213 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #211 of lantiq/falcon is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Ffalcon/builds/211 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #208 of sunxi/cortexa7 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa7/builds/208 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #242 of apm821xx/sata is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/apm821xx%2Fsata/builds/242 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #236 of brcm63xx/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm63xx%2Fgeneric/builds/236 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #242 of sunxi/cortexa53 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa53/builds/242 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #248 of oxnas/ox820 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/oxnas%2Fox820/builds/248 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #246 of lantiq/ase is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fase/builds/246 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #236 of at91/sam9x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/at91%2Fsam9x/builds/236 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #236 of ipq806x/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ipq806x%2Fgeneric/builds/236 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #237 of x86/64 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2F64/builds/237 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
owrt-1907-builds has quit [Remote host closed the connection]
nitroshift has quit [Ping timeout: 240 seconds]
owrt-1907-builds has joined #openwrt-devel
<owrt-1907-builds> build #249 of mediatek/mt7622 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7622/builds/249 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #255 of mvebu/cortexa72 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa72/builds/255 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #251 of ar71xx/mikrotik is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fmikrotik/builds/251 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #244 of mediatek/mt7623 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7623/builds/244 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #255 of armvirt/32 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F32/builds/255 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #249 of mvebu/cortexa53 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa53/builds/249 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #242 of cns3xxx/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/cns3xxx%2Fgeneric/builds/242 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #251 of mvebu/cortexa9 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa9/builds/251 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #256 of archs38/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/archs38%2Fgeneric/builds/256 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #263 of octeontx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeontx%2Fgeneric/builds/263 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #240 of tegra/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/tegra%2Fgeneric/builds/240 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #237 of pistachio/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/pistachio%2Fgeneric/builds/237 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #230 of ath79/nand is complete: Exception [exception ccachecc] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fnand/builds/230 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #265 of malta/be is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/malta%2Fbe/builds/265 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #245 of ar71xx/generic is complete: Exception [exception ccachecc] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fgeneric/builds/245 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #214 of mpc85xx/p1020 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp1020/builds/214 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #217 of ar71xx/tiny is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Ftiny/builds/217 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #206 of gemini/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/gemini%2Fgeneric/builds/206 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #221 of imx6/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/imx6%2Fgeneric/builds/221 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #217 of rb532/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/rb532%2Fgeneric/builds/217 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #213 of ramips/rt305x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt305x/builds/213 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #218 of brcm47xx/legacy is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Flegacy/builds/218 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #218 of lantiq/xway is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway/builds/218 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #223 of zynq/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/zynq%2Fgeneric/builds/223 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #214 of ar71xx/nand is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fnand/builds/214 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #218 of ramips/mt76x8 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt76x8/builds/218 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #217 of armvirt/64 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F64/builds/217 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #250 of layerscape/armv8_64b is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv8_64b/builds/250 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #255 of mpc85xx/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fgeneric/builds/255 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #227 of bcm53xx/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/bcm53xx%2Fgeneric/builds/227 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #223 of brcm2708/bcm2710 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2710/builds/223 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #221 of omap/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/omap%2Fgeneric/builds/221 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #252 of ramips/rt3883 is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt3883/builds/252 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #248 of x86/geode is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Fgeode/builds/248 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #243 of kirkwood/generic is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/kirkwood%2Fgeneric/builds/243 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<owrt-1907-builds> build #243 of ramips/rt288x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt288x/builds/243 blamelist: Hauke Mehrtens <hauke@hauke-m.de>
<Tapper> Hi I am getting this when doing ./scripts/feeds update.
<Tapper> fatal: loose object 4d2bb84647575641eb55fc82e62b341b7aa056d6 (stored in .git/objects/4d/2bb84647575641eb55fc82e62b341b7a
<Tapper> a056d6) is corrupt
<Tapper> failed.
<Tapper> any one know how to fix?
<Tapper> due to the forum hack we have 500 mentions on twitter lol more then I have ever seen be for.
<ynezz> we pay advertising with passwords
<stintel> better this than with bitcoin ;)
<owrt-1907-builds> build #241 of brcm47xx/mips74k is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fmips74k/builds/241
<owrt-1907-builds> build #239 of arc770/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/arc770%2Fgeneric/builds/239
<owrt-1907-builds> build #237 of brcm47xx/generic is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fgeneric/builds/237
<owrt-1907-builds> build #209 of apm821xx/nand is complete: Failure [failed gitcheckout] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/apm821xx%2Fnand/builds/209
<owrt-1907-builds> build #257 of armvirt/32 is complete: Exception [exception dlfindbinpl df ccachestat] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F32/builds/257
<owrt-1907-builds> build #251 of mediatek/mt7622 is complete: Exception [exception nproc df ccachestat] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7622/builds/251
<Tapper> So does any one know anything about my ./scripts/feeds update thing?
<owrt-1907-builds> build #252 of ar71xx/mikrotik is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fmikrotik/builds/252
<owrt-1907-builds> build #246 of mediatek/mt7623 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7623/builds/246
dedeckeh has quit [Quit: Ping timeout (120 seconds)]
eduardas has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
dorf_ has joined #openwrt-devel
swex has quit [Quit: swex]
dorf has quit [Ping timeout: 244 seconds]
swex has joined #openwrt-devel
<Strykar> Tapper: is there even an official Twitter account or you mean hashtags
<adrianschmutzler> Tapper: looks like one of your feed repos is corrupt
<adrianschmutzler> just ./scripts/feeds clean and retry ...
<Tapper> adrianschmutzler thanks mate I fix it now.
<owrt-1907-builds> build #240 of x86/64 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2F64/builds/240
<owrt-1907-builds> build #258 of armvirt/32 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F32/builds/258
<owrt-1907-builds> build #253 of ar71xx/mikrotik is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fmikrotik/builds/253
<owrt-1907-builds> build #247 of mediatek/mt7623 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7623/builds/247
<owrt-1907-builds> build #257 of mvebu/cortexa72 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa72/builds/257
Darkmatter66 has quit [Ping timeout: 256 seconds]
rsalvaterra1 has joined #openwrt-devel
valku has joined #openwrt-devel
rsalvaterra2 has joined #openwrt-devel
rsalvaterra2 has quit [Client Quit]
rsalvaterra has quit [Ping timeout: 260 seconds]
rsalvaterra1 has quit [Ping timeout: 256 seconds]
rsalvaterra has joined #openwrt-devel
plntyk has joined #openwrt-devel
<owrt-1907-builds> build #254 of mvebu/cortexa9 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa9/builds/254
<owrt-1907-builds> build #239 of ath25/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath25%2Fgeneric/builds/239
<owrt-1907-builds> build #245 of cns3xxx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/cns3xxx%2Fgeneric/builds/245
<owrt-1907-builds> build #246 of kirkwood/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/kirkwood%2Fgeneric/builds/246
<owrt-1907-builds> build #245 of sunxi/cortexa53 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa53/builds/245
<owrt-1907-builds> build #249 of lantiq/ase is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fase/builds/249
<owrt-1907-builds> build #251 of x86/geode is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Fgeode/builds/251
<owrt-1907-builds> build #193 of mpc85xx/p2020 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp2020/builds/193
<owrt-1907-builds> build #198 of samsung/s5pv210 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/samsung%2Fs5pv210/builds/198
<owrt-1907-builds> build #246 of ramips/rt288x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt288x/builds/246
<owrt-1907-builds> build #233 of ath79/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fnand/builds/233
<owrt-1907-builds> build #253 of mediatek/mt7622 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mediatek%2Fmt7622/builds/253
<owrt-1907-builds> build #251 of oxnas/ox820 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/oxnas%2Fox820/builds/251
<owrt-1907-builds> build #240 of pistachio/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/pistachio%2Fgeneric/builds/240
<owrt-1907-builds> build #245 of apm821xx/sata is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/apm821xx%2Fsata/builds/245
<owrt-1907-builds> build #268 of malta/be is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/malta%2Fbe/builds/268
<owrt-1907-builds> build #202 of ramips/mt7620 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt7620/builds/202
<owrt-1907-builds> build #214 of lantiq/falcon is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Ffalcon/builds/214
<owrt-1907-builds> build #239 of brcm63xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm63xx%2Fgeneric/builds/239
<owrt-1907-builds> build #252 of mvebu/cortexa53 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mvebu%2Fcortexa53/builds/252
<owrt-1907-builds> build #198 of at91/sama5 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/at91%2Fsama5/builds/198
dedeckeh has quit [Quit: Connection closed]
<owrt-1907-builds> build #195 of ramips/mt7621 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt7621/builds/195
<owrt-1907-builds> build #216 of layerscape/armv7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv7/builds/216
<owrt-1907-builds> build #239 of brcm47xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fgeneric/builds/239
<owrt-1907-builds> build #199 of brcm63xx/smp is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm63xx%2Fsmp/builds/199
<owrt-1907-builds> build #259 of archs38/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/archs38%2Fgeneric/builds/259
<owrt-1907-builds> build #243 of brcm47xx/mips74k is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Fmips74k/builds/243
<owrt-1907-builds> build #266 of octeontx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeontx%2Fgeneric/builds/266
<owrt-1907-builds> build #243 of tegra/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/tegra%2Fgeneric/builds/243
<owrt-1907-builds> build #220 of ar71xx/tiny is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Ftiny/builds/220
<owrt-1907-builds> build #201 of ath79/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Fgeneric/builds/201
<owrt-1907-builds> build #241 of arc770/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/arc770%2Fgeneric/builds/241
Tost has joined #openwrt-devel
fs2 has quit [Ping timeout: 256 seconds]
Tost2 has quit [Ping timeout: 256 seconds]
eduardas has quit [Excess Flood]
hsp has quit [Ping timeout: 256 seconds]
eduardas has joined #openwrt-devel
hsp has joined #openwrt-devel
hsp has joined #openwrt-devel
fs2 has joined #openwrt-devel
<owrt-1907-builds> build #216 of ramips/rt305x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt305x/builds/216
eduardas has quit [Client Quit]
<owrt-1907-builds> build #217 of mpc85xx/p1020 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fp1020/builds/217
<owrt-1907-builds> build #211 of sunxi/cortexa7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa7/builds/211
victhor has joined #openwrt-devel
<owrt-1907-builds> build #200 of x86/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Fgeneric/builds/200
<owrt-1907-builds> build #220 of rb532/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/rb532%2Fgeneric/builds/220
<owrt-1907-builds> build #248 of ar71xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fgeneric/builds/248
<owrt-1907-builds> build #224 of imx6/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/imx6%2Fgeneric/builds/224
<owrt-1907-builds> build #209 of gemini/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/gemini%2Fgeneric/builds/209
shibboleth has joined #openwrt-devel
<owrt-1907-builds> build #217 of ar71xx/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ar71xx%2Fnand/builds/217
<owrt-1907-builds> build #220 of armvirt/64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/armvirt%2F64/builds/220
<owrt-1907-builds> build #221 of ramips/mt76x8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Fmt76x8/builds/221
<owrt-1907-builds> build #221 of brcm47xx/legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm47xx%2Flegacy/builds/221
<owrt-1907-builds> build #230 of bcm53xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/bcm53xx%2Fgeneric/builds/230
<shibboleth> adrianschmutzler, ping
<owrt-1907-builds> build #193 of ath79/tiny is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ath79%2Ftiny/builds/193
<owrt-1907-builds> build #221 of lantiq/xway is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway/builds/221
<owrt-1907-builds> build #258 of mpc85xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mpc85xx%2Fgeneric/builds/258
<owrt-1907-builds> build #239 of at91/sam9x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/at91%2Fsam9x/builds/239
<owrt-1907-builds> build #199 of lantiq/xway_legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxway_legacy/builds/199
<owrt-1907-builds> build #215 of brcm2708/bcm2708 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2708/builds/215
<owrt-1907-builds> build #213 of x86/legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/x86%2Flegacy/builds/213
<owrt-1907-builds> build #216 of mxs/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/mxs%2Fgeneric/builds/216
<owrt-1907-builds> build #226 of zynq/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/zynq%2Fgeneric/builds/226
<owrt-1907-builds> build #220 of octeon/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/octeon%2Fgeneric/builds/220
<owrt-1907-builds> build #201 of ipq40xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ipq40xx%2Fgeneric/builds/201
<stintel> bleh, updated all my OpenWrt devices running dnsmasq only to figure out I missed a kernel bump
<owrt-1907-builds> build #206 of brcm2708/bcm2709 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2709/builds/206
<owrt-1907-builds> build #239 of ipq806x/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ipq806x%2Fgeneric/builds/239
figgyc has quit [Quit: figgyc]
figgyc has joined #openwrt-devel
<owrt-1907-builds> build #214 of lantiq/xrx200 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/lantiq%2Fxrx200/builds/214
<owrt-1907-builds> build #199 of sunxi/cortexa8 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/sunxi%2Fcortexa8/builds/199
sergiomiguelrp_ has joined #openwrt-devel
victhor has quit [Quit: Leaving]
<ynezz> FATAL ERROR: Couldn't open "/builder/shared-workdir/build/build_dir/target-aarch64_generic_musl/linux-layerscape_armv8_64b/linux-4.14.215/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb-sdk.dtb.tmp": No such file or directory
<owrt-1907-builds> build #226 of brcm2708/bcm2710 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/brcm2708%2Fbcm2710/builds/226
<owrt-1907-builds> build #255 of ramips/rt3883 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/ramips%2Frt3883/builds/255
<owrt-1907-builds> build #211 of apm821xx/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/apm821xx%2Fnand/builds/211
goliath has quit [Quit: SIGSEGV]
<Hauke> ynezz: I assume this is a concurrency problem because these build bots have different number of core or speed
<Hauke> I retriggered it
state has joined #openwrt-devel
gch9812133289452 has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
CaptFrito1 has left #openwrt-devel [#openwrt-devel]
numero53 has joined #openwrt-devel
state has quit [Ping timeout: 272 seconds]
dannyAAM has quit [Remote host closed the connection]
dannyAAM has joined #openwrt-devel
eduardas has joined #openwrt-devel
Darkmatter66 has joined #openwrt-devel
eduardas has quit [Quit: Konversation terminated!]
swex has quit [Read error: Connection reset by peer]
swex has joined #openwrt-devel
Darkmatter66 has quit [Read error: Connection reset by peer]
<aparcar[m]> adrianschmutzler: I'm about to push the AUTORELEASE patch for base-files, it would raise the relase once from 242 to 1401, do you think that's a problem?
<adrianschmutzler> increasing is never a problem
<adrianschmutzler> only decreasing
<aparcar[m]> ack
<adrianschmutzler> if unsure, i.e. if the syntax changes, use the opkg compare tool
<aparcar[m]> base-files_1402-r15385+186-c5d033a34d_aarch64_generic.ipk
<aparcar[m]> it's still the same
<aparcar[m]> only the release digit changes
<aparcar[m]> adrianschmutzler currently the release reset happens on either bump or update, should I add any other "codeword"?
<adrianschmutzler> well, I don't really understand the mechanics, so I don't know ...
blb4393 has joined #openwrt-devel
<aparcar[m]> if using AUTORELEASE as PKG_RELEASE the number of commits since a commit with subject including "update to" or "bump to" is used
<aparcar[m]> meaning no more manual modification of PKG_RELEASE and still knowing how many downstream releases we had since the last upstream version change
<adrianschmutzler> okay, so this is useless for base-files where we have no upstream
<adrianschmutzler> let me check uboot-envtools
<adrianschmutzler> how will you deal with stable branches? just live with collisions in the PKG_RELEASE, as it does refer to a specific state anymore anyway?
<adrianschmutzler> ... does _not_ refer ...
<adrianschmutzler> For uboot-envtools there is "update to" and "bump to", rarely also with capital first letter
<adrianschmutzler> Note that just "update" won't work there, as one might just "update flash location of device X" etc.
<aparcar[m]> yea it filter ": update to "
<adrianschmutzler> that should be good enough
<aparcar[m]> adrianschmutzler: please read the commit message here https://git.sr.ht/~aparcar/openwrt/commit/a2dd2e5bbfbc236fc3e99ba2f166665f00b14fa6
<aparcar[m]> it works for both base-files and uboot-envstuff
<adrianschmutzler> I see
<adrianschmutzler> Though the use of that $(1) argument is really ugly
<adrianschmutzler> I'd consider splitting that into two functions ...
<adrianschmutzler> commitcount and commitsinceupdate
<adrianschmutzler> or like that
<adrianschmutzler> and I'm not sure whether I like the date as fallback
madwoota has quit [Ping timeout: 264 seconds]
<adrianschmutzler> If one implements that to work as commit count or "autorelease", it should fail if no data is available
<adrianschmutzler> and not switch to a totally different scheme without notice
<aparcar[m]> it's pretty much what luci does, using date as fallback
<aparcar[m]> so failing here is not an option
<adrianschmutzler> well, what you do depends on what you want to do with it
<adrianschmutzler> if you want a global mechanism that is thrown onto any package, you will choose something like that
<adrianschmutzler> but then you wouldn't distinguish between COMMITCOUNT and AUTORELEASE, but just go fully automatic
<adrianschmutzler> but if you assume the user will choose and apply a specific scheme to a specific package (like COMMITCOUNT vs. AUTORELEASE), I'd serve a specific scheme
<adrianschmutzler> which would severely reduce the ifs
<adrianschmutzler> two commands for AUTORELEASE, one for COMMITCOUNT
<adrianschmutzler> if I'm not mistaken
<aparcar[m]> what is ifs?
<adrianschmutzler> conditions
<aparcar[m]> oh no abbreviation ;}
<adrianschmutzler> let me just put something together, mom
<aparcar[m]> ideally I want it fully automated, but for a smoother transition I don't want to change release numbers for 6000 packages
<adrianschmutzler> both variants will be fully automatic, the question is whether the user has a choice or not
<adrianschmutzler> user=the person defining the variable in the package
<owrt-1907-builds> build #254 of layerscape/armv8_64b is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/openwrt-19.07/images/builders/layerscape%2Farmv8_64b/builds/254
<adrianschmutzler> essentially, what we need is only this:
<aparcar[m]> this crashes if anyone uses a tarball
<aparcar[m]> in that case I'd prefer it to be base-files-210119.123123-*.ipk
gch9812133289452 has quit [Read error: Connection reset by peer]
<aparcar[m]> base-files_210119.68914-r15385+186-c5d033a34d_aarch64_generic.ipk
<adrianschmutzler> Hmm ...
Acinonyx_ has quit [Ping timeout: 272 seconds]
<adrianschmutzler> Should the tarball builder get his own versioning scheme ...?
Acinonyx has joined #openwrt-devel
danitool has joined #openwrt-devel
<aparcar[m]> I think that's not really our concern as none of our infra does that
<aparcar[m]> but it should still be possible to build
<aparcar[m]> as it uses SOURCE_DATE_EPOCH it's at least reproducible and can therefor be pointed back to a specific release
<adrianschmutzler> how will that matter in the context of a tarball builder?
<aparcar[m]> opkg list-installed on a running device maybe
goliath has joined #openwrt-devel
<adrianschmutzler> but then I must say I would make it fully automatic and remove the argument
aliceussr has joined #openwrt-devel
<aparcar[m]> people building outside a git repo likely build a static image they use internally and don't maintain a public package repository.
<adrianschmutzler> I.e. having only one variable
<aliceussr> Hello! Who haver latest drivers for MediaTek RT5390 for full speed WiFi?
<aparcar[m]> sure we could do that as well as the only case where commitcount seems usable is base-files
<adrianschmutzler> would be interesting how expensive the git log --grep is
<adrianschmutzler> because with the current more specific scheme, we circumvent that
<aparcar[m]> that's true. I'll give it a quick try
<adrianschmutzler> just checked in /target, gives me about 1.5 s for each of the git commands
krm has joined #openwrt-devel
<aparcar[m]> adrianschmutzler: ugh
<aparcar[m]> i got 0.3 seconds
<adrianschmutzler> well, target is not really the smallest to test
<adrianschmutzler> that why I chose it ...
<adrianschmutzler> anyway, did you copy this 1:1 from luci?
<aparcar[m]> wait I'm talking about packages, how is target a package?
<adrianschmutzler> i just threw the two git commands about a huge history
<adrianschmutzler> so I have some waiting time which can be reasonably measured
<adrianschmutzler> anyway, maybe we should just keep your version
<adrianschmutzler> the tarball issue is valid, and though the "1" parameter is ugly, I didn't find a better idea in several minutes so let's just keep it
<krm> I'm having a weird problem with dnsmasq returning incorrect results for SRV records. I'm building from the same source tree both archer c7 v2 and archer c7 v5. The v5 build works, the v2 build doesn't. dnsmasq related options are the same in the configs...
<krm> also building for two ipq806x targets from the same source tree that also don't work
<aparcar[m]> adrianschmutzler: so let's just give it a try?
<adrianschmutzler> I have not validated the code in detail
<adrianschmutzler> but I give up my objections from above
<adrianschmutzler> And I still don't understand how the semicolons are put there ;-)
<aparcar[m]> try & error
<aparcar[m]> only `then` and `else` don't require a following semicolon
<adrianschmutzler> but some fi do have one and others don't
<aparcar[m]> oh sorry I got a corrected version in my local msater branch
<aparcar[m]> there was one missing
<aparcar[m]> updated
<aparcar[m]> adrianschmutzler: https://git.sr.ht/~aparcar/openwrt/commit/2ba9a002978a6a9187947ef95ea982d1c771ff8a the semicolons should be more consistent now
madwoota has joined #openwrt-devel
madwoota has joined #openwrt-devel
madwoota has quit [Changing host]
aliceussr has quit [Ping timeout: 256 seconds]
dana44 has joined #openwrt-devel
Darkmatter66 has joined #openwrt-devel
<adrianschmutzler> There is a typo in the comment "non-empty"
<adrianschmutzler> and if it's run in a shell anyway, I don't think we need to set last_bump="" at all
<adrianschmutzler> and you can just remove that particular else
<aparcar[m]> ok
<adrianschmutzler> it's probably okay then
<adrianschmutzler> and if you change anyways, I'd recommend to be precise in the comment and really put the matched strings there, too
dorf has joined #openwrt-devel
dorf_ has quit [Ping timeout: 246 seconds]
<aparcar[m]> updated
<rsalvaterra> Guys… is it just me having broadcast traffic issues with MT7615 in stations using WPA3 (personal)…?
<adrianschmutzler> So, now, the remaining question will just be whether we believe in our reviewers or directly put [uU]pdate in the grep ;-)
<aparcar[m]> well the policy says lowercase right?
<adrianschmutzler> and [bB]ump
<aparcar[m]> If we use this feature I'll let people at packages.git etc know about it
<adrianschmutzler> The policy also says that you should have a commit message, and that commit titles should be short etc.
<adrianschmutzler> Of the four bumps for uboot-envtools I checked, 3 were "update" and 1 was "Update"
<aparcar[m]> omfg how many times is uboot-envtools updated...
<adrianschmutzler> Well, if we have one wrong update, we cannot fix it without reducing the overall version
<aparcar[m]> adrianschmutzler: sorry I don't understand what you're saying
<adrianschmutzler> If somebody pushes "Update to", the PKG_RELEASE won't be reset
<adrianschmutzler> Either we live with that fact
<adrianschmutzler> Or we update the pattern then and get something like 2021.01-2345 -> 2021.01-1
Darkmatter66 has quit [Quit: ZNC 1.7.5 - https://znc.in]
<aparcar[m]> well base-files uses commit count so that can't happen
<aparcar[m]> $(COMMITCOUNT)
<adrianschmutzler> That's why I was talking about uboot-envtools ...
<adrianschmutzler> but I don't care terribly. if you don't want to do another change, I can also patch it in separately later ...
<aparcar[m]> well let's don't push anything but perfect commits
<adrianschmutzler> at least the most recent change was lower-case, so no harm there
<aparcar[m]> how would you change it?
<adrianschmutzler> Just replace "update" with "[Uu]pdate" and "bump" with "[bB]ump" in the git grep arguments
<adrianschmutzler> assuming grep actually means regex ...
<aparcar[m]> let me test that...
<adrianschmutzler> ouch, this also greps in the commit message?
<aparcar[m]> hah I just realized that
<adrianschmutzler> this will break whenever a bump is referenced
<adrianschmutzler> e.g. e7d0d2e9dc
<aparcar[m]> yea I'm looking into this
<adrianschmutzler> This references another commit in Fixes: which is a bump commit and thus matches
state has joined #openwrt-devel
<aparcar[m]> adrianschmutzler: git log --oneline . | grep "[uU]pdate" -m 1
<aparcar[m]> combined with another cut to get have the has only... ugh
<aparcar[m]> jow: can you help with some shell magic?
<jow> sure. for what?
<aparcar[m]> problem is that git log --grep also checks the commit message. Now it requires a chain of git log --oneline | grep "update" | cut -f 1 -f " "
<aparcar[m]> I thought maybe you have a better idea or know a git command
state has quit []
<adrianschmutzler> I'm not sure whether text-parsing is the way out here ...
<adrianschmutzler> Maybe we should just drop resetting on update and keep just commitcount
<jow> afair there is no builtin way to only grep the commit subject
<aparcar[m]> well the git | grep | cut chain shouldn't be too expensive?
<adrianschmutzler> but it's even more ugly, and we have to either "print" the full history first or grep twice
<adrianschmutzler> apart from the fact that I don't know how stable git output is supposed to be
<adrianschmutzler> I'd say implement the commit count for now and then we can still expand it with the autorelease functionality later when we have a good idea about that
<adrianschmutzler> and personally, I could even live with not resetting the commit count for a few packages
<adrianschmutzler> uboot-envtools currently has 297 commits, 2020.04-297 would not be that terrible
<aparcar[m]> adrianschmutzler: I'd assume it's very stable, specially as we can manually define the format to be "$commit_hash $subject". By using grep -m 1 it will close the stdin after a first match and thereby stops git from running. It doesn't print the full log
<aparcar[m]> git log --pretty=format:'%h %s' | grep -m 1 ": [uU]pdate to " | cut -d " " -f 1
<adrianschmutzler> interesting, for a long history the latter is actually faster
shibboleth has joined #openwrt-devel
<adrianschmutzler> (obviously because only the title is parsed)
<aparcar[m]> Hah!
<adrianschmutzler> what I do is going into target/ and then trying to match something that isn't there
<adrianschmutzler> e.g. time git log --pretty=format:'%h %s' | grep -m1 "xxxxxxxxxxxxxxxxxx"
<adrianschmutzler> that's where I get these long times like 1-1.5 s
caravel has joined #openwrt-devel
<adrianschmutzler> of course, when I match something reasonable, it's much faster
<aparcar[m]> it will never run in target
<adrianschmutzler> yes, but I need a long history
<aparcar[m]> oh fair
<aparcar[m]> just use hyperfine to get real values
<adrianschmutzler> anyway, I think your latest suggestion is simple enough
blb4393 has quit [Quit: ChatZilla 0.9.93 [Waterfox 56.3/MOZ_BUILDID]]
<adrianschmutzler> but since we touched so many parts now, I'd be happy if you resubmit the final version and have it on the list for a few days
<aparcar[m]> ack
<adrianschmutzler> and don't forget to add ":[Bb]ump to "
<aparcar[m]> 🙂 never
black_ant has quit [Ping timeout: 256 seconds]
<adrianschmutzler> but still, discussing and testing thoroughly really helps. The message-matching, which is actually obvious if you think about it, was only revealed as a problem after we talked maybe an hour about the subject
numero53 has quit [Quit: Connection closed]
<adrianschmutzler> shibboleth: So?
Net147 has quit [Quit: Quit]
<shibboleth> yeah, so since you... wanted to generally improve these/update them, would you be open to such a suggestion?
<shibboleth> add tx-fifo-depth 4096?
Net147 has joined #openwrt-devel
<adrianschmutzler> I wanted to _have them improved_ ...
<adrianschmutzler> ;-)
<shibboleth> this would allow for setting a higher mtu and possibly work around the jumboframe/random reboot issue?
<adrianschmutzler> ... like all devices in OpenWrt. It's not like I have a specific liaison with this particular device
<adrianschmutzler> shibboleth: I don't have the slightest idea
<shibboleth> no, sure. but if such a patch should be posted, you won't object on spec/purity?
<adrianschmutzler> this sounds to me like a misunderstanding. how would I object towards a patch that fixes something
<adrianschmutzler> If it's not proper, I'd maybe give pointer to how to make it right, of course
<shibboleth> alright then. do we have to go through all the motions or could this be sorted without all the singing and dancing?
<shibboleth> patch, review
<adrianschmutzler> well, what else do you have in mind, apart from "patch, review"?
<shibboleth> apparently jacecoski filed the bugreport, submitted patches, but pri:very low for some reason
<adrianschmutzler> ah, so now we are coming closer
<aparcar[m]> adrianschmutzler: did I ever sneaked around reviews?
<adrianschmutzler> so you want special priority for a specific subject
<shibboleth> oh, no
<shibboleth> but is a new patch in order or could the old one be dusted off?
<adrianschmutzler> well, where is it? patchwork or github?
<shibboleth> i'm waiting for an answer from him on that, i'll let you know :). presumably the ML and timed out on patchwork
<adrianschmutzler> well, in patchwork you have the advantage of being able to just respond to the original mail with a "Ping." or similar
<adrianschmutzler> beyond that, the typical means to get forward are to ping people that are active on the target or typically working with stuff similar to the problem (networking/MTU/switch etc. here)
<adrianschmutzler> if you don't know these people from experience with the project, you may check the git history, e.g. for the relevant target etc.
<adrianschmutzler> who is active, and also what he does-
<adrianschmutzler> e.g. I have a lot of activity on several targets, but on many of them commits are trivial/cosmetic
<shibboleth> sure, reason i pinged you was the convo we had about dts/syntax
<adrianschmutzler> which won't help you with this matter
<shibboleth> i'll bring it up once i've gotten hold of him
<adrianschmutzler> I might be able to help you with the syntax, yes, but I probably won't understand the underlying technical problem on this arch
<shibboleth> ty
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
<adrianschmutzler> aparcar: warum busybox?
<aparcar[m]> adrianschmutzler: low hanging fruit, but optional
<aparcar[m]> I mean eventually this should be used for more packages than base-files and uboot-env
<aparcar[m]> nicht?
<adrianschmutzler> I'm not sure yet. But in this case, I was curious why this specific package out of so many ...
<adrianschmutzler> And BTW: any particular reason for --max-count instead of -m?
<aparcar[m]> easier for other people to understand what's going on
<adrianschmutzler> Looks good
<adrianschmutzler> haven't checked the date-stuff, though
<adrianschmutzler> I would skip busybox for now, but don't really have something substantial to justify that for you
<aparcar[m]> I'll let it ripe for a day or two
<aparcar[m]> thanks for your time, it'll hopefully save a lot of time longterm
<adrianschmutzler> yes, particularly the uboot-envtools are quite a pain
<adrianschmutzler> either you do it manually every time you merge or you just ignore it
skolev has quit [Ping timeout: 246 seconds]
ivanich has quit [Quit: Konversation terminated!]
DonkeyHotei has joined #openwrt-devel
<zorun> aparcar[m]: did you see the comment about the need to backport https://git.openwrt.org/4f3806364011aa3aef26fc ?
<aparcar[m]> zorun: ugh it was never backported...
<aparcar[m]> can do
<Hauke> aparcar[m]: should I remove the item about imagebuild not neededing gcc and so on from the 19.07.6 releases notes?
<aparcar[m]> oh yes I think that needs to happen then
<aparcar[m]> sorry for that
dana44 has quit [Quit: Ping timeout (120 seconds)]
dana44 has joined #openwrt-devel
<zorun> Checking 'gcc'... ok.
<zorun> it does look like it doesn't work in 19.07.6
<aparcar[m]> I backported it
<zorun> thanks
<aparcar[m]> zorun: na thank you and sorry that I didn't do that earlier. How is your vote going btw?
<zorun> ask the people who are supposed to vote ;)
feriman has quit [Ping timeout: 256 seconds]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (100.0% images and 98.3% packages reproducible in our current test framework.)
Net147 has quit [Quit: Quit]
Net147 has joined #openwrt-devel
Ivan__83 has quit [Ping timeout: 272 seconds]
<mangix> incredible
<mangix> util-linux' mount.pc file is broken
shibboleth has quit [Quit: shibboleth]
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]