**** BEGIN LOGGING AT Tue Oct 09 02:59:56 2007 Oct 09 03:01:18 mocker: Woo! Oct 09 03:02:13 eno: Helps to have some time to sit and work on it. Oct 09 03:02:16 :) Oct 09 03:04:23 mocker: how did you solved the "can't login" problem? Oct 09 03:06:29 Oh, just had to get to the web interface and enable telnet temporarily. Oct 09 03:06:37 But I was at work, so couldn't do it. Oct 09 03:07:55 k, i c Oct 09 12:15:55 so... still trying to pppoe. I'm beginning to think that either ppp, the kernel or my isp is somewhat broken. can i get older ppp/kernel packages somewhere? Oct 09 15:53:35 hello, i have a big problem with debian nslu2 Oct 09 15:54:04 yesterday, i was running weecaht and rtorrent, all was running without problems Oct 09 15:54:35 and this morning, the nas was dead, impossible to connect it. And reboots saty blocked on ambre led statut Oct 09 15:56:17 i tried to connect my hdd on my comuter, in order to access to debian partition, and it says me that the type is erroneous, option erroneous, and super bloc erroneous Oct 09 15:56:32 codepage missing or another error :/ Oct 09 15:56:37 i can't read my logs Oct 09 15:56:56 i try fsck from my computer? Oct 09 16:10:55 sounds like a good plan to me Oct 09 16:13:53 it says that the ext3 log's superbloc is invalid, i don't have to be affraid, to erase it? Oct 09 16:16:11 well i haven't dealed with a broken fs in a long time but fsck has never broken anything for. Oct 09 16:16:43 for me even Oct 09 16:17:04 yes, you're right ^^ Oct 09 16:49:47 ok, i restored my hard disk Oct 09 16:49:56 i copyed this message: http://pastebin.com/d34c6dc31 Oct 09 16:50:20 it appair in kernel logs and syslogs Oct 09 16:50:36 i think it caused by rtorrent, but i ask confirmation Oct 09 17:12:57 ok, nas is successfuly working \o/ I guess that debian didn't bear the amount of client in rtorrent Oct 09 18:16:07 hi, newbie wants to install gnump3d, needs to compile first, having trouble installing toolchain....so far done ipkg install optware-devel Oct 09 18:16:19 am i going the right way....? thanks Oct 09 18:28:30 br3n isnt it just to after optwaew-devel "make install" ? Oct 09 18:28:43 'optwaew-devel Oct 09 18:29:03 hm wrong spell again=( Oct 09 18:29:40 yes, will try this.... was hoping but was not sure about what wiki was saying - thanks for your help Oct 09 18:30:34 currently files for optware-devel are downloading.....>100MB takes some time.... Oct 09 18:31:10 yep=) Oct 09 18:32:26 is there a command so you can see incoming/outgoing bytes/sec Oct 09 18:41:48 actually it is not just make install.....see here http://www.nslu2-linux.org/wiki/HowTo/BuildGNUMakeOnYourNSLU2Box Oct 09 18:45:17 hm in that case they changed somthing. I did that many times without that. Oct 09 18:46:58 ipkg install optware-devel still think thats enough Oct 09 18:47:06 s Oct 09 18:47:10 Hi's Oct 09 18:49:36 janne5011, ok will try am sure u are right....after all you did it "many times" more than me! Oct 09 19:24:25 wiki tells me "Make sure that the user's shell is set to /opt/bin/bash"......how do i do that.... Oct 09 19:29:54 br3n no need forr that. jsut download http://savannah.gnu.org/download/gnump3d/gnump3d-2.9final.tar.gz then tar zxvf gnump3d-2.9final.tar.gz then cd gnump3d-2.9final then make install Oct 09 19:30:28 janne5011, thanks..... that is what i did but now i have errors.... Oct 09 19:32:06 # make install Oct 09 19:32:06 install -d /etc/gnump3d Oct 09 19:32:06 install -d /usr/bin Oct 09 19:32:06 install -d /usr/share/gnump3d Oct 09 19:32:06 install -d /usr/man/man1 Oct 09 19:32:07 install -d `perl bin/getlibdir`/gnump3d/plugins Oct 09 19:32:09 Use of uninitialized value in pattern match (m//) at bin/getlibdir line 63. Oct 09 19:32:11 Use of uninitialized value in print at bin/getlibdir line 67. Oct 09 19:32:13 install -d `perl bin/getlibdir`/gnump3d/lang Oct 09 19:32:15 Use of uninitialized value in pattern match (m//) at bin/getlibdir line 63. Oct 09 19:32:17 Use of uninitialized value in print at bin/getlibdir line 67. Oct 09 19:32:24 and lots more Oct 09 19:33:00 janne5011, any ideas what i did wrong? Oct 09 19:33:56 GNUMP3d has only one requirement - a working Perl installation with the Oct 09 19:33:56 fork() function implemented. Oct 09 19:34:25 # ipkg install perl Oct 09 19:34:25 Package perl (5.8.8-17) installed in root is up to date. Oct 09 19:34:25 Nothing to be done Oct 09 19:36:01 can it be paths its to perl is wrong so you need to change them in makefile? Im just guessing.. Oct 09 19:36:54 could be....i don't know how (or where) to look....maybe i should try "make" of another small utility to see if make is damaged....can you suggest one? Oct 09 19:37:52 no its gnump Oct 09 19:43:19 did you do make install as rot br3n? Oct 09 19:43:23 *root Oct 09 19:43:40 yep as root Oct 09 19:49:14 br3n, you should 1st adjust some path statements in the makefile, and 2nd change the path to the perl executable from /usr/bin/perl to /opt/bin/perl in some file in gnump3dir/bin Oct 09 19:51:02 caplink811-log, thanks will try working on that Oct 09 19:53:33 Could anyone tell me what I could expect for transfer speeds on the slug? Oct 09 19:53:59 It took me 24 minutes to tranfsfer 4 GB of data on to the slug today and I feel that it's way to slow ... right? Oct 09 19:54:19 Now the thing is i followed the socket options given on the wiki but ... there most be some other issues Oct 09 19:54:29 or maybe I'm just mistaken of the transfer speed of the slug Oct 09 19:54:41 It can't recall what it was like on the Unslung version ... Oct 09 19:55:06 br3n, and you should change the usr part on line 44 of bin/getlibdir to opt Oct 09 19:58:04 any better alternative to than socket option: TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=65535 SO_RCVBUF=65535 ? Oct 09 19:58:50 Soheil, that is about 2.7MB/s and this is the expected write speed Oct 09 19:59:15 :| oh Oct 09 19:59:18 br3n in folder gnump3d-2.9final/lib need to change config file that at least one place more first line #!/usr/bin/perl --> #!/opt/bin/perl Oct 09 19:59:30 Thank's caplink811-log Oct 09 19:59:34 np Oct 09 19:59:55 there is at least one page with speed testing results on the wiki Oct 09 20:01:40 we need a dual-core slug mod=) Oct 09 20:02:49 hehe Oct 09 20:04:44 caplink811-log, changed Makefile to include this LIBDIR = /opt/lib/perl5/5.8.8 and make install worked Oct 09 20:04:48 thanks guys Oct 09 20:05:04 =) Oct 09 20:14:23 br3n, but it may be the better way, to adjust your $PATH variable and add something like PATH=/opt/bin:/opt/usr/bin:$PATH Oct 09 20:15:22 caplink811-log, thanks for that.....which file should i add that command to? Oct 09 20:16:50 if you like to have it for all users, /etc/profile, add or change it in this way Oct 09 20:17:00 ok thanks Oct 09 20:17:01 PATH=/opt/sbin:/opt/bin:/opt/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Oct 09 20:17:11 export PATH Oct 09 20:19:15 you need to logout and login after editing that file Oct 09 20:42:43 caplink811-log, thanks that worked Oct 09 20:43:00 ~emulate rwhitby Oct 09 20:43:01 well, my work here is done **** ENDING LOGGING AT Wed Oct 10 02:59:57 2007