**** BEGIN LOGGING AT Wed Jun 04 02:59:58 2014 Jun 04 03:09:58 <5EXAA8SU8> build #531 of ar71xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/531 Jun 04 03:26:20 <5EXAA8SU8> build #542 of ixp4xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/542 Jun 04 04:02:45 <5EXAA8SU8> build #183 of mxs is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/183 Jun 04 06:06:07 <5EXAA8SU8> build #652 of at91 is complete: Failure [failed shell] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/652 Jun 04 06:09:44 <5EXAA8SU8> build #478 of gemini is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/478 Jun 04 06:55:29 <5EXAA8SU8> build #619 of lantiq is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/619 Jun 04 07:21:27 blogic r40997 trunk/package/ network/services/igmpproxy/files/igmpproxy.init network/services/igmpproxy/Makefile network/services/igmpproxy/files/igmpproxy.hotplug * igmpproxy: update init.d script to procd and add a hotplug script Jun 04 07:21:38 blogic r40998 trunk/package/libs/libusb-compat/Makefile * libusb-compat: create directory for libusb-config Jun 04 07:21:57 blogic r40999 trunk/target/linux/lantiq/patches-3.10/0010-MIPS-lantiq-wifi-and-ethernet-eeprom-handling.patch * lantiq: ath5k fix in wifi and ethernet eeprom handling patch. Jun 04 07:22:06 blogic r41000 trunk/package/network/config/swconfig/files/switch.sh * package: swconfig: let variable name be local Jun 04 08:19:53 anyone know whether b43 supports combined AP+Ad-Hoc on same physical interface? Jun 04 08:28:11 eigma: no multi-ssid support at all in b43 Jun 04 08:38:09 ANN: wiki will go offline within next hours due to the need to replace a dead harddrive, again .. Jun 04 08:38:23 we hope it'll be back in short time then Jun 04 08:44:32 jow_laptop: hardware or driver limitation? Jun 04 08:45:51 also strange that 'iw interface add' works but 'ifconfig up' is where it fails Jun 04 08:46:22 why not make b43_op_add_interface return -EOPNOTSUPP when adding second vif? Jun 04 08:47:57 also, (sorry for all the questions), I don't see where ifconfig gets its EBUSY. b43_op_start never seems to return -EBUSY. Jun 04 09:07:25 eigma: driver limitation Jun 04 09:08:44 eigma: i'm not exactly sure where b43 rejects extra SSIDs Jun 04 09:09:01 i mean extra AP/STA interfaces Jun 04 09:09:16 Not there: http://lxr.free-electrons.com/source/drivers/net/wireless/b43/main.c#L4811 Jun 04 09:23:32 zajec: I guess you need to populate wiphy->iface_combinations to allow more than one instance of a certain interface type Jun 04 09:32:45 wiki is back Jun 04 10:01:20 cyrus r41001 trunk/package/network/ipv6/odhcp6c/ files/dhcpv6.sh Makefile * dhcpv6: set default solicit timeout back to 120s Jun 04 10:14:19 KanjiMonster: thx, didnt know that Jun 04 11:06:12 Hi, Jun 04 11:07:31 sqlite3 is used in multiple feeds, do you think it should go in openwrt 'core' ? Jun 04 11:07:54 (instead of packages) Jun 04 11:13:41 there's a _lot_ of packages like that, where would you stop? Jun 04 11:15:13 karlp: where no more maintainers are available :) Jun 04 11:20:50 karlp: good point (only put in core dependencies for the core) Jun 04 11:21:41 so, jshn to make a json array of a directory listing is slower than using luafilesystem and dkjson in a lua controller. Jun 04 11:21:51 that wasn't really expected :) Jun 04 11:32:10 anything is faster than shell, especially if lots of data is involved Jun 04 11:35:28 shell doesn't really have good datastructures, and it's not as optimized as javascript (it doesn't have very good datastructures either) Jun 04 11:53:35 nbd r41002 trunk/package/network/services/hostapd/files/netifd.sh * hostapd: replace undefined $bridge with $network_bridge Jun 04 12:23:24 jow_laptop: well, I was hoping for a quick fix to some sluggish lua stuff I've got. at least I exploreed how jshn worked a little Jun 04 13:50:40 luka, Delboy: the "ADSL" and "Line" ports on the gigaset sx762 are rj-45 instead of rj-11. how are they wired? just the two center wires? or some other way? Jun 04 13:50:44 [Sat 2014-05-24 03:37:00 PM PDT] don't be afraid to poke me again about it Jun 04 14:27:19 jow_laptop: why does some application writing to stdout/stderr matter in a luci controller? http://pastebay.net/1446091 Jun 04 14:27:53 I don't see the stdout/stderr written into the http client anyway, so why does it get upset if I don't pipe it all to /dev/null Jun 04 14:29:31 stderr does not matter Jun 04 14:29:36 stdout however might interfere Jun 04 14:29:55 if luci is run in cgi context, all stdout is gathered by the parent web server process and relayed to the socket Jun 04 14:30:16 and you do not want random utilities to print to the client socket until you at least have sent the http headers Jun 04 14:30:25 must be something on stdout then, I'm running "default" luci, so it's in cgi mode Jun 04 14:31:03 and I guess whatever was on stdout was getting sent, I just didn't see it. Jun 04 14:31:45 thanks for the info. Jun 04 15:00:16 cyrus r41003 trunk/package/network/ipv6/map/ files/map.sh Makefile * map: add support for map-t if available Jun 04 17:26:48 cyrusff: should any packages I want to suggest for new packages be coverted to procd style init scripts first? or are their existing scripts ok at the moment? Jun 04 17:27:14 They are ok. Jun 04 17:27:34 But if you feel motivated. .. ;) Jun 04 17:27:49 yeah, it's definitely a learning task that has to happene ventually anyway :) Jun 04 17:28:27 For now its much more important to have packages at all Jun 04 17:30:46 I'm a little afraid of ending up maintaining libraries as well as applications :| Jun 04 17:40:42 <5EXAA8SU8> build #585 of rb532 is complete: Failure [failed shell_10 shell_15] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/585 Jun 04 17:40:55 <5EXAA8SU8> build #554 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/554 Jun 04 17:40:59 <5EXAA8SU8> build #585 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/585 Jun 04 17:41:09 <5EXAA8SU8> build #610 of ppc40x is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/610 Jun 04 17:41:12 <5EXAA8SU8> build #191 of imx6 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/191 Jun 04 17:42:16 <5EXAA8SU8> build #174 of mvebu is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/174 Jun 04 17:42:17 <5EXAA8SU8> build #479 of gemini is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/479 Jun 04 17:42:54 nbd: what's your timezone? :) Jun 04 17:43:22 <5EXAA8SU8> build #295 of mpc85xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/295 Jun 04 17:43:22 <5EXAA8SU8> build #480 of mcs814x is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/480 Jun 04 17:43:30 <5EXAA8SU8> build #492 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/492 Jun 04 17:44:26 <5EXAA8SU8> build #484 of adm5120 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/484 Jun 04 17:44:28 <5EXAA8SU8> build #463 of mpc52xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/463 Jun 04 17:45:32 <5EXAA8SU8> build #442 of octeon is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/442 Jun 04 17:45:32 <5EXAA8SU8> build #80 of pxa is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/80 Jun 04 17:46:36 <5EXAA8SU8> build #83 of cns21xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/83 Jun 04 17:46:37 <5EXAA8SU8> build #81 of mpc83xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/81 Jun 04 17:47:41 <5EXAA8SU8> build #82 of bcm53xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/82 Jun 04 17:47:42 <5EXAA8SU8> build #80 of brcm2708 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/80 Jun 04 17:48:47 <5EXAA8SU8> build #82 of realview is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/82 Jun 04 17:48:47 <5EXAA8SU8> build #79 of omap is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/79 Jun 04 17:49:51 <5EXAA8SU8> build #80 of adm8668 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/80 Jun 04 17:49:52 <5EXAA8SU8> build #80 of malta is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/80 Jun 04 17:50:55 <5EXAA8SU8> build #80 of cns3xxx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/80 Jun 04 17:50:56 <5EXAA8SU8> build #81 of x86_64 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/81 Jun 04 18:38:42 <5EXAA8SU8> build #631 of orion is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/631 Jun 04 18:50:33 <5EXAA8SU8> build #596 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/596 Jun 04 19:03:01 <5EXAA8SU8> build #625 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/625 Jun 04 19:03:15 <5EXAA8SU8> build #520 of au1000 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/520 Jun 04 19:25:51 <5EXAA8SU8> build #661 of brcm63xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/661 Jun 04 20:42:42 <5EXAA8SU8> build #565 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/565 Jun 04 23:03:07 luka r41004 trunk/target/linux/imx6/patches-3.14/ 200-PCI-imx6-add-support-for-legacy-irqs.patch 0060-pci_designware_use-new-OF-interrupt-mapping-when-possible.patch 0065-ARM-dts-imx6-add-PCIe-interrupt-mapping-properties.patch 0055-ARM_dts_imx_fix-invallid-#address-cells-value.patch * imx6: kernel: update 3.14 pcie patches Jun 04 23:17:54 luka, Delboy: the "ADSL" and "Line" ports on the gigaset sx762 are rj-45 instead of rj-11. how are they wired? just the two center wires? or some other way? Jun 04 23:34:52 <5EXAA8SU8> build #620 of lantiq is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/620 Jun 04 23:37:15 DonkeyHotei: just two center wires iirc Jun 04 23:37:29 luka: both ports? Jun 04 23:37:47 same as rj-11 but wider? Jun 04 23:45:17 DonkeyHotei: the adsl one yes Jun 04 23:45:45 the pots one probably but i've never touched that one Jun 04 23:49:50 luka: thanks a bunch! Jun 05 02:58:53 <5EXAA8SU8> build #491 of ep93xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/491 **** ENDING LOGGING AT Thu Jun 05 02:59:58 2014