Svanto24 has quit [Ping timeout: 480 seconds]
vincejv has joined #openwrt-devel
Svanto24 has joined #openwrt-devel
<russell--> stintel: i've tested it, it works
<russell--> where it is the neheb/qq branch
Svanto24 has quit [Ping timeout: 480 seconds]
Svanto24 has joined #openwrt-devel
Svanto24 has quit [Ping timeout: 480 seconds]
skynet2 has quit [Ping timeout: 480 seconds]
danitool has quit [Remote host closed the connection]
dermoth_ has joined #openwrt-devel
dermoth has quit [Remote host closed the connection]
dermoth_ is now known as dermoth
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
valku has joined #openwrt-devel
Svanto24 has joined #openwrt-devel
Svanto24 has quit [Remote host closed the connection]
n3ph has joined #openwrt-devel
<dwfreed> stintel: I think russell-- was defining "it", not asking where it was, though he could have flipped the word order
<stintel> oh well, it was already merged at that point anyway
<dwfreed> if I get a job, I should buy some more m300s :D
<stintel> still no luck with the job hunt?
<dwfreed> well, had 2nd round with ISC on Friday, seemingly went well, won't know until November if I get a 3rd round or a rejection
<stintel> fingers crossed
<dwfreed> yeah
<Mangix> stintel: what?
<Mangix> branch was rebased aganst master
goliath has joined #openwrt-devel
sorinello has joined #openwrt-devel
valku has quit [Quit: valku]
<owrt-images-builds> Build [#390](https://buildbot.openwrt.org/images/#/builders/211/builds/390) of `master_mediatek/mt7623` failed.
n3ph has quit [Read error: No route to host]
rua has quit [Quit: Leaving.]
Tapper has joined #openwrt-devel
KGB-2 has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_mpc85xx.html has been updated. (100.0% images and 99.8% packages reproducible in our current test framework.)
<russell--> lol, yeah, should have used quote marks to make it more obvious
<russell--> *I* should have
danitool has joined #openwrt-devel
schmars[m] has quit [Quit: Bridge terminating on SIGTERM]
bbezak has quit [Write error: connection closed]
<stintel> russell--: ah, now after being awake for a while and a strong coffee I understood it properly
<stintel> ahhh nice, installed my big desk with big monitor in my house
<stintel> great progress
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
robimarko has joined #openwrt-devel
n3ph has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
n3ph has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
svilcu has joined #openwrt-devel
<svilcu> hello, I am trying to fix the pdns packages for snapshot, is there any guide on how to build the snapshots? I cannot find the branch in git.
<Habbie> master
<Habbie> i also noticed pdns did not build, haven't yet figured out why
<dwfreed> ../../libtool: line 7766: cd: lib: No such file or directory
<dwfreed> libtool: error: cannot determine absolute directory name of 'lib'
<dwfreed> make[7]: *** [Makefile:604: libgeoipbackend.la] Error 1
<dwfreed> some arcane libtool error
<KanjiMonster> please use pastebin etc for multiline pastes
<dwfreed> it was 3 lines :P
<svilcu> thanks, first I run in the issue with distutils package in fedora 40, probably the easy way is to create an Ubuntu VM.
<robimarko> Install setuptools
<robimarko> They replaced distutils mostly
<svilcu> I did
<robimarko> You dont need a VM, I use Fedora exclusively for OpenWrt, it must work
<svilcu> the issue is in prereq-build.mk
<svilcu> $(STAGING_DIR_HOST)/bin/python3 -c 'from distutils import util'))
<robimarko> Which will get satisfied if you installed setuptools, that is how it works for me
<robimarko> Or you can apply:https://github.com/openwrt/openwrt/pull/16699
<svilcu> I have it installed: python3-setuptools-69.0.3-4.fc40.noarch
<svilcu> python-setuptools-wheel-69.0.3-4.fc40.noarch
<robimarko> You can just apply the 3.12 PR to remove the check
<robimarko> As distutils were dropped from it
rua has joined #openwrt-devel
Svanto24 has joined #openwrt-devel
<Svanto24> Hello all. I'm trying to dip my toes into embedded linux by porting this IPQ6068 AP to OpenWRT, but I think I hit a roadblock. If anybody feels up to it, could you nudge me in the right direction? Am I going to need the manufacturer to provide me with a kernel source tree to progress and get a bootable image? https://forum.openwrt.org/t/ipq8068-support-for-huawei-ap7050de/212519/5
<Svanto24> Or am I just wasting time and should get something else?
Svanto24 has quit [Ping timeout: 480 seconds]
schmars[m] has joined #openwrt-devel
<schmars[m]> nbd: have a kernel trace from mt7915_mac_wtbl_lmac_addr with the first reset on one of the devices, and the recovery fails in a new way
<schmars[m]> https://gist.github.com/pktpls/d8da94c1f765202b46f39b69ea78dfa2 - elevated cpu load, sysrq is included
<schmars[m]> o7 chatters
<Habbie> svilcu, btw, do you use pdns on openwrt?
<robimarko> Habbie: BTW, pdns should be updated to 4.9.2
<robimarko> As 4.9.1 will fail to compile with boost 1.86
Svanto24 has joined #openwrt-devel
<svilcu> @Habbie yes, I have a Banana PI R3 where I put pdns and recursor
<svilcu> pdns integrates with external-dns from the kubernetes cluster like a charm.
<svilcu> now I got a Banana PI R4, so I have to run snapshot
<Habbie> svilcu, oh cool :)
<Habbie> robimarko, yeah, but 4.9.2 doesn't build on master (i mentioned above that i had not had time to investigate yet)
<Habbie> so i hope svilcu will fix it :)
<robimarko> Habbie: I just built it
<Habbie> oh
<Habbie> let me try a rebase
<robimarko> It wouldnt build 4.9.1 due to boost removing the random on UUID
<robimarko> But as soon as I bumped it to 4.9.2 it built
<robimarko> Do note that I did not enable any of the backends, only the pdns itself
<Habbie> ah
<Habbie> i do build all
<Habbie> but i'll rebase anyway
<svilcu> That was my first idea too, to bump it to 4.9.2
<Habbie> who knows
n3ph has quit [Read error: No route to host]
<svilcu> robimarko, what hardware do you have? My Ryzen 9 7950x is still compiling
<robimarko> 5950X
Svanto24 has quit [Remote host closed the connection]
rsalvaterra has quit []
rsalvaterra has joined #openwrt-devel
<svilcu> btw, do you think it is useful to make a tutorial, or publish on git, my ansible playbook that configures end-to-end the Banana PI, with powerdns nginx etc.?
Svanto24 has joined #openwrt-devel
<Svanto24> Bananapi... how are those with MIMO?
<svilcu> taking into account that I have only my phone connected to it, it works well. If I connect my computer to Wi-Fi, it is ok in Windows, in Linux...the driver is unstable for this MB
<Svanto24> Ah, drat. All I want is a couple APs with solid performance on openwrt. I'm too stupid to make my own ports of enterprise gear I find.
<Svanto24> I was considering a turris omnia but it seems like a massive overkill if I'm already doing routing with a Nanopi R4S
<Svanto24> Oh sorry, wrong channel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
<f00b4r0> schmars[m]: hi, what's the verdict on the latest mt7915 patch? ;)
skynet2 has joined #openwrt-devel
minimal has joined #openwrt-devel
<Svanto24> is there such a thing as a generic IPQ8068 image / device tree so I could have a better idea of what is specific to my device?
<Svanto24> OK got it!
<schmars[m]> <f00b4r0> "schmars: hi, what's the verdict..." <- one device was fine an is waiting for its second crash, the other had a new recovery failure https://gist.github.com/pktpls/d8da94c1f765202b46f39b69ea78dfa2
mrkiko has joined #openwrt-devel
n3ph has joined #openwrt-devel
Svanto24 has quit [Ping timeout: 480 seconds]
n3ph has quit [Read error: No route to host]
Svanto24 has joined #openwrt-devel
<Habbie> my pdns 4.9.2 rebase did not help
n3ph has joined #openwrt-devel
Stat_headcrabbed has joined #openwrt-devel
valku has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Svanto24 has quit [Ping timeout: 480 seconds]
Svanto24 has joined #openwrt-devel
<Svanto24> I don't suppose anyone has the bootlog for the AP148 eval board? I really need a reference.
Svanto24 has quit [Ping timeout: 480 seconds]
Svanto24 has joined #openwrt-devel
<robimarko> Habbie: You have all backends enabled?
<robimarko> If so I will try locally
<robimarko> Svanto24: I guarantee you that whatever board you have its nothing like AP148
Svanto24 has quit [Ping timeout: 480 seconds]
<svilcu> I tried the pdns 4.9.2 only with sqlite backend and the compilation worked
Svanto24 has joined #openwrt-devel
<robimarko> BTW, are there any docs on how to sign packages in OpenWrt?
sestowner has joined #openwrt-devel
valku has quit [Ping timeout: 480 seconds]
Svanto24 has quit [Ping timeout: 480 seconds]
<f00b4r0> schmars[m]: thanks. *sigh*. I think I'll just consider these devices unuseable for anything serious
goliath has joined #openwrt-devel
<robimarko> svilcu: Yeah, you gotta enable the geoip backend
Svanto24 has joined #openwrt-devel
Svanto24 has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
svilcu has quit [Quit: Leaving]
n3ph has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
Svanto24 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
Svanto24 has quit [Remote host closed the connection]
Svanto24 has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
Svanto24 has quit [Remote host closed the connection]
<robimarko> Neheb: Ping :)
Svanto24 has joined #openwrt-devel
<nbd> schmars[m], f00b4r0: the thermal related msgs look interesting. here's another patch to try: https://nbd.name/p/bbf947b8
<schmars[m]> thanks! will build right away
<schmars[m]> so glad i work on routing protocols and not wifi drivers, my race conditions are at least not pulled out of thin air :D
<f00b4r0> lol
<f00b4r0> /dev/sda2 has gone 3568 days without being checked, check forced.
<f00b4r0> well that's been a loooong time ;)
<robimarko> Thats not even 10 years :)
<f00b4r0> yeah I should have waited a few more days before I resurrected that ia64 box ;)
<f00b4r0> still impressed it booted straight up and apparently the RTC battery was still alive
<owrt-images-builds> Build [#396](https://buildbot.openwrt.org/images/#/builders/205/builds/396) of `master_mpc85xx/p1020` failed.
<robimarko> Ugh, I found why pdns is broken
skynet2 has joined #openwrt-devel
<robimarko> Its not even pdns being broken, its libmaxminddb
<robimarko> More precisely its pkg-config file
<robimarko> Which mean that libdir and includedir are broken
<robimarko> Since they are missing /usr
skynet2_ has quit [Ping timeout: 480 seconds]
<Mangix> robimarko: not the first time libmaxmindb has caused issues
<robimarko> Mangix: Well, I am tempted to just patch this for us
<robimarko> To add the prefix into account
<Mangix> just do the sed trick for the pkgconfig file
danitool has joined #openwrt-devel
<Mangix> you won't win against the CMake brain damage.
<robimarko> Its not CMake-s fault
<robimarko> It does what they told it
<robimarko> CMAKE_INSTALL_LIBDIR
<robimarko> libdir=lib
<robimarko> includedir=include
<Mangix> strictly speaking yes. But it's the overall mindset
<robimarko> I will send a patch to add the prefix
<Stat_headcrabbed> Hello, anyone could give this patch a review?https://github.com/openwrt/openwrt/pull/16582
<Mangix> cmake configure files are nonsense
<robimarko> I dont know, for me its easy to follow, much better then autocrap
<robimarko> Ugh, they use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR in multiple places
<robimarko> The only reason its even installed properly for us is that its done manually, otherwise the path is broken
<Mangix> just do this
<robimarko> Wilco
<Mangix> hmmm 30 open PRs.
<Mangix> oh funny. https://github.com/openwrt/openwrt/pull/15452 uses the wrong format string
valku has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
Svanto24 has quit [Ping timeout: 480 seconds]
valku has quit [Remote host closed the connection]
Svanto24 has joined #openwrt-devel
sestowner has quit [Remote host closed the connection]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Svanto24 has quit [Ping timeout: 480 seconds]
AtomiclyCursed has quit [Quit: ZNC 1.9.1 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
Igel has joined #openwrt-devel
Igel has left #openwrt-devel [#openwrt-devel]
Igel has joined #openwrt-devel
Igel has left #openwrt-devel [#openwrt-devel]
Igel has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (88.1% images and 100.0% packages reproducible in our current test framework.)
Svanto24 has joined #openwrt-devel
Svanto24 has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
Svanto24 has joined #openwrt-devel
Svanto24 has quit [Ping timeout: 480 seconds]
Svanto24 has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Svanto24 has quit [Ping timeout: 480 seconds]
Svanto24 has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
Svanto24 has quit [Ping timeout: 480 seconds]
<Mangix> alright
<Mangix> who messed qoriq up
<owrt-images-builds> Build [#391](https://buildbot.openwrt.org/images/#/builders/211/builds/391) of `master_mediatek/mt7623` completed successfully.
<Mangix> oh i see. no source only so CI builds it now
n3ph has quit [Read error: No route to host]
Tapper has quit [Ping timeout: 480 seconds]
<Mangix> stintel: that belongs in generic I think.
<stintel> depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
<stintel> nope
<Mangix> sure but the other drm symbols are in generic
<stintel> it only popped up after adding qoriq to buildbot
<stintel> if it would cause issues in other targets I'd have added it in generic
<Mangix> yes
<Mangix> hrm it's off. qoriq config has no DRM symbols
<stintel> it's most likely a side effect of CONFIG_ALL_KMODS=y
<Mangix> sure. even if it's PPC only, I still think it should be grouped in generic with the other DRM symbols
<stintel> sure, send a patch
<stintel> and let someone else decide
<stintel> would have been useful to mention me there
<stintel> anyway, since I already pushed, I suggest you change your PR to remove it from qoriq/config-6.6, and elaborate why it should be in generic and not in qoriq
* stintel &
goliath has quit [Quit: SIGSEGV]
n3ph has joined #openwrt-devel
nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
<Habbie> ah robimarko identified the pdns breakage as libmaxminddb
<Habbie> and a fix is in
* Habbie to the rebase machine!
sorinello has quit [Ping timeout: 480 seconds]
<Habbie> oh robimarko even left a comment on my fork (https://github.com/PowerDNS/openwrt-packages/pull/62)
<Habbie> all the love
<dwfreed> Nice
<Habbie> (i stage PRs there so i can run-test them before they go upstream)
<dwfreed> Makes sense
KanjiMonster has quit [Ping timeout: 480 seconds]
n3ph has quit [Read error: No route to host]
KanjiMonster has joined #openwrt-devel
minimal has quit [Quit: Leaving]