**** BEGIN LOGGING AT Sun Feb 07 02:59:58 2021 Feb 07 04:16:23 >KGB-1< https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (98.2% images and 98.4% packages reproducible in our current test framework.) Feb 07 04:28:31 build #781 of ath79/nand is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fnand/builds/781 Feb 07 08:57:41 why doesn't sysupgrade notice that i just gave it -n? Feb 07 08:57:47 "Image version mismatch: image 1.1, device 1.0. Please wipe config during upgrade (force required) or reinstall." Feb 07 09:20:50 "force required" Feb 07 09:21:04 gotta --force it Feb 07 09:21:56 otherwise everyone would go around soft bricking their routers with broken switch configurations Feb 07 09:45:57 Namidairo: -n wipes the config, what extra does -F do? Feb 07 09:47:19 it didn't make sense but afaik, it was the least bad solution that kept compatibility with older images Feb 07 09:47:28 -F means "force" Feb 07 09:47:39 which means "if you brick your device, you have been warned" Feb 07 09:48:23 but it's warning me that my old config isn't expected to work, but *I JUST TOLD IT NOT TO USE THE OLD CONFIG* right in the command line Feb 07 09:48:24 in this case it's more of a hack indeed, it should be harmless (if you have the right image) Feb 07 09:49:46 russell--: Namidairo is right, it's a hack, this mechanism is supposed to prevent you from flashing the wrong image, and it has been (ab)used to warn about incompatible changes Feb 07 09:51:09 so you need both -n and -F Feb 07 09:51:30 yeah, i know, it just seems stupidly redundant Feb 07 09:52:28 Hey zorun. Can you please tell what should be the right advice to the new users on IRC who want to contribute to the wiki? Feb 07 09:52:36 (fwiw, i never save the old config, my fingers are pre-programmed to type -n on sysupgrades) Feb 07 09:52:43 russell--: I see :) Feb 07 09:53:21 backed up configs are good for reference though Feb 07 09:53:31 PaulFertser: what do you mean? Feb 07 09:53:39 Namidairo: i pre-backup my configs Feb 07 09:53:43 zorun: people say the wiki has registration disabled for the new users. Feb 07 09:54:27 ah, I guess that's because of spam? Feb 07 09:54:34 so an admin should create the accounts manually Feb 07 09:55:48 Probably but e.g. do not know how to contact the admin and so the potential contributors are not improving the wiki, and I have no idea what to tell them. Feb 07 09:57:57 https://forum.openwrt.org/t/wiki-registration-disabled/87800 Feb 07 09:59:25 PaulFertser: I can add you as admin if you want to help creating accounts Feb 07 09:59:32 but I agree it's not a good situation Feb 07 10:00:37 zorun: please do, I'm frequently available on IRC but I never use the forum, so was not aware of that announcement, and it's also unclear if tmomas is OK with getting requests via e-mail (and not only forum PMs). Feb 07 10:01:47 PaulFertser: done and thanks! Feb 07 10:02:01 zorun: thank you! Feb 07 10:02:13 you should leave the password field empty, the user will receive an email to define it Feb 07 10:02:25 Got it. Feb 07 10:03:07 maybe document how to register in https://openwrt.org/wiki/wikirules which is linked from the sidebar under "Contributing to wiki" Feb 07 10:07:50 zorun: I see you resetted my password, and I received a new one via unencrypted e-mail, and the e-mail doesn't advice me to change it. Is it ok? Feb 07 10:10:38 russell--: I'd rather add the information to the new user registration page, let me check if I can do that. Feb 07 10:17:54 PaulFertser: err, did I? Feb 07 10:18:48 zorun: somehow I received an e-mail from the wiki with the new password without doing anything myself, so in a way, yes :) Feb 07 10:19:25 PaulFertser: ok, I checked the "notify user" box while changing your groups, maybe that's why Feb 07 10:19:43 Dokuwiki is odd Feb 07 10:19:48 sometimes yes Feb 07 10:32:11 I made edits to https://openwrt.org/register_yourself_in_the_wiki Feb 07 10:43:12 as a last resort just /msg ynezz wikiuser username email Feb 07 10:44:04 Should I add your nick to the page I mentioned? Feb 07 10:45:43 I don't know, if I'm going to eventually automate it in the future, then this could be abused again by the spammers Feb 07 10:46:24 but for the time being, yes Feb 07 10:46:55 we can change it in the future, maybe use some different trigger name Feb 07 10:47:38 Thank you ynezz ! Feb 07 14:00:26 Hi all, how could I find out if commit b0ecae504b58bf65627138fe14eb605ad77224c9 of 23 November 2020 has made it into the releases released since then, 19.07.5 and 19.07.6? Github only shows me the most recent 250 commits. Thanks in advance. Feb 07 14:04:52 totalnoob75: it hasn't. Usually device support is not backported to bugfix release branches Feb 07 14:07:21 I figured as much. Thank you. Feb 07 14:07:32 totalnoob75, some projects that use openwrt might add support for their 19.07 based releases - gluon does this sometimes Feb 07 14:08:23 some has to add a pull request there that gets accepted tho Feb 07 15:11:33 nbd: ping Feb 07 16:51:28 Borromini: pong Feb 07 16:51:54 nbd: hi. i noticed today the MT7613BE radio is unable to use DFS channels Feb 07 16:53:00 https://paste.debian.net/1184412/ Feb 07 16:53:22 tested on three EAP235-Wall devices Feb 07 16:54:08 right, i see that it is currently disabled in the code Feb 07 16:54:45 oh Feb 07 16:55:15 not sure if it was because of lack of testing or because of an actual issue Feb 07 16:55:28 ok. we can find out quickly enough if it's an actual issue :D Feb 07 16:55:58 i have two i'm test driving still for that message 73 timeout issue Feb 07 18:54:50 nbd: would you mind whipping up a patch or could you tell me where to enable it? Feb 07 19:00:54 Borromini: maybe here? https://github.com/openwrt/mt76/blob/master/mt7615/mac.c#L2268 Feb 07 19:03:13 that looks like it yes :) Feb 07 19:04:45 in mt7615_init_wiphy (init.c) and in that mac.c function, replace is_mt7663 with mt7615_firmware_offload Feb 07 19:05:11 however, even if it works for you in that test, it still needs to be validated before we can enable it Feb 07 19:05:31 i.e. bring it up on a dfs channel and send a few radar pulses to see if it reacts Feb 07 19:06:27 i have a SDR that i could use to run that test, but i don't have time to hack up the pulse generator in gnuradio at the moment Feb 07 19:06:50 ok. is that something i can do with a regular client radio? intel 802.11ac stuff e.g.? Feb 07 19:07:16 or can i just try bringing up the AP and wait until a radar kicks it out? Feb 07 19:07:53 ok sdr is software defined radio so i guess i can't do that with regular consumer stuff Feb 07 19:08:45 If you know you have a radar nearby that would work :) Feb 07 19:10:33 i used to get kicked off regularly. small civilian airport nearby as well here (few km) Feb 07 19:13:11 If you know the channel where it happens then worth a try I'd say. Preferrably with an ath10k device working in parallel on the same channel so that you could compare the timestamps. Feb 07 19:13:41 why ath10k? Feb 07 19:14:08 i have mt7615 radios up and running, mt76 driver does support dfs on these already Feb 07 19:14:26 asking out of curiosity, i have a spare ath10k radio if needed Feb 07 19:14:43 I'd expect ath10k to be better tested in this regard but probably it's just my speculation. Feb 07 19:15:41 Judging by QCA being interested in certification and having all the tools and directly using the upstream code for that. nbd will correct me if I'm wrong. Feb 07 19:17:37 ok Feb 07 20:01:20 TIL by appending ".patch" to the URL of a GitHub pull request, you can download the whole thing as a patch. I have seen the light. Feb 07 20:05:37 you didn't know? Feb 07 20:06:13 Not at all. Feb 07 20:06:45 Now it's easier to test kernel updates. :) Feb 07 20:10:03 nbd: ping Feb 07 20:13:28 rsalvaterra: yeah. would be even neater if he used patchwork though. Feb 07 20:13:35 git-pw apply blabla Feb 07 20:14:31 Yeah. I didn't know about the .patch (and .diff) thingies because I only use GitHub as a remote repository. :P Feb 07 20:17:19 :) Feb 07 20:17:42 lipnitsk: pong Feb 07 20:17:53 lipnitsk: sorry that i didn't respond to your emails, i was too busy Feb 07 20:18:24 np, just wanted to make sure you were aware and not doing double work Feb 07 20:18:28 I'm not blocked or anything Feb 07 20:19:09 fiddling with enabling PPPoe offload on 5.10 on my er-x. Just wanted to sync up and make sure I'm not totally on the wrong path here Feb 07 20:19:49 I do have my changes published on github, so whenever you are getting ready to post your patches it might be good to sync up Feb 07 20:24:30 I have quite a bit of understanding to do still to figure out the new nftables flow API and how to add a new path or paths (PPPoE, 6rd, etc), so that will keep me busy for a while Feb 07 20:26:14 nbd: also thanks for all your amazing work on the mtk eth driver Feb 07 20:28:07 just a quick heads up, there's going to be some changes to the nftables flow api patch series Feb 07 20:28:17 pablo (who's doing the upstream work) sent me some new patches Feb 07 20:28:27 i will have to rework the xt_FLOWOFFLOAD module as well based on that work Feb 07 20:28:34 yeah I figured you must have been working closely with him Feb 07 20:28:36 i expect to have it in my staging tree in the next few days Feb 07 20:28:44 nbd: i replaced is_mt7663 in mt7615/init.c but the compiler doesn't like that: https://paste.debian.net/1184437/ Feb 07 20:28:47 okay, sounds good Feb 07 20:29:32 Borromini: use phy->dev instead of &phy->dev->mt76 Feb 07 20:29:35 is ndo_fill_forward_path staying the same or changing a lot? Feb 07 20:29:50 nbd: ok, thanks Feb 07 20:29:50 lipnitsk: it's staying the same Feb 07 20:30:25 nbd: I'll keep an eye on your tree Feb 07 20:30:28 lipnitsk: with a bit of luck, pablo's work will be posted upstream soon Feb 07 20:30:52 are you hoping to push your patches to openwrt in a few weeks? Feb 07 20:31:26 the only thing i'm waiting for is that the release branch is created Feb 07 20:31:43 other than that, the 5.10 patches are ready in my opinion Feb 07 20:31:44 5.10 is not going on the branch? Feb 07 20:31:50 right Feb 07 20:32:09 we aim for supporting only one kernel version in a release branch Feb 07 20:32:16 and porting everything to 5.10 would delay things too much Feb 07 20:32:38 okay. Yeah once offload stuff is working on 5.10 some can be backported to 5.4 if needed Feb 07 20:33:02 different API, but not too complicated, I think Feb 07 20:33:17 if there is a material performance benefit, that is Feb 07 20:34:35 nbd, if I found some bugs or fixes to your patches, do you want me to email to you or just wait until it is on master? Feb 07 20:38:06 better send them to me early Feb 07 20:38:10 no need to wait for it to hit master Feb 07 20:38:30 i don't like pushing known bugs to master :) Feb 07 20:38:44 nbd, will do. Feb 07 20:38:47 thanks Feb 07 20:40:20 nbd: sorry but hitting this with the mac.c replacement as well: https://paste.debian.net/1184444/ Feb 07 20:42:15 with this in mac.c: https://paste.debian.net/1184445/ Feb 07 20:46:25 same kind of change: replace &dev->mt76 with dev Feb 07 20:46:44 ok, thanks Feb 07 20:59:36 rsalvaterra: i just had connectivity loss again on mt7615, so i don't think that rekeying issue is what i'm seeing Feb 07 20:59:47 was with that patch applied Feb 07 21:01:00 Borromini: something else, possibly? It's MT7613 in your case, right? Feb 07 21:01:16 no this is MT7615 Feb 07 21:01:36 i have two MT7613 radios that are supposed to replace the MT7615 ones Feb 07 21:02:23 s/radios/devices/ Feb 07 21:03:48 Have you done this test? https://github.com/openwrt/mt76/issues/494#issuecomment-772423778 Feb 07 21:04:22 I believe you said you could access some devices, but you couldn't access others. Feb 07 21:05:15 the issue manifests itself as temporary connectivity loss Feb 07 21:05:30 e.g. a ping will go through 10 times, then drop for 9, over and over Feb 07 21:06:02 Ok, so it's something entirely different. #494 is about permanent connectivity loss. :) Feb 07 21:06:37 so for a few seconds everything is dead, then works again, and if you have more relaxed connections then everything just feels slow. but traffic stops and it's radio related, from what i can tell, since pinging client -> radio breaks, and pinging doesn't run through the server afaik Feb 07 21:06:48 yeah, was worth the try though. Feb 07 22:09:30 how do I create a dropdown menu with the new LuCI js interface? Feb 07 22:18:06 git-pr 3848 name_of_github_remote Feb 07 23:04:01 * enyc meows Feb 07 23:06:19 Hauke: hrrm I see the hostapd mention above.... is https://openwrt.org/docs/guide-developer/releases/goals/21.xx correct r.e. needing a ??kernel?? 5.10 backport set from you ...? -- idea being newer mac80211 kernel drivers? Feb 07 23:23:24 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html **** ENDING LOGGING AT Mon Feb 08 03:01:12 2021