**** BEGIN LOGGING AT Sun Sep 18 02:59:56 2005 Sep 18 06:45:34 Im looking at http://www.nslu2-linux.org/wiki/Info/PhaseFour and wondering where I can help out, any ideas? Sep 18 07:19:55 hi all, need some help with configuring nfs under openslug, it seems that my howto contains some flaws, but I don't know exactly what is going on Sep 18 07:20:26 first q is that nfsserver starts with a line Sep 18 07:20:28 modprobe -n nfsd || exit 0 Sep 18 07:20:40 this one always fails, although nfsd is loaded Sep 18 07:20:42 how come??? Sep 18 07:22:11 i'm also fighting to get my modules loaded Sep 18 07:22:28 and someone updated the wiki with a change I do not understand... Sep 18 07:23:25 what does -n do? Sep 18 07:24:37 aargj, i' Sep 18 07:24:46 aargj, i'm completely lost Sep 18 07:25:01 modprobe -n used to fail, but now it doesn't any more .... Sep 18 07:25:45 here's a clip from my recent history Sep 18 07:25:47 root@NSLU2:/etc/init.d# nfsserver start Sep 18 07:25:47 FATAL: Module nfsd not found. Sep 18 07:25:47 root@NSLU2:/etc/init.d# lsmod Sep 18 07:25:47 Module Size Used by Sep 18 07:25:47 nfs 146924 0 Sep 18 07:25:48 nfsd 170872 0 Sep 18 07:25:50 exportfs 2976 1 nfsd Sep 18 07:26:12 and this is what i get now: Sep 18 07:26:13 root@NSLU2:/etc/init.d# modprobe -n nfsd Sep 18 07:26:13 root@NSLU2:/etc/init.d# Sep 18 07:26:20 I'm flabbergasted Sep 18 07:29:13 busybox' modprobe is a bit strange Sep 18 07:30:19 is there a better one? Sep 18 07:30:40 module-init-tools? Sep 18 07:31:06 I'll give it a try Sep 18 07:31:45 will modprobe -n load the modules I need? Sep 18 07:32:03 the version from module-init-tools should behave Sep 18 07:47:18 hm. I am using that version. Sep 18 07:47:28 Let me reboot to try again Sep 18 07:53:09 Hm. it works now. No idea why it didn't work in the past Sep 18 07:53:50 I did ipkg install module-init-tools and that one told me the package was already installed Sep 18 07:53:58 strange Sep 18 07:56:02 it's still possible that installing module-init-tools did configure the module again or so (and made the link) Sep 18 07:56:51 someone edited the wiki and told to remove the -n. Is this ok? Sep 18 07:57:39 and he added touch /etc/default/nfsd Sep 18 07:57:48 is that also needed? For me it runs nicely without ... Sep 18 07:58:16 I wouldn't know Sep 18 07:58:29 ok, nevermind Sep 18 07:58:30 setting up nfs is next weeks project :) Sep 18 07:59:04 feel free to guinea-pig-test the wiki page Sep 18 08:29:02 updated the openslug nfs wiki page for the changes above Sep 18 08:29:32 updated the TipsTricksOddsEnds to cover also audio extraction from usb cdrom Sep 18 08:30:00 that's working now? Sep 18 08:30:01 cool Sep 18 09:02:43 koen, did you refer to the audio extraction? if so, yes. Sep 18 09:05:25 had to add scsi support (sg.ko) and compiled cdparanoia Sep 18 09:05:41 (didn't turn cdparanoia into a package, don't know exactly what to do for that) Sep 18 09:06:29 audio extraction was at about 4x (using a Philips JackRabbit USB drive) Sep 18 09:07:35 also compiled and ran lame, but due to the lack of FPP converting one wav to mp3 takes ages (3 hrs per track or so) Sep 18 09:08:14 And I did compile cdrtools to get cdrecord. This was a nasty one as it needed smake (gmake didn't do the job for me) Sep 18 09:08:44 Made a data cd with it. Sep 18 09:09:41 i have compiled dhcpcd and would like to make a package of it, how do i do it? ipkg? Sep 18 09:12:51 wolfpakk, I don't know, but I want to learn this as well,so maybe someone can educate the both of us at the same time Sep 18 09:13:09 I understood already that it is highly preferred to do a cross build Sep 18 09:15:06 <[g2]> eFfeM, you've got cdrecord running on Openslug ? Sep 18 09:15:08 it cant be that difficult, i build the apps on my slug.. i have trouble cross-build on my osx workstation Sep 18 09:15:25 [g2], yes! Sep 18 09:15:34 <[g2]> cool! Sep 18 09:16:07 made an iso with mp3's. wrote it to cd-rw and could read and playback on my pc Sep 18 09:16:29 don't know how to package it (especially this one since it requires smake) Sep 18 09:16:41 actually I did compile natively Sep 18 09:18:49 someone here must know how to make it a package ;) Sep 18 09:19:38 <[g2]> well it's already a package on ODS Sep 18 09:19:39 yes, but apparently they are away/asleep/no time/... Sep 18 09:19:50 <[g2]> no time Sep 18 09:20:20 <[g2]> the issue is the integration with the ipkg system natively Sep 18 09:20:55 <[g2]> Daka spent over a month getting things lie perl and apache to build Sep 18 09:21:09 <[g2]> I've spend a couple months Sep 18 09:21:14 <[g2]> spent Sep 18 09:22:15 <[g2]> eFfeM, which version of cdrecord are you running ? Sep 18 09:23:41 <[g2]> from apt-get install cdrecord .... Sep 18 09:23:44 <[g2]> cdrecord --version Sep 18 09:23:44 <[g2]> Cdrecord-Clone 2.01.01a01 (armv4b-unknown-linux-gnu) Copyright (C) 1995-2004 J?rg Schilling Sep 18 09:23:53 cdrtools-2.01.01 Sep 18 09:24:06 <[g2]> ok so we've got the same version Sep 18 09:24:20 slug@NSLU2:/usr/home/slug$ cdrecord --version Sep 18 09:24:20 Cdrecord-Clone 2.01.01a03 (arm-unknown-linux-gnu) Copyright (C) 1995-2005 J\uffffrg Schilling Sep 18 09:24:20 cdrecord: Warning: Running on Linux-2.6.12.2 Sep 18 09:24:20 cdrecord: There are unsettled issues with Linux-2.5 and newer. Sep 18 09:24:30 not really I am at a03 Sep 18 09:25:46 * [g2] checks the testing version :) Sep 18 09:34:53 [g2], are you doing the apt-get on the slug? Sep 18 09:35:13 <[g2]> yup OpenDebianSlug Sep 18 09:35:54 ah, I'm using OpenSlug. Sep 18 09:36:20 Would OpenDebian be a better choice? I'm kinda confused with the number of different variants I see Sep 18 09:36:23 <[g2]> there's 2500+ packages in the repo and we're figuring out how to setup a build farm for the rest of the 14K packages Sep 18 09:36:36 <[g2]> I'm the OpenSlug creator :) Sep 18 09:36:54 <[g2]> well main guy the fist 6+ months Sep 18 09:37:06 <[g2]> it's a group effort Sep 18 09:37:53 <[g2]> lunch time. Sep 18 09:37:54 <[g2]> bbiab Sep 18 09:38:32 enjoy your meal Sep 18 09:41:08 iirc ipkg-build builds ipkgs Sep 18 09:41:58 hi koen Sep 18 09:42:05 hey eFfeM Sep 18 09:42:43 don't know about wolfpakk, but I am already more or less lost at the bb part Sep 18 09:43:15 so I've either rebuilt existing packages. otherwise I'm doing a native build Sep 18 09:45:58 i'm also not that knowledgeable about cvs, I'm from the sccs/rcs era .... Sep 18 09:46:43 and, to be honest, I've been too tied up (or lazy :-) to sort out how to add a package Sep 19 01:36:25 hey, can someone give me a hand, i'm trying to compile a kernel module for my slug, my toolchain is the first thing in my path, after running make, the module compiles but during linking i get "ld: unrecognised emulation mode: elf_i386" does anyone know where this could be coming from? Sep 19 01:36:59 its definitely using the arm linker Sep 19 01:37:46 im trying to port a webcam driver ... spca5xx Sep 19 01:56:26 heh Sep 19 01:56:39 spca5xx... isn't that already in oe? Sep 19 01:56:42 nlbags could save himself some trouble Sep 19 01:56:44 it is Sep 19 02:27:48 hmm... smbd on my prodslug is using 11% cpu for no apparent reason **** ENDING LOGGING AT Mon Sep 19 02:59:56 2005