**** BEGIN LOGGING AT Mon Dec 01 02:59:58 2014 Dec 01 04:05:32 build #173 of brcm47xx.legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/173 Dec 01 04:27:43 build #147 of ramips.rt3883 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/147 Dec 01 04:37:54 build #803 of cobalt is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/803 Dec 01 05:02:19 build #262 of cns21xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/262 Dec 01 05:14:53 build #765 of rb532 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/765 Dec 01 08:21:38 build #132 of ar71xx.mikrotik is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/132 Dec 01 11:09:10 nbd r43458 trunk/tools/mkimage/patches/080-remove_compiler_check.patch * mkimage: remove check for miscompiled __weak Dec 01 12:41:45 luka r43459 trunk/package/utils/util-linux/Makefile * util-linux: package libsmartcols Dec 01 12:44:27 Hi Dec 01 13:04:49 jow_laptop, ping Dec 01 13:05:06 pong Dec 01 13:05:22 Sorry I could not get back you Sat Dec 01 13:05:28 Sorry I could not get back to you Sat Dec 01 13:06:05 jow_laptop, so you were going to tell me about reading back values from UCI with cfgvalues ? Dec 01 13:06:49 right, can you pastebin me your current code again? Dec 01 13:08:04 ok just a sec Dec 01 13:08:26 http://pastebin.com/CSCbbTwV Dec 01 13:17:48 nighty^: http://pastebin.com/k1NHQz2k Dec 01 13:17:57 changed lines are highlighted Dec 01 13:19:02 ok can you explain what function() end does ? Dec 01 13:19:12 its an empty function doing nothing Dec 01 13:19:54 that is unrelated to the actual cfgvalue changed, just an additional optimization to not calculate the combined bgscan value five times on write Dec 01 13:20:06 what about function(self, section) ? Dec 01 13:20:27 an anonymous function taking two arguments Dec 01 13:20:48 hm, I think the optimization is wrong, I'll revert it Dec 01 13:22:09 http://pastebin.com/LUEaNNWT Dec 01 13:22:58 foo = function(abc, def) ... end is another notation for function foo(abc, def) ... end Dec 01 13:23:29 ok Dec 01 13:23:36 why do you prefer this one ? Dec 01 13:23:56 jsut to make it look similar to the other assignments Dec 01 13:24:01 I see Dec 01 13:28:43 jogo r43460 trunk/toolchain/kernel-headers/Makefile * toolchain-headers: also copy asm-eva.h for mips(el) for 3.15+ Dec 01 13:29:04 jogo r43461 trunk/target/ (156 files in 2 dirs) * brcm63xx: add kernel 3.18 support Dec 01 13:37:16 jow_laptop, uhmm there is a propblem Dec 01 13:37:23 just checking what it might be Dec 01 13:37:42 jow_laptop, http://pastebin.com/wNdrAjJs Dec 01 13:38:24 nighty^: thats because your "file" variable is empty Dec 01 13:38:55 ah that is the case where it is either simple or none Dec 01 13:39:13 only learn has a bgscan_file variable Dec 01 13:39:39 change , file } to , file or "" } Dec 01 13:40:23 or change the else to "elseif file then" Dec 01 13:40:27 or even better Dec 01 13:40:48 set bgscan_file.rmempty = false Dec 01 13:41:03 that should trigger a form error when a user attempts to save mode learn without a file Dec 01 13:42:34 but I always calculate the file path + name automatically Dec 01 13:42:40 so how can it be empty ? Dec 01 13:44:11 you calculate a default value for the filename field Dec 01 13:44:17 but the user can make it empty and save the form Dec 01 13:44:24 Yes right Dec 01 13:44:26 then local file = bgscan_file:formvalue(section) will return nil Dec 01 13:44:45 it can also become empty if the user toggles between learn and simple mode Dec 01 13:44:51 thats the nature of complex forms Dec 01 13:44:54 lots of corner cases Dec 01 13:45:35 try adding bgscan_file.rmempty = false Dec 01 13:45:39 then change mode to learn Dec 01 13:45:44 make the file field empty and save Dec 01 13:45:49 you should get a field error Dec 01 13:46:22 and as extra protection in the code change the "else value = ..." to "else if file then value = ..." Dec 01 13:47:04 sorry "elseif", not "else if" Dec 01 13:53:02 I added rmempty Dec 01 13:53:08 and added file or "" Dec 01 13:54:21 I did not add the elseif file then value = Dec 01 13:54:43 as I am calculating a default value Dec 01 13:54:52 ok Dec 01 13:54:54 but I can see that the user could change it Dec 01 13:55:27 I guess that is ok , I could go the extra length to make sure he enters a valid value for path and file Dec 01 13:55:40 at the very least for path Dec 01 16:15:40 blogic r43462 trunk/target/linux/ar71xx/image/Makefile * ar71xx: Add build profile for the gl-inet 6416A and 6408A Dec 01 16:15:45 blogic r43463 trunk/target/ (8 files in 3 dirs) * au1000: add 3.14 support Dec 01 16:15:59 blogic r43464 trunk/target/ (44 files in 2 dirs) * ixp4xx: add 3.14 support Dec 01 16:16:04 blogic r43465 trunk/target/linux/realview/ config-3.14 Makefile patches-3.14 patches-3.14/0001-PHYS_OFFSET.patch * realview: add 3.14 support Dec 01 16:16:10 blogic r43466 trunk/target/linux/generic/files/drivers/net/phy/ar8216.c Dec 01 16:16:10 ar8216: factor out info whether switch should be configured at probe stage to ar8xxx_chip Dec 01 16:16:17 blogic r43467 trunk/target/linux/generic/files/drivers/net/phy/ar8216.c * ar8216: factor out mib_func to ar8xxx_chip Dec 01 16:16:23 blogic r43468 trunk/target/linux/generic/files/drivers/net/phy/ar8216.c * ar8216: factor out set_mirror_regs to ar8xxx_chip Dec 01 16:16:33 blogic r43469 trunk/target/linux/generic/files/drivers/net/phy/ar8216.c * ar8216: factor out chip-specific data structures from ar8xxx_priv Dec 01 16:16:41 blogic r43470 trunk/target/linux/generic/files/drivers/net/phy/ar8216.c * ar8216: factor out mii_lo_first to ar8xxx_chip Dec 01 16:16:46 blogic r43471 trunk/target/ linux/generic/files/drivers/net/phy/ar8216.c linux/generic/files/drivers/net/phy/ar8216.h * ar8216: factor out reg_port_stats_base parameters to ar8xxx_chip Dec 01 16:16:51 blogic r43472 trunk/package/ base-files/Makefile base-files/files/lib/functions.sh * base-files: default_postinst() - create user:group first (resend) Dec 01 16:16:58 blogic r43473 trunk/package/network/services/hostapd/files/netifd.sh * hostapd: improve 802.1x dynamic vlan support with bridge names Dec 01 16:17:09 blogic r43474 trunk/target/ linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi linux/oxnas/files/drivers/usb/host/ehci-oxnas.c * oxnas: ehci: rename vendor prefix plxtch to plxtech Dec 01 16:17:16 blogic r43475 trunk/target/linux/oxnas/Makefile * oxnas: change visible board name Dec 01 16:19:53 blogic r43476 trunk/package/utils/util-linux/Makefile * util-linux: fix missing dependency introduced by r43459 Dec 01 16:25:33 blogic r43477 trunk/package/network/utils/uqmi/Makefile * uqmi: fix SEGFAULT on reading Unicode sms messages Dec 01 16:52:21 blogic r43478 trunk/package/utils/util-linux/Makefile * util-linux: fix more missing dependencies introduced by r43459 Dec 01 17:40:31 nbd r43479 trunk/ (28 files in 2 dirs) * kernel: update 3.18 to rc7 Dec 01 17:50:15 build #264 of x86_64 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/264 Dec 01 18:00:54 build #262 of realview is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/262 Dec 01 18:07:42 jow_laptop, thanks a lot :) Dec 01 18:11:35 build #371 of imx6 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/371 Dec 01 18:22:08 build #795 of ramips is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/795 Dec 01 18:32:59 build #789 of ppc40x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/789 Dec 01 18:43:28 build #262 of malta is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/262 Dec 01 18:48:01 blogic r43480 trunk/package/system/fstools/Makefile * fstools: make the block tool ignore case when comparing uuid strings Dec 01 18:48:07 blogic r43481 trunk/target/linux/malta/Makefile * malta: set 3.14 as default Dec 01 18:53:48 build #766 of rb532 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/766 Dec 01 18:56:04 build #761 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/761 Dec 01 19:06:36 build #773 of uml is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/773 Dec 01 19:17:08 build #759 of ar7 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/759 Dec 01 19:27:40 build #141 of x86.kvm_guest is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/x86.kvm_guest/builds/141 Dec 01 19:38:07 build #142 of ar71xx.nand is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.nand/builds/142 Dec 01 19:49:22 build #765 of x86 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/765 Dec 01 19:51:37 nbd r43482 trunk/package/ network/services/openvpn/patches/100-polarssl_compat.h network/services/openvpn/Makefile * openvpn: update to 2.3.6, fixes CVE-2014-8104 Dec 01 19:52:23 nbd r43483 branches/barrier_breaker/package/ network/services/openvpn/Makefile network/services/openvpn/patches/100-polarssl_compat.h * openvpn: update to 2.3.6, fixes CVE-2014-8104 Dec 01 19:59:40 nbd if I want to add a sleep 10 to network init, should it be before procd_open_instance in start_service()? https://dev.openwrt.org/browser/trunk/package/network/config/netifd/files/etc/init.d/network Dec 01 20:00:00 build #144 of brcm63xx.smp is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/144 Dec 01 20:00:11 nbd some ath10k routers are not detecting second radio without wifi detect Dec 01 20:00:53 i've been waiting for somebody to test a patch Dec 01 20:00:59 in one of the tickets regarding this issue Dec 01 20:01:11 nbd really? olmari was dying to test one :) Dec 01 20:01:30 ticket #18362 Dec 01 20:01:42 https://dev.openwrt.org/ticket/18274 Dec 01 20:01:51 ah, seems like somebody did test it already Dec 01 20:01:54 i guess i'll commit the fix now Dec 01 20:02:10 build #724 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/724 Dec 01 20:02:43 nbd r43484 trunk/package/kernel/mac80211/patches/921-ath10k_init_devices_synchronously.patch * ath10k: init devices synchronously to fix wifi detection at boot Dec 01 20:02:44 nbd also, if you could take a look at ticket #18363, I was talking to jow about it and he thinks wlan0 might be swapped with phy1 instead of phy0 Dec 01 20:03:58 normally that shouldn't be an issue Dec 01 20:05:04 nbd he can't enable 5ghz radio without enabling 2.4ghz first Dec 01 20:05:25 after he enables both, he can disable 2.4ghz Dec 01 20:08:19 jow_laptop, for some reason I can not save the NONE state Dec 01 20:09:59 jow_laptop, I guess this is because there is nothing to read back from UCI Dec 01 20:11:20 jow_laptop, so I should account for if val=nil then Dec 01 20:11:26 on bgscan_mode I guess Dec 01 20:12:35 build #736 of avr32 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/736 Dec 01 20:14:20 jow_laptop, ah fixed Dec 01 20:23:57 build #734 of xburst is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/734 Dec 01 20:34:40 build #356 of mxs is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/356 Dec 01 20:45:14 build #254 of bcm53xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/254 Dec 01 20:55:49 build #712 of ixp4xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/712 Dec 01 21:06:53 build #706 of kirkwood is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/706 Dec 01 21:12:20 nbd r43485 trunk/package/system/fstools/Makefile * fstools: update to the latest version, fixes sysupgrade on linux 3.18 Dec 01 21:17:56 build #704 of ar71xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/704 **** BEGIN LOGGING AT Mon Dec 01 21:20:39 2014 Dec 01 21:20:58 I've just printed env can't see anything in paticular Dec 01 21:21:45 ./env/files Dec 01 21:21:50 does that dir exist? Dec 01 21:22:22 let me look one sec Dec 01 21:22:53 it doesn't in trunk Dec 01 21:23:13 oh wait Dec 01 21:23:17 it could be config mayeb Dec 01 21:24:54 I did not have tar.gz selected in target images Dec 01 21:24:58 maybe that will make a difference Dec 01 21:25:03 no Dec 01 21:25:08 I didn't realise that the initrootfs Dec 01 21:25:17 oh does that no work Dec 01 21:25:45 nbd? Dec 01 21:27:00 is "ramdisk" selected? Dec 01 21:27:07 yes Dec 01 21:27:12 but .tar.gz was not Dec 01 21:27:26 well, what are you using the .tar.gz for? Dec 01 21:27:42 I'm not using it tbh Dec 01 21:27:52 but the initramfs seems to have the same content as it Dec 01 21:28:15 build #134 of lantiq.xrx200 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq.xrx200/builds/134 Dec 01 21:29:05 are you sure you booted the updated kernel for testing? Dec 01 21:29:29 ya it has to be Dec 01 21:29:33 I fixed a bug with it Dec 01 21:29:52 try again, just to be sure Dec 01 21:31:08 ok will do Dec 01 21:32:13 blogic r43486 trunk/target/ (6 files in 4 dirs) * kernel: add driver for Marvell 88E6171 switch Dec 01 21:32:18 blogic r43487 trunk/target/ linux/kirkwood/profiles/115-router.mk linux/kirkwood/patches-3.14/160-ea4500.patch linux/kirkwood/config-3.14 * kirkwood: enable mvsw6171 switch driver on EA4500 Dec 01 21:37:32 its working now nbd Dec 01 21:37:54 does running a serial stop telnet daemon running or something Dec 01 21:38:08 I keep getting "Connection closed by foreign host." Dec 01 21:38:36 build #818 of at91 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/818 Dec 01 21:46:56 blogic r43488 trunk/target/linux/realview/patches-3.14/0001-PHYS_OFFSET.patch * realview: fix up the phyoffset patch Dec 01 21:49:24 build #146 of brcm47xx.mips74k is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/146 Dec 01 21:59:55 build #678 of au1000 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/678 Dec 01 22:01:59 build #648 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/648 Dec 01 22:12:29 build #239 of brcm2708 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/239 Dec 01 22:23:08 build #239 of mpc83xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/239 Dec 01 22:33:24 build #239 of cns3xxx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/239 Dec 01 22:43:55 build #647 of ep93xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/647 Dec 01 22:54:29 build #133 of ar71xx.mikrotik is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/133 Dec 01 23:04:43 build #121 of x86.xen_domu is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/x86.xen_domu/builds/121 Dec 01 23:15:31 build #327 of mvebu is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/327 Dec 01 23:26:10 build #230 of adm8668 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/230 Dec 01 23:37:09 build #445 of mpc85xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/445 Dec 01 23:47:31 build #629 of mcs814x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/629 Dec 01 23:58:15 build #632 of adm5120 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/632 Dec 02 00:09:33 build #610 of mpc52xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/610 Dec 02 00:19:52 build #625 of gemini is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/625 Dec 02 00:30:35 build #243 of sunxi is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/243 Dec 02 00:41:06 build #586 of octeon is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/586 Dec 02 00:51:41 build #221 of omap is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/221 **** ENDING LOGGING AT Tue Dec 02 02:59:58 2014