**** BEGIN LOGGING AT Fri Oct 25 02:59:58 2013 Oct 25 04:47:22 build #0 of imx6 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/0 Oct 25 08:34:51 weird: just did a sysupgrade to a tp-link mr3420 v2 with r38536 and every setting seems to be okay except password, logging to LuCI asked me to set a password in lack of one.. Oct 25 08:56:44 nbd: sent out a request for the u-boot source for the WD My Net N750 to Alphanetworks (the OEM). Oct 25 08:56:51 according to their website "Alpha Networks Inc. is committed to meet the requirements of the open source licenses including the GNU General Public License (GPL) and makes all required source code available." Oct 25 08:58:04 heffer: i hope they will provide it. they seem to have stripped a lot of useful stuff from the GPL source tarball Oct 25 08:58:58 yes. only "iinteresting" thing i found is http://paste.fedoraproject.org/49424/69151713/ Oct 25 08:59:37 although i have no idea what this actually does Oct 25 09:21:32 oh well Oct 25 09:21:56 i ignored the php scripts at first. but it looks like they are doing actual hardware setup within them o.0 Oct 25 09:23:21 and they are even documented Oct 25 09:35:31 nbd: yep, that fixes the warnings->error, thanks :) Oct 25 09:46:44 ping cyrusff please - the wan6 reconnect issue still roams around Oct 25 09:47:58 cyrusff, http://dpaste.com/1428935/ this would have been a ticket but the damn site keeps telling me it's "spam" Oct 25 10:31:19 luka r38537 trunk/package/kernel/linux/modules/input.mk * kernel: add keyboard-imx module Oct 25 12:15:54 hmmm, am i the only one to notice an overlap in open source project names that also happen to be web admin backends? Oct 25 12:16:00 talking about luci here Oct 25 12:16:37 it apears openwrt has a sub project called luci, and conga has a sub project called luci Oct 25 12:16:41 both are web admins Oct 25 12:17:52 https://sourceware.org/cluster/conga/ Oct 25 12:17:56 for more info ^ Oct 25 12:31:35 yeah I'm aware withseveral overlaps Oct 25 12:31:42 *aware of Oct 25 12:43:07 ok Oct 25 12:43:34 at least i am not the only one to notice Oct 25 12:43:37 :) Oct 25 13:57:43 Is any developers here aware of the Marvell Kirkwood updated to Linux v3.10.15 has encountered a boot issue as shown here (https://forum.openwrt.org/viewtopic.php?id=46896)? Oct 25 14:33:45 mazilo: thx, will look into that this weekend Oct 25 14:34:04 luka; Thank you. Oct 25 14:35:37 which board do you have Oct 25 14:35:45 i Oct 25 14:35:53 luka: Seagate Dockstar. Oct 25 14:36:06 ok i will send you a patch to test it this weekend Oct 25 14:36:18 luka: Cool. Oct 25 14:37:25 luka: The only problem is I won't be able to test it with a serial/console to see what's going on. However, if you can post the patch on the forum thread, I am sure someone there with a serial/console cable ready be able to test in a better sense. Oct 25 14:43:46 mazilo: i have my pogo e02 working Oct 25 14:45:29 heffer: Is you pogo e02 running the latest snapshot or at least from trunk with linux-3.10.15? Oct 25 14:49:35 heffer: did you send a patch to the mailing list? Oct 25 14:49:43 i think yes. Oct 25 14:50:01 heffer: Cool. Oct 25 14:50:03 luka: only the one for uboot Oct 25 14:50:29 please send the one for kernel too Oct 25 14:50:35 i will be home in about an hour. will check then Oct 25 14:50:47 ok Oct 25 14:50:49 thx Oct 25 14:51:09 my pogo is running uboot 2013.10 just fine with my patches Oct 25 14:51:43 heffer; Thank you. Oct 25 14:53:22 luka: hold the"fix pogo e02 config" for now. i'll post a revised Version later Oct 25 14:56:30 ok, drop the old one from patchwork then Oct 25 14:58:39 about that patch, plese dont make unnecessary changes like Oct 25 14:58:48 +-#define CONFIG_ENV_IS_IN_NAND Oct 25 14:58:49 ++#define CONFIG_ENV_IS_IN_NAND 1 Oct 25 14:59:51 yes that's also what i wanted to revise Oct 25 15:00:07 actually that version i used for testing :-/ Oct 25 15:01:22 it boils down to only changing the env offset and address Oct 25 15:01:52 mazilo: it doesn't look like there is any dtb passed to the kernel (and likely not appended to it), which is likely the issue Oct 25 15:02:18 also, the original u-boot env is actually at 0xA0000, not 0xC0000. however that way we can keep the original u-boot env intact Oct 25 15:03:23 unmodified u-boot versions also can't really use the original env anyway Oct 25 15:04:41 KanjiMonster: It looks like the only dtb not enabled in the kernel is ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND. Oct 25 15:05:15 mazilo: with arm there is no dtb to enable in the kernel; you just append the build .dtb to the compressed zImage Oct 25 15:06:21 (then package the zImage into the uImage) Oct 25 15:07:46 KanjiMonster: IC. Oct 25 15:11:42 mazilo: if you enable early printk in menuconfig, you should see it failing to find a compatible machine Oct 25 15:12:01 KanjiMonster: OK. Oct 25 15:12:33 early printk is your friend in finding kernel boot problems if you have serial ;) Oct 25 15:18:51 build #389 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/389 Oct 25 15:21:44 build #389 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/389 Oct 25 15:39:26 ah! home sweet home Oct 25 15:39:38 now, all you kirkwood lovers. let's see what i can do for you today :P Oct 25 15:40:39 luka: what would you prefer? modifying the original u-boot config so that openwrt can boot out of the box? Oct 25 15:40:45 or just fixing it up? Oct 25 15:42:22 okay so just to check: my pogo is currently running r38461 with 3.10.15 Oct 25 16:46:13 luka: btw: are you working on sysupgrade support for kirkwood? i was thinking about trying to do that Oct 25 17:03:35 luka: i believe you broke the image generation process :-/ Oct 25 17:05:04 luka: http://pastebin.com/T2ynz4t5 Oct 25 17:06:16 ah found it Oct 25 17:06:18 missing \ Oct 25 17:07:03 line 47 of target/linux/kirkwood/image/Makefile Oct 25 17:25:12 build #365 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/365 Oct 25 17:31:57 mazilo: just booted my pogoplug with the latest svn rev. everything works Oct 25 19:32:39 build #375 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/375 Oct 25 21:03:44 hauke r38538 trunk/target/linux/brcm47xx/patches-3.10/208-b44-add-dummy-phy-device-if-we-do-not-find-any.patch * brcm47xx: b44: add dummy phy device if we do not find any Oct 25 21:14:17 hauke r38539 trunk/target/linux/brcm47xx/patches-3.10/208-b44-add-dummy-phy-device-if-we-do-not-find-any.patch * brcm47xx: b44: fix error handling for dummy phy creation Oct 25 22:00:05 jow_laptop: just submitted two patches for collectd and luci-statistics. would you like to review them? Oct 25 23:17:56 build #402 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/402 **** ENDING LOGGING AT Sat Oct 26 02:59:59 2013