**** BEGIN LOGGING AT Sat Dec 17 02:59:57 2005 **** BEGIN LOGGING AT Sat Dec 17 04:47:49 2005 Dec 17 08:31:20 03marceln * 10unslung/ (Makefile make/nrpe.mk sources/nrpe/configure.patch): Changed configure.in so that nrpe should work. Dec 17 10:46:18 03koen 07org.openembedded.dev * r4f6c7596... 10/packages/xchat/xchat_2.6.0.bb: xchat: add 2.6.0 Dec 17 14:34:04 03rwhitby * 10unslung/make/dropbear.mk: Updated to dropbear version 0.47 Dec 17 14:36:38 03rwhitby * 10unslung/.cvsignore: Added mss to .cvsignore. Dec 17 16:02:32 * mwester peeks in to see if rwhitby is around... Dec 17 16:04:03 mwester: ping Dec 17 16:04:09 whassup Dec 17 16:04:49 Just wanted to let you know that a slightly more elegant slingbox patch with Linksys' mods is working. Dec 17 16:06:38 nice. So we can put that patch in packages/busybox/slingbox-1.00/linksys-mods.patch ? Dec 17 16:07:08 did you find any other busybox mods that Linksys did? Dec 17 16:08:22 Now that we have the source - if we can find all the Linksys mods, then we could get rid of slingbox altogether, and just replace the busybox with a more complete busybox in the firmware image. Dec 17 16:08:32 Difficult to say what's Linksys and what's just cruft -- the provided source claims to be 0.60.4 but much differs in small ways (lots of headers that differ in version numbers, so it looks to me like Linksys (or contractors) did a "pick and choose" at one point. Dec 17 16:09:18 Do you think it will be possible to sort it out and generate a patch against the latest busybox sources for all the Linksys mods? Dec 17 16:10:38 Not something I'm capable of doing quickly; it took a long time to sort out the "umount.c" routine. Many many small changes all over the place. Perhaps someone with more knowlege of busybox can sort it out though. I'll certainly take on the challenge, but it would be a shame to hold up 6.4 unslung waiting for a complete patch. Dec 17 16:11:54 Actually, what I need a diff tool capable of graphically diff'ing two sources against a common ancestor -- like ClearCase's cleardiff, but free would be nice! :) Dec 17 16:12:12 xxdiff ? Dec 17 16:12:33 I'll google it and take a look - thx Dec 17 16:12:33 (I'm a ClearCase user at work too) Dec 17 16:12:50 I used to work for the folks who wrote ClearCase. Dec 17 16:13:15 Atria, Rational, or IBM ? Dec 17 16:13:37 Must be Atria, cause Rational and IBM just bought it :-) Dec 17 16:13:38 Atria when I joined, then PureAtria, and then Rational. Dec 17 16:14:01 oh, yes, I forgot about PureAtria :-) Dec 17 16:35:38 mwester: so is your recommendation that we do the umount patch for Unslung 6.x, and leave the wholesale busybox upgrade for Unslung 7.x ? Dec 17 16:41:20 mwester, I like meld - http://meld.sourceforge.net/ Dec 17 16:44:46 rwhitby, I wouldn't say that - I'd just like to get the umount patch checked in so that the 6.4 alpha and beyond have that working. Then I'll keep on the busybox patch, and perhaps someone else just needs to take a quick look at the busybox diffs. I'm looking at them again right now. Dec 17 16:45:05 jacques, I'll check that out as well. thanks! Dec 17 16:45:44 mwester: did you talk to koen about OE write access ? Dec 17 16:47:25 From a quick check of the log for #openslug, I think I just missed him when I got back in here. (darned timezones! :)) Dec 17 16:49:41 Well so far it actually looks like the bulk is syntactic stuff (includes, diff names for #defines, etc), and I'm already up to "halt.c" -- which is custom code as well.... Dec 17 16:51:54 generate a key for mwester@openembedded.org (following the instructions at http://www.nslu2-linux.org/wiki/HowTo/CreateAndUseMonotoneKeys) and send me the public key part Dec 17 17:10:44 rwhitby, got key (BTW, love the last line of that wiki entry! :D ) - email, or cut'n'paste here? Dec 17 17:19:21 NAiL: juhu? Dec 17 18:26:49 ACTION  Dec 17 19:34:09 mwester: ping Dec 17 19:34:34 I'm here :) Dec 17 19:35:02 re the keyspan module. Is that a standard module that just wasn't enabled, or is it a custom module? Dec 17 19:36:41 Standard module. And if I checked that the patches were already installed before I tried to apply them, it would have been as simple as editing defconfig and building it. Dec 17 19:37:19 ok, well your key is in now, so you can do that :-) Dec 17 19:38:07 You mean check in building keyspan as a standard module? Dec 17 19:38:18 make sure you use the master makefile targets for all pushes ("make push") and pulls ("make update") and make sure you are under the openembedded dir when adding new files to openembedded. Dec 17 19:38:39 yep, I mean enabling that module for the unslung firmware, and then the module will be uploaded to the feed automatically. Dec 17 19:40:07 Ok - thanks! I'll be moving carefully, but I expect I'll probably break something sooner or later :( Dec 17 19:40:30 we've all broken something. they key to getting write access is knowing how to fix it Dec 17 19:42:04 :) The principles I understand, how monotone implements same is a bit, uh, different. Dec 17 19:43:00 I like monotone. The ability to do all commands disconnected from the network is one that I use all the time. Dec 17 19:44:32 I'll clean up the area a bit and submit the (temporary) slingbox patch. The rest of the slingbox stuff is just a mess, but the mess doesn't seem to do anything I'd consider to be a Linksys customization. The init, halt, and similar routines are heavily customized, though. That'll take some work, but should be do-able. Dec 17 19:44:57 c/slingbox stuff/linksys busybox stuff/ Dec 17 19:45:01 yeah, I was expecting things in init and halt Dec 17 19:49:20 BTW, there's still a GCC lib in /lib that has no X perms and isnt' stripped - leave it, fix it, and if fix it, can we just fix it when the image is built? (the gcc lib stuff is pretty arcane) Dec 17 19:50:20 does it need X perms? Dec 17 19:51:16 No - it works fine without. I'm just a perfectionist and it doesn't match the rest of the contents of /lib!!! But stripping it might get back a few disk blocks... Dec 17 19:51:34 how much does stripping save? Dec 17 19:52:40 we can do the X perm in the .bb file Dec 17 19:54:36 Can't strip it right now 'cause I blew away my native build on the slug. I think it was about 8 - 10K that we'd save? Question is, which .bb file - maybe that's why nobody's fixed it! Dec 17 19:54:44 ANN: optware feeds are now up to date Dec 17 20:00:18 mwester: it would have to be done in unslung-image probably Dec 17 20:00:51 (in the unslung_clean_image routine) Dec 17 20:02:40 So feel free to do that, and update the defconfig for the keyspan module, an increment the PR. Then the autobuilds should update the feed. Dec 17 20:07:25 back later - have fun! Dec 17 23:30:38 Stuck mounting NTFS on uNSLUng ... have installed ufsd package .. can someone point me right direction pls Dec 18 00:54:05 what is the proper way to build the 2.4.22 nslu2 kernel? Dec 18 01:08:19 mf.. never get my slugs working with the ipx*2_1 stuff :P Dec 18 01:08:44 ixp that is Dec 18 01:15:12 oh.. never mind Dec 18 02:57:42 morfic: using the MasterMakefile, type "make unslung-kernel" Dec 18 02:58:38 kolla: latest ixp modules in monotone work very well - they even work in little-endian mode now. The trick is to completely clean the ixp* packages if you ever build a new version of the kernel, to ensure that the /lib/modules/ matches. **** ENDING LOGGING AT Sun Dec 18 02:59:56 2005