**** BEGIN LOGGING AT Thu Dec 22 02:59:57 2011 Dec 22 05:01:47 build #81 of mpc52xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/81 Dec 22 05:49:50 nbd * r29598 /trunk/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c: ar71xx: set a reserved bit that resets to 1 when writing the address table control register on the ar7240 switch (should fix #10547) Dec 22 06:11:22 nbd * r29599 /branches/backfire/ (68 files in 5 dirs): mac80211: backport from trunk Dec 22 08:51:12 nbd * r29600 /trunk/Config.in: kernel: enable magic sysrq by default, it does not add much to the kernel image size, but is useful for debugging many kinds of hangs/crashes Dec 22 11:06:49 Hauke: what do you think of http://pastebin.com/qFQu2bpu Dec 22 11:17:07 loswillios: The patch looks good Dec 22 14:26:40 build #109 of ps3 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ps3/builds/109 Dec 22 15:00:23 build #96 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/96 Dec 22 15:57:12 Hauke: It's working fine for me in an AP & WDS scenario Dec 22 16:48:04 KanjiMonster: just tested the patch you submitted yesterday for the wzr-hp-g450h, its good Dec 22 16:48:19 netprince_: great Dec 22 18:36:08 nbd: ping Dec 22 18:37:49 nbd: you remember this patch i did a year ago or so? http://pastebin.com/SztpT4G0 ... it was needed when wanting to kexec a kernel on ar71xx ... it switches the eeprom access back from gpio mode to something else or so ... without that patch the kexec'ed kernel couldn't read the macadress from eeprom ... well ... i'm using that kernels a year now (basically booting a complete openwrt including kernel from a usbstick - using a minimal outdated op Dec 22 18:37:49 installation on flash as some kind of "bootloader"). I just wanted to know if something like this was introduced in trunk now or if i have to keep that patch local for me? ^^ Dec 22 18:42:40 hm Dec 22 18:42:56 I just read: http://wiki.openwrt.org/doc/howto/kexec Dec 22 18:43:02 no doubt I need this Dec 22 18:43:32 I need to build a two-stage bootloader, so I can recovered from pulled power during flashes, etc Dec 22 18:44:41 oh, that's a machine specific patch. not generic ar71xx Dec 22 18:45:59 yeah ... it was an issue with 1043nd ... when i played with this nobody tried it on a different ar71xx plattform ... as far as i remember all others had the issue with the mac set to 00:00:00:00:00 when using kexec ... and wifi didn't come up because of this Dec 22 18:46:20 I will try momentarily on ag300nh Dec 22 18:46:30 sorry, g300nh Dec 22 18:46:53 but might be that its fixed nevertheless in trunk ... nbd wanted to move this to a more generic place as far as i remember ... i stopped bagging for this after some weeks then ... and now it came into my mind again ;) Dec 22 18:50:05 which function is that? Dec 22 18:50:41 sorry? don't understand? Dec 22 18:51:21 which function does the patch change? Dec 22 18:52:58 mhh atm its in tl_wr1043nd_setup ... before the eeprom is read ... it switches the address mapping back to something ... when not doing it the 0x1ffff1000 isn't connected to the eeprom but somewhere else Dec 22 19:18:17 memphiz: seemed to work first time. fail 2 subsequent times Dec 22 19:21:26 1,95 Dec 22 19:21:46 wrong window Dec 22 19:22:36 Chocks: same here i think Dec 22 19:23:03 i've a uptime of more then 100 days ... i only use the kexec when updating the kernel on the usb drive ... and i powerdown the box therefore ... so its enough for me when the first kexec works ;) Dec 22 19:24:23 hm Dec 22 19:24:45 it "worked" now, but it might have just rebooted. who knows Dec 22 19:26:40 well the second kexec (kexec out of a kexec'ed kernel) doesn't have the eeprom access issue ... but something else ... it just hangs up and spams the serial interface with crap ... so something else is screwed ... at least with my 1043 boxes Dec 22 19:29:53 aw Dec 22 19:30:08 I probably don't need it to work 2x in a row Dec 22 19:30:21 you only know if it works by using a serial interface for watching the kernel messages ... Dec 22 19:30:39 first you see the first kernel boot from flash ... then the script executing the kexec into the second kernel ... ;) Dec 22 19:38:58 yers. no serial on wired to these boards Dec 22 19:39:15 I tried adding "moo" to command line. no avail Dec 22 19:47:22 for the kernel commandline i had to do a hack in patch_cmdline ... Dec 22 19:47:50 oh yes? Dec 22 19:47:54 which looks for "rootfstype=squashfs,jffs2 noinitrd" and removes it from the kernel elf image ... beside that you can add new kernel cmdline options via patch_cmdline ... Dec 22 19:48:08 this is for the kexec'd kernel only Dec 22 19:48:23 because the fixed cmdline option allways has overwritten the CMDLINE-Hack from openwrt Dec 22 19:50:02 http://pastebin.com/dq5P1ViP Dec 22 19:50:28 i call this this way: Dec 22 19:50:28 ./patch-cmdline $1 "board=TL-WR1043ND rootfstype=$2 rootdelay=10 root=/dev/sda1" --remove_str_from_kernel "rootfstype=squashfs,jffs2 noinitrd" Dec 22 19:50:50 where $1 is the name of the kernel elf image and $2 is the fstype of my usbstick (e.x. ext3) ... Dec 22 19:51:19 it basically removes the static openwrt cmdline from the kernel image ... and adds the "board=blahblah" to the cmdline-hack space in the image Dec 22 19:51:49 thats how i get the kexec'd kernel to mount the usbstick as root device ... i bet there are better approaches now ... but a year ago i didn't find anything better and did it the hacky way ;) Dec 22 19:52:26 rootdelay=10 means "wait 10 secs before trying to mount the root device" ... for giving the usbstick / usbstack some time to appear Dec 22 19:52:40 right Dec 22 19:53:32 well thats all of my hacky kexec story ... Dec 22 19:53:35 have to go now ;) Dec 22 19:53:44 me too, thanks Dec 22 19:53:48 bye Dec 22 21:09:42 build #109 of pxcab is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/109 **** ENDING LOGGING AT Fri Dec 23 02:59:56 2011