**** BEGIN LOGGING AT Sat Nov 23 02:59:59 2013 Nov 23 08:46:37 build #414 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/414 Nov 23 08:49:34 build #414 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/414 Nov 23 09:29:59 build #383 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/383 Nov 23 09:43:11 is ap+adhoc supposed to work on ath9k? /me is having problems getting both to come up Nov 23 09:43:28 on an airrouter, specifically Nov 23 10:00:41 i can manually add an interface with iw, but when i try to ifconfig up it, i get: ifconfig: SIOCSIFFLAGS: Name not unique on network Nov 23 10:04:21 ah, nm. if i set a bssid option on the mesh interface, that seems to fix it (thank you mr. google) Nov 23 10:06:36 hmm, maybe not, does not come up cleanly Nov 23 10:14:13 Hmm... I'm seeing the same issue as mentioned here, https://forum.openwrt.org/viewtopic.php?id=46896 Nov 23 10:14:26 What am I supposed to enable for a iomega iconnect? Nov 23 10:16:38 rev 38636 Nov 23 10:31:27 Any ideas? Nov 23 10:33:48 http://paste2.org/J0sYYnKL if you want a bootlog Nov 23 10:35:59 have you tried a current rev? Nov 23 10:37:20 diizzy: maybe it was fixed in the last 300 revisions? Nov 23 10:38:33 No, nothing really seems changed from what I can tell Nov 23 10:38:43 and snapshots are building old kernels :( Nov 23 10:39:55 I'll givet it go Nov 23 10:47:40 building Nov 23 10:49:42 I'm quite sure that you had a iconnect build option a few months back but oh well.. Nov 23 10:54:40 diizzy: you need to use a dtb appended kernel for the uImage Nov 23 10:55:38 there is (almost) no board support in the kernel anymore, and instead it requires being passed an external board descriptor using device tree/open firmware (that's what the dtb is) Nov 23 10:56:40 see https://dev.openwrt.org/browser/trunk/target/linux/kirkwood/image/Makefile#L117 - you need to build a similar kernel for iomega iconnect Nov 23 10:58:00 mkay Nov 23 11:00:40 I'm not really sure how to do that though :( Nov 23 11:34:25 Well, this is strange Nov 23 11:35:57 Shouldn't make kernel_menuconfig pick up the iconnect dts file as an option? Nov 23 11:56:15 build #393 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/393 Nov 23 11:57:12 diizzy: no, as the dts isn't compiled into the kernel Nov 23 11:59:00 diizzy: the general idea is that the bootloader passes the dtb to the kernel, but lacking that, there is special helper code in the decompressor that looks at the end of the compressed kernel and checks for a dtb, then uses that one - but you have to put it "there" youself (hence the appended dtb) Nov 23 11:59:50 so I "just" need to add http://paste2.org/9xW6yI6w ? Nov 23 12:11:30 diizzy: likely, though you will also need to add a iconnect profile so these will get executed IIRC. Nov 23 14:18:18 Hello, I working on a TL-MR3220-v2 and I compiled the trunk (which supports it). Everything works fine but on my custom compiled firmware, the wireless doesn't work… can someone please tell me how to troubleshoot it? Nov 23 14:22:07 apocn: trunk? Nov 23 14:22:14 ahh, sorry Nov 23 14:22:39 So if you use stock config it works? Nov 23 14:23:36 diizzy: what do you mean by stock config? Nov 23 14:24:45 the only way wireless works on this device is when I install the pre-compiled firmware in the page: http://wiki.openwrt.org/toh/tp-link/tl-ap121 Nov 23 14:25:31 In the dmesg I can see: [ 12.170000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2 Nov 23 15:07:39 build #371 of kirkwood is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/371 Nov 23 15:15:06 diizzy: ping Nov 23 15:29:14 Yes Nov 23 15:29:25 I have it working...somewhat Nov 23 15:29:52 Right now I'm stuck since I have no nandwrite :( Nov 23 15:31:37 Flashing a fat userland (12mbyte) using the instructions on the wiki results in a panic since it cannot mount mtd2 Nov 23 15:31:44 ah... is that factory uboot? Nov 23 15:31:56 i have a patch for you Nov 23 15:31:59 no, freshly compiled Nov 23 15:32:22 I think the memory addresses doesnt fit large userlands :( Nov 23 15:33:07 luka: fwiw, I did pretty much the same thing as your recent patch for the dockstar and it work Nov 23 15:33:10 ¨s Nov 23 15:34:09 http://pastebin.lukaperkov.net/openwrt/20131123_0001-kirkwood-add-support-for-iomega-iconnect.patch Nov 23 15:34:40 diizzy: can you please double check if this is what you did? Nov 23 15:35:01 Yes, that's about it Nov 23 15:35:16 any other changes? Nov 23 15:35:42 nope, but you can remove rtc as it doesnt seem to work Nov 23 15:35:54 [ 14.982628] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) Nov 23 15:36:00 ok Nov 23 15:36:14 But hmm... Nov 23 15:36:21 where's nandwrite :/ Nov 23 15:47:42 diizzy: so you are able to get to the busybox shell? Nov 23 15:47:53 yes Nov 23 15:48:05 using ramdisk image or did you flash it to the nand? Nov 23 15:48:13 flash it in uboot Nov 23 15:49:24 so not a ramdisk image i assume (because you can flash that one too) Nov 23 15:51:04 http://wiki.openwrt.org/toh/iomega/iconnect#setting.up.environment Nov 23 15:51:07 and 6.2 Nov 23 15:51:45 ok Nov 23 15:51:53 but from as far as I can tell it doesn't flash a rootfs larger than ~2mbyte? Nov 23 15:51:53 you need to build nandwrite Nov 23 15:53:16 I tried grabbing mtd-utils and friends off the snapshot dir but there's no nandwrite Nov 23 15:53:19 mtd-utils - 1.5.0-1 Nov 23 15:53:22 mtd-utils-flash-erase - 1.5.0-1 Nov 23 15:53:24 mtd-utils-flash-eraseall - 1.5.0-1 Nov 23 15:53:54 ..and I guess that mtd wont do? Nov 23 15:54:45 well you need to build it, you can find it in: Utilities -> mtd-utils -> mtd-utils-nandwrite Nov 23 15:57:07 luka r38897 trunk/target/linux/ kirkwood/image/Makefile kirkwood/profiles/110-nas.mk * kirkwood: add support for iomega iconnect Nov 23 15:57:09 luka r38898 trunk/target/linux/ kirkwood/profiles/120-pogoplug.mk kirkwood/profiles/110-nas.mk * kirkwood: drop unnecessary argument from *_UBIFS_OPTS variables Nov 23 15:58:54 Ok, I'll give that a go Nov 23 16:26:48 jow_laptop: ping Nov 23 16:30:08 luka: more fun, doing a new image results in a panic... Nov 23 16:31:15 http://paste2.org/CG44VgaP Nov 23 16:34:43 ..or if anyone else have an idea Nov 23 16:39:07 Your filesystem seems to be damaged. Nov 23 16:39:30 That's a fresh stock flash Nov 23 16:40:22 using turnk Nov 23 16:44:27 dizzy: AA works fine? Nov 23 16:45:08 if so, I would start taking a look at kernel configuration, if there are any significant differences Nov 23 16:45:21 no idea, the image at http://downloads.openwrt.org/snapshots/trunk/kirkwood/ works Nov 23 16:45:28 but it uses the old kernel Nov 23 16:52:13 By taking a look at buildbot logs the snapshot is the latest one working. Nov 23 16:52:26 I can fix that, please, send me your .config file. Nov 23 16:52:44 it is not that hard to fix ;-) Nov 23 16:52:47 imho Nov 23 16:52:53 dizzy: ^^ Nov 23 16:53:11 Sure, hold on Nov 23 16:56:28 http://projects.pyret.net/dump/trunk-config.txt Nov 23 16:59:16 that's without luka's iconnect profile patch Nov 23 16:59:42 could you send me that patch also? Nov 23 17:00:19 I hope I can help you with it. Dead tired today. Nov 23 17:00:33 its commited, https://dev.openwrt.org/changeset/38897/ Nov 23 17:01:02 ah, ok Nov 23 17:10:50 dizzy: you are building kirkwood without any problem? Nov 23 17:11:00 or does it fail somewhere also? Nov 23 17:11:21 it compiles without any errors Nov 23 17:11:43 as I can see, it fails to build at kernel stage Nov 23 17:12:29 ok, regular make doesnt show any errors at least Nov 23 17:12:55 I am compiling it right now. Nov 23 17:17:42 Sounds good Nov 23 17:19:17 I hope it will be soon (make -j48) Nov 23 17:20:17 I just do without -j to avoid race conditions Nov 23 17:29:02 slachta: pong Nov 23 17:31:21 jow_laptop: I just wanted to ask you something. I wrote a little wrapper on top of passwd (I need to set up password for several services on my openwrt box). There is just a little issue with that.. Nov 23 17:31:49 when I set up password via luci, I get empty page, but password is set correctly. Nov 23 17:32:44 maybe your wrapper produces output where bb passwd produces none Nov 23 17:32:49 or it does other stuff with stdio Nov 23 17:32:59 hard to tell without knowing what the wrapper actually does Nov 23 17:35:20 the wrapper just does the same "output" as busybox passwd (I just replicated it), internally it just works with files on filesystem and at last calls the busybox passwd. Nov 23 17:35:53 how does it call it? Nov 23 17:35:56 using exec() ? Nov 23 17:37:30 nope Nov 23 17:38:10 luci does (echo "pwd"; sleep 1; echo "pwd") | passwd Nov 23 17:38:21 is that working with your wrapper on the cli? Nov 23 17:38:32 ((echo -e "$1\n$1") | /bin/busybox passwd ) Nov 23 17:38:45 well luci passed the pwd via stdin Nov 23 17:38:49 I think I am calling it something like that Nov 23 17:38:49 not as argv[1] Nov 23 17:40:39 ah, that is a good hint, thank you Nov 23 17:41:05 slachta: still building? Nov 23 17:44:11 diizzy: my build failed at the beginning at kernel stage Nov 23 17:45:21 hmm... Nov 23 17:45:38 but does make complete? Nov 23 17:46:22 there are missing config symbols in kernel config Nov 23 17:46:27 for kirkwood Nov 23 17:46:49 that is why the latest trunk is "that old" Nov 23 17:48:36 luka dropped 3.3.X about 6 weeks ago for kirdwood Nov 23 17:50:08 kirkwood Nov 23 17:56:20 So trunk on kirkwood is broken for now Nov 23 17:58:42 yes, it is. I am going to send a patch for those missing symbols, but I do not have any device to test it on to see, what went wrong. Nov 23 17:59:08 I can test Nov 23 17:59:39 compiling now again Nov 23 18:52:45 hmm... Nov 23 18:55:09 slachta: any luck? Nov 23 18:56:01 diizzy: at least we make buildbots compiling snapshots for kirkwood again Nov 23 18:56:40 that's good Nov 23 18:57:17 is it committed or do you have a patch? Nov 23 18:57:29 I have a patch. Nov 23 18:57:45 I will send it in a minute to mailing list. Nov 23 19:01:00 great Nov 23 19:05:32 diizzy: http://patchwork.openwrt.org/patch/4459/ Nov 23 19:14:30 I'll give it a try Nov 23 19:21:24 build #332 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/332 Nov 23 19:39:53 diizzy: kirkwood is not broken and it is working fine for the boards that are in the trunk Nov 23 19:40:09 except yours because of false positive report that the patch is working Nov 23 19:40:42 looking at your error i see that you are not using latest trunk Nov 23 19:41:32 slachta: i will look at your patch later tonight Nov 23 19:45:02 slachta: looking at git log i see that the symbol you are adding was removed in r38837, i guess by accident Nov 23 19:46:57 luka: sure, I just wanted to fix the build for buildbot, there are 6 weeks snapshots at downloads.openwrt.org Nov 23 19:47:52 slachta: ok, thx Nov 23 19:48:14 diizzy: looking at the dts file build_dir/target-arm_xscale_uClibc-0.9.33.2_eabi/linux-kirkwood/linux-3.10.18/arch/arm/boot/dts/kirkwood-iconnect.dts Nov 23 19:56:42 and looking at how you are booting the board it leads to breakage Nov 23 19:57:23 because you are saying on my second partition is rootfs: Nov 23 19:57:25 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=jffs2 Nov 23 19:58:13 but that points to zImage partition where i guess you have stored the kernel Nov 23 19:58:55 that leads to the error you are seeing Nov 23 20:00:12 you should verify at which address and partition you have flashed the image Nov 23 20:01:23 and if it is "initrd" then you should change your root kernel argument like this root=/dev/mtdblock3 Nov 23 20:02:09 diizzy: let me know if you have questions... Nov 23 20:16:01 Sure, I'll have a look Nov 23 20:16:39 * diizzy tries adding mtdblock3 Nov 23 20:19:42 Hmm... Nov 23 20:19:44 [ 15.680901] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. Nov 23 20:20:48 I'll try with current trunk instead Nov 23 21:04:32 diizzy: yes, that was advice for the current and latest trunk ;) Nov 23 21:21:56 slachta's patch makes build fail Nov 23 22:22:32 luka: still getting init errors Nov 23 22:22:34 [ 15.333278] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance. Nov 23 23:10:50 diizzy: show me full output, how you flash, how you boot... Nov 23 23:16:07 hi Nov 23 23:16:39 blogic: did you find anything else about the logging problem? Nov 24 01:11:26 build #14 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/14 Nov 24 01:30:21 blogic: i found out something new - when i kill logread and start it from a shell with the exact same commadline it logs to the logfile - when i start it from the init script it doesnt log Nov 24 01:30:45 i don't really understand why this is happening **** ENDING LOGGING AT Sun Nov 24 02:59:58 2013