**** BEGIN LOGGING AT Sat Oct 23 02:59:58 2010 Oct 23 03:12:06 anyone know how to generate a bootable DOS USB stick? I need to reflash BIOS... Oct 23 03:52:20 use the hp tool Oct 23 03:52:44 of course bios must support usb boot Oct 23 05:14:12 ugh Oct 23 05:18:45 PsyMan: hp tool? Oct 23 05:19:30 philipp64|laptop: google hp usb boot utility Oct 23 05:19:40 or i think there's some stuff on bootdisks.com Oct 23 05:24:05 hmmmm... don't have a windows machine to run it on. was hopinh for something I could dd directly. Oct 23 05:24:26 not a chance Oct 23 07:08:31 build #15 of at91 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/at91/builds/15 Oct 23 07:18:36 philipp64 | laptop: last week I ended up using a feature from my motherboard that allow to read the bios update directly Oct 23 07:18:46 but I had to burn a CD with the file anyway Oct 23 07:43:09 build #12 of ubicom32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/12 Oct 23 09:50:31 <[florian]> danitool: not that I know about, but If you are talking about routing performance, bear in mind that bcm6348 is running at 240Mhz only, it won't route 100mbits/sec Oct 23 09:52:49 but bcm6348 runs at 256 Mhz, doesn't it? Oct 23 09:53:15 <[florian]> yes sorry, 256Mhz, but that does not make a difference Oct 23 09:53:28 <[florian]> it is cpu bound when it needs to route a 100mbit/sec conncetion between wan and lan Oct 23 09:55:46 <[florian]> you may find places in drivers to optimize though Oct 23 09:56:09 well, I have a problem with performance with or without routing, all processes wastes a lot of cpu Oct 23 09:57:23 <[florian]> that's strange, I have never seen that Oct 23 09:57:44 <[florian]> can you paste your kernel configuration and symptoms ? Oct 23 09:58:43 symptoms, I can reproduce some poor performance behavior Oct 23 10:00:04 for example when I wget a file to dev/null directly through ethernet I only get te max transfer rate 700k/s Oct 23 10:00:55 if I install luci, every request takes at least 10 seconds Oct 23 10:02:20 now I'm building openwrt with oprofile, if this helps to watch the problem in a easier way.. Oct 23 10:08:06 http://pastebin.com/LBLQuM44 Oct 23 10:15:30 <[florian]> danitool: ok Oct 23 10:16:25 <[florian]> danitool: did you change CONFIG_HZ? Oct 23 10:16:46 yes Oct 23 10:16:55 i was trying to solve the problem Oct 23 10:17:18 i tried 250, 128, 64 Oct 23 10:17:22 no difference Oct 23 10:17:37 <[florian]> unless you go to 1000, you should not see a performance drawback Oct 23 10:17:43 <[florian]> at least not for such testing Oct 23 10:20:26 also I tried a piece of old code, from the board: [*] Softirq round-robin (as in Linux 2.4) Oct 23 10:20:43 but always the same Oct 23 10:21:53 http://pastebin.com/1BmuKNe4 Oct 23 10:22:07 danitool: was b43 loaded while you tested? Oct 23 10:22:08 i don't know if this helps, or it is worse Oct 23 10:22:28 b43, the wifi module? Oct 23 10:22:30 yes Oct 23 10:22:49 was wifi enabled as well? Oct 23 10:22:54 yes Oct 23 10:23:11 did you check whether the system is more responsive when wifi is not enabled? Oct 23 10:23:22 mmm, no Oct 23 10:24:07 b43 can cause a high irq load Oct 23 10:24:14 which will slow everything else down Oct 23 10:24:27 yes, but when i transfer something through wifi Oct 23 10:25:39 when the system is idle, all seems right Oct 23 10:25:54 0 % cpu Oct 23 10:26:12 but it triggers very easy Oct 23 10:26:45 btw I will try without wifi Oct 23 10:58:07 xMff: http://pastebin.com/upEvj2Ux Oct 23 10:58:19 connects once, then after disconnect the AP disappears Oct 23 10:58:46 I didn't manage to put it on debug right on boot, not sure why Oct 23 15:23:13 ping cshore Oct 23 15:23:37 pong Oct 23 15:24:10 at some point we need to do some brainstorming on sysupgrade and extroot coexistence Oct 23 15:24:34 right now its a bit hairy as sysupgrading will leave an outdated overlay behind Oct 23 15:24:48 kmods are problematic in particular Oct 23 15:25:02 Definitely....I'm going to sleep soon today, but I will be around later and everyday next week Oct 23 15:25:03 right Oct 23 15:25:17 sure, must not be right now Oct 23 15:32:11 noticed that hairyness, too Oct 23 15:33:06 nbd * r23588 /trunk/package/mac80211/patches/570-ath9k_reset_aggr_fix.patch: ath9k: fix an aggregation hang issue that happens when a hardware reset is issued Oct 23 15:33:36 it would probably be a good start to not mount the overlay if base system was just upgraded Oct 23 15:33:48 so that users can clean it up Oct 23 15:34:08 yes Oct 23 15:37:10 making a distintion between image provided packages and packages installed in the overlay would be nice, too (I don't know if this is already done), so the (installed) packages and their versions can be updated/merged Oct 23 15:48:31 acinonyx * r23589 /packages/net/iodine/Makefile: [packages] iodine: Bump copyright date from r22619 Oct 23 15:51:01 xMff: btw, /etc/shadow should also be part of base-files's configfiles so it gets kept when upgrading images with shadow passwords enabled (it does not brick it if isn't kept, you can just telnet into it) Oct 23 15:52:43 jow * r23590 /trunk/package/base-files/Makefile: [package] base-files: mark /etc/shadow as conffile Oct 23 15:53:55 jow * r23591 /branches/backfire/package/base-files/Makefile: [backfire] merge r23590 Oct 23 16:01:04 mirko * r23592 /trunk/target/linux/s3c24xx/ (21 files in 10 dirs): [target s3c24xx] create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo Oct 23 16:09:14 xMff: hope you didn't miss my debug output about the malfunction wifi on wrt160nl Oct 23 16:09:16 xMff: http://pastebin.com/upEvj2Ux Oct 23 16:11:04 odd Oct 23 16:11:14 it seems to add wlan0 multiple times Oct 23 16:12:50 I'm going NOW to africa, I will probably be back monday if I need to provide additional debug info Oct 23 16:12:51 thanks Oct 23 16:40:16 build #12 of ps3 is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/ps3/builds/12 Oct 23 19:00:01 florian * r23593 /trunk/target/linux/generic/patches-2.6.35/009-decompress_unlzo_fix.patch: Oct 23 19:00:01 [kernel] fix lzo decompressor build failure on 2.6.35 Oct 23 19:00:01 The patch fixes the build failure in Linux 2.6.35.7. Oct 23 19:00:01 Other versions may have the same issue, but I haven't test it. Oct 23 19:00:01 Signed-off-by: Ramax Lo Oct 23 19:00:02 florian * r23594 /trunk/target/linux/ (generic/config-2.6.35 x86/config-default): Oct 23 19:00:03 [x86] add required symbols to allow building of 2.6.35.7 Oct 23 19:00:03 Signed-off-by: Philip Prindeville Oct 23 19:05:34 hi Oct 23 19:13:42 florian * r23595 /packages/libs/avahi/ (4 files in 2 dirs): (log message trimmed) Oct 23 19:13:42 [package] update avahi to 0.6.28 Oct 23 19:13:42 This updates the avahi package from 0.6.25 to 0.6.28, which, according Oct 23 19:13:42 to the avahi developers, incorporates bugfixes and fixes minor security Oct 23 19:13:43 issues. Oct 23 19:13:43 There seems to be an ongoing problem in certain situations where the Oct 23 19:13:44 avahi-daemon stops working, e.g. see Oct 23 19:52:29 mb * r23596 /feeds/desktop/tools/icon-naming-utils/Makefile: icon-naming-utils requires Perl XML::Simple Oct 23 20:21:04 mb * r23597 /packages/lang/python-sip/Makefile: python-sip: Check for python-dev prereq Oct 23 20:47:43 mb * r23598 /trunk/rules.mk: Add HOST_FPIC. It currently always is -fPIC, because that should work on all platforms, even if it may generate slightly inefficient code on some arches. Oct 23 20:49:18 mb * r23599 /packages/lang/python-sip/Makefile: python-sip: Host need -fPIC Oct 23 21:21:59 [florian]: thanks. I'll sync up. Oct 23 23:01:51 build #13 of ar7 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/13 Oct 23 23:06:03 build #15 of sibyte is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/15 Oct 23 23:07:51 build #16 of avr32 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/16 Oct 23 23:09:19 build #11 of xburst is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/xburst/builds/11 Oct 23 23:11:05 build #14 of ixp4xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ixp4xx/builds/14 Oct 23 23:13:20 build #14 of kirkwood is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/kirkwood/builds/14 Oct 23 23:13:40 build #17 of brcm63xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/brcm63xx/builds/17 Oct 23 23:16:49 build #14 of s3c24xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/s3c24xx/builds/14 Oct 23 23:17:46 build #16 of at91 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/at91/builds/16 Oct 23 23:20:42 build #13 of ubicom32 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/13 Oct 23 23:21:41 build #16 of brcm47xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/brcm47xx/builds/16 Oct 23 23:27:33 build #15 of cobalt is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/cobalt/builds/15 Oct 23 23:30:27 build #15 of gemini is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/15 Oct 23 23:31:46 build #17 of atheros is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/atheros/builds/17 Oct 23 23:33:08 acoul: did you have a chance to look at https://dev.openwrt.org/ticket/7858 yet? Oct 23 23:33:16 build #13 of ps3 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ps3/builds/13 Oct 23 23:33:53 build #14 of ramips is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ramips/builds/14 Oct 23 23:33:57 build #15 of orion is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/orion/builds/15 Oct 23 23:34:52 acoul: just removing ".ndo_change_mtu = eth_change_mtu," should be fine, shouldn't it? Oct 23 23:35:29 build #15 of pxcab is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/pxcab/builds/15 Oct 23 23:37:39 build #19 of ppc40x is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ppc40x/builds/19 Oct 23 23:39:49 build #14 of au1000 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/au1000/builds/14 Oct 23 23:40:21 build #18 of ar71xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ar71xx/builds/18 Oct 23 23:41:16 build #14 of iop32x is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/iop32x/builds/14 Oct 23 23:43:03 nbd * r23600 /trunk/package/busybox/Makefile: busybox: fix configured stampfile name - add $(SH_FUNC) for md5s Oct 23 23:43:30 nbd * r23601 /trunk/package/hostapd/patches/440-mbss_reload_fix.patch: hostapd: fix SIGHUP for multi-bss Oct 23 23:43:36 build #14 of etrax is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/etrax/builds/14 Oct 23 23:43:36 nbd * r23602 /trunk/package/ (7 files in 4 dirs): hostapd/mac80211: implement support for AP+STA Oct 23 23:44:59 build #14 of ifxmips is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ifxmips/builds/14 Oct 23 23:46:49 build #14 of ep93xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/ep93xx/builds/14 Oct 23 23:47:29 build #14 of rdc is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/rdc/builds/14 Oct 23 23:49:15 build #15 of adm5120 is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/adm5120/builds/15 Oct 23 23:49:23 nbd * r23603 /trunk/package/hostapd/patches/453-ap_sta_support.patch: hostapd: remove some unnecessary debugging code from the last commit Oct 23 23:51:15 build #15 of octeon is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/octeon/builds/15 Oct 23 23:52:27 build #14 of mpc52xx is complete: Failure [failed compile_1] Build details are at http://tksite.gotdns.org:8010/builders/mpc52xx/builds/14 Oct 24 00:23:16 nbd * r23604 /trunk/package/hostapd/patches/453-ap_sta_support.patch: hostapd: fix AP+STA reconnects **** ENDING LOGGING AT Sun Oct 24 02:59:58 2010