**** BEGIN LOGGING AT Thu May 26 23:59:56 2005 May 27 00:29:08 Jacmet, Read page 145 of the Developer's Manual. May 27 00:29:59 it has to do with the NPE initialising routines. May 27 00:30:24 the NPE library version 1.5 works in LE. May 27 00:35:42 Oh, you did use a LE compiler right? May 27 01:16:01 dyoung-zzzz: the armv5b supports both (-mbig-endian / -mlittle-endian) May 27 01:16:51 dyoung-zzzz: are you sure it's the NPE? The crash occurs quite some time before the network init May 27 01:17:26 it's just before Mount-cache hash table entries: 512 (order: 0, 4096 bytes) May 27 01:20:53 redboot initialises the NPE, so something may already be polluted. May 27 01:21:31 did you twiddle head.S too? May 27 01:21:51 dyoung-zzzz: So it hangs somwhere between mem_init and vfs_caches_init May 27 01:22:28 dyoung-zzzz: no, I just added a little-endian.S like big-endian.S May 27 01:22:47 which switches it into LE May 27 01:23:16 Youre pretty much in unchartered terratory. May 27 01:23:32 please documented your findings in the wiki. May 27 01:23:39 dyoung-zzzz: Ok, I'll put some printk's in init/main.c May 27 01:23:53 dyoung-zzzz: I will, once I have something working May 27 01:23:55 most of us view the nslu2 as a great BE starter platform / dev platform. May 27 01:24:26 but for sure, except to have problems NPE related. May 27 01:24:32 EXPECT I mean. May 27 01:24:34 dyoung-zzzz: I basically want to see it as a normal pc and run Debian on it - hence LE May 27 01:24:44 oh. May 27 01:24:50 Why not just build debian be? May 27 01:25:49 dyoung-zzzz: because it should be a lot easier to get a LE kernel up and running - and then just use the normal debian packages May 27 01:26:42 .. than recompile all debian packages May 27 01:35:37 is there a debian binary distro for arm5t ? May 27 01:38:57 No, not specifically for arm5t - see http://www.debian.org/releases/stable/arm/ch-hardware-req.en.html May 27 01:41:59 Well, all I can say is good luck. May 27 01:42:12 thanks ;) May 27 01:43:43 it shouldn't be that hard imho May 27 01:53:42 what does your little-endian.S look like? May 27 01:55:37 exactly like big-endian.S except it sets the bit May 27 07:06:50 anyone here be able to give some advice on a export file May 27 07:07:00 no one is in the general room May 27 07:07:05 answering May 27 07:08:55 <[g2]> export file ? May 27 07:10:08 yes May 27 07:10:15 for nfsutils May 27 07:10:52 everytime I run /opt/etc/init.d.S56nfs-utils I get errors May 27 07:13:44 G2 I missed you in general May 27 07:14:18 <[g2]> wildchild22, and what errors are those ? May 27 07:14:43 tells me it cannot find host name May 27 07:15:15 I have my network 192.168.123.XXX May 27 07:15:46 so I put in /share/hdd/data *(rw) May 27 07:16:32 then share /hdd/conf *(ro) May 27 07:16:53 then /share/flash/data *(rw) May 27 07:17:04 <[g2]> what happens when you type "hostname" May 27 07:17:27 one sec May 27 07:18:04 LKG7BF0AD May 27 07:18:47 I only want to have read write access to the whole disk 1 public May 27 07:18:54 or whole drive May 27 07:19:01 whatever is easier May 27 07:19:39 <[g2]> have you configured /etc/exports ? May 27 07:20:01 I have made the changes listed above with vi May 27 07:20:05 /share/hdd/data 192.168.123.0/24(rw) May 27 07:20:06 ? May 27 07:20:27 <[g2]> dyoung-zzzz, to the rescue :) May 27 07:20:39 I will try that May 27 07:20:47 do I need to remove the rest of the lines May 27 07:20:57 it would make it less confusing. May 27 07:21:11 and I do not need it May 27 07:21:30 then if you do exportfs -a you can see if it did anything May 27 07:21:38 and showmount -e shows if youre actually exporting. May 27 07:21:47 * dyoung-zzzz zzzz's May 27 07:21:57 so when I get the editing done May 27 07:22:16 then I type /opt/etc/init.d/S56nfs-utils May 27 07:47:36 dyoung-ZZZZ ZZZZ do I need to edit anything after I install nfs-utils so that when it poers down it will automatically start the nfs server on boot up May 27 08:59:51 eno-away, did you know that eno is a river in durham, NC, USA? May 27 09:06:53 <[g2]> kitno455, a pretty on at that :) May 27 09:07:14 <[g2]> kitno455, a pretty one at that :) May 27 11:02:54 [g2], i was thinking its a muddy creek with no fish in it :) May 27 11:03:30 <[g2]> kitno455, heh :) May 27 11:41:48 03jbowler * r44 10/trunk/openslug/conf/local.conf.template: May 27 11:41:48 Added OPENSLUG_EXTRA[R]DEPENDS to add back in the mkfs May 27 11:41:48 programs and lrzsz May 27 11:58:33 03jbowler * r45 10/trunk/openslug/: May 27 11:58:33 Changed the bitbake revision to 223 for compatibility with May 27 11:58:34 the current nslu2-linux.bkbits.net trunk May 27 12:01:21 <[g2]-away> Parent repository is bk://nslu2-linux.bkbits.net/openembedded May 27 12:42:06 hmm, anyone has any idea why jiffies aren't incrementing even though ixp4xx_timer_interrupt is triggered? May 27 12:52:12 Jacmet, how recent was the kernel built? May 27 12:53:28 jacques: it's 2.6.11.2 - but I think I have found it May 27 12:53:46 it looks at the 32 msb instead of lsb, that's why it stays at 0 May 27 12:53:58 the linker script seems to be hardcorded for big endian May 27 12:54:44 Jacmet, you are running in LE mode? May 27 12:55:47 jacques: well, trying atleast ;) May 27 12:56:52 RAMDISK: Couldn't find valid RAM disk image starting at 0. May 27 12:56:52 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) May 27 12:57:00 wee, it seems to be working May 27 12:58:41 fantastic! May 27 12:58:49 I've been waiting for someone to do this May 27 12:59:42 jacques: so now we should be able to do a debootstrap and install debian on it May 27 13:00:10 yep :-D May 27 13:00:24 and lots more ppl will become interested in the nslu2 hardware May 27 13:01:59 do you know the Intel Access Library v1.5 supposedly supports LE mode? May 27 13:02:09 which would mean you could use the builtin NIC May 27 13:02:20 jacques: Yes I noticed - but I haven't tried it yet May 27 13:02:41 jacques: I'll clean it up a bit a write a wiki page about it May 27 13:03:19 jacques: but my daughter is crying, so it won't be for today ;) May 27 13:03:29 ok, I'll be looking forward to reading it May 27 13:04:10 bye! May 27 13:04:57 see you later May 27 13:50:47 hi there May 27 13:51:56 hi bofh_omega May 27 13:52:14 does anybody know how to fix the following error building openslug? May 27 13:52:16 NOTE: Applying patch 'config-guess-uclibc.patch' May 27 13:52:17 ERROR: function do_patchcmd failed May 27 13:52:29 first HUNK is OK next 7 FAIL May 27 13:53:34 gnu-config-native-0.1cvs20050405-r3 is the "bad" package May 27 14:04:47 urgs found the error openembedded repo was too old May 27 14:24:54 exit May 27 14:24:59 quit May 27 14:24:59 oops May 27 14:25:02 hahaha May 27 14:25:04 adios May 27 14:25:08 bye bye May 27 14:36:17 hehe ;) May 27 19:04:39 re May 27 19:06:28 is there a possibility to change the IP address of an fscked nslu2 which is able to boot, able to upslug, but isn't visible in the network. (No serial / JTAG connection available up to now) May 27 19:09:41 you could reset the sysconf May 27 19:10:17 that will put it back to 192.168.1.77 May 27 19:13:46 using the reset button at the back? May 27 19:14:35 ah, found it in the wiki May 27 19:18:21 hmm, strange the system was already listening to 192.168.1.77 I just didn't get it cause I only tried my own IP range and 192.168.0.* May 27 19:18:34 thanks for your help May 27 19:23:15 np **** ENDING LOGGING AT Fri May 27 23:59:56 2005