**** BEGIN LOGGING AT Tue Aug 20 02:59:59 2013 Aug 20 10:27:43 [florian]: you are right, as far i could read libubus and/or libubox don't support multithreading Aug 20 10:27:45 http://www.linux-mips.org/archives/freecwmp/2012-11/msg00009.html Aug 20 10:28:00 http://www.linux-mips.org/archives/freecwmp/2012-11/msg00002.html Aug 20 10:31:56 these mails are old and maybe this issue have been fixed; one of the developers should point if i'm wrong or right Aug 20 10:35:37 blogic: ping? Aug 20 12:46:54 nbd: excuse me, is this right? http://www.linux-mips.org/archives/freecwmp/2012-11/msg00009.html Aug 20 12:48:22 two weeks fighting with a bcm6368 with smp enabled without luck and yesterday found this mail Aug 20 12:52:41 if the bcm6368 is forced to compile the kernel without the two cpus this issue doesn't happen and all work fine as i explained here: https://lists.openwrt.org/pipermail/openwrt-devel/2013-August/020942.html Aug 20 12:54:10 hi all, I have a question about wiki... is it normal that config files are not indented correctly? seems that CR or LF are ignored.. here is a config file that on my pc is not indented, instead is a single (very long) line of options.. Aug 20 12:54:12 http://wiki.openwrt.org/doc/recipes/routedclient#step.2change.the.existing.wireless.network Aug 20 13:22:51 tripolar r37815 packages/mail/dovecot/Makefile * [packages] update dovecot to 2.2.5 Aug 20 13:36:07 build #324 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/324 Aug 20 13:38:59 build #324 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/324 Aug 20 14:38:10 build #337 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/337 Aug 20 16:02:26 build #307 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/307 Aug 20 17:29:53 build #356 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/356 Aug 20 18:25:49 nbd r37816 trunk/package/utils/usbmode/Makefile * usbmode: update to latest version, includes fix from #14062 Aug 20 18:32:11 Is there a way to get the firewall to log blocked packets (or selectively log blocked packets)? Aug 20 18:34:00 philipp64: add "option log 1" to the rule in /etc/config/firewall, maybe a "option log_limit 10/minute" (or something else sane) as well, if you're expecting a lot of packets Aug 20 18:34:14 philipp64: as described on the wiki: http://wiki.openwrt.org/doc/uci/firewall Aug 20 18:35:08 Is that a new addition? I must have missed that. Of course, I've not updated in a couple of years because I've not gotten sysupgrade working on x86. Aug 20 18:39:19 MartijnVdS: hmm... getting a LOT of MSSFIX(wan) messages... Aug 20 18:39:41 I don't suppose those can be selectively turned off? Aug 20 18:40:34 I don't know. Aug 20 18:42:40 Well, I'm using G.PON so the mtu_fix shouldn't even be required... Aug 20 18:42:50 you can disable it, I think Aug 20 18:43:21 Yeah, you can. I commented it out. Must have been a vestige of using pppox at a previous location. Aug 20 18:43:50 I have to use PPPoE over fibre 8-) Aug 20 18:44:07 ewwwwww... Aug 20 18:44:37 Apparently, my ISP supports RFC 4638 (larger MTUs), so I wouldn't need the MSSFIX either Aug 20 18:44:51 Still, I've seen worse. I've seen PPP over HTTP. PPP over SSL... PPP over Telnet... Aug 20 18:45:00 but the switch chip in my router has a compiled-in max MTU of 1500 (+ overhead) Aug 20 18:45:34 though it can support proper jumbo packets, according to what I've read Aug 20 18:45:54 well, that's the weird part... at 100mb/s or faster, the 1500B mtu isn't even required. Aug 20 18:46:10 philipp64: I'm at 100/100 now Aug 20 18:46:19 with gbit link Aug 20 18:46:45 or more broadly, on any switched fabric there should be no MTU imposed (at least not by collision detection). Aug 20 18:46:56 just by the availability of buffers in the switch fabric. Aug 20 18:47:07 hmm Aug 20 18:57:23 at least that's what I remember from my days at Cisco working on FastEthernet drivers. Aug 20 18:58:19 still, I can't set the MTU on the ethernet interface I want to run PPPoE on >1500 :) Aug 20 18:58:30 I wonder what will break if I recompile with the higher limit Aug 20 18:58:53 (I hope nothing, if I don't raise the MTU above 1500 first) Aug 20 19:00:44 https://dev.openwrt.org/browser/trunk/target/linux/generic/files/drivers/net/phy/ar8216.c -> line 1226 Aug 20 20:21:32 [Mon 2013-08-19 05:06:41 PM PDT] is anyone currently building for a lantiq ar9 target? Aug 20 20:23:36 is this a known issue? http://pastebin.com/ACKt96kx Aug 20 20:53:42 did the build machinery change in the last two years? I had a ~/.openwrt/defconfig file which clearly defines the target as: CONFIG_TARGET_x86_geos=y but when I do a "make defconfig" my target ends up being CONFIG_TARGET_ar71xx instead. WTH? Aug 20 20:55:51 why "defconfig" ? Aug 20 20:56:30 i've never heard of a ~/.openwrt/defconfig file Aug 20 20:56:39 i just use "oldconfig" Aug 20 21:05:51 because I build multiple .x86 targets and there are options that are common to all of them that I want to specify in one place. Aug 20 21:06:07 defconfig is fine to use Aug 20 21:06:17 maybe there is no geos subtarget anymore? Aug 20 21:12:34 nbd: is line 155 of include/toplevel.mk correct? Aug 20 21:12:49 c36362 would imply there's a '=' missing. Aug 20 21:17:36 how do I get a trace of "make defconfig" anyway? "make defconfig V=99" doesn't do it. Aug 20 21:32:10 well, I'd file a bug, but I can't get enough tracing information for anything meaningful other than "it doesn't work". Aug 20 21:37:17 Actually, it looks like c36362 was wrong, as is line 92 of include/toplevel.mk -- the '=' appears to be extraneous (and problematic). Aug 20 22:06:02 I just back-revved to r36360 and "make defconfig" works as expected. Aug 20 22:07:43 revving up to r36362 is where things start to go off the rails. Aug 20 23:02:57 build #317 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/317 Aug 20 23:05:40 build #270 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/270 Aug 21 00:37:16 luka r37817 trunk/package/kernel/linux/modules/crypto.mk * [kernel] crypto: add missing depends for crypto-manager Aug 21 00:37:18 luka r37818 trunk/include/target.mk * include: introduce subtarget_platform CONFIG_TARGET Aug 21 00:37:19 luka r37819 trunk/target/linux/ (5 files in 5 dirs) * malta: refresh configuration Aug 21 01:40:00 build #273 of ep93xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/273 **** ENDING LOGGING AT Wed Aug 21 02:59:58 2013