**** BEGIN LOGGING AT Wed Oct 19 03:00:21 2005 Oct 19 03:49:39 03hrw 07org.openembedded.dev * r2f8978a5... 10/: Oct 19 03:49:41 python: fixed SRC_URI for 2.3.3, 2.3.4, 2.4.0, 2.4.2 versions - fixed #407 Oct 19 03:49:44 - upstream changed source code location Oct 19 04:49:45 why isn't there a cups in the openslug ipkg feed? Oct 19 04:50:22 because nobody has succeeded in making it compile Oct 19 04:50:31 bummer Oct 19 04:50:37 well, someone managed actually, and I think I have the patches somewhere Oct 19 04:51:08 but I've been really busy lately ;) Oct 19 04:51:22 right. is there some other way of setting up printing that avoids cups entirely? Oct 19 04:51:35 I just want my little slug to be a simple printserver Oct 19 04:51:45 (I've already got samba up and running= Oct 19 05:50:11 03rwhitby * 10debian/configs/nslu2_defconfig: Attempting to produce a kernel which can be used for be and le with just a single line change in the defconfig. Oct 19 05:51:02 03rwhitby * 10debian/Makefile: Added code to build either big or little endian kernels. Oct 19 05:53:57 Jacmet: the little endian kernel that is built by the debian cvs Makefile doesn't work. It'd be great if you could work out why (by comparing with the le kernel you build). Oct 19 05:55:31 rwhitby: please define "doesn't work" Oct 19 05:55:51 dwery: Using base address 0x01d00000 and length 0x000f1d6c Oct 19 05:55:53 then nothing Oct 19 05:56:08 mmm.. is the le switch code inplace? Oct 19 05:56:19 I'm sure I must have made a mistake somewhere, but I can't see it, so I need fresh eyes to look at it. Oct 19 05:56:32 yep, I use devio to prepend in the Makefile Oct 19 05:56:44 quite strange then Oct 19 05:56:59 did you tested with tftp? Oct 19 06:08:46 yep, tested with tftp. Oct 19 06:09:00 I just build a be kernel with the same makefile and it booted fine Oct 19 06:09:32 dwery-away: as I said, it's probably just a stupid mistake I've made somewhere, but it could also be a missing le patch somewhere. Oct 19 06:10:09 rwhitby: did you swapped the whole kernel, even the code you added with devio? Oct 19 06:11:02 I built the kernel, then prepended according to jbowler's script, then tftp loaded and exec'd that. Oct 19 06:11:36 Is there swapping required somewhere? Oct 19 06:11:50 yes. compile, prepend, swap if you test via tftp Oct 19 06:12:11 I thought jbowler's email about kernel delivery meant that I didn't have to swap ? Oct 19 06:12:41 ahh - no swapping for flash, but swapping required for tftp ? Oct 19 06:13:02 you got it. Oct 19 06:13:28 that's a bummer Oct 19 06:13:53 is there a devio idiom to swap the whole file? Oct 19 06:14:13 dunno.. but there's a pythion script on the Jacmet's homepage Oct 19 06:18:02 I'll have to ask jbowler-away for a devio command that swaps while copying Oct 19 06:44:40 dwery-away: that works now, thanks! Oct 19 06:51:35 Hmm - No RedBoot partition table detected in IXP4XX-Flash.0 Oct 19 06:52:12 dwery-away: is there a patch missing for reading the redboot partition unchanged from an le kernel? Oct 19 06:53:32 rwhitby: you have to use upslug to write a big e partition table Oct 19 06:53:46 it's the old --little-big option Oct 19 06:54:01 be should be able to read the same partition Oct 19 06:54:06 but I already have a big endian partition table in flash Oct 19 06:54:24 is the latest copy from patch in place? Oct 19 06:54:40 is it in the kernel cvs repo? Oct 19 06:54:46 yes Oct 19 06:57:36 yep, I've confirmed that that cvs version 1.3 of 2.6.14/10-ixp4xx-copy-from.patch was used. is that the right version? Oct 19 06:58:26 rwhitby@sarge:/home/debian/kernel$ md5sum 2.6.14/10-ixp4xx-copy-from.patch Oct 19 06:58:26 f223f4b67fb5fd0743f13458b7925dce 2.6.14/10-ixp4xx-copy-from.patch Oct 19 06:58:34 yes Oct 19 06:59:24 is there something else in the defconfig which needs to be changed for LE, other than CONFIG_CPU_BIG_ENDIAN? Oct 19 07:02:01 the LE patch on Jacmet's page has a whole lot of other stuff for MTD_REDBOOT_PARTS for LE in it. Has that gone missing somewhere? Oct 19 07:02:35 + /* Hack: Last sector contains RedBoot FIS table in big-endian format. Oct 19 07:02:36 + Convert into little endian format so we can use RedBoot parser */ Oct 19 07:04:00 rwhitby: that's old, the copy from is enough Oct 19 07:04:06 as long as the partition table is be Oct 19 07:04:25 Hmm - I'm not seeing that in practice. Has someone tested that? Oct 19 07:05:45 it would be great if you or Jacmet could build a kernel from the CVS and see if it works for you. Oct 19 07:05:52 night Oct 19 07:08:12 rwhitby-asleep: jbowler-away tested it. Oct 19 07:29:26 rwhitby-asleep: I didn't have time to test it yesterday, I'll try tonight Oct 19 08:00:38 03jp30 * 10unslung/make/qemu-libc-i386.mk: qemu-libc-i386: changed gcc version to 3.4.4, resolving fix-fixincls problems with crosstool 0.38, bumped ipk version Oct 19 09:09:10 03koen 07org.openembedded.dev * rbeeae2bd... 10/: libsdl-x11 1.2.7: enable cdrom support, need for scummvm. Also bump PR for -qpe version Oct 19 16:38:34 hello Oct 19 16:38:48 Anyone here have perl installed on the slug to help me test something? Oct 19 16:51:42 03jbowler 07org.openembedded.dev * r007b2be4... 10/: Oct 19 16:51:44 jamvm: thumb builds; force use of arm because of assembler within v 1.3.2 Oct 19 16:51:46 - the code has ARM assembler, which doesn't work when compiled -mthumb Oct 19 16:51:48 - so disable -mthumb by setting ARM_INSTRUCTION_SET="", only affects Oct 19 16:51:50 - thumb builds (no PR bump - it didn't even compile before.) Oct 19 17:33:14 rwhitby-web: you alive? Oct 19 17:47:19 <[g2]> McTails rwhitby-web passed on :) Oct 19 17:48:28 Yeah ... Oct 19 17:48:32 you alive still [g2] Oct 19 17:48:45 * McTails is swearing about package bugs in openslug Oct 19 17:48:52 Perl seriously broken :-/ Oct 19 17:48:56 ^is Oct 19 17:49:15 <[g2]> McTails which perl ? Oct 19 17:49:27 Cross - there is no native perl build yet Oct 19 17:49:32 <[g2]> perl on the slug is kinda general Oct 19 17:49:39 Well, I tried to recompile Oct 19 17:49:54 ./Configure totally hung tried to figure out data alignment Oct 19 17:50:17 <[g2]> nod. echo 5 > /proc/cpu/alignment Oct 19 17:50:25 Meh Oct 19 17:50:27 kludge Oct 19 17:50:37 I'm going to try building a native perl Oct 19 17:50:41 I need a working CPAN Oct 19 17:50:47 <[g2]> it's the alignment test thats hannging in sthe Cofngure !!! Oct 19 17:51:03 I meant rebuilding perl on the slug Oct 19 17:51:16 <[g2]> yeah _so_ do I ! Oct 19 17:51:23 Well Oct 19 17:51:32 <[g2]> been there done that pass _all_ the tests Oct 19 17:51:32 Has the gcc been regression testing? Oct 19 17:51:50 <[g2]> I haven't tried the gcc regression tests Oct 19 17:51:52 [g2]: I tried to get the perl's testsuite to run, but it's so patched and fried Oct 19 17:52:10 (it seems hardwired to the source dirs perl, I couldn't get it to run against the pre-built on) Oct 19 17:52:14 <[g2]> all the perl tests pass for 5.8.7 a couple months ago Oct 19 17:52:27 Is it possible something broke since then? Oct 19 17:52:37 CPAN always dies on me when trying to load the index file Oct 19 17:52:43 <[g2]> I think there's a floating point testing that doesn't pass for 14 digits Oct 19 17:52:49 strace says "stray exit syscall" Oct 19 17:52:51 <[g2]> CPAN ran too! Oct 19 17:52:54 It runs Oct 19 17:52:58 Doesn't work beond that Oct 19 17:53:07 <[g2]> CPAN worked for me Oct 19 17:53:12 You were able to install? Oct 19 17:53:17 <[g2]> install Bundle::readline Oct 19 17:53:22 Odd ... Oct 19 17:53:25 That's why Oct 19 17:53:26 <[g2]> lots of stuff Oct 19 17:53:30 I formatted Oct 19 17:53:41 I'm going for a baseline just to confirm it wasn't human error Oct 19 17:53:59 <[g2]> McTails from what I remember there was an autotools and file issue Oct 19 17:54:14 <[g2]> and CPAN needs the real bunzip or gzip or both Oct 19 17:54:21 <[g2]> not the busybox ones which fail Oct 19 17:54:22 That would explain it Oct 19 17:54:28 It died called Compress::zlib Oct 19 17:54:54 <[g2]> This was all written up months ago on the wiki under native compiling Oct 19 17:55:10 <[g2]> okay may not all of it, but 98% Oct 19 17:55:17 http://www.nslu2-linux.org/wiki/HowTo/OpenSlugNativeCompileEnvironment Oct 19 17:56:36 I really would like to know where these instructions are Oct 19 17:57:02 [g2]: Thanks though, I really needed a working perl, and if this fixs it, you just made my day Oct 19 17:57:06 <[g2]> McTails that's and end product after a couple months of work Oct 19 17:57:20 I know Oct 19 17:57:25 <[g2]> Daka was key in productizing that Oct 19 17:57:28 I'm putting it to the test right now Oct 19 17:57:37 <[g2]> good we need that Oct 19 17:58:02 Ok, I'm downloading index files with CPA Oct 19 17:58:03 CPAN Oct 19 17:58:08 <[g2]> but it's a little dated as many ppl are just running Open Debian Oct 19 17:58:10 All I've installed was openslug-native and nano Oct 19 17:59:00 It's hanging in the same place Oct 19 17:59:07 CPAN should kill itself in a few moments Oct 19 17:59:16 Going to read /root/.cpan/sources/modules/02packages.details.txt.gz Oct 19 17:59:16 Database was generated on Sat, 06 Aug 2005 05:58:42 GMT Oct 19 17:59:16 HTTP::Date not available Oct 19 17:59:16 Killed Oct 19 17:59:16 root@nn-pdc:~# Oct 19 18:00:25 But I think Oct 19 18:00:33 ^I have a theory on how to fix this Oct 19 18:01:12 So much for that theory - gzip and bzip2 are both the proper versions Oct 19 18:02:05 The only other thing I can think is I deunderclocked my slug Oct 19 18:03:31 oh no [g2] died Oct 19 18:04:03 <[g2]> no, [g2] was reading/searching the wiki Oct 19 18:04:19 <[g2]> Ok it was June Oct 19 18:04:33 I also just installed coreutils - nothing Oct 19 18:04:43 <[g2]> If you go to the "history" link on that page you can see the original at the bottom Oct 19 18:04:49 ok Oct 19 18:04:56 I didn't even know about it, or I would have checked history Oct 19 18:05:08 <[g2]> and there's a DevInst shell that has all the packages Oct 19 18:05:28 DevInst? Oct 19 18:05:35 BTW, second bug Oct 19 18:05:40 groff is missing Oct 19 18:05:44 It breaks the install of man Oct 19 18:07:49 I don't see anything really relavent in regards to building perl itself. I can run perl just fine, it's CPAN that mysteriously dies Oct 19 18:08:01 and I really don't want to have to install 30 something dependancies by hand Oct 19 18:12:03 Does CPAN work in debianslug? Oct 19 18:12:52 I really don't like Debian's system that much, since apt-get can be a pain to fix when it breaks Oct 19 18:12:59 but if CPAN works, I'll take it Oct 19 18:22:52 <[g2]> what do you want to install Oct 19 18:29:14 back Oct 19 18:29:25 A perl-based WAP proxy server Oct 19 18:35:52 03jbowler * 10kernel/2.6.14/10-mtdpart-redboot-fis-byteswap.patch: Support for automagic byte swap of the FIS directory. Oct 19 19:26:24 anyone alive? **** BEGIN LOGGING AT Thu Oct 20 09:58:12 2005 Oct 20 10:43:38 anyone here familiar with how to build a third-party kernel module within oe? i am looking at incorporating Ardis's linux-iscsi-target module into unslung Oct 20 11:12:00 jbot, status Oct 20 11:12:01 Since Tue Oct 18 07:11:25 2005, there have been 61 modifications, 341 questions, 0 dunnos, 0 morons and 308 commands. I have been awake for 2d 11h 1m 9s this session, and currently reference 109425 factoids. I'm using about 19004 kB of memory. With 0 active forks. Process time user/system 7725.04/444.16 child 0.04/0.01 Oct 20 11:18:13 no morons?!?! Oct 20 11:18:20 jbot, are you sure? Oct 20 11:19:25 heh Oct 20 11:31:02 i've just noticed minicache was once supported, code by Russell King. The code has been removed a while ago, anybody knows why? Oct 20 11:31:49 http://kernel.kernelnotes.de/linux-2.6.4/arch/arm/mm/minicache.c Oct 20 12:19:04 need some expert advise, I just flashed a new image and when I try to ssh to the slug I get "No route to host" Oct 20 12:19:14 also ping does not work (and ping to 192.168.0.1 neither) Oct 20 12:19:29 what could be wrong & is there a suggestion to fix it? (i do not have serial) Oct 20 12:19:38 reboot without hard disk did not help Oct 20 12:35:47 no route to host usually means that you're trying to reach an address that is not on your subnet Oct 20 12:36:09 ie you're on 192.168.1.x and you're trying to ssh into 192.168.2.x Oct 20 12:37:24 the address is on my subnet, but the router can't find the slug Oct 20 12:37:57 I just connected it with a cross cable directly to the laptop, started ethereal and booted the slug, but no network activity at all Oct 20 12:41:24 connecting with a cross cable would not alleviate that issue Oct 20 12:42:00 check your pc's IP address Oct 20 12:42:02 nope, but by making a direct connection to the slug I was sure that the router inbetween did not do nasty things Oct 20 12:42:14 and I could use a packet sniffer Oct 20 12:42:17 it's not a route failure Oct 20 12:42:57 it's a failure for your pc to be able to "locate" the ip that you are trying to reach -> no *route* to that ip Oct 20 12:43:06 i know Oct 20 12:44:02 you can't ping something that is not on the same subnet - unless you've aliased the ip subnet Oct 20 12:44:05 initially i thought that maybe my image on the harddisk was no good Oct 20 12:44:20 does the slug give a strangled beep? Oct 20 12:44:29 well, my ip did not change Oct 20 12:44:44 you didn't change your pc's ip to get into redboot? Oct 20 12:44:49 strangled? it just seems to go through its normal boot procedure Oct 20 12:45:27 I didn't change the IP, a few mins ago I decided to go to redboot, but then I always do an "add route" Oct 20 12:45:49 actually I am reflashing an old image as we speak Oct 20 12:45:55 the "strangled beep" is that beep which indicates that the slug has completed the boot process... Oct 20 12:45:57 k Oct 20 12:46:35 i'm not sure if it beeped, but the led went from red via flashing amber to solid green Oct 20 12:47:03 I think i got the beep though Oct 20 12:47:06 unslung or openslug? Oct 20 12:47:22 openslug, just build the image from the head Oct 20 12:47:31 k Oct 20 12:47:33 yes, i know, i'm living on the edge Oct 20 12:47:44 not sure that there is a beep at the end of boot for openslug Oct 20 12:48:14 static or dhcp set for the slug? Oct 20 12:48:33 yes there is a beep, I just reflashed and got the beep. I use static ip Oct 20 12:49:04 that ip may not be the same (I have seen/read of reports that it gets changed somehow) Oct 20 12:50:13 that's why I wanted to sniff it. After reflashing it listens to its old ip again. Oct 20 12:50:31 the odd thing is that I also always have to go to redboot to upgrade, pressing the reset does not work for me Oct 20 12:50:57 never has for me either... I always use redboot to upgrade Oct 20 12:51:11 course it's a bit easier when all of my slugs are serial enabled Oct 20 12:51:43 yeah, that helps a lot. I could not get the solder from the holes to put a header for serial Oct 20 12:51:55 solder sucker Oct 20 12:52:10 radio shack has them for less than $5 Oct 20 12:52:38 yeah, probably give that a try at some point in time. better find someone at work with the right tools Oct 20 12:52:53 currrently I load netconsole but of course that does not help right now Oct 20 12:53:16 I have extra serial cables as well Oct 20 12:54:54 didn't get that far yet to hunt for a cable, but might be able to get one at work as well, need to try Oct 20 12:55:45 eFeM. PM Oct 20 13:52:07 [g2]: !ping Oct 20 13:52:27 rwhitby: wb Oct 20 14:04:01 tried to build an image with netboot, did not work either, so now I'm back to an older version Oct 20 14:06:28 no idea why the openslug version at the head does not work for me Oct 20 14:07:35 eFfeM: Openslug pretty broken at the moment Oct 20 14:07:44 Perl is busted, and I get package breaking from time to time Oct 20 14:07:49 hey, still had nc running in another window Oct 20 14:07:54 I got this: Oct 20 14:07:55 ixp425_eth: ixEthMiiLinkStatus failed on PHY0. Oct 20 14:07:55 Can't determine Oct 20 14:08:03 That can't be good Oct 20 14:08:07 the auto negotiated parameters. Using default values. Oct 20 14:08:12 You running openslug, or opendebianslug? Oct 20 14:08:23 openslug Oct 20 14:08:40 From what [g2] said, everyone went to opendebianslug apartantly Oct 20 14:09:15 hm, is it? #openslug is indeed not very crowded Oct 20 14:09:29 I didn't even know about #openslug Oct 20 14:09:35 I'm just going on word of mouth Oct 20 14:09:41 (ok 27 is still quite reasonable) Oct 20 14:09:52 Woot, SWAT works Oct 20 14:10:13 eFfeM: Can you try using Perl Oct 20 14:10:19 's CPAN module? Oct 20 14:10:42 i've used perl before, but can't write it Oct 20 14:10:50 just type perl -MCPAN -e shell Oct 20 14:10:57 then reload index once you do inital configuration Oct 20 14:11:03 I'm trying to see if it's something I'm doing Oct 20 14:11:22 [g2] said perl works fine for him, but I erased my openslug drive and I still can't get it to load the index file Oct 20 14:12:22 Also, why is all of SWAT's documenation missing? Oct 20 14:13:00 the perl cmd complains about some programs missing Oct 20 14:13:16 i got my perl from ipkg Oct 20 14:13:24 With openslug-native? Oct 20 14:13:36 no idea, but probably cross Oct 20 14:13:42 No, I mean the package Oct 20 14:14:17 i've no idea, it has been a while since I installed it Oct 20 14:14:29 What openslug version are you on Oct 20 14:14:59 the head of a week or so ago. about 2.7 Oct 20 14:15:01 * McTails scps the missing swat files to the slug Oct 20 14:15:11 I'm prob the only one using the stable binary Oct 20 14:15:26 used that before without problems (2.5 that is) Oct 20 14:15:41 Did you get a cpan> prompt when you went through all of Perl's prompts Oct 20 14:15:50 yes Oct 20 14:15:51 (you don' tneed all the other programs, it just makes perl faster) Oct 20 14:15:55 type reload index Oct 20 14:16:18 It instructs Perl to download a new index file for packages, and then it crashs Oct 20 14:16:34 (ignore the HTTP::Date message, I manually installed it on my slug, and it still didn't fix the problem) Oct 20 14:16:54 not for me Oct 20 14:17:05 It downloads two files Oct 20 14:17:12 Then you'll see HTTP::Date is missing Oct 20 14:17:14 and then killed Oct 20 14:18:13 its still running for me. The last two lines are: Going to read /root/.cpan/sources/modules/02packages.details.txt.gz Oct 20 14:18:13 Database was generated on Thu, 20 Oct 2005 20:02:57 GMT Oct 20 14:18:17 do you have sufficient swap? Oct 20 14:18:26 Yeah I know Oct 20 14:18:31 It goes for awhile, then dies Oct 20 14:18:38 I gave the slug over 256MB Oct 20 14:18:47 we'll see Oct 20 14:18:49 strace says stray exit syscall Oct 20 14:19:39 my swap is 522 mb Oct 20 14:19:53 hold on, let me check my swap Oct 20 14:20:33 cat /proc/swaps Oct 20 14:20:49 Nothing ... Oct 20 14:20:51 * McTails reswapons Oct 20 14:21:09 /dev/sda1 partition 257000 0 -1 Oct 20 14:21:26 looks good Oct 20 14:21:40 It didn't come up on boot cause I forgot to stick it in fstab Oct 20 14:22:14 I figure I can also use a file on sda2 for swap if worse comes to worse Oct 20 14:22:38 it now got its 3rd file: Going to read /root/.cpan/sources/modules/03modlist.data.gz Oct 20 14:22:44 o_o; Oct 20 14:22:54 It always dies for me before this point Oct 20 14:22:57 what perl version are u using Oct 20 14:23:01 Did you compile yourself or are you using the binaries? Oct 20 14:23:07 5.8.7 Oct 20 14:23:10 i'm using the binaries Oct 20 14:23:19 also 5.8.7 here Oct 20 14:23:25 Built on? Oct 20 14:23:31 Did you overclock your slug? Oct 20 14:23:36 I think I figured out the problem Oct 20 14:23:57 i'm overclocked, i think i just got perl from ipkg Oct 20 14:24:13 Odd Oct 20 14:24:21 what's your uname -a Oct 20 14:24:30 You seem to be building your openslug image Oct 20 14:24:57 anybody an idea why I got this when booting my kernel: ixp425_eth: ixEthMiiLinkStatus failed on PHY0. Oct 20 14:25:29 Initializing IXP425 NPE Ethernet driver software v. 1.1A Oct 20 14:25:29 ixp425_eth: CPU clock speed (approx) = 0 MHz Oct 20 14:25:29 [error] ixEthMiiPhyScan : unexpected Mii PHY ID 00008201 Oct 20 14:25:29 ixp425_eth: npe0 is using the PHY at address 0 Oct 20 14:25:29 ixp425_eth: npe1 is using the PHY at address 1 Oct 20 14:25:33 That's what I get as well Oct 20 14:25:46 eFfeM: The slug has two ethernet ports, that might be referring to the other one Oct 20 14:25:53 uname says: Linux NSLU2 2.6.14-rc2 #1 Sat Oct 1 15:36:02 CEST 2005 armv5teb unknown Oct 20 14:26:00 i know about the two ports Oct 20 14:26:05 Ok ... Oct 20 14:26:30 Did you build your openslug image Oct 20 14:26:31 but i had perl also running on 2.6.12 Oct 20 14:26:34 yes Oct 20 14:26:45 Mine is that prebuilt binary Oct 20 14:26:51 (I don't have a linux machine to build on) Oct 20 14:27:03 Can I use your openslug image binary? Oct 20 14:27:08 2.5 or 2.7? Oct 20 14:27:16 2.7 preferably Oct 20 14:31:21 BTW, is groff missing for you? Oct 20 14:31:51 yews Oct 20 14:31:52 yes Oct 20 14:32:20 I've had horrible luck with OE/BB in the past, but maybe I can get it working on the slug itself Oct 20 14:32:37 I just pray I can still figure out how to build a cross-compiler on Mac OS X Oct 20 14:33:02 i just have a pc to crosscompile Oct 20 14:33:11 I'm getting a PC very soon Oct 20 14:33:22 (my dad's old Dell, 3Ghz) Oct 20 14:33:46 but we're not quite there yet :-/ Oct 20 15:05:51 Great, nslu2-linux.org is down Oct 20 15:07:45 not realy, apache is still working Oct 20 15:07:57 ;-) Oct 20 15:08:03 it was down a little bit Oct 20 15:08:06 now I get the index Oct 20 15:08:19 and now it's totally down Oct 20 15:09:23 icct **** BEGIN LOGGING AT Thu Oct 20 16:06:11 2005 Oct 20 18:07:53 nick cb_log Oct 20 18:22:38 jbowler: you were right about /linuxrc not being there in the initrd.gz-debian. Unfortunately I only had Jacmet's defconfig for the sda2 version of the kernel, and it does have a linuxrc. **** BEGIN LOGGING AT Thu Oct 20 18:54:11 2005 **** BEGIN LOGGING AT Thu Oct 20 22:27:18 2005 **** BEGIN LOGGING AT Thu Oct 20 22:50:17 2005 Oct 20 23:40:13 03jbowler * 10upslug2/ (nslu2_image.cc nslu2_image.h upslug2.cc): Oct 20 23:40:13 Tidy up of the command line options, extend the --endian option to allow Oct 20 23:40:15 explicit specification of the FIS directory 32 bit word byte sex, Oct 20 23:40:17 independnet of the kernel byte sex. Oct 21 00:47:25 hm, can dropbear and openssh share RSA host key? Oct 21 00:48:20 is it for example possible to convert the openssh RSA host key to a dropbear host key? Oct 21 00:49:07 ah, found something :) Oct 21 00:54:12 dropbearconvert was the answer **** ENDING LOGGING AT Fri Oct 21 03:00:00 2005