**** BEGIN LOGGING AT Thu Feb 26 02:59:59 2015 Feb 26 07:14:53 cyrus r44540 trunk/package/network/config/firewall/Makefile * firewall: fix some more null-pointer accesses Feb 26 07:25:38 cyrusff: any further action on http://patchwork.ozlabs.org/patch/439438/? Feb 26 07:42:23 cyrus r44541 trunk/package/network/ ipv6/6rd/Makefile ipv6/6rd/files/6rd.sh * 6rd: honor tunlink in host dependency Feb 26 07:42:31 DonkeyHotei: ^ Feb 26 07:42:58 cyrusff: thanx Feb 26 07:43:20 if your 6rd depends on a special ipv4 wan add: option tunlink wan or whatever the name of the wan-interface is Feb 26 07:43:26 to your 6rd config Feb 26 07:43:54 i did, but the patch was needed to make it work right Feb 26 07:44:17 well i applied a different patch now Feb 26 07:44:27 should work without nasty sleep Feb 26 07:44:35 at least same thing worked with other tunnels before Feb 26 07:45:11 i submitted an analogous patch for pptp, which was accepted Feb 26 07:48:51 cyrusff: looking at your commit, i don't believe it addresses the same issue as my patch Feb 26 07:49:35 as i saw it in multi-wan case the trigger didn't work if "the other" wan interface was up Feb 26 07:49:52 as the trigger didn't honor the tunlink Feb 26 07:50:14 or did i get the bug wrong? Feb 26 07:52:10 the issue i was seeing was that the other wan came up before the 6rd one, and with tunlink specified, it tried to establish the tunnel while the correct wan was down, and it would see that it's down and consequently just not create the tunnel Feb 26 07:53:52 proto_notify_error signified an error in the config, which means don't retry because it can't work, but that's not appropriate if the interface simply isn't up Feb 26 07:54:46 proto_setup_failed signifies that it _didn't_ work, rather than that it _can't_ work Feb 26 07:55:21 cyrusff: ^ Feb 26 07:55:59 right but the original issue for 6rd was that it should have never been up Feb 26 07:56:30 as the proto_add_host_dependencies was too unspecific Feb 26 07:56:42 separate issue Feb 26 07:57:18 i mean i see the point, but any kind of sleep in there is just plain wrong Feb 26 07:57:34 if it doesn't work without a sleep then the issue is somewhere else Feb 26 07:57:38 i tried without the sleep and it was a disaster Feb 26 07:57:42 exactly Feb 26 07:58:14 i did work, but the cpu was monopolized until the wan was up Feb 26 07:58:28 s/i did/it did/ Feb 26 07:59:12 i copied the sleep from the openconnect pkg Feb 26 08:01:07 it's not perfect, but it's a workable compromise Feb 26 08:01:12 cyrusff: ^ Feb 26 08:01:33 yeah i would appreciate it if someone would dig down to find the underlying issue Feb 26 08:02:56 cyrusff: there is no underlying issue except that there just isn't a more elegant way to accomplish this Feb 26 08:05:05 i doubt that, but i will put it on my todo Feb 26 08:05:26 actually, there may be Feb 26 08:11:37 cyrusff: if it can simply block until the interface is up, that can replace the sleep and eliminate both extra retries and extra wait time Feb 26 10:17:09 build #794 of kirkwood is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/794 Feb 26 10:25:29 jow r44542 trunk/package/libs/libubox/Makefile * libubox: introduce generic logging api Feb 26 10:25:32 jow r44543 trunk/package/system/procd/Makefile * procd: switch to ulog api Feb 26 10:25:35 jow r44544 trunk/package/system/ubox/Makefile * ubox: switch to ulog api Feb 26 10:25:40 jow r44545 trunk/package/system/fstools/Makefile * fstools: switch to ulog api Feb 26 10:46:28 jow_laptop: the new loggin api is not connected in any way to the netfilter ulog(d) project/logging right ? Feb 26 10:52:52 plntyk: right Feb 26 11:09:35 build #347 of bcm53xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/347 Feb 26 12:15:00 hi, I'm trying to build ubox but it wants to include libubox/ulog.h which afaikt has been removed from libubox, I'm not sure if this is because I'm using the wrong source, I'm using the master head of git://nbd.name/luci2/ubox.git for ubox and git://git.openwrt.org/project/libubox.git for libubox Feb 26 12:18:32 wdutch: ulog was only just added. Feb 26 12:18:43 you probaly want to update libubox Feb 26 12:19:04 (like, it was committed 2 hours ago) http://git.openwrt.org/?p=project/libubox.git;a=commit;h=ca6d5472056ceee4b8ab320167e0ae8155a95985 Feb 26 12:19:21 ahh okay, I should have checked that, thanks karlp :) Feb 26 12:23:45 ubox was already updated with "ubox: switch to ulog api" commit Feb 26 12:24:01 and libubox with " libubox: introduce generic logging api" Feb 26 12:25:46 yeah, cool it's built now Feb 26 12:33:16 zajec: sure, but libubox got the commit 2 hours ago, ubox got it with unreleased code commited 12 hours ago :) so Feb 26 12:38:19 karlp: even if it was eerlier in ubox, packages were updated in correct order anyway, right? Feb 26 12:43:54 karlp: mea culpa, I actually pushed the libubox yesterday, but to the wrong repo... Feb 26 13:42:55 jow r44546 trunk/package/libs/libubox/Makefile * libubox: implement ulog_close() and call it on ulog_open() Feb 26 13:42:58 jow r44547 trunk/package/system/ procd/files/procd.sh procd/Makefile * procd: add support for relaying daemon stdio to syslog Feb 26 13:44:16 jow r44548 trunk/package/network/ services/uhttpd/files/uhttpd.init services/uhttpd/Makefile * uhttpd: relay stderr to syslog Feb 26 14:55:23 build #678 of octeon is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/678 Feb 26 15:25:40 build #84 of arm64 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/arm64/builds/84 Feb 26 15:37:20 build #703 of mpc52xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/703 Feb 26 15:45:17 build #324 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/324 Feb 26 15:45:18 build #865 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/865 Feb 26 15:45:59 build #538 of mpc85xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/538 Feb 26 15:59:59 build #714 of gemini is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/714 Feb 26 16:00:58 build #801 of ixp4xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/801 Feb 26 16:06:09 build #450 of mxs is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/450 Feb 26 16:12:43 build #233 of brcm63xx.smp is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/233 Feb 26 16:12:53 build #904 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/904 Feb 26 16:31:53 build #730 of adm5120 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/730 Feb 26 16:35:24 build #332 of sunxi is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/332 Feb 26 16:54:28 build #827 of xburst is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/827 Feb 26 17:08:26 jow_laptop, question Feb 26 17:08:55 jow_laptop, I have 2 ListBoxes with 2 list values Feb 26 17:09:31 jow_laptop, I want the second to set itself to certain position when the first list has a certain value selected Feb 26 17:09:42 how can I do that ? Feb 26 17:09:46 is it possible ? Feb 26 17:10:14 s/position/value Feb 26 17:11:14 you need to inject some custom javascript to do that Feb 26 17:12:16 ok I see Feb 26 17:23:39 build #81 of ramips.mt7621 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/81 Feb 26 17:25:56 build #348 of pxa is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/348 Feb 26 17:56:53 build #81 of ipq806x is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/81 Feb 26 18:12:32 build #852 of ar7 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/852 Feb 26 18:23:25 build #880 of ppc40x is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/880 Feb 26 18:27:41 build #233 of x86.kvm_guest is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86.kvm_guest/builds/233 Feb 26 18:39:52 build #721 of mcs814x is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/721 Feb 26 19:12:46 build #332 of mpc83xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/332 Feb 26 19:16:39 build #791 of ar71xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/791 Feb 26 19:22:06 build #763 of au1000 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/763 Feb 26 19:23:40 build #855 of rb532 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/855 Feb 26 19:33:12 build #213 of x86.xen_domu is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/x86.xen_domu/builds/213 Feb 26 19:35:43 build #738 of ep93xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/738 Feb 26 19:37:24 build #354 of malta is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/354 Feb 26 20:08:09 build #223 of ar71xx.mikrotik is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/223 Feb 26 20:10:57 jow_laptop, documentation broken online on luci website ? Feb 26 20:11:17 Trac detected an internal error: Feb 26 20:11:17 AttributeError: NullTranslationsBabel instance has no attribute 'isactive' Feb 26 20:47:29 nighty-_: possible Feb 26 20:47:37 fixed now Feb 26 20:47:38 it seems Feb 26 20:47:45 even better Feb 26 20:47:48 :) Feb 26 20:47:50 I did nothing Feb 26 20:47:53 lol Feb 26 20:48:25 I am trying to read a Flag value Feb 26 20:48:32 but I can't seem to be succeeding Feb 26 20:48:53 I want to read the Flag value then write some uci values directly Feb 26 20:49:21 and never record the flag value itself as a UCI key value Feb 26 20:50:34 I use Feb 26 20:50:35 s:taboption("advanced", Flag, "diversity", translate("Auto Diversity")).rmempty = false Feb 26 20:50:35 if diversity == "" then Feb 26 20:50:35 m.uci:set("wireless", section, "txantenna", "0") Feb 26 20:50:38 m.uci:set("wireless", section, "rxantenna", "0") Feb 26 20:51:11 but that does not work :( Feb 26 20:51:37 because of diversity == "" which is not defined anywhere Feb 26 20:53:17 I'll try again tomorrow Feb 26 20:53:22 zzzz Feb 26 21:13:20 build #894 of cobalt is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/894 Feb 26 21:16:56 build #327 of brcm2708 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/327 Feb 26 21:24:08 jow r44549 trunk/package/system/ubox/Makefile * ubox: fix segmentation fault in insmod Feb 26 21:30:08 jow r44550 branches/barrier_breaker/package/ system/ubox/Makefile system/ubox/patches/100-insmod-segfault.patch system/ubox/patches * BB: ubox: fix segmentation fault in insmod Feb 26 22:55:50 build #327 of cns3xxx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/327 Feb 26 23:48:47 build #90 of netlogic is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/netlogic/builds/90 Feb 27 00:59:46 build #222 of lantiq.xrx200 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq.xrx200/builds/222 **** ENDING LOGGING AT Fri Feb 27 02:59:58 2015