**** BEGIN LOGGING AT Wed Oct 10 03:00:00 2018 Oct 10 07:01:49 russell--: i spent 2 days on unstable SPI driver and didn't have time to look at filesystem problem yet Oct 10 07:02:03 i'll probably also need day or two more... Oct 10 07:02:17 unstable, badly designed shit Oct 10 07:02:33 with regression on top of regression Oct 10 07:02:47 commits not even tested before applying Oct 10 07:30:07 rmilecki: no worries Oct 10 09:06:59 hmm, https://pastebin.com/G219Eb13 Oct 10 09:31:10 Seems like some people was against making the UBOOT partition writeable for pull, https://github.com/openwrt/openwrt/pull/1429. Oct 10 09:31:28 What about me removing that part, can we get it merged then? Ill just keep the commit that adds the configuration values Oct 10 09:43:02 barhom: i dont see why this is needed Oct 10 09:43:12 you can easily build an image for your special purpose Oct 10 09:43:21 this is not a generic usecase Oct 10 09:43:29 the uboot-env is r/o for security reasons Oct 10 09:44:01 blogic: This is what I suggested, I'll keep it read-only so that the reading works at least Oct 10 09:44:17 blogic: I meant, I'll remove the commit that removes the "read-only", but keep the commit that ads the fw_enc.config Oct 10 09:44:26 can we merge it then? Oct 10 09:45:22 barhom: why is it needed ? Oct 10 09:45:44 we only add it when there is some value in the env that we need to honour, like boot partition or board id or similar Oct 10 09:46:03 not that i particularly care but it seems like a no-op commit Oct 10 09:46:22 I want to be able to read values using "fw_printenv", Oct 10 09:46:36 Specifically, I want to be able to set values with fw_setenv, but I see how that is not generic Oct 10 09:46:47 ok Oct 10 09:47:01 so there is no generic reason this is a custom hack for a custom use case, correct ? Oct 10 09:47:37 The only case I see is being able to change the IP address of where the tftp listens to, but it isnt that important Oct 10 09:47:45 or the IP addres of the router when in u-boot Oct 10 09:47:56 So yes, its custom Oct 10 09:48:03 is there other important info in the env? Like, serial numbers, default ssids etc.? Oct 10 09:48:15 jow: apparently not Oct 10 09:48:30 https://0bin.net/paste/c0zQWwq9G45zpUaE#Q6kqIE8M5aIwfOMJWKHmglEN5DYmAnT4lOS5er6iWk2 Oct 10 09:48:39 personally I see no issue with allowing r/o access Oct 10 09:48:40 There isnt, the serial number is a part of another /dev/mtdX Oct 10 09:48:58 but what you pasted looks indeed very unimportant Oct 10 09:49:01 jow: neither do i really, just wondering why Oct 10 09:49:24 It would save me two custom commits, and reading the uboot environemnt is not hurtful or? Oct 10 09:49:32 I understand that making it writeable is, so Ill remove that commit Oct 10 09:50:09 for me that would be okay Oct 10 09:52:23 https://github.com/openwrt/openwrt/pull/1429 < changed Oct 10 11:15:01 hey all, just wondering what DoS protection typicall means on a router? Is it simply avoiding tcp syn flooding? Oct 10 11:33:01 most likely Oct 10 11:33:15 or something similar to iptables hashlimit Oct 10 11:34:20 in the position of a typical customer edge router you usually cannot mitigate or prevent any DoS Oct 10 11:37:46 what is a computer on the lan is part of a botnet? could the router recognize an outgoing synflood and try to block it? Oct 10 11:37:51 if** Oct 10 11:47:34 rotanid: yo Oct 10 11:49:01 aep: heh, also using telefonica dsl ;) Oct 10 11:49:10 aep: i'm not in reach of my c7v5 atm, sorry Oct 10 11:49:39 probably not until ~22:00 CEST Oct 10 11:50:24 thanks jow, I assumed the same. What can you do once the packet has already reached the router. Oct 10 11:52:51 Gaaaaahhhhh! Recursive depedencies! Oct 10 11:53:40 jow what have you done https://pastebin.com/Wu4nQ7u7 Oct 10 11:55:15 Hauke: I am testing your WPA3 patches and it seems to mostly work, but for some reason when I have 802.11r enabled (causing FT-SAE to be enabled), my stock Pixel XL won't connect to the WAP (even though it doesn't actually support WPA3). If I edit hostapd.sh and comment out the line that adds FT-SAE, it will connect again. Other clients (laptops with Linux) still connect fine. Oct 10 11:58:49 huaracheguarache: following that logic, a bittorrent client would be a part of a botnet Oct 10 11:59:15 jow: oh, ok =( Oct 10 12:00:22 rotanid: aye :) Oct 10 12:00:28 mamarley: a lot of google stuff doesn't support 802.11r Oct 10 12:00:41 my nexus 6p and chromecast for example Oct 10 12:11:59 ldir: the bug is with luci-app-sqm Oct 10 12:12:10 ldir: it needs to select luci-base instead of depending on it Oct 10 12:16:41 ok, I shall poke at it shortly - after lunch Oct 10 12:17:30 huaracheguarache: I'm aware of that, but that shouldn't prevent it from connecting entirely. Oct 10 12:18:18 ldir: https://github.com/openwrt/packages/pull/7170 Oct 10 12:32:34 jow: lgtm ! Oct 10 12:48:35 aep: does Switch LED activity work with your device? it doesn't with mine, even with the patch from @Rinki13 , only connectivity is shown, not activity/blinking Oct 10 13:18:56 rotanid: no idea. i dont test that stuff because we dont use openwrt userspace sorry. Oct 10 13:20:28 if you want to get it working, play around with the triggers in /sys/class/leds . its probably just missing a setting from those openwrt scripts Oct 10 13:22:48 jow: usr/lib/lua/luci/view/admin_status/iptables.htm line 44 should be // indeed, good spot! Oct 10 13:23:56 actually my browser barfed.... and I went looking :-) Oct 10 13:24:17 aep: blocktrron said to me it's not possible to get it working. Oct 10 13:24:26 aep: what do you use instead of openwrt userspace? Oct 10 13:25:27 propriatary stuff. not very interesting. some of it is published on my github, but again not interesting for home users Oct 10 13:25:45 i work on projects with 10-100K devices usually Oct 10 13:25:49 oh, ok :D Oct 10 13:26:04 why not possible tho? Oct 10 13:26:13 he wrote that in your PR Oct 10 13:26:17 uh Oct 10 13:26:55 oh right https://github.com/openwrt/openwrt/pull/893#issuecomment-428558645 Oct 10 13:27:05 (not my PR, but w/e) Oct 10 13:27:11 build #143 of x86/geode is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/x86%2Fgeode/builds/143 blamelist: Koen Vandeputte Oct 10 13:27:15 build #143 of kirkwood/generic is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/kirkwood%2Fgeneric/builds/143 blamelist: Koen Vandeputte Oct 10 13:27:39 yeah the leds might not actually be connected to the switch. let me confirm that Oct 10 13:28:01 does it work with stock firmware? Oct 10 13:28:16 ill check tonight and provide you dmesg Oct 10 13:28:22 aep rotanid: activity-status was implemented some time ago in master but got removed due to creating strain on the CPU (continous polling from the switch) Oct 10 13:28:45 oh yeah that makes sense. Oct 10 13:29:00 Take the section from the archer c7 v2 for example - userspace definition of switch LEDs are not there because of them being controlled by the switch Oct 10 13:29:59 looks like v2 has traces going from switch to led and v5 does not Oct 10 13:30:09 so yeah Oct 10 13:37:21 build #143 of ramips/rt288x is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/ramips%2Frt288x/builds/143 blamelist: Koen Vandeputte Oct 10 13:37:49 build #136 of brcm47xx/generic is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/brcm47xx%2Fgeneric/builds/136 blamelist: Koen Vandeputte Oct 10 13:40:38 rotanid: does the rinki13 patch work for you tho? i should probably rebase archer a7 support if it does Oct 10 13:41:06 aep: it works as in, the switch led lights up if a device is connected, yes Oct 10 13:41:22 yeah, thats probably all we can do Oct 10 13:41:24 *the correct switch led of the port Oct 10 13:41:42 and yes, would probably good to include it from the start Oct 10 13:41:49 *be good Oct 10 13:46:56 build #143 of octeontx/generic is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/octeontx%2Fgeneric/builds/143 blamelist: Koen Vandeputte Oct 10 13:59:42 build #140 of sunxi/cortexa53 is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/sunxi%2Fcortexa53/builds/140 blamelist: Koen Vandeputte Oct 10 14:14:02 build #89 of oxnas/ox820 is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/oxnas%2Fox820/builds/89 blamelist: Koen Vandeputte Oct 10 14:25:14 build #138 of x86/64 is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/x86%2F64/builds/138 blamelist: Koen Vandeputte Oct 10 14:25:51 It's a shame xback doesn't lurk here Oct 10 14:27:38 have emailed him Oct 10 14:34:05 ldir: oh, I did too :) Oct 10 14:40:04 ha ha Oct 10 14:41:58 * Tapper fist bumps ldir! Oct 10 14:42:54 Just jumped on to see what's going on. off to a gym thing with my daughter. Oct 10 14:43:02 In about 30 mins Oct 10 14:44:20 build #135 of brcm47xx/mips74k is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/brcm47xx%2Fmips74k/builds/135 blamelist: Koen Vandeputte Oct 10 14:44:22 She want's to be a gymnast and of coarse daddy has to pay lol Oct 10 14:59:20 build #140 of ath25/generic is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/ath25%2Fgeneric/builds/140 blamelist: Koen Vandeputte Oct 10 15:10:23 build #133 of pistachio/generic is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/pistachio%2Fgeneric/builds/133 blamelist: Koen Vandeputte Oct 10 15:22:46 build #86 of mediatek/mt7623 is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/mediatek%2Fmt7623/builds/86 blamelist: Koen Vandeputte Oct 10 15:30:59 Tapper: sorry, just got back from walking the hound. Oct 10 15:31:02 well, that was interesting. this time (on a new arch) i pre-emptively cleaned readline and it still failed mid-build. Oct 10 15:31:43 ldir it's ok mate Oct 10 15:32:04 what kind of hound Oct 10 15:32:29 cocker lunatic spaniel Oct 10 15:32:57 haha thoes dogs are bat shit! Oct 10 15:33:16 like the owner Oct 10 15:33:19 build #131 of apm821xx/sata is complete: Failure [failed pkgbuild] Build details are at http://release-builds.openwrt.org/18.06/images/builders/apm821xx%2Fsata/builds/131 blamelist: Koen Vandeputte Oct 10 15:33:24 good at find things tho. Like drugs and cash Oct 10 15:34:06 no, ours is hopeless at finding things. Oct 10 15:34:19 hah Oct 10 15:34:47 how you bin anyway? Oct 10 15:34:52 it's good at barking, which it's doing at the moment which is really ****** annoying. Oct 10 15:35:02 :-) Oct 10 15:36:27 am ok, still recovering from 'issues/life', slowly. Oct 10 15:36:46 good to hear mate Oct 10 15:37:28 I don't know how i keep from running away some times mate my kids are mad. Oct 10 15:37:31 hah Oct 10 15:37:55 guess it's good I don't have any :P Oct 10 15:38:20 my 4 yearold pucked up today on the way home in the car. The when wipping him up he called his sick chok warter hahaha. Oct 10 15:38:34 Puked Oct 10 15:38:42 Wiping Oct 10 15:38:58 choke water Oct 10 15:42:10 I mite moan but they allways make me smile Oct 10 15:42:55 Your typing/spelling makes us laugh too ;-) Oct 10 15:43:05 haha Oct 10 15:43:13 I know man Oct 10 15:43:49 Sorry about it some times. Some times it makes me laugh to Oct 10 15:49:54 I am off now but I am just going to leve this here: :-D Oct 10 15:50:22 https://www.reddit.com/r/NoStupidQuestions/comments/6t7k1w/how_do_i_communicate_with_blind_people/ Oct 10 15:50:56 I am laughing hard! Oct 10 15:50:57 * ldir dares to look Oct 10 15:56:32 braille clicking - morse code. CO levels. I'm in danger of needing to get my mac keyboard replaced because of all the tears laughing. Oct 10 16:08:59 Hello, I'm trying to give OpenWrt support to a MT7621 (https://forum.openwrt.org/t/support-for-strong-1200/22768). My problem is that I can't make work Ethernet: I have a interface and IP, but only receive ARP and Broadcast messages when plug to my PC Oct 10 17:23:48 I've been working on a tool to help understand wifi performance by looking at a pkt capture...curious for feedback if anyone is interested to try it: https://www.mail-archive.com/linux-wireless@vger.kernel.org/msg49932.html Oct 10 20:15:55 stintel: ping Oct 10 20:22:14 pong Oct 10 20:23:01 ehh? Oct 10 20:33:30 quite the delay Oct 10 20:40:01 Slimey: I'm confused, are you stintel? Oct 10 20:40:11 no Oct 10 21:11:59 aep1: are you online here? would be faster/easier than github **** ENDING LOGGING AT Thu Oct 11 02:59:59 2018