minimal has quit [Quit: Leaving]
hitech95 has joined #openwrt-devel
SlimeyX has joined #openwrt-devel
hitech95 has quit [Remote host closed the connection]
hitech95 has joined #openwrt-devel
dansan has joined #openwrt-devel
hitech95 has quit [Remote host closed the connection]
hitech95 has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
hitech95 has quit [Remote host closed the connection]
hitech95 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has quit [Read error: No route to host]
hitech95 has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
dansan_ has joined #openwrt-devel
dansan has quit [Read error: No route to host]
Nilsro_ has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
slh has quit [Read error: Network is unreachable]
slh64 has quit [Read error: Connection reset by peer]
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #openwrt-devel
tvc has quit [Read error: Connection reset by peer]
tvc has joined #openwrt-devel
eluks has quit [Remote host closed the connection]
eluks has joined #openwrt-devel
dansan has joined #openwrt-devel
dansan_ has quit [Read error: No route to host]
Daanct12 has quit [Quit: WeeChat 4.6.1]
Daanct12 has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
gladiac1 has quit []
gladiac has joined #openwrt-devel
valku has quit [Quit: valku]
sorinello has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
cmonroe has joined #openwrt-devel
lemoer has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
lemoer has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
lemoer has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
lemoer has joined #openwrt-devel
robimarko has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
merbzt has quit [Remote host closed the connection]
merbzt has joined #openwrt-devel
hitech95 has joined #openwrt-devel
sorinello has quit [Quit: Leaving]
sorinello has joined #openwrt-devel
<trichard1> Hello. I noticed that the base feed in the v24.10.1 SDK is not based on a specific commit as other feeds but on the openwrt-24.10 branch.
<trichard1> When I build the SDK by myself, the base feed is well fixed on 24.10.1 tag. I had a look in buildbot logs, but I did not find relevant logs.
lemoer has quit [Ping timeout: 480 seconds]
<hitech95> does anyone knwo where the debug logs written by udebug_entry_vprintf are stored? how can I read them? https://github.com/openwrt/netifd/blob/master/main.c#L93
<robimarko> trichard1: Well, that is clearly a bug
<robimarko> Especially since base feed commit is set
<robimarko> And its set as src-git-full which is wrong
sinavir has quit [Quit: afk]
sinavir has joined #openwrt-devel
<robimarko> Or is it?
<robimarko> Cause, even 23.05 SDK is the same
lemoer has joined #openwrt-devel
<trichard1> robinmarko: so I will create an issue
<trichard1> src-git-full is useless
<robimarko> I would suggest looking back whether it was ever fixed
<robimarko> Cause otherwise its probably intented
<trichard1> src-git-full was for AUTORELEASE
<trichard1> see commit f795ecc0ddb40a3d796e6faaa177b545923efc70
lemoer has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
<robimarko> Yes, but that is not your root issue
<robimarko> As it just used src-git-full but it did not alter what its pointing at
<russell--> hitech95: did you give opkg the whole filename?
<russell--> rather than the package name alone
goliath has joined #openwrt-devel
<hitech95> russell--, yea it seems that if I do a opkg update before it always attempt to download fromt he repository. the solution I've just found is to delete the opkg list folder in tmp
<russell--> there may be an option to opkg as well, not something i do everyday
<russell--> ...so, not surprising if i missed some detail(s0
<russell--> )
<hitech95> np :D right now I'm trying to figure out a decent way to get the logs from netifd. I cannot keep adding printf everywhere :D
<russell--> not in logread?
<hitech95> russell--, no netifd uses udebug_entry_vprintf to put the logs somewhere. but it is not clear to mewhere
n3ph has quit [Read error: No route to host]
<robimarko> If I remeber right, there are netifd and other plugins for it
<robimarko> Its all packaged already
dsfg34 has joined #openwrt-devel
<dsfg34> hello?
<dsfg34> query
<dsfg34> help
<dsfg34> !help
<hitech95> robimarko, I've seen that but when I try to use udebug-cli It does not list any buffer :(
dsfg34 has quit [Quit: Page closed]
n3ph has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
n3ph has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
<nbd> hitech95: /etc/config/udebug is used to enable debug buffers per service
<nbd> hitech95: i also just added the missing dependencies for the udebug-cli package
<hitech95> nbd, many thanks. Ff you have a spare minute can you please give me a feedback about this: https://github.com/openwrt/luci/issues/7683#issuecomment-2827395013
<trichard1> robimarko: #18583
<nbd> hitech95: looks correct to me
<robimarko> trichard1: Like I said, even 23.05 does this, so who knows how far it goes
<hitech95> nbd, ok so it is correct that I dont have to use the primary_port struct but only use the set_pripary flag. Meaning that the bonding_reset_primary dont have to update the primary interface of the bond.
<hitech95> Sending a patch as soon as possible.
valku has joined #openwrt-devel
<nbd> hitech95: i don't really know the details around that. it's been too long since i actually looked at the details of bonding
<nbd> i'll take another look
<hitech95> only if you have the time. from my dumb test it is working now (after my patch)
<nbd> hitech95: i think there might be a part missing for dealing with config reload
<nbd> when you change the primary option at run time from one device to another and reload the config
<hitech95> uhm... so on reaload as the port is already created it isnt updated so the old flag is kept. so after the reload i should re-scan the port list to set the flag correctly.
<trichard1> robimarko: just checked and 22.03 does this too.
<hitech95> nbd, what in the case i have a primary set (ex eth0) but the primary is not in the port list as it has been removed? should I still set a fallback port by using the primary_port struct??
<nbd> hitech95: here's a (completely untested) patch dealing with the issue that i was referring to: https://nbd.name/p/040f4b19
<nbd> should be added on top of your existing changes
Daanct12 has quit [Ping timeout: 480 seconds]
<nbd> bbl
<hitech95> nbd, thanks Now I have to go back to work. I'll take a look this evening.
gromero has quit [Ping timeout: 480 seconds]
<f00b4r0> jow: just curious: is it possible that an ucode rtnl listener may still "miss" some messages despite your latest changes? I'm seeing something odd
n3ph has joined #openwrt-devel
MAbeeTT4 has joined #openwrt-devel
MAbeeTT3 has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
xnor__ has joined #openwrt-devel
xnor_ has quit [Ping timeout: 480 seconds]
lemoer has quit [Ping timeout: 480 seconds]
hitech95 has quit [Ping timeout: 480 seconds]
swalker has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
dermoth_ has joined #openwrt-devel
dermoth has quit [Ping timeout: 480 seconds]
dermoth_ is now known as dermoth
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
swalker has joined #openwrt-devel
sorinello has quit [Ping timeout: 480 seconds]
swalker has quit [Ping timeout: 480 seconds]
lemoer has joined #openwrt-devel
hitech95 has joined #openwrt-devel
hitech95 has quit [Remote host closed the connection]
hitech95 has joined #openwrt-devel
fakuivan has joined #openwrt-devel
hitech95 has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
fakuivan_ has joined #openwrt-devel
fakuivan has quit [Ping timeout: 480 seconds]
hitech95 has quit [Ping timeout: 480 seconds]
hitech95 has joined #openwrt-devel
<Rondom> Hi, can someone have a look and review some umdns pull requests such as https://github.com/openwrt/mdnsd/pull/13 and others?
swalker_ has joined #openwrt-devel
hitech95 has quit [Read error: Connection reset by peer]
<mrnuke> Can I get an approval on https://github.com/openwrt/firmware_qca-wireless/pull/87, so that I may take on the OpenWRT out of draft (https://github.com/openwrt/openwrt/pull/18584) ?
n3ph has quit [Read error: No route to host]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]