**** BEGIN LOGGING AT Sat May 22 02:59:57 2021 May 22 08:21:10 openwrt-keyring ver. 2019-07-25-8080ef34-1 cannot upgrade to ver. 2021-02-20-49283916-2 - "check_data_file_clashes: Package openwrt-keyring wants to install file /etc/opkg/keys/f94b9dd6febac963. But that file is already provided by package * base-files" May 22 08:21:20 voops May 22 09:19:12 * russell-- working on porting a ubiquiti powerbeam m5 (xw). it was supported a long time ago (circa 2015) on ar71xx using the loco-m-xw image May 22 09:19:43 should we tag 21.02.0-rc2 today? May 22 09:20:08 i don't know how to get the case open yet, so i'm working slightly blind, and ethernet isn't working May 22 09:20:30 i have ssh access via wifi May 22 09:25:18 [ 0.911823] libphy: ag71xx_mdio: probed May 22 09:25:19 [ 0.915875] mdio_bus mdio.0: MDIO device at address 1 is missing. May 22 09:25:19 [ 0.922406] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe. May 22 09:43:33 * russell-- copied the dts configuration from ar9342_ubnt_bullet-m-xw.dts, that worked May 22 09:47:16 well, for some definition of "worked" May 22 09:47:33 it finds an ethernet interface, but it's not talking to its neighbor May 22 09:54:39 i see link come and go when the other side disconnects, but data isn't making it across May 22 10:42:43 clues welcome May 22 10:45:43 anyone know about XDP filtering and tcpdump/pcap? Question, if I filter at XDP layer does anything using pcap still see the packet or does it basically cease to exist? May 22 10:49:25 pretty sure you won't see anything with tcpdump (the point is to bypass the rest of the kernel), but I never tried May 22 10:53:39 That's what I'm hoping. If anyone interested, I have a 'semi-rogue' device (Sky Q box) on my home network that pumps out lots of multicast SSDP packets. May 22 10:55:02 This occupies a thousand-ish conntrack entries, hence I drop it in the iptables filter table, BUT this also gets seen by 'netifyd' which uses pcap to grab packets. May 22 10:56:16 The best solution would be to plug the darn thing into some sort filtering capable switch. May 22 10:59:24 i assume you've discarded the idea of just unplugging your rogue device and returning it for a refund May 22 11:01:51 Unfortunately it offers desirable televisual feast delivery capable features via satellite reception and network streaming so that isn't really any option. May 22 11:03:04 segregate it on its own network? May 22 11:07:38 It still needs to talk to internet, so at some point or other it's going to annoy my router May 22 11:11:36 so just firewall it on that skyqbox device (or disable that crazy service) May 22 11:24:52 So I need a 2 port firewall device. May 22 11:26:35 VLAN? May 22 11:26:55 * russell-- stumbles on the right magic for ethernet to work, copying the device tree bits from powerbeam-5ac May 22 11:27:08 * ldir cheers for russell-- May 22 11:27:35 from ar9342_ubnt_wa_1port.dtsi May 22 12:07:28 i recognize "televisual feast" as a line from a fawlty towers episode May 22 12:09:00 https://www.youtube.com/watch?v=IOUE97fQ-AE May 22 12:30:56 russell--: it's best to assume if I say anything amusing I've stolen it from 'popular' culture May 22 12:31:25 russell--: usually Blackadder May 22 12:55:25 blackadder++ May 22 14:34:47 >KGB-0< https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (99.1% images and 98.2% packages reproducible in our current test framework.) May 22 15:11:43 * ldir arrrgghss May 22 15:12:28 a uci config file contains " list internal_if 'eth1 -F "not (udp and dst 239.255.255.250 and dst port 1900)"' " May 22 15:13:27 When I read 'internal_if' I need to break that into 'eth1' '-F' 'not (foo foo foo)' command line args for the command. May 22 15:14:21 see https://github.com/openwrt/packages/pull/15677#pullrequestreview-666184354 for more context May 22 15:17:20 so far I either get the whole string as one argument, or everything broken by spaces as separate arguments May 22 16:22:40 OK, this is driving me nuts May 22 16:22:57 OPENWRT_RELEASE="OpenWrt 21.02.0-rc1 r16046-59980f7aaf" May 22 16:23:14 except!!! May 22 16:23:16 commit 2ce89a35788fcd768a4a872d3d4f5a3a131b1d43 (HEAD, tag: v21.02.0-rc1) May 22 16:23:55 Why is it that checking out v21.02.0-rc1, which should be at commit 2ce89a357, gives me a build that is tagged after the commit right before it, 59980f7aaf? May 22 16:26:12 When this happens I'm not able to install any kernel modules because they're incompatible I think due to the difference in version. May 22 16:26:25 (at least not ones built and available under downloads.openwrt.org) May 22 18:45:33 can I safely downgrade from v21.02.0-rc1 to v19.07.7? I try 21.02 and my laptops cannot (or very poorly) connect to the internet via wi-fi May 22 18:51:23 v2d, downgrade should work BUT remember to disable the "keep settings" button - dont keep settings because some have changed defaults / formatting May 22 18:51:53 plntyk: ouch May 22 18:53:09 well most distros dont support downgrades in their config files too May 22 18:53:16 or none i would guess May 22 18:55:55 I have a few port forwardings and static IP May 22 18:56:18 plntyk: will it break, or can I reset the settings afterwards in case of breakage? May 22 18:56:50 (in other words is that possible to take the risk to "keep settings" and fix later eventually) May 22 19:01:24 afaik you could later do a reset / delete the overlay partition where the modified user data resides May 22 20:22:55 plntyk: it indeed broke the router, but I can set a static IP on my laptop and reconnect to the router and reset the settings :D May 22 21:18:51 is chan moving to OFTC or libera.chat ? May 22 21:21:49 https://www.kline.sh/ May 22 21:22:00 http://lists.openwrt.org/pipermail/openwrt-adm/2021-May/001961.html May 23 00:28:39 guidosarducci: russell--: I think these two patches are not needed any more: https://patchwork.ozlabs.org/project/openwrt/patch/HK0PR01MB275498D9DFD98EEF26077A1EAD609@HK0PR01MB2754.apcprd01.prod.exchangelabs.com/ https://patchwork.ozlabs.org/project/openwrt/patch/20210309114211.27030-1-neil@digit-labs.org/ Is this correct? May 23 02:59:45 anon^_^: I know the channels are setup on Libera, dunno about the other, but afaik, no decision has been made **** ENDING LOGGING AT Sun May 23 02:59:56 2021