<jow>
ldir: is there any further change required to make use of the new hostsfile facility?
<jow>
or will bumping the pacakge simply revert to the old behavor?
<ldir>
bumping package reverts to old behaviour, with the new option of also outputting a hostsfile.
<ynezz>
patrykk: can you pastebin somewhere the kernel oops? we can then probably point you to the proper issue tracker, or simply create it in https://github.com/openwrt/openwrt/issues/ and we might then move it
<ldir>
I'm sorry for breaking it for a year. The 'funny' thing is that it wasn't that issue report that made me fix it... I had noticed the behaviour at home and with a 60 minute PD time all of my leases were very short hence could go expired very quickly.
Mangix has quit [Ping timeout: 480 seconds]
<ldir>
The hostsfile is intended for consumption by dnsmasq - and using its hostsdir option instead of addn-hosts, so dnsmasq scans for changes poked by 'inotify' - the next release of dnsmasq understands removal of hosts from hosts files and doesn't need 'sighupping' all the time.
<gladiac>
I've been getting a lot of "nlbwmon[2334]: Unable to archive database: No such file or directory" errors. One every 30s. Turns out the default db directory "/var/lib/nlbwmon" did not exist. We should probably take care of creating the directory beforehand or on-demand if it does not exist.
<xback>
Ansuel: Thanks for the ath10k-ct fixup :-)
<gladiac>
OK I just saw that parse_config in nlbwmon's init already is supposed to create the directory. I will try to figure out why the directory was missing on my setup
<ynezz>
would be nice to get rid of this "git HEAD" versioning and use something more usable, like the date 2023-11-03 or such
<ynezz>
`git log --grep HEAD --pretty=oneline` makes it quite hard to follow
<ynezz>
not mentioning cherry-picks to stable branches etc.
<stintel>
latest is kind of redundant in there. bump to git HEAD says enough. I propose to add the commit (not author) date in the end there. e.g. vallumd: bump to git HEAD (20231103)
<ynezz>
that, or PKG_SOURCE_DATE or short Git SHA would make it more clear from the first sight what is it about
<jow>
well I guess the simplest solution is adding a it bump script to maintainer-tools.git
<jow>
*git bump
<jow>
I'll use it
<ynezz>
or manual github action, creating a PR out of the box :P
<jow>
./bump-git.sh package/foo [commitish]
<jow>
creating a PR would be a superset of doing the commit in a format you deem sensible
<jow>
I agree that a subject of "$(PKG_NAME): update to Git commit $(SHORT_HASH) ($(COMMIT_DATE))" would make sense
<jow>
ideally the script would:
<jow>
reset PKG_RELEASE to 1
<jow>
- update git commit hash and sha256 sum
<jow>
- include a shortlog (git log --reverse --no-merges --format '%h %s') in the commit body
<jow>
- use the aforementioned commit subject
<jow>
in most cases this would suffice, in exceptional cases the author can git commit --amend to add more stuff to the bump commit
<jow>
ah right, PKG_SOURCE_DATE would need to be set to the date of the bumped commit as well
<jow>
should not be more complex than a bunch of sed operations. if a Makefile is too nonstandard to be mangled this way, the maintainer has to adapt it to the common convention or do the work manually
<Ansuel>
jow well we use the bump to latest GIT convention only for our packages so i think the "non standard makefile thing" wouldn't apply
<jow>
Ansuel: yeah, that's what I was getting at
<jow>
it's not meant to be a universal updater thing
<xback>
Ansuel: will dig in this one further today (wifi card)
<hitech95>
does initramfs images support DTS overlays?
goliath has joined #openwrt-devel
<f00b4r0>
https://github.com/openwrt/openwrt/issues/11650 <- this still seems to be an issue, are we aware of it? It's unclear from the comment if 23.05 is affected. Apparently bad enough that users are providing "workaround scripts"
<robimarko>
Yes, and I have no clue why
<robimarko>
Because, we are intenionally using assisted learning on the CPU port for this reason
<f00b4r0>
i remember seeing something similar in 21.02 but my impression was that it was fixed in 5.15. Will retest.
<robimarko>
Its the same issue probably
<robimarko>
I suspect its an OpenWrt patch induced issue as I find it impossible that nobody else is hitting it with assisted learning
<f00b4r0>
makes sense
<robimarko>
Issue is that nobody even has a clue as to what might be the culprit
Daaanct12 has quit [Quit: WeeChat 4.1.1]
xback has quit [Ping timeout: 480 seconds]
<hitech95>
instead is there any know issue on flilologic and wifi <> anything communication that fails after couple of days? (Random)
<hitech95>
any error messages on dmesg. I've tried restarting netifd, enabled and disabled the wifi interfaces. only solution is a reboot.
<stintel>
anyone else getting "spammed" by Sachin Purani ?
<stintel>
"Request for guidance"
<stintel>
> I have taken your email ID from OpenWRT
<stintel>
yet he mailed me on an address I do not use for OSS
<f00b4r0>
heh
<hitech95>
stintel, fortunately not, but I have a couple of contributions.
Danct12 has quit [Read error: Connection reset by peer]
<hitech95>
robimarko, probably it is. The lack of errors make it hard to understand. on the ETH side all looks fine. its the wifi that just somehow die.
<stintel>
well I'm tempted to reply with https://openwrt.org/contact but if they're lying about where they found my email they're probably full of shit
<stintel>
so I better just ignore
<robimarko>
stintel: Just ignore
<robimarko>
I get hit with similar from time to time, they seem to grep the git log
<stintel>
but this address is not in git log
<robimarko>
It was never publicly posted somewhere?
<stintel>
afaik no
xback has joined #openwrt-devel
<Ansuel>
also received that
<jow>
I've just pushed a number of fw4 fixes and improvments and could use some runtime testing help
<jow>
it should break nothing but I'd like some extra confirmation before eventually bumping in 23.x
valku has joined #openwrt-devel
<xback>
nbd: quick question, In a few hostapd patches from you, I notice you change nl80211_drv_msg to nl80211_bss_msg, as the write should be to the bss
<nbd>
no idea why both exist, it looks like nl80211_cmd_msg might make a difference for p2p interfaces, not sure why specific code was added for it though
<nbd>
but for our purposes, the upstream version is fine