**** BEGIN LOGGING AT Mon Jun 23 02:59:58 2014 Jun 23 03:40:09 build #574 of xburst is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/574 Jun 23 04:32:41 build #98 of pxa is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/98 Jun 23 07:17:05 build #638 of lantiq is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/638 Jun 23 07:34:14 build #99 of x86_64 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/99 Jun 23 07:35:42 build #0 of brcm47xx.legacy is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/0 Jun 23 07:37:29 build #0 of brcm47xx.mips74k is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/0 Jun 23 08:07:03 build #192 of mvebu is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/192 Jun 23 08:24:31 build #98 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/98 Jun 23 08:47:30 jow_laptop: idli: could you figure out miniupnpd firewall include here, i'm kind of translating between channels right now which is not really preferable ;) Jun 23 08:47:52 chuckle Jun 23 08:47:56 you don't want to be man in the middle? Jun 23 08:48:37 well, not really Jun 23 08:48:38 ;) Jun 23 08:48:51 idli: why was the firewall include rewritten here? https://github.com/openwrt-routing/packages/commit/e377fe51369fb010b5434e0e723ed3b373f27e9c#diff-6620cc56fd05e756e03746b1c40ac920 Jun 23 08:49:13 jow_laptop: see the comment Jun 23 08:49:19 since the MINIUPNPD is linked in delegate_* now it overmatches Jun 23 08:49:19 +# Note: Correct way to do this would be probably to use Jun 23 08:49:20 +# /lib/functions/network.sh, and use network_find_wan{,6}, and then Jun 23 08:49:21 +# network_get_device, then determine their zones using fw3 -q network Jun 23 08:49:23 +# etc. However, network_find_wan* return only one device, and Jun 23 08:49:25 +# frequently incorrect one if multiple ISPs are in use. So this Jun 23 08:49:27 +# current ugly solution works, although perhaps makes holes where it Jun 23 08:49:29 +# shouldn't (if so, do override it in e.g. firewall.user) Jun 23 08:49:48 the previous version was done by me too, but it failed on multi-ISP case Jun 23 08:49:53 thats what the ext_interface uci option is for Jun 23 08:50:05 can you specify more than one uplink there? Jun 23 08:50:08 you can specify multiple there Jun 23 08:50:22 oh, the network_find_wan* return only one interface Jun 23 08:50:29 and we want dynamically determined wans Jun 23 08:50:39 yeah but thats only for heuristics/default fallback Jun 23 08:50:45 couldn't we simply make it ext_zone? Jun 23 08:50:49 and specify an fw zone? Jun 23 08:51:00 having generally available ext zone would be nice Jun 23 08:51:11 because now you wind up having to do lots of heuristics to find out that it's eventually 'wan' anyway Jun 23 08:51:13 (or whatever) Jun 23 08:51:29 that script doesn't even _care_ about interfaces (even in it's original, one-ISP-more-correct incarnation) Jun 23 08:52:12 jow_laptop: network_find_wan* are only option that work with the infamous 'proto hnet' though ;) Jun 23 08:52:35 so either a) multi-interface support there (and the old version of firewall miniupnp include could be used), or b) some way to find external zone in general would be nice Jun 23 08:52:55 well i guess statically defined external zone would be ok Jun 23 08:52:58 =wan Jun 23 08:53:03 in the config Jun 23 08:53:13 or wouldn't it? Jun 23 08:53:22 should be fine, probably Jun 23 08:53:25 I'd use network_find_wan(6), find its container zone, then add all ifaces covered by that zone Jun 23 08:53:47 ok, I'll restore the old script with some modifications Jun 23 08:54:14 actually we do not need the ifaces Jun 23 08:54:25 exactly Jun 23 08:54:44 wonder what was the problem with the network_find_wan zone based solution Jun 23 08:54:49 guess I'll find out soon, I'll take another look Jun 23 08:56:15 I'd propose this: wanif = uci get external_iface || network_find_wan || network_find_wan6 Jun 23 08:56:46 the old firewall script did something along those lines, but I'm not sure why it didn't work Jun 23 08:57:24 foreach net in $wanif; extzone = fw3 -q network "$net"; iptables zone_${extzone}_...; ip6tables zone_${extzone}_...; done Jun 23 08:58:47 build #509 of ep93xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/509 Jun 23 10:08:46 jow_laptop: ok, pushed fix to that, works at least in my tests, however, caveat emptor as always ,) Jun 23 10:09:26 idli: thanks Jun 23 11:16:15 idli: great - thank you Jun 23 12:01:59 build #460 of octeon is complete: Failure [failed shell_15] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/460 Jun 23 12:53:52 luka: ping? Jun 23 12:55:00 I'm trying to the ubifs to work on the iomega iconnect but something is broken it seems... Jun 23 12:55:57 http://paste2.org/FhCWaCsd Jun 23 12:57:25 try: ubi part rootfs ; ubi remove rootfs ; ubi create rootfs Jun 23 12:57:37 i think there is a typo in your command Jun 23 12:58:25 http://paste2.org/PWNv3fVJ Jun 23 12:58:44 then Jun 23 12:58:47 incorrect device type Jun 23 12:58:52 try: ubi part root ; ubi remove root ; ubi create root Jun 23 12:59:38 http://paste2.org/vjaE0Jb7 Jun 23 12:59:44 It seems very unhappy heh Jun 23 13:00:08 there is something wrong with your uboot-env then Jun 23 13:01:40 it should work if you remove your changes from uboot-env, uboot will pickup the default ones then Jun 23 13:01:56 and those must work Jun 23 13:03:22 mkay Jun 23 13:03:44 is there a way to safely remove them? Jun 23 13:05:07 ahh, env default -a Jun 23 13:08:59 hmmm.... Jun 23 13:09:25 nope Jun 23 13:10:31 http://paste2.org/bdUgxxYm :/ Jun 23 13:10:46 I did a sevenv and a reset before running that again Jun 23 13:11:28 show me printenv Jun 23 13:12:05 http://paste2.org/ZYDP60Vc Jun 23 13:13:11 uhmm... hold on Jun 23 13:13:56 I think I know why... Jun 23 13:21:00 no I dont Jun 23 13:21:53 http://paste2.org/Y7YC6LHA Jun 23 13:22:00 That's witht he new u-boot Jun 23 13:22:55 ubi part rootfs --> incorrect device type in rootfs Jun 23 13:24:42 diizzy: did you erase first as mentioned in git commit message? Jun 23 13:25:18 Uhm... what message? :) Jun 23 13:26:55 ahh Jun 23 13:27:50 * diizzy is going to document this... Jun 23 13:29:32 Progress Jun 23 13:30:06 diizzy: great Jun 23 13:30:10 http://paste2.org/PIejX4Vf Jun 23 13:30:44 well, you need to flash the image obviously Jun 23 13:31:03 I did that Jun 23 13:31:14 27095040 bytes written to volume rootfs Jun 23 13:31:28 cyrus r41304 packages/libs/libevent * libevent: moved to github Jun 23 13:32:13 you did not select "Include kernel in root filesystem" and "Include DTB in root filesystem" in "Target Images" Jun 23 13:33:48 nope... Jun 23 13:45:13 awesome, works :) Jun 23 13:55:53 build #99 of mpc83xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/99 Jun 23 14:18:43 luka: fixed :) Jun 23 14:18:54 diizzy: cool Jun 23 14:20:18 Thanks for the pointers Jun 23 14:20:36 Do you still need serial if you want to upgrade? Jun 23 14:29:20 yes Jun 23 14:29:48 I see Jun 23 16:54:09 cyrus r41305 packages/net/nginx * nginx: moved to github Jun 23 16:54:11 cyrus r41306 packages/ipv6/aiccu * aiccu: moved to github Jun 23 16:54:12 cyrus r41307 packages/ipv6/tayga * tayga: moved to github Jun 23 17:26:19 cyrus r41308 packages/multimedia/crtmpserver * crtmpserver: moved to github Jun 23 17:30:51 luka: seems the cloudshark stuff doesn't compile Jun 23 17:30:53 https://dev.openwrt.org/ticket/16870 Jun 23 17:40:40 build #650 of orion is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/650 Jun 23 17:41:03 build #573 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/573 Jun 23 17:41:08 build #604 of rb532 is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/604 Jun 23 17:42:00 build #604 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/604 Jun 23 17:49:11 where is the default wifi networking setup? I can modify package/base-files/files/etc/config/network for the eth0 port, but I'm not sure how the wifi gets setup Jun 23 17:49:25 I want to turn it on as an AP by default, rather than disabled by default Jun 23 18:15:18 karlp: I think you want to look in target/linux/your_platform/base-files/etc/uci-defaults/02_network Jun 23 18:15:55 the path may vary depending on the platform Jun 23 18:22:23 build #584 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/584 Jun 23 18:23:36 build #97 of omap is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/97 Jun 23 18:28:45 build #511 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/511 Jun 23 18:42:43 yeah, that file does some switch related config, but doesn't do anything for wireless for me, on atheros platform at least. Jun 23 19:07:14 build #644 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/644 Jun 23 19:08:51 cyrusff: thx, it's fixed now Jun 23 19:22:19 please at least compile-test your stuff before throwing it at any feed Jun 23 19:23:09 build #539 of au1000 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/539 Jun 23 19:25:10 build #615 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/615 Jun 23 20:56:17 build #499 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/499 **** ENDING LOGGING AT Tue Jun 24 02:59:59 2014