**** BEGIN LOGGING AT Thu Aug 01 02:59:58 2013 Aug 01 03:52:37 build #326 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/326 Aug 01 05:13:40 build #327 of lantiq is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/327 Aug 01 05:16:58 build #305 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/305 Aug 01 05:20:28 build #305 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/305 Aug 01 05:58:59 build #324 of ppc40x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/324 Aug 01 06:09:14 build #319 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/319 Aug 01 06:58:15 wigyori r37631 trunk/target/linux/generic/config-3.10 * kernel: add missing iio config symbols for 3.10 Aug 01 07:35:36 blogic: several days ago I told you about issues about job control and sysupgrade. I did not know that the issue with sysupgrade is described at openwrt wiki - "For unknown reasons such a cold reset has often been reported to be necessary after a sysupgrade. This is very very bad in case you performed this remotely!" Aug 01 07:36:03 strasidlo: ok Aug 01 07:36:08 we are aware of this bug Aug 01 07:36:18 after reboot the sysupgrade.tgz is located at /, after cold reboot it's applied. Aug 01 07:44:30 heisenbug, i added debugging around procd_inittab's fopen() call, now it works Aug 01 07:44:45 what works ? Aug 01 07:44:52 serial console Aug 01 07:44:58 which wasn't working before Aug 01 07:45:03 on which HW ? Aug 01 07:45:04 on wgt634u Aug 01 07:45:22 inserted LOG() calls Aug 01 07:45:36 was getting: "open: No such file or directory" Aug 01 07:46:05 which, from earlier debugging, could only have been the fopen() call Aug 01 07:46:20 trying to open /etc/inittab Aug 01 07:46:38 brcm47xx Aug 01 07:53:58 .c0 Aug 01 07:53:58 .s Aug 01 07:54:03 re Aug 01 07:56:10 why would procd not be able to find /etc/inittab? Aug 01 07:56:46 hmmmm Aug 01 07:56:50 that is indeed weird Aug 01 07:57:05 simply try to open it again if it failed Aug 01 07:57:14 if (!fp) fp = fopen(....) Aug 01 08:02:27 * russell-- has trimmed down the debugging, going to try again Aug 01 08:02:58 ok Aug 01 08:04:40 blogic: btw, how is one supposed to turn on procd debugging? Aug 01 08:05:07 * russell-- tried adding init_debug=2 to the kernel commandline, it didn't get noticably more verbose Aug 01 08:15:13 okay, weirder still Aug 01 08:17:01 the "open: No such file or directory" is emitted (or, at least, gets to the console) before the fopen() call. but after the call to the previous function procd_connect_ubus() has returned. Aug 01 08:17:22 there isn't anything else happening! Aug 01 08:17:29 maybe a code generation problem? Aug 01 08:18:26 * russell-- is going to try a different wgt634u to confirm it's not a hardware problem Aug 01 08:34:34 hmm, on a different wgt634u, the open error message moved up a function call Aug 01 08:36:14 after log_init() returns, before procd_connect_ubus() returns Aug 01 08:36:40 but the timing of the message appearances might not be definitive... Aug 01 09:08:01 and *poof* it's gone again Aug 01 09:08:37 * russell-- replaced just the procd.ipk, going to flash a whole image and see what happens Aug 01 09:19:16 ahh. that's more like it. errors again on a fresh install (/rom vs /overlay?) Aug 01 09:23:06 hmmm Aug 01 09:23:28 from that non-working version, if i scp the ipk over and opkg install it, reboot, it works Aug 01 09:24:59 overt failing symptoms are, i get the message: "open: No such file or directory" and then no shell on serial console Aug 01 09:25:05 but can ssh in Aug 01 09:26:05 working symptoms are, i see "Please press Enter to activate this console." and pressing enter gives me a shell Aug 01 09:27:34 when failing, running "askfirst /dev/ttyS0 /bin/ash --login" from the ssh session, gives me a shell on the serial console Aug 01 09:31:34 * russell-- awaits some words of wisedom from the procd maintainer Aug 01 09:36:43 wigyori r37632 trunk/target/linux/ imx23/modules.mk imx23/profiles/01-olinuxino.mk imx23/config-default * imx23: add lradc support Aug 01 09:46:57 blogic i have now unbricked my easybox 904 lte i build now an image from the gpl source with telnetd in the autorun i hope that i can activate the serial output when i have telnet access Aug 01 09:47:12 ok Aug 01 10:41:55 for good measure, did a dirclean, reflashing now Aug 01 10:48:56 no better, same thing as before make dirclean Aug 01 10:54:50 yeah, reinstall procd, problem goes away, diff between /rom and /overlay shows no significant differences Aug 01 10:56:45 for f in $(find /overlay -type f | sed 's|/overlay/||') ; do diff -u /rom/$f /$f ; done | less Aug 01 10:56:50 good afternoon :) Aug 01 10:58:33 small difference in installed-time in /usr/lib/opkg/status, a small difference in /usr/lib/snmp/snmpd.conf, an added host in /root/.ssh/known_hosts, that's it. Aug 01 11:00:24 blogic if, and if only, you have a few minutes to spare, take a look at this: https://lists.openwrt.org/pipermail/openwrt-devel/2013-July/020885.html thanks! Aug 01 11:01:31 blogic i have modified the /etc/init.d/rcS but it hink i have made a mistake beecause the device freez while booting it doesn't bring the network up here is my modified file http://nopaste.info/d8630754f4.html Aug 01 11:02:12 middey: show me a diff please Aug 01 11:02:27 i just added the line with telnetd Aug 01 11:04:45 blogic i dont't know if i had to put a & at the end of the telnetd line or if i just have to put a ; at the end of the line Aug 01 11:12:53 looks good Aug 01 11:18:47 build #338 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/338 Aug 01 11:19:12 i tried flashing without modifcation of any file but that doesn't works too so i'm now flashing the normal firmware Aug 01 11:21:57 build #289 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/289 Aug 01 11:29:59 Hello, tg3 broadcom ethernet driver complaints about missing symbols (current trunk) - http://pastebin.com/XmhRTQhD Aug 01 12:20:20 <[florian]> strasidlo: does your platform have the libphy modules built-into the kernel? Aug 01 12:21:53 [florian]: it does not have any. It's generic x86 machine built by generic config (+set of some packages) Aug 01 12:22:12 <[florian]> tg3 has a dependency which would make it pull libphy Aug 01 12:22:22 <[florian]> some of the unresolved symbols belong to the libphy kmod Aug 01 12:22:42 libphy is enabled in config Aug 01 12:24:14 <[florian]> ok well first of all there is an ordering issue Aug 01 12:24:19 <[florian]> libphy module is loaded after tg3 Aug 01 12:24:22 <[florian]> so this needs fixing Aug 01 12:26:01 <[florian]> strasidlo: you could change 19 -> 42 in the AUTOLOAD section of the tg3 kmod Aug 01 12:26:05 AUTOLOAD variable I suppose (package/netdevices.mk) Aug 01 12:26:57 ok, done. Aug 01 12:26:58 <[florian]> that's the one yes Aug 01 12:27:39 what's next? (compiling now to test it in qemu) Aug 01 12:28:19 <[florian]> that should resolve your issue Aug 01 12:28:56 if this helps, I'll send patch to mailing list Aug 01 12:30:49 <[florian]> sounds good, thanks Aug 01 12:45:10 can somebody say me what is the first executed script in openwrt ? Aug 01 12:46:03 with script i mean a bash script Aug 01 12:46:39 is it /etc/boot ? Aug 01 13:03:13 I think it's the same as any linux, it follows the order of /etc/rcS Aug 01 13:04:15 <[florian]> no /etc/preinit is the first script being ran Aug 01 13:12:08 [florian]: tg3 still complaints about missing symbols, but not that much as before. In dmesg it's right away after xfs says "Unknown symbol". Aug 01 13:24:56 <[florian]> strasidlo: which new symbols? Aug 01 13:26:10 [florian]: the same symbols as before Aug 01 14:30:42 blogic r37633 trunk/target/linux/ ramips/dts/MT7620a_MT7610e.dts ramips/image/Makefile ramips/dts/mt7620a_mt7610e_eval.dts * ralink: add mt7620a_mt7610e profile Aug 01 14:30:47 blogic r37634 trunk/target/linux/ lantiq/base-files/etc/uci-defaults/02_network lantiq/base-files/etc/uci-defaults/01_leds lantiq/dts/VG3503J.dts * lantiq: fix VG3503J ethernet/gphy led support Aug 01 14:30:53 blogic r37635 trunk/ target/linux/ramips/rt305x/profiles/poray.mk tools/firmware-utils/Makefile tools/firmware-utils/src/mkporayfw.c target/linux/ramips/image/Makefile * ramips: add basics for Poray devices Aug 01 14:31:00 blogic r37636 trunk/target/linux/ (8 files in 8 dirs) * ramips: add Poray M3 support Aug 01 14:31:05 blogic r37637 trunk/target/linux/ (9 files in 8 dirs) * ramips: add Poray M4 4M/8M support Aug 01 14:31:11 blogic r37638 trunk/target/linux/ (8 files in 8 dirs) * ramips: add Poray X5/X6 Support Aug 01 14:31:16 blogic r37639 trunk/target/linux/ (8 files in 8 dirs) * ramips: add Poray X8 support Aug 01 14:31:22 blogic r37640 trunk/target/linux/ (8 files in 8 dirs) * ramips: add Poray IP2202 support Aug 01 14:31:27 blogic r37641 trunk/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c * gpio-button-hotplug: add inline function gpio_button_get_value(). Aug 01 14:31:31 blogic r37642 trunk/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c * gpio-button-hotplug: use gpio_button_get_value() to fetch state. Aug 01 14:31:36 blogic r37643 trunk/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c * gpio-button-hotplug: use gpio_button_get_value() to initialize last_state. Aug 01 15:23:26 nbd: have you had a look at my patch from earlier this week? (about enabling the DAE/CoA server in hostapd to be configured) Aug 01 15:56:48 Anyone know how to take advantage of netifd's ability to change only what's changed in a config Aug 01 15:56:49 ? Aug 01 16:03:17 nvm forgot about reload instead of restart Aug 01 16:03:30 -ENOCOFFEE Aug 01 17:35:36 build #299 of avr32 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/299 Aug 01 17:38:57 build #258 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/258 Aug 01 18:31:14 build #261 of ep93xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/261 Aug 01 19:04:20 hauke r37644 trunk/target/linux/ brcm47xx/patches-3.10/400-arch-bcm47xx.patch brcm47xx/patches-3.10/180-bcm47xx-nvram-gpio.patch brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch * brcm47xx: add function to get a gpio pin by name Aug 01 19:05:41 hauke r37645 trunk/target/linux/ generic/files/drivers/net/phy/b53/b53_priv.h generic/files/drivers/net/phy/b53/b53_common.c * kernel: b53: add support for GPIO reset Aug 01 19:17:58 hauke r37646 trunk/target/linux/ brcm47xx/config-3.9 brcm47xx/patches-3.9 * brcm47xx: remove support for kernel 3.9 Aug 01 19:34:03 is anybody else seeing these procd weirdnesses? or is it just /me? Aug 01 19:34:07 hauke r37647 trunk/ target/linux/brcm47xx/patches-3.10/260-MIPS-BCM47XX-add-board-detection.patch target/linux/brcm47xx/patches-3.8/260-MIPS-BCM47XX-add-board-detection.patch package/kernel/broadcom-diag/src/diag.c * brcm47xx: improve detection of Linksys WRTSL54GS Aug 01 20:09:09 Hauke: error: 'BCM47XX_BOARD_LINKSYS_WRTSL54GS' undeclared Aug 01 20:09:37 russell--: make target/linux/clean Aug 01 20:16:35 Hauke: thanks! also, ran into problems with wgt634u and kmod-ocf-ubsec-ssb recently, disabled it locally... have you seen that? Aug 01 20:17:02 russell--: no which problem? Aug 01 20:17:17 it doesn't build ;-) Aug 01 20:17:40 * russell-- looks for details... Aug 01 20:20:00 first, i get a warning on defconfig: warning: (PACKAGE_kmod-crypto-ocf && PACKAGE_kmod-crypto-ocf-hifn7751 && PACKAGE_kmod-crypto-ocf-hifnhipp) selects OPENSSL_ENGINE_CRYPTO which has unmet direct dependencies (PACKAGE_libopenssl) Aug 01 20:20:21 russell--: with kernel 3.8 or 3.10? Aug 01 20:20:28 3.8, stock Aug 01 20:22:00 3.8.13 to be precise Aug 01 20:22:55 target/linux/brcm47xx/Makefile:LINUX_VERSION:=3.8.13 Aug 01 20:24:19 russell--: do you have a buildlog of the build failing? (also the snapshot builders don't seem to have a problem with it) Aug 01 20:25:21 * russell-- can reproduce, hang on Aug 01 20:32:17 https://iris.personaltelco.net/~russell/logs-target-linux-install.txt Aug 01 20:32:25 KanjiMonster: ^^^ Aug 01 20:33:16 russell--: looks like a missing dependency Aug 01 20:37:45 KanjiMonster: are you looking into this? Aug 01 20:37:51 yes Aug 01 20:40:25 KanjiMonster: /me assumes the defconfig warning is not unrelated Aug 01 20:40:51 no, it's rather unrelated Aug 01 20:41:36 okay Aug 01 20:47:03 hauke r37648 trunk/target/linux/generic/files/drivers/net/phy/b53/b53_common.c * kernel: b53: use devm_gpio_request_one() to request gpio Aug 01 20:48:02 hauke r37649 trunk/target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch * brcm47xx: use lib phy when tg3 is in use Aug 01 20:52:18 KanjiMonster: crypto/ahash.c:EXPORT_SYMBOL_GPL(crypto_alloc_ahash); related? Aug 01 20:52:24 right Aug 01 20:52:39 just looking into what the correct way of selecting CRYPTO_HASH2 is Aug 01 20:52:46 cool Aug 01 20:53:50 you could probably work around it by selecting something that selects crypto hash2 Aug 01 20:56:34 KanjiMonster: add selecting CRYPTO_HASH2 to target/linux/generic/files/crypto/ocf/Kconfig Aug 01 20:56:40 selects Aug 01 20:57:43 KanjiMonster: or better "selects CRYPTO_HASH" Aug 01 20:58:45 why CRYPTO_HASH? Aug 01 20:59:04 noone else selects CRYPTO_HASH2 Aug 01 20:59:36 except CRYPTO_HASH and CRYPTO_MANAGER2 Aug 01 21:00:42 _HASH triggers no code at all ... Aug 01 21:01:25 anyway, it should be crypto and crypto hash Aug 01 21:02:06 hauke r37650 trunk/target/linux/brcm47xx/Makefile * brcm47xx: switch to kernel 3.10.4 Aug 01 21:06:23 russell--: does this fix it for you? -> http://inuyasha.ath.cx/~jonas/fix_ocf_crypto_deps.patch Aug 01 21:06:42 * russell-- tries ... Aug 01 21:09:18 blogic i finally compiled and flashed a image to my box now it has enable the console output and the serial console and telnetd. But i didn't compiled it from the GPL source i extracted the Vodafone firmware make my changes and edited the /includes/image.mk so that it use my extracted data instead of the GPL files. I will try the next days to flash the GPL source compiled again. Because i now can see the serial output. Aug 01 21:11:43 KanjiMonster: not quite: Aug 01 21:11:44 Package kmod-crypto-ocf is missing dependencies for the following libraries: Aug 01 21:11:48 crypto_blkcipher.ko Aug 01 21:14:15 KanjiMonster: https://iris.personaltelco.net/~russell/logs-package-kernel-linux-compile.txt Aug 01 21:14:35 yes Aug 01 21:20:30 russell--: okay, updated the patch; try that one instead (same location) Aug 01 21:21:09 okay... Aug 01 21:21:48 basically reverted the dependency change in kmods and changed the crypto dependency to manager ;) Aug 01 21:28:35 KanjiMonster: hmm. did a make target/linux/clean world, still getting the install.txt error Aug 01 21:32:14 *tries to build himself* Aug 01 21:32:31 https://iris.personaltelco.net/~russell/logs-target-linux-install2.txt Aug 01 21:33:23 * russell-- did a make dirclean recently as well, just for reference Aug 01 21:38:16 russell--: hm, worked for me - have you made sure to do a defconfig again? or tried clearing tmp? Aug 01 21:38:40 i did a defconfig, not tmp though. Aug 01 21:39:06 i also just pulled Hauke's latest change and am building on 3.10.4 now Aug 01 21:43:38 saw the same thing for 3.10.4, nuked /tmp, make defconfig'd again, make target/linux/clean world'ing again Aug 01 21:43:53 sorry not /tmp, but tmp Aug 01 21:49:59 saw same thing, starting with a fresh .config, trying again Aug 01 21:50:44 so, things i've ruled out: gpio mode register, reset controller, detection method/flash type, pretty much anything in the mtd driver at all Aug 01 21:51:12 oh, faulty hardware :P Aug 01 21:51:25 i've not ruled out a bad compiler but it would surprise me a bit Aug 01 21:54:21 KanjiMonster: this is my .config https://iris.personaltelco.net/~russell/wgt634u.config Aug 01 21:54:28 still seeing the same thing Aug 01 22:00:27 russell--: and your ocf-crypto depends again on crypto-manager? Aug 01 22:05:25 KanjiMonster: not sure what exactly you are asking there Aug 01 22:06:28 define KernelPackage/crypto-ocf TITLE:=OCF modules DEPENDS:=+@OPENSSL_ENGINE_CRYPTO @!TARGET_uml +kmod-crypto-manager Aug 01 22:07:11 from package/kernel/linux/modules/crypto.mk Aug 01 22:09:16 russell--: ah, I see the problem Aug 01 22:10:18 I made my patch based on the vanilla crypto Kconfig options, but openwrt mucks with some of the transitive dependencies, so my "select CRYPTO_MANAGER" does not what it is supposed to do in openwrt ;) Aug 01 22:11:07 * russell-- stands by for new patch ;-) Aug 01 22:12:00 hey KanjiMonster mucks is a quintessential English word you're not allowed to use it without an English passport :) Aug 01 22:12:19 heh Aug 01 22:13:33 russell--: this time I'll try to build it first myself ;-) Aug 01 22:13:50 lol Aug 01 22:14:35 in the interests of full disclosure, i'm running libtool 2.4.2 as well, i sent a patch to openwrt-devel a few months ago, not relevant here Aug 01 22:14:56 yes, I remember that one ;-) Aug 01 22:16:13 trine: I have no idea where I picked that one up, but it somehow stuck. Aug 01 22:17:37 it's a useful word, also rhymes with stuck and a few other useful words Aug 01 22:17:47 http://patchwork.openwrt.org/patch/3502/ Aug 01 22:17:51 KanjiMonster, I am jealous of your command if my indigenous language when I have virtually nothing of yours Aug 01 22:18:10 well done Aug 01 22:18:26 russell--: I rememer it causing build breakages somewhere Aug 01 22:18:30 *remember Aug 01 22:18:32 yes, probably Aug 01 22:18:44 * russell-- rebuilt everything and it seems to work for me Aug 01 22:19:10 /s/if/of Aug 01 22:19:24 * russell-- secretly hoping it doesn't turn out to be responsible for the procd carnage i've been seeing Aug 01 22:19:26 hauke r37651 trunk/package/kernel/linux/modules/netdevices.mk * kernel: load libphy before tg3 Aug 01 22:19:30 I wish my typing was better Aug 01 22:19:59 does KanjiMonster know japanese as his /nick implies? Aug 01 22:20:08 yes he does Aug 01 22:20:11 nice Aug 01 22:22:08 you know its a real privilege to know all you guys,, the matrix is functioning well Aug 01 22:22:14 <_rmk_> trine: no, isn't the idea to make lots of typos so to confuse others about our lingo? :) Aug 01 22:22:50 * russell-- was talking to someone last night about how among a fellow's coworkers the native japanese had the worst english skills... /me hypothesized that it was because in their formative years (1980s) they thought they were going to rule the world, like english speakers typically do. Aug 01 22:23:49 as a rule, americans have no foreign language skills whatsoever, and little interest in acquiring any, sadly Aug 01 22:25:03 <_rmk_> and Americans keep making spelling errors with our English language, like color. :) Aug 01 22:25:10 lol Aug 01 22:25:50 <_rmk_> russell--: but talking about spelling errors, how many people spell your name wrongly? Aug 01 22:25:55 russell--: it has more to do with the school system, it basically mostly learning as much (vocabulary) as possible, then doing written tests on it Aug 01 22:26:00 uk counts as foreign! Aug 01 22:26:16 and Americans keep making mistakes when they think Bradley Manning is a traitor Aug 01 22:26:42 many many people leave off the essential-final-l Aug 01 22:26:54 <_rmk_> yep, I find that too :( Aug 01 22:26:55 russell--: also with a only 1.5% foreigners in japan (mostly koreans), there is hardly any chance to speak with native speakers Aug 01 22:27:01 ALL THE FREAKING TIME! Aug 01 22:28:08 * russell-- just met a family (who married my third cousin) visiting from japan, my father was pretty fluent in japanese, my son wants to learn and go visit Aug 01 22:28:46 we were just looking at my dad's 1977 beginning-japanese workbook last night Aug 01 22:30:06 _rmk_: the funny thing is that randal schwartz, the perl guy (who lives here in portland), is equally cheesed-off that people spell his name with two l's Aug 01 22:30:32 <_rmk_> make a deal - get him to send you all those extra l's :) Aug 01 22:30:40 GET THE L'S RIGHT, PEOPLE, IT IS *IMPORTANT* lol Aug 01 22:37:01 rundfreifunk: patch is now in its final form, this one should fix really fix the build (and keep the dependencies working) Aug 01 22:38:55 errr Aug 01 22:38:59 rundfreifunk: ignore that Aug 01 22:39:01 russell--: ^ Aug 01 22:39:34 lol Aug 01 22:39:43 in the same place, i assume Aug 01 22:43:37 russell--: right Aug 01 22:45:35 oh, hm Aug 01 22:46:38 ah russell, we met us in barcelona last year? Aug 01 22:47:47 rundfreifunk: yes! looks like i'm coming to berlin this october too Aug 01 22:50:06 KanjiMonster: built! thanks! Aug 01 22:50:10 yay Aug 01 22:52:09 KanjiMonster: 有り難う御座います (or something) Aug 01 22:52:53 russell--: you're welcome ;-) Aug 01 22:52:56 * _rmk_ thinks he needs a larger font just to make those out :p Aug 01 22:53:53 I hope I dream with a patch tonight :) can't fix this for the life of my whole family Aug 01 22:53:57 russell: nice. i will be there, but not booked yet.. its 2 hours by car for me Aug 01 22:55:57 * KanjiMonster wonders what occasion he missed now that is in october in berlin. Aug 01 22:56:26 * russell-- was daydreaming a little about wandering around a little before i go home afterwards, leipzig was one of the possible stopping points Aug 01 22:56:58 KanjiMonster: IS4CWN 2013, wirelesssummit.org Aug 01 22:57:07 ah, that one Aug 01 22:57:10 I now remember Aug 01 22:57:56 * russell-- had a nice time last month with juergen neumann when he visited portland Aug 01 22:59:05 "The full agenda for IS4CWN 2013 will be available July 2013." <- thank you. Aug 01 22:59:13 lol Aug 01 23:04:50 jogo r37652 trunk/target/linux/generic/files/crypto/ocf/Kconfig * kernel: ocf: add missing kernel dependencies Aug 01 23:05:33 hummm Aug 01 23:05:47 now I figured who jogo is, makes sense Aug 01 23:06:09 ;D Aug 01 23:07:39 "jogo r37653 trunk/target/linux/ramips/image/Makefile * ramips: add Seama header for 4M routers" Aug 01 23:07:56 heheh, one day.. Aug 01 23:08:26 ramips isn't "my" target, so very unlikely ;) Aug 01 23:09:13 you already helped a lot, too bad I'm unlucky with the mailing list Aug 01 23:11:42 russell--: I'll definitely be in berlin (with living here and stuff), but not sure yet if I'll be at the IS4CWN Aug 01 23:15:22 oh, sweet, you are in berlin! Aug 01 23:20:21 I had the opportunity to visit Deutschland but I didn't, you don't know how much I regret :( Aug 01 23:39:51 ok, we will present the battlemesh network there. im just testing fq-codel.. that 3 wifi hops https://twitter.com/BattleMESHv6/status/363079552114774016/photo/1 Aug 01 23:48:02 build #258 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/258 Aug 01 23:52:42 rundfreifunk: nice! Aug 02 00:34:49 did switch configuration change under 3.10.4 Aug 02 00:35:39 my minimal build came up with eth0.1 and eth0.2 instead of the usual .0 and .1 Aug 02 00:58:10 also, network broken on boot, switch not working, udhcpc only working on eth0 not any of the vlans Aug 02 01:11:50 yeah, it looks like there is a switch driver missing Aug 02 01:11:57 now to figure out which one Aug 02 01:15:02 "roboswitch: Probing device eth0: found a 5325!" Aug 02 01:15:27 (from an r22295 image) Aug 02 01:25:02 were there any broadcom improvements after the sourcecode release a few years ago? Aug 02 01:39:00 build #353 of at91 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/353 Aug 02 01:52:37 build #344 of brcm47xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/344 **** ENDING LOGGING AT Fri Aug 02 02:59:58 2013