**** BEGIN LOGGING AT Fri Jan 15 02:59:57 2010 Jan 15 07:39:28 nbd * r19145 /trunk/package/mac80211/patches/ (2 files): mac80211: add some ibss related fixes from linux-wireless@ Jan 15 07:39:32 nbd * r19146 /trunk/package/mac80211/patches/408-ath9k_tweak_rx_intr_mitigation.patch: ath9k: tweak rx interrupt mitigation settings for better performance Jan 15 07:39:36 nbd * r19147 /trunk/package/mac80211/patches/570-ath9k_fix_rts_cts.patch: ath9k: fix rts/cts handling Jan 15 07:40:16 somebody forgot to sleep this night ;) Jan 15 07:40:30 ;) Jan 15 07:40:48 if i had slept, i would have had to get up early today Jan 15 07:40:59 same here Jan 15 07:41:01 and that wouldn't have been compatible with my current sleep cycle ;) Jan 15 09:30:17 swalker * r19148 /packages/net/netstat-nat/Makefile: [packages] netstat-nat: update to 1.4.10 Jan 15 10:17:08 anyone want to checkin a cleanup patch for the four git packages that aren't using PKG_SOURCE_VERSION:=$(PKG_REV)? Jan 15 10:27:37 Hehe so I'm not the only one with a messed up sleeping cycle /-) Jan 15 12:08:00 juhosg * r19149 /trunk/target/linux/ar71xx/ (9 files in 6 dirs): ar71xx: add GPIO driver for the NXP 74HC153 chip Jan 15 12:08:12 juhosg * r19150 /trunk/target/linux/ar71xx/ (11 files in 6 dirs): ar71xx: add preliminary support for the Buffalo WZR-HP-G300NH Jan 15 12:11:06 juhosg * r19151 /trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh: ar71xx: fix typos in the ar71xx.sh Jan 15 13:30:47 claudio * r19152 /trunk/target/linux/brcm63xx/files/ (2 files in 2 dirs): bcm63xx: add gpio leds to alice gate Jan 15 13:40:20 claudio * r19153 /trunk/target/linux/etrax/patches-2.6.30/200-samsung_flash.patch: etrax: fix detection of samsung flash chip (#6155) Jan 15 16:25:44 What do I use for the architecture in a package if it is hardware independent? Jan 15 16:26:42 <[florian]> I think it's all Jan 15 16:26:44 <[florian]> "all" Jan 15 16:27:17 nice, I had tried 'All', but 'all' works Jan 15 16:27:20 thanks Jan 15 16:29:22 <[florian]> yw Jan 15 16:40:47 ping nbd: would be nice of uci were more descriptive when it reports 'Entry not found'. I've got a script sprinkled with uci commands, and one is reporting that, and I cant seem to determine which it is. Just a thought. Jan 15 18:06:53 netprince: i'll consider it Jan 15 18:07:01 netprince: sh -x helps for debugging, though ;) Jan 15 18:07:42 thanks, will look into it Jan 15 19:31:10 ok, I must be doing something wrong. Fresh checkout from trunk, make menuconfig select x86 generic, ramfs file system, no other changes Jan 15 19:31:11 build Jan 15 19:31:22 and it's not finding the ramfs when booting Jan 15 19:31:38 VFS: Cannot open root device "" or unknown-block(9,0) Jan 15 19:31:39 Please append a correct "root=" boot option; here are the available partitions: Jan 15 19:31:39 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(9,0) Jan 15 19:31:59 anybody run into this, am I missing a step, or did something get broken recently ? Jan 15 20:20:28 groz: i think the kernel tree does not build the initramfs data into the kernel image on x86 Jan 15 20:20:46 i don't think it was broken recently, this issue might have been there for a while now Jan 15 20:21:52 ok, I have a build from a little while back, have to go check exactly when, back at kernel 2.6.31.5 that actually works Jan 15 20:21:59 hm Jan 15 20:21:59 I was just trying to update to 'latest' Jan 15 20:22:00 odd Jan 15 20:22:12 my method is to build the vmlinuz, then netboot it Jan 15 20:22:23 the one I have from then netboots fine, this one doesn't, i'm still hunting it down Jan 15 20:22:40 anyone know if -soname is worked around in some packages for Mac? It seems my boss is having trouble compiling on his Mac because libuuid uses ld -soname Jan 15 20:22:45 I'll go ensure it's actually putting it in Jan 15 20:23:13 thansk for the pointer nbd, I wasn't sure where to start looking, and haven't had a chance to start yet Jan 15 20:23:19 stupid phone keeping me busy this morning Jan 15 20:23:54 cshore: i'll give it a try later, my main dev machine is a mac Jan 15 20:25:45 ok, thanks Jan 15 21:31:04 anyone know why the disabled case for https://dev.openwrt.org/browser/packages/utils/collectd/Makefile#L157 appears to be broken? Jan 15 21:40:37 swalker: it needs to be CONFIGURE_PLUGIN = ..., not CONFIGURE_PLUGIN := ... Jan 15 21:40:58 variables used together with $(call ...) need to use lazy evaluation Jan 15 21:41:00 doh Jan 15 22:00:58 swalker * r19154 /packages/utils/collectd/ (3 files in 3 dirs): [packages] collectd: lazily evaluate CONFIGURE_PLUGIN (thanks nbd) (#6447), update to 4.9.1 Jan 15 22:33:45 can I run passwd programatically? Jan 15 22:34:22 easy way to customize a image with password(and telnet disabled, ssh enabled) **** BEGIN LOGGING AT Fri Jan 15 22:50:31 2010 Jan 15 22:54:33 Bartman007: http://www.frys.com/product/6084298 Jan 15 22:54:33 Bartman007: it lacks the USB 2.0 port and Gigabit features of the Netgear WNDR3700... but we are talking $49.99 vs. $150 -- but perhaps an easy USB hack for you ;) **** BEGIN LOGGING AT Fri Jan 15 23:09:17 2010 Jan 15 23:24:42 nunojpg: do you need to generate on the fly, or do you just want to have a predefined password? Jan 15 23:29:57 swalker: thanks Jan 15 23:41:21 swalker: actually looks passwd only changes /etc/passwd...? Jan 15 23:41:34 so telnet and ssh exchange is just a side-effect Jan 15 23:42:20 and I can set the password on my image just by placing a file with the correct hash on trunk/files/etc/passwd Jan 16 00:11:39 nbd * r19157 /trunk/tools/libuuid/Makefile: libuuid: only build the static variant - fixes compile on mac os x Jan 16 00:13:14 nbd * r19158 /trunk/tools/mtd-utils/ (6 files in 4 dirs): mtd-utils: fix compile on mac os x Jan 16 00:13:14 nbd * r19159 /trunk/tools/mtd-utils/patches/120-cygwin_fixes.patch: mtd-utils: refresh the cygwin_fixes patch Jan 16 00:13:15 cshore: there you go Jan 16 00:13:29 nbd: I noticed today with the ar9160 in client mode and no encryption that coverage 0 does work fine Jan 16 00:13:59 i added a workaround Jan 16 00:14:16 i'm discussing the ack timeout issue with atheros at the moment Jan 16 00:14:20 ok Jan 16 00:14:39 just thought I'd mention that client mode did work ;-) Jan 16 00:15:02 ;) Jan 16 02:21:40 ping [florian] Jan 16 02:22:45 anyone know what svn command is to change from svn:// to svn+ssh:// in an existing tree? svn --relocate or something? Jan 16 02:24:17 svn switch --relocate NEWURL? **** ENDING LOGGING AT Sat Jan 16 02:59:56 2010