**** BEGIN LOGGING AT Tue Apr 09 02:59:58 2013 Apr 09 08:03:43 cyrus r36277 trunk/include/target.mk * Enable native IPv6 support by default Apr 09 08:03:53 cyrus r36278 trunk/ (19 files in 19 dirs) * Adapt default network configuration for IPv6 Apr 09 08:10:35 build #216 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/216 Apr 09 08:13:51 build #216 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/216 Apr 09 09:46:39 cyrus r36279 trunk/package/network/ipv6/ipv6-support * Remove obsoleted ipv6-support meta-package Apr 09 10:22:37 build #206 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/206 Apr 09 10:38:17 hello, uhm, i am trying to get the ipv6 address from br-lan with network_get_ipaddr6 but it does not seem to return anything Apr 09 10:38:40 right now i have several deprecated addresses on br-lan Apr 09 10:39:06 trying to use network_get_ipaddr6 $my_var "lan" and nothing comes up Apr 09 10:39:49 is there any official supported method to get the global ipv6 address from br-lan other than a grep from ifconfig or ip? Apr 09 10:43:37 well, you can query with UCI, assuming the UCI config will always be accurate Apr 09 10:43:45 otherwise, I'd just use iproute2 Apr 09 10:44:35 well, i need it for ddns-scripts and that does not pull "ip" package Apr 09 10:45:29 You can try ifstatus lan. Threre is no helper function to pull this in shell-scripts for now. Apr 09 10:46:21 cyrusff, did you hard coded the ipv6 on br-lan to be always prefix:1 ? Apr 09 10:47:07 Well its prefix + 1 that makes it ::1/64 in 99,9% of cases Apr 09 10:47:30 that's awesome, ok, so i should use ifstatus lan for the prefix Apr 09 10:48:45 Yeah get_ip6addr uses that data. There is just no helper function to get one / all prefix assignments. But you could add one Apr 09 10:49:19 I wonder why you want the lan and not the wan address though. Apr 09 10:49:28 For ddns at least Apr 09 10:49:54 well, i don't have anything global assigned on my wan but odhcp6c and 6relayd manage to put the global /64 on br-lan without problems Apr 09 10:50:36 you know.. the dissappearing case of the RA /128 global addy on pppoe-wan :P Apr 09 10:50:53 Ah ;) Apr 09 10:52:07 ubus call network.interface ipv6-prefix-assignment "{ \"interface\" : \"lan\" }" says method not found.. Apr 09 10:53:06 Yeah you need to parse the result of status. There is a json parser in shell somewhere. Grep for the get_ip6addr function Apr 09 10:53:09 meh, there's ula in there too Apr 09 10:53:17 okay Apr 09 11:58:19 build #211 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/211 Apr 09 12:06:06 When I built/compiled collected package along with its collectd-mod-iptables, I get and error message as shown here (http://pastebin.com/index/VgWGnH0N) that indicates iptables lacks dependencies. Does anyone here know how to fix this? Apr 09 12:10:28 I have libiptc compiled, too. Apr 09 12:13:16 cyrus r36280 trunk/package/network/config/netifd/files/etc/hotplug.d/iface/10-ipv6-static Apr 09 12:13:16 Remove deprecated ip6slaac option Apr 09 12:13:16 * use proto=dhcpv6 with reqprefix=no instead Apr 09 12:21:57 jow r36281 trunk/package/network/config/netifd/Makefile * netifd: fix route / route6 regression (#13303) Apr 09 13:21:23 This ticket must be closed because is duplicated: https://dev.openwrt.org/ticket/13327 Apr 09 13:21:34 sorry for the inconveniences Apr 09 13:25:09 Ginkgo: done, no problem Apr 09 13:26:34 thanks Apr 09 14:19:50 blogic r36282 trunk/package/ network/config/swconfig/src/swlib.h network/config/swconfig/src/cli.c network/config/swconfig/src/swlib.c * [swconfig] add "swconfig list" support Apr 09 14:19:54 blogic r36283 trunk/target/linux/ generic/files/drivers/net/phy/swconfig.c generic/files/include/linux/switch.h generic/files/include/uapi/linux/switch.h * [swconfig] allow loading port maps from OF Apr 09 14:19:58 blogic r36284 trunk/package/ network/config/swconfig/Makefile network/config/swconfig/src/swlib.h network/config/swconfig/src/cli.c network/config/swconfig/src/swlib.c * [swconfig] add portmap support to userland Apr 09 14:20:02 blogic r36285 trunk/target/linux/ramips/patches-3.8/0120-NET-MIPS-add-ralink-SoC-ethernet-driver.patch * [ramips] set of_node before registring the switch Apr 09 14:20:05 blogic r36286 trunk/target/linux/ramips/dts/FONERA20N.dts * [ramips] add sample swconfig portmap Apr 09 14:20:09 blogic r36287 trunk/target/linux/ (50 files) * [ramips] add ofpart info to the devicetrees Apr 09 14:20:13 blogic r36288 trunk/target/linux/ (53 files) * [ramips] remove bootargs from dts Apr 09 14:20:18 blogic r36289 trunk/ (11 files in 9 dirs) * [ramips] Add Netgear WNCE2001 (OF version) Apr 09 14:20:22 blogic r36290 trunk/target/linux/ (63 files) * [ramips] move memory detect node to dtsi files Apr 09 14:20:38 roh: https://dev.openwrt.org/changeset/36282 <--- there is now a "swconfig list" Apr 09 14:36:54 florian r36291 trunk/Config.in * buildroot: enable software floating point for MIPS64 targets Apr 09 14:38:41 jow r36292 trunk/package/network/utils/iwinfo/ src/iwinfo_nl80211.c Makefile Apr 09 14:38:41 iwinfo: fix frequency/channel and channel/frequency conversions to properly implement 802.11j Apr 09 14:39:47 blogic r36293 trunk/target/linux/ generic/files/drivers/net/phy/swconfig.c ramips/dts/FONERA20N.dts * [ramips] unbreak portmapping - typo fix Apr 09 14:59:55 nbd r36294 trunk/package/network/config/qos-scripts/files/usr/lib/qos/tcrules.awk * qos-scripts: add queue length and quantum limit, suggested by dtaht Apr 09 15:03:45 nbd ping Apr 09 15:04:00 continuing saga with this picostation that gets stuck rebooting Apr 09 15:04:09 I put ubiquity latest firmware on it, which updates uboot Apr 09 15:04:21 pong Apr 09 15:04:32 with the new uboot on, it still gets stuck on 1 our of 4 boots, at the point of checking flash Apr 09 15:04:40 then 20 seconds later, it resets, and tries again Apr 09 15:04:50 re-boots uboot it seems Apr 09 15:05:04 so, this tells me, they have a problem out there, that they have not figured out how to fix Apr 09 15:05:15 and threw a kludge into the boot loader to bandage it Apr 09 15:06:25 have you seen this before ? Apr 09 15:09:34 build #180 of gemini is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/180 Apr 09 15:17:18 build #185 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/185 Apr 09 15:47:46 florian r36295 trunk/target/linux/ generic/patches-3.6/a03-swconfig-revert-UAPI-disintegration.patch generic/patches-3.6/a02-swconfig-revert-portid-snd_portid-usage.patch generic/patches-3.3/a03-swconfig-revert-UAPI-disintegration.patch generic/patches-3.3/a02-swconfig-revert-portid-snd_portid-usage.patch * kernel: backport switch user API changes afte Apr 09 15:47:46 OpenWrtr r36283 Apr 09 16:00:07 build #204 of au1000 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/204 Apr 09 16:17:01 florian r36296 trunk/target/linux/ generic/patches-3.7/474-mtd_mp25p80_add_pm25lq032.patch generic/patches-3.6/474-mtd_mp25p80_add_pm25lq032.patch generic/patches-3.9/474-mtd_mp25p80_add_pm25lq032.patch generic/patches-3.8/474-mtd_mp25p80_add_pm25lq032.patch * kernel: add support for PMC PM25LQ032 SPI Flash in m25p80.c Apr 09 16:17:05 florian r36297 trunk/target/linux/ (12 files) * kernel: refresh patches against 3.9-rc6 Apr 09 16:54:34 build #216 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/216 Apr 09 22:03:54 my uboot on lantiq (arv752DPW) seems not to reply to any arp request or response Apr 09 22:04:44 could anyone give me a hint, to what might be the problem Apr 09 22:05:18 * groz puts on stupid answer hat Apr 09 22:05:23 uboot broken ? Apr 09 22:08:29 maybe but i flashed a similar device 4 months ago and it worked than Apr 09 22:09:03 also i receive arp requests from the tftpboot command, but it seems to only ignore the response Apr 09 22:17:02 does it go ahead and do the tftp ? Apr 10 00:10:47 mkkl: which uboot version were you using then and which are you using now? Apr 10 00:35:23 build #181 of gemini is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/181 **** ENDING LOGGING AT Wed Apr 10 02:59:58 2013