**** BEGIN LOGGING AT Tue Oct 02 02:59:58 2012 Oct 02 08:01:16 build #84 of brcm63xx is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/84 Oct 02 08:49:56 thanks for 620-rt2x00-support-rt3352.patch , you guys are the best ever Oct 02 08:50:03 EVER Oct 02 08:56:31 cant find the update log in svn log for that though.. Oct 02 10:00:48 build #78 of ppc40x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/78 Oct 02 12:54:28 build #65 of xburst is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/65 Oct 02 13:23:41 build #58 of ar71xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/58 Oct 02 13:25:13 what was nbd's git repository address please? Oct 02 13:26:06 git://nbd.name/openwrt.git Oct 02 13:26:09 for the trunk mirror Oct 02 13:28:19 awesome, thank you Oct 02 13:35:36 somehow i missed commit b1408695b087b1d9fd3d8e2d98a55aa67eac37d5 on the svn repo, i was trying the wireless of dlink dir615 h1 with r33576 and today i svn updated to r33603 but couldnt find in the svn log the 620-rt2x00-support-rt3352.patch which i dowloaded today.. Oct 02 13:52:57 build #59 of au1000 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/59 Oct 02 13:55:27 build #55 of iop32x is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/55 Oct 02 13:58:14 build #55 of etrax is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/55 Oct 02 14:27:20 build #55 of ep93xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/55 Oct 02 14:30:10 build #53 of gemini is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/53 Oct 02 15:00:40 build #50 of mcs814x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/50 Oct 02 15:48:16 oi [florian], you dead? Oct 02 15:52:10 [florian]: what is "broken" with the gateworks patch this time? Oct 02 15:54:27 <[florian]> SmugLeaf: woah, without any context, it's a bit hard to tell Oct 02 15:55:37 https://lists.openwrt.org/pipermail/openwrt-devel/2012-September/016825.html Oct 02 15:56:21 <[florian]> I did not take care of any csn3xxx patches, and right now svn is down for maintenance Oct 02 15:56:41 there is a whole string of patches but in the archive they are attached to other threads Oct 02 15:57:03 are they suitable for merging? Oct 02 15:57:15 or very "not openwrt" like the last round Oct 02 15:57:24 <[florian]> probably, ask nbd, he did most of the recent csn3xxx work Oct 02 15:57:34 nbd: poke Oct 02 16:02:59 SmugLeaf: i think most of the gateworks patches have been merged this time (by kaloz) Oct 02 16:03:57 SmugLeaf: if you want to know what has been merged and what hasn't, just check the git log on target/linux/cns3xxx Oct 02 17:09:14 hi guys. would you accept a patch that makes the default LAN ip configurable through menuconfig? Oct 02 17:09:32 today it's hardcoded in uci-defaults.sh (base-files) to 192.168.1.1 Oct 02 17:10:39 it is all ready in menuconfig Oct 02 17:11:53 what it's available is the ip for failsafe (preinit) Oct 02 17:12:06 not the default lan ip Oct 02 17:20:26 so...? Oct 02 17:23:30 You can change the default lan ip in menuconfig already Oct 02 17:25:08 no Oct 02 17:25:20 we can't Oct 02 17:25:43 where? Oct 02 17:27:10 in the top section. Oct 02 17:27:12 one tick. Oct 02 17:28:33 This is from an older svn snapshot, but I doubt this has changed: http://i.imgur.com/tzf1X.png Oct 02 17:29:06 and this is where you set the failsafe: http://i.imgur.com/HLm5B.png Oct 02 17:29:18 it has changed then Oct 02 17:29:23 I can't find it Oct 02 17:29:27 in trunk Oct 02 17:29:50 I have a newer snapshot somewhere.. one moment. Oct 02 17:29:51 oh ok, I see what you mean, it's preinit. Oct 02 17:30:51 I could have sworn that was in the backfire images I had, but I can't find it in my trunk tree Oct 02 17:33:46 :( Oct 02 17:33:56 checking out a new trunk, just to see. :) Oct 02 17:34:27 this used to be an option, and I'd be surprised if it were removed. Oct 02 17:43:35 I'd agree that CONFIG_UCI_PRECONFIG_network_lan_ipaddr is no longer present. Oct 02 17:43:58 jow_laptop might know why Oct 02 17:52:38 TARGET_PREINIT_IP? Oct 02 17:52:59 No, that's the failsafe ip address. Oct 02 17:58:53 fullstop: because it interfered with uci-defaults generated configs/messed up configs on sysupgrade iirc Oct 02 18:01:59 [ -e /etc/config/network ] && exit 0 Oct 02 18:02:11 this is the first line of /etc/uci-defaults/network Oct 02 18:02:37 it doesn't touch network config if it already is configured Oct 02 18:04:21 KanjiMonster: danke Oct 02 18:04:43 jwendell: okay, then it doesn't work with uci-defaults generated default configs (as many targets now use), which also check for /etc/config/network first Oct 02 18:05:56 that's what I'm proposing: an way to change the default uci config generated Oct 02 18:06:14 currently it hardcodes 192.168.1.1 (in uci-defaults.sh) Oct 02 18:06:58 we could, say, $(sed) uci-defaults.sh replacing some variables with the chosen values Oct 02 18:07:08 falling back to 192.168.1.1 Oct 02 18:08:12 jwendell: feel free to send (rfc) patches Oct 02 18:08:42 note that (iirc) not all targets use uci-defaults.sh Oct 02 18:09:04 hmm Oct 02 18:10:25 how they set the lan ip then? Oct 02 18:10:30 hardcode? Oct 02 18:10:47 some just have a fixed /e/c/config Oct 02 18:12:49 I put stuff in packages/files/etc/config in my build tree, but I needed a different vlan configuration in my image. Oct 02 18:13:21 jwendell: "find target/linux/ -name network | grep config | wc -l" => 27 Oct 02 18:18:17 thanks Oct 02 18:18:27 I'll take another approach then Oct 02 18:18:47 patch locally uci-defaults.sh to fit my requirements Oct 02 18:57:54 build #62 of ixp4xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/62 Oct 02 19:23:49 hi guys, small question. as luci documentation is kind of limited one and examples are not as stragihtforward as are supposed to be, can you help me with a little problem? Oct 02 19:24:48 I'm developing some luci modules for dibbler-client and server (+ some others). problem is that I want process status to be displayed in cbi model, is it possible? Oct 02 19:25:19 (it might be a simple for you, but for someone unfamiliar with luci it's not ;P) Oct 02 19:25:39 got something like that Oct 02 19:25:40 local enabled = io.popen( "ps -ef | grep dibbler-client | grep -cv grep" ) Oct 02 19:25:47 and now need one option ( Oct 02 19:26:05 argh.. option, let it be Flag enabled or disabled regardless the output. Oct 02 22:07:13 build #61 of kirkwood is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/61 Oct 02 22:33:41 anyone using eglibc? Oct 02 22:34:08 im trying it to see if this alsa/portaudio crash is related to uclibc nptl Oct 02 22:34:12 or uclibc in general Oct 02 22:34:19 gdb = fail ;) Oct 02 22:36:36 build #52 of mpc52xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/52 Oct 02 22:39:16 build #50 of octeon is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/50 Oct 02 23:09:45 build #85 of brcm63xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/85 Oct 02 23:39:39 build #84 of s3c24xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/84 Oct 03 00:09:05 build #87 of at91 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/87 Oct 03 02:11:59 build #59 of rdc is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/59 Oct 03 02:41:01 build #83 of atheros is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/83 **** ENDING LOGGING AT Wed Oct 03 02:59:58 2012