ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum feed: #armbian-rss | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
schwar3kat has left #armbian [Leaving]
ikmaak has quit [Ping timeout: 246 seconds]
ikmaak has joined #armbian
hackkitten has quit [Server closed connection]
hackkitten has joined #armbian
califax has quit [Ping timeout: 264 seconds]
califax has joined #armbian
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #armbian
califax has quit [Ping timeout: 264 seconds]
crabbedhaloablut has joined #armbian
califax has joined #armbian
jantones has quit [Quit: Leaving]
<DC-IRC>
<Hz> Hello, I am a new volunteer board maintainer and I see there are upcoming release and associated testing requests. I am not sure which image should I test and what to look for. A little guidance could help.
buzzmarshall has quit [Quit: Konversation terminated!]
maknho has joined #armbian
Unit193 has quit [Read error: Connection reset by peer]
<DC-IRC>
<igorpec> nf_conntrack_bridge could be perhaps build-in? Check kernel config
<DC-IRC>
<Werner> In the old build script kernel changes were adopted in the continouing build process. But I think in the framework makeover this was adjusted that it had to be moved manually? Or was that reverted to some extent? Lost track 🙂
<DC-IRC>
<Werner> In the old build script kernel changes were adopted in the continouing build process. But I think in the framework makeover this was adjusted that it had to be moved manually? Or was that reverted to some extend? Lost track 🙂
<DC-IRC>
<Werner> In the old build script kernel changes were adopted in the continuing build process. But I think in the framework makeover this was adjusted that it had to be moved manually? Or was that reverted to some extend? Lost track 🙂
<DC-IRC>
<prahal> "compile.sh kernel <...>" does not build the kernel, I get 'Artifact is available in remote cache [ ghcr.io/armbian/os/kernel-rockchip64-edge:6.6.1-S8afa-D04a2-P45a7-C5be0Hfe66-HK01ba-Vc222-B1743-R448a - 'kernel-rockchip64-edge - 6.6.1-S8afa" (...)', how comes ? (I have a local commit I want to test build before opening a PR
<DC-IRC>
<prahal> I am reading the build framework code to find out but a hint would save me quite some time
<DC-IRC>
<igorpec> where was the change made? if there is no change , it will download kernel from cache
<DC-IRC>
<tenkawa42> @igorpec are any of the branches building 6.6 yet? I noticed in his output it saus 6.6 kernel and @prahal what machine type areyou trying to build for?
<DC-IRC>
<tenkawa42> @igorpec are any of the branches building 6.6 yet? I noticed in his output it saus 6.6 kernel and @prahal what machine type are you trying to build for?
<DC-IRC>
<tenkawa42> @igorpec are any of the CI branches building 6.6 yet? I noticed in his output it saus 6.6 kernel and @prahal what machine type are you trying to build for?
<DC-IRC>
<tenkawa42> @igorpec are any of the CI branches building 6.6 yet? I noticed in his output it says 6.6 kernel and @prahal what machine type are you trying to build for?
<DC-IRC>
<igorpec> some are at 6.6, not all
<DC-IRC>
<tenkawa42> Yeah that's why I'm curious what @prahal is trying to build if its even in the repo or not.
<DC-IRC>
<igorpec> dunno, more info is needed
<DC-IRC>
<tenkawa42> Exactly
buzzmarshall has joined #armbian
<DC-IRC>
<prahal> @igorpec the changes are made in the local build repository. What might prevent the kernel rebuild is that these changes are the build framework itself (I cook the PR for to revert the now uneeded fix for rtl8723ds
<DC-IRC>
<igorpec> i see. if there is no change in actual code, then you need to force rebuild
<DC-IRC>
<prahal> that is I remove a process_patch_file instruction and the fetch_from_repo passed value back to "branch:master"
<DC-IRC>
<igorpec> yes, that is fine, make a PR
<DC-IRC>
<prahal> @igorpec can I and how could I force rebuild without wiping the cache? I tried to remove vmlinux and the rtl8723ds direcotry from the kernel cache but it did not trigger a rebuild
<DC-IRC>
<igorpec> removing sources doesn't help ... there is some command ignore cache or force rebuild
<DC-IRC>
<soylent_snacks> No unfortunately it is not. From what I can tell all the netfilter options are built as modules. But the ko file for nf_conntrack_bridge does not exist anywhere
<DC-IRC>
<igorpec> sorry, i don't know why it would be missing. perhaps something else is not enabled and this config is not applying correctly. use your own config and build kernel
<DC-IRC>
<tenkawa42> Yeah by default... # CONFIG_NF_CONNTRACK_BRIDGE is not set is not set in most configurations
<DC-IRC>
<tenkawa42> Yeah by default... # CONFIG_NF_CONNTRACK_BRIDGE is disabled in most configurations
<DC-IRC>
<tenkawa42> I do have it enabled though in one 6.5.5 config for an edge kernel though
<DC-IRC>
<tenkawa42> CONFIG_NF_CONNTRACK_BRIDGE=m
lyri has quit [Ping timeout: 256 seconds]
lyri has joined #armbian
Findus has quit [Remote host closed the connection]
Findus has joined #armbian
alekksander has joined #armbian
shoragan has quit [Server closed connection]
shoragan has joined #armbian
jantones has joined #armbian
Macer has quit [Server closed connection]
Macer has joined #armbian
toketin has quit [Server closed connection]
toketin has joined #armbian
nickodd has quit [Server closed connection]
nickodd has joined #armbian
<DC-IRC>
<soylent_snacks> Oh, where are you defining that? What file?
zeemate has joined #armbian
<DC-IRC>
<tenkawa42> @soylent_snacks its on my Quadra machine
<DC-IRC>
<tenkawa42> Let me see if it was enabled by default
indy has quit [Server closed connection]
indy has joined #armbian
<DC-IRC>
<tenkawa42> @soylent_snacks you can build an image and enable it in the kernel that way on any build
Suspect has joined #armbian
tachi_ has joined #armbian
jantones has quit [Ping timeout: 256 seconds]
tachi_ is now known as jantones
Suspect has quit [Quit: Leaving]
martinayotte has quit [Server closed connection]
martinayotte has joined #armbian
<DC-IRC>
<soylent_snacks> Thanks for the response. Yeah, I built a kernel, but did not see a kernel option specific for nf_conntrack_bridge. I went through and made sure that all nf options were either built or built with module support. In the end it still did not work. I was confused, I see this on in my PC linux kernel, but not in the kernel for armbian
<DC-IRC>
<tenkawa42> look for NF_CONNTRACK_BRIDGE using / to search... its in
<DC-IRC>
<tenkawa42> -> Networking support (NET [=y]) │