<philipp64> Seeing this failure about isc-dhcp-server-{ipv4,ipv6} both trying to install /etc/init.d/dhcpd ... I don't remember seeing that. Is that a new thing? Do I need to restructure the package as "variants"? https://github.com/openwrt/packages/actions/runs/4305395582/jobs/7507772879
<philipp64> Actually, everything that needs to be variant already is, so I'm not sure why the script checker is losing its mind...
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
Mangix has joined #openwrt-devel
pekster has quit [Remote host closed the connection]
pekster has joined #openwrt-devel
hanetzer2 has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
hanetzer1 has quit [Ping timeout: 480 seconds]
xutaxkamay has joined #openwrt-devel
hgl has joined #openwrt-devel
<hgl> In a package's postinst, what would be a good way to add a cron job that will also work for the image builder?
<dwfreed> IPKG_INSTROOT is set in the image builder
<dwfreed> to where the target fs will be made from
rua has quit [Quit: Leaving.]
srslypascal is now known as Guest6627
srslypascal has joined #openwrt-devel
noahm has quit [Quit: moving]
noahm has joined #openwrt-devel
Guest6627 has quit [Ping timeout: 480 seconds]
dangole has quit [Ping timeout: 480 seconds]
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
<hgl> dwfreed: If I simply do "echo ... >$IPKG_INSTROOT/etc/crontabs/root" in postinst, will that work? Will the created image write to that file after the image is flashed and booted?
<dwfreed> yes, it's empty during normal usage
<hgl> from my research, the image builder seems to run postinst at build time instead of runtime?
<dwfreed> yes
<hgl> so that command in postinst causes the image builder to create the file in the image, which in turn gets flashed and the file created, is that correct?
<hgl> If I need to remove the cron job upon uninstalling the package, I guess there is no need to use IPKG_INSTROOT in postrm, right?
rua has joined #openwrt-devel
valku has quit [Quit: valku]
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #openwrt-devel
noahm_ has joined #openwrt-devel
noahm_ has quit []
<damex> i have multiple ipq40xx + multiple mt7622 doing 802.11r roaming/fast transition. if management frame protection is enabled - no roaming happen between access points. i made experiment with two exact aps - one with management frame optional and one is required. one that had optional - worked fine. does not matter which client. multiple windows/linux laptops with intel, macs with broadcoms, recent iphones with whatever is in there, consoles and
<damex> whatever else
<damex> is it expected or i better dig deeper?
hgl has quit [Remote host closed the connection]
Lynx- has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
gladiac has joined #openwrt-devel
gladiac is now known as Guest6643
gladiac has joined #openwrt-devel
hgl has joined #openwrt-devel
hgl is now known as Guest6644
Guest6643 has quit [Ping timeout: 480 seconds]
Guest6644 has quit []
gladiac has quit [Quit: k thx bye]
Lynx- has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
srslypascal has quit [Quit: Leaving]
srslypascal has joined #openwrt-devel
Borromini has joined #openwrt-devel
rua has joined #openwrt-devel
rua has quit []
goliath has joined #openwrt-devel
rua has joined #openwrt-devel
dangole has joined #openwrt-devel
Borromini has quit [Quit: leaving]
xutaxkamay has quit [Read error: Connection reset by peer]
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<djfe_> damex: I can't help, but CT or qcom wifi driver for the ipq?
dansan has quit [Ping timeout: 480 seconds]
swegener has quit [Quit: leaving]
swegener has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
Lynx- has joined #openwrt-devel
Lynx- has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
dansan has joined #openwrt-devel
Lynx- has joined #openwrt-devel
Lynx- has quit [Remote host closed the connection]
<damex> djfe_: CT i suppose. 'kmod-ath10k-ct-smallbuffers' replacing default kmod-ath10k-ct
<stintel> damex: I've not noticed any roaming issues with MFP
<damex> i tried ipq40xx-only devices and mt7622-only devices and it has the same behaviour.
<damex> stintel: mfp?
<stintel> Management Frame Protection ?
<stintel> that's not entirely true, 11r has some issues, but the clients roam, that part is not the problem
<stintel> it's after roaming they sometimes get denied assoc
<damex> hm... maybe missconfiguration? hm... wpa3-sae + ft over air + same mobility domain and choose Generate PMK locally on all aps. pretty much all that i do to make it run from the scratch
srslypascal is now known as Guest6665
srslypascal has joined #openwrt-devel
<PaulFertser> SAE + FT is a different cipher, do you see it in "Supported Ciphers" in iw list on the clients?
Guest6665 has quit [Ping timeout: 480 seconds]
<PaulFertser> 00-0f-ac:9 AKM is needed for SAE FT
<damex> akm?
<PaulFertser> But I thought the question was about RSN + MFP, not SAE.
<PaulFertser> Authentication and Key Management
<damex> group cipher/pariwise cipher - CCMP, Authentication suite - SAE FT/SAE
<damex> linux clients see that
<PaulFertser> damex: so do your clients have 00-0f-ac:9 in the "iw list" output?
<damex> PaulFertser: no, what is it supposed to be?
<PaulFertser> damex: it's supposed to be an entry in the "Supported Ciphers" list. If it's not there then it likely means the client can't use FT with SAE.
<damex> PaulFertser: thanks , i got the idea. gotta check the clients. there is no 'supported ciphers' on that particular client - i will check and compare others first. gotta see if i could find list of supported ciphers on others too
danitool has joined #openwrt-devel
Tapper has joined #openwrt-devel
Borromini has joined #openwrt-devel
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
<karlp> dwfreed: hgl_ might it be time for openwrt to have cron/runparts standard? so apps can drop files into a cron.d dir instead of having them all try and manage grepping and sedding a shared crontab?
djfe has joined #openwrt-devel
Borromini has quit [Ping timeout: 480 seconds]
djfe_ has quit [Ping timeout: 480 seconds]
srslypascal has quit [Quit: Leaving]
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest6675
srslypascal has joined #openwrt-devel
Guest6675 has quit [Ping timeout: 480 seconds]
dansan has quit [Quit: The C preprocessor is a pathway to many abilities some consider to be unnatural.]
srslypascal is now known as Guest6677
srslypascal has joined #openwrt-devel
Guest6677 has quit [Ping timeout: 480 seconds]
valku has quit [Remote host closed the connection]
cbeznea has joined #openwrt-devel
dansan has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
bluew has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Tapper1 has quit [Ping timeout: 480 seconds]
<Lechu> tmn505: I got myself a few RB911-5Hn a day before I noticed your forward-port to ath79 and decided to take a look at that pesky user LED glow
<Lechu> I checked pinctrl settings based on my experience with Ruckus stuff, and tried disabling JTAG (user LED is on GPIO3, so TMS), and disabling clock observation, but - nope. Do you have a pinctrl status dump from ar71xx by any chance?
<Lechu> It seems that routerboot disables JTAG on it anyway.
MAbeeTT2 has joined #openwrt-devel
MAbeeTT has quit [Ping timeout: 480 seconds]