**** BEGIN LOGGING AT Sun Apr 24 23:59:56 2005 Apr 25 01:30:41 'morning rod Apr 25 01:30:50 g;day Apr 25 01:30:55 03rwhitby * 10unslung/sources/samba/postinst: Fixed a typo in the instructions. Apr 25 01:32:00 jf-work: I did a half distclean by mistake in your area on nudi. you may want to do a distclean and rebuild in case I deleted any built stuff (most of it was permissions denied). Apr 25 01:32:22 rwhitby: ok Apr 25 01:33:01 btw, I still have troubles with my .mk :( Apr 25 01:33:13 dyoung: : hey Apr 25 01:33:24 jf-work: what's the problem again? Apr 25 01:33:34 redefining of target Apr 25 01:33:41 Hi. Apr 25 01:34:15 jf-work: even after deleting the download targets in php-thttpd, and letting the corresponding targets in php.mk and thttpd.mk do the downloading for you? Apr 25 01:34:27 dyoung: any advance on 4.x testing? Apr 25 01:34:55 dyoung: I've just done an unsling jffs-hdd-conf so that I can write and test a slingover script Apr 25 01:35:07 Nope; I was actually waiting for you to finish writing slingover. ;-) Apr 25 01:35:20 hopefully I will get to that tonight (Elise willing) Apr 25 01:35:22 deleting the download target and using (PHP_SOURCE) makes no source downloaded Apr 25 01:35:31 If its not on the menu today, I'll just go ahead and test the image on there now. Apr 25 01:36:01 It won't be for at least two hours and maybe four. Apr 25 01:36:16 and you can just scp the script up later to test it Apr 25 01:37:30 I just put an 80Gb drive in slug-central (will upload a new photo later), and want to get Samba 3 up to scratch so I can share it to windows properly. At the moment, it seems that the samba package doesn't install a default conf file. Apr 25 01:38:07 rwhitby: but I can do without for now. The main problem I have is with thread-safe. thttpd doesn't compile with php thread-safe Apr 25 01:38:41 Okay; I'll just get the current binary. Apr 25 01:39:00 and "follow the directions". ;-) Apr 25 01:39:32 dyoung: : yeah, do the clueless newbie test on the README Apr 25 01:39:49 the new Vantec3 usb enclosure looks really good next to a slug Apr 25 01:40:04 rwhitby: have updated slug-central pics ? Apr 25 01:49:34 http://nslu2-linux.thestuffguy.com/gallery/slug-central/IMGP3675 Apr 25 01:50:23 btw, how did you so fast sold your wl500g ? Apr 25 01:50:34 guy at work. Apr 25 01:51:06 he had an old Linksys BFS.... which doesn't have open source firmware, and was having BigPond dropout problems. Apr 25 01:51:07 good work. Apr 25 01:51:29 Same with the old wrt54gs - sold that to another guy at work. Apr 25 01:51:45 nobody cares about open source and/or rouetr appliance at mine Apr 25 01:52:09 you need to educate them :-) Apr 25 01:52:32 dyoung: did you buy the network media player? Apr 25 01:52:36 telco guys can't be educated. and I'm to young in O.S Apr 25 01:53:28 I didnt yet. thats for next week. Apr 25 01:53:41 This week I got distracted with a a good deal on a downhill bike. ;-) Apr 25 01:53:47 I'm going to test out this: http://www.nslu2-linux.org/wiki/OpenMC500/HomePage tonight Apr 25 01:54:05 I put that empty page there, and someone filled it up with good info for me :-) Apr 25 01:54:38 Even though [g2] says bikes have the highest rate of per traveller-mile of accident. Apr 25 01:54:57 I'm hoping by the time I get one all the details will already be worked out. ;-) Apr 25 01:56:49 wow. looks pretty straightforward. Apr 25 01:56:56 I guess the key is making PHP work good. Apr 25 01:57:55 yep, which jp30 and jf-work are working out for us :-) phpmyadmin works well! Apr 25 01:58:14 what a coup for our laziness! Apr 25 01:58:33 dyoung: maybe you can give your opinion about thread-safe support on php :) Apr 25 01:59:06 Too lazy. ;-) Apr 25 01:59:26 ok. so no thread-safe Apr 25 01:59:28 :) Apr 25 01:59:29 Actually, I dont fully understand the issues with PHP, so i'm really not qualified. Apr 25 01:59:58 my broke slug should be booting now. Apr 25 02:00:13 this one has the firmware with the busted ipkg. Apr 25 02:00:16 the problem is mainly on multiple web server support with the same php-base Apr 25 02:00:53 ie: thttpd AND apache? Apr 25 02:01:01 yep Apr 25 02:01:14 I would think that Joe User would use one or the other? Apr 25 02:01:28 thttpd is select based and apache is multi-threaded Apr 25 02:02:03 but both should (according to rod, and he may be right) use the same php package Apr 25 02:02:34 that sounds like the better idea. Apr 25 02:02:52 instead of php-apache and php-thttpd Apr 25 02:03:16 yep. jp30 would like to use a (not so common - I guess) option to make php thread-safe Apr 25 02:03:52 and thttpd doesn't compile fine when this option is activated Apr 25 02:04:12 dyoung: php-apache builds the apache module for php, php-thttpd builds thttpd with php included (has to be static for thttpd), and php is all the common php extensions stuff Apr 25 02:04:56 jf-work: do you know if building the thttpd without the thread stuff precludes using the extensions? Are the extensions tied to the thread stuff too? Apr 25 02:05:35 I think it would be fine to have a thread-safe php apache module, but not thread-safe thttpd (cause it doesn't use threads), as long as the extensions would work fine with both. Apr 25 02:06:21 rwhitby: well, php-thttpd compiles fine without thread-safe option. I was happy when I saw it. But when I launch it, it refuses to load modules form php as they where compiled with t.s. Apr 25 02:07:08 ok, so there is an incompatibility. we will need to talk to jp30 and see how important the thread safe stuff is. Apr 25 02:08:06 rwhitby: agree. Or maybe s.o can check my thttpd compile errors to see if I miss something Apr 25 02:08:53 I have a look at google and it appears that trhead-safe option is rarely used... definitively have to talk with jp30 Apr 25 02:10:26 I think point #2 here (http://www.bitstorm.org/edwin/en/php-sucks/) is why jp30 wants it Apr 25 02:10:48 He wants to run a multi-threaded apache2 instead of a pre-fork version. Apr 25 02:11:02 (which makes a lot of sense on a small-ram device) Apr 25 02:11:40 bbiab (kid's bath time) Apr 25 02:48:11 hy Apr 25 02:52:13 hmm Apr 25 02:53:10 nslu2-noob: what'ya found? Apr 25 02:54:08 i just wanted to say that bash blogger runs fine on the slug Apr 25 02:54:23 The webpage upgrade failed Apr 25 02:54:34 so I followed the instructions to telnet into redboot Apr 25 02:54:39 jf-work: we could always compile php with thread-safe for apache for nslu2 (and not support thttpd on nslu2) and compile php non-thread-safe for thttpd on wl500g (and not support apache on wl500g) Apr 25 02:54:46 and used the upslug method to reflash Apr 25 02:54:49 nslu2-noob: disk attached? Apr 25 02:55:11 Yes Apr 25 02:55:14 or no rather Apr 25 02:55:21 I was following the readme. Apr 25 02:55:33 in maintenance mode? Apr 25 02:55:46 heh, thats one of the issues. Apr 25 02:55:56 it lets me update whether or not I'm in maintmode. Apr 25 02:56:27 right. but if you updated not in maint mode, then you weren't following the instructions, and deserve to reflash :-) Apr 25 02:56:44 just like a real noob :-) Apr 25 02:58:20 On the plus side, i can unsling to extdisk now Apr 25 03:01:08 seems the startup files stlil start thigns up like theyre supposed to Apr 25 03:03:03 dunno if it's the right place the ask, but which program does the scandisk from the nslu2 web interface launch? fsck.ex3 ? Apr 25 03:04:42 MooZ: : eventually, there is a lot of linksys binary stuff between the web interface and the fsck actually running Apr 25 03:05:05 ok Apr 25 03:05:07 dyoung: so any changes to README so far? Apr 25 03:05:10 rwhitby: that means having two php package : one with TS enabled and the second without ? Apr 25 03:05:19 i'll launch fsck.ext3 manually then Apr 25 03:05:40 jf-work: no, just one set of packages, but different compile options depending on the target (wl500g or nslu2) Apr 25 03:05:57 but we would only do that if the threaded version of apache was as memory efficient as thttpd Apr 25 03:06:49 rwhitby: as thttpd will need to depend on a non thread-safe php package, how can you do this ? Apr 25 03:07:10 not support thttpd at all for nslu2, and only do thread-safe stuff for the nslu2 target Apr 25 03:08:27 so no synchronizing php for different web server. Apr 25 03:09:41 and have php-thttpd depends on libxml2, openssl, etc... like php.mk ? Apr 25 03:10:44 jf-work: if we are to support threaded apache with php on nslu2 only, and non-threaded thttpd with non-threaded php on wl500g, then they will be the same in every respect except the thread-safe setting. Apr 25 03:11:26 ok Apr 25 03:11:34 no change to current scheme, just make the thread-safe setting (in all related packages) conditional on UNSLUNG_TARGET, and only support apache on nslu2 and thttpd on wl500g Apr 25 03:11:44 no apache on wl500g, and no thttpd on nslu2 Apr 25 03:12:22 that would be the only way to go without having to have two sets of packages for both (one thread-safe, and one non-thread-safe) Apr 25 03:12:28 The README is fine. Apr 25 03:12:29 So I will make change on php.mk to have conditional on UNSLUNG TARGET Apr 25 03:12:54 theres some verbage that may lead to confusion; but should be okay. Apr 25 03:43:29 rwhitby: I change php.mk by just moving --enable-maintainer-zts to the conditional configure for wl500g. Building now. Apr 25 03:44:34 jf-work: sounds good. I doubt that anyone will be running apache on wl500g due to memory limitations. Apr 25 03:45:13 yep. That's why I'm seriously thinking buying a wired :( nslu2 Apr 25 03:46:23 dyoung: just got the openshowcenter page up on the neuston served from the unslung slug Apr 25 03:47:51 Coooll.... Apr 25 03:48:12 Are you serving any media yet? Apr 25 03:48:29 got a shoutcast radio to stream Apr 25 03:48:40 no local media yet - have to upload some to the disk Apr 25 03:48:45 like can I go to www.rwhitby-secret-lair.com.au to get some Pingu? Apr 25 03:48:51 bummers. Apr 25 03:49:08 dyoung: I only have Pingu eps in Topfield .rec format .... Apr 25 03:49:21 One of the video programs on the ANA flight was Pingu. Apr 25 03:49:32 new or old series? Apr 25 03:49:41 I really dont know. Apr 25 03:49:48 It looked old. Apr 25 03:49:49 4:3 or widescreen? Apr 25 03:49:54 it was 4:3 Apr 25 03:50:06 old is 4:3, new is widescreen Apr 25 03:50:12 Ooohh.... Apr 25 03:50:16 I wish i could get that here.... Apr 25 03:50:21 intro and credits are different too ... Apr 25 03:50:49 I think I have most of the 50+ old series, and a lot of the new series too Apr 25 03:50:56 Does someone have plans to write a transcode-a-ma-jiggy to convert .rec to (something else) ? Apr 25 03:51:09 peteru knows how Apr 25 03:51:39 hmm Apr 25 03:51:42 I'll make you a deal. I'll send them to you if you transcode to something that the Neuston will play and then send that back :-) Apr 25 03:51:49 Hahahaha Apr 25 03:51:58 how much are we talking about in gigabytes? Apr 25 03:52:17 tens I think Apr 25 03:52:24 Ow. Apr 25 03:54:23 I'll bug you about it later. It shouldnt be that bad... Apr 25 03:55:56 should be much less after transcoding Apr 25 04:40:39 rwhitby: I posted a patch to libdvb on the Topfield forums. Apr 25 04:41:32 rwhitby: Gives you a filter that will transcode to something that the neuston should play :) Apr 25 04:42:02 Cool... Apr 25 04:42:18 Pingu.... Apr 25 04:42:23 has anyone figured out a way of fixing OE so that it works properly with CVS in timezones that are GMT+xx ? Apr 25 04:42:51 peteru-home: URL? Apr 25 04:43:18 seems that CVSDATE is set to strftime (localtime), but CVS always uses UTC Apr 25 04:43:42 so, in my case, I won't pick up CVS commits for 10 hours :( Apr 25 04:50:56 peteru-home: which topic is the libdvb in? Apr 25 04:51:33 (now that I have something to play converted files, I might look into converting the Pingu eps) Apr 25 04:51:57 let me find the url for it... Apr 25 04:53:23 http://www.topfield-australia.com.au/frm/topic.asp?TOPIC_ID=1725 Apr 25 04:55:23 peteru-home: do you think that the slug could do transcoding? Apr 25 04:56:10 ugh... slug transcoding? Won't that be horribly slow? :) Apr 25 04:56:14 i.e. should I make an unslung package for topf2ps ? Apr 25 04:56:41 NAiL: perhaps I meant remuxing, rather than transcoding Apr 25 04:56:59 * rwhitby defers to peteru for all this MPEG stuff ... Apr 25 04:57:01 rwhitby: Ah, ok. That'd make more sense Apr 25 05:05:37 slug may be able to cope with a remux at near toppy speeds. 20Mbit/s is not that much Apr 25 05:05:55 peteru-home: is a remux all the topf2ps does? Apr 25 05:06:02 yes Apr 25 05:06:13 sweet :-) Apr 25 05:06:24 so I can do all this on the slug then. Apr 25 05:06:41 converts .rec encapsulated partial transport streams to a program stream. Apr 25 05:06:57 most software can cope with program streams Apr 25 05:06:58 * rwhitby queues up a topf2ps unslung package for after completing the slingover script ... Apr 25 05:08:34 woo! Apr 25 05:08:37 my wgt634u distro is taking shape, but I'm seeing some problems with kernel 2.6.12 on mips Apr 25 05:10:18 peteru-home: have you measured the usb throughput on the wgt634u yet? Apr 25 05:11:21 nslu2 is 7.8MB/s raw, 4.8MB/s served; wl500gx is 4.8MB/s raw, 1.6MB/s served. What is wgt634u ? Apr 25 05:13:08 dyoung: slingover source disk1|disk2 - source is something like /share/hdd/conf - look ok? Apr 25 05:14:38 or should we only support migration from unslung 3.x conf to unslung 4.x data ? Apr 25 05:18:07 rwhitby: How are you measuring the USB speed? Apr 25 05:18:33 hdparm -Tt /dev/sda for raw, wget for served Apr 25 05:19:02 the hdparm from the wl500g feed should work on the wgt634u, yes? Apr 25 05:19:40 the served figures were running thttpd on the wl500gx and nslu2 to try and get the fastest http speed for a single file download Apr 25 05:21:58 maybe same deal as with unsling. support the common choice, but have undocumented options forthe expert. Apr 25 05:22:32 rwhitby: I don't have enough stuff hooked up to test throughput and probably won't have a spare minute until second half of June. Apr 25 05:22:35 dyoung: difficult to support other than just conf to data on a single disk Apr 25 05:22:44 true. Apr 25 05:22:51 I'm off to South America in a few days. Apr 25 05:23:05 dyoung: and the commands are very simple, so an expert can just look at the script. Apr 25 05:23:14 maybe just for conf->data on arbitrary disk? Apr 25 05:23:33 slingover disk1|disk2 Apr 25 05:23:38 yeah like that. Apr 25 05:23:54 copies /opt and /usr from conf to data, and replicates perl and bash symlinks Apr 25 05:24:08 Right. Apr 25 05:24:21 Written. Apr 25 05:24:34 but is smart about it as n ot to clobber existing stuff. Apr 25 05:24:43 or maybe thats caveat emptor. Apr 25 05:25:00 caveat emptor. this is run directly after unsling, so the target is fair game Apr 25 05:25:33 oh, it copies /unslung too Apr 25 05:25:43 I need to sell some bicycles. I have too many now. Apr 25 05:26:16 I was hoping one would break... Apr 25 05:48:04 dyoung: slingover is pushed Apr 25 05:48:06 03rwhitby 07 * r1.3264.1.1 10openembedded/packages/nslu2-binary-only/ (4 files in 2 dirs): Unslung 4.16-alpha: Added slingover script. Apr 25 05:48:37 As Linus Torvalds said last week on the Git mailing list: "Testing is for users." Apr 25 05:49:50 The full quote was: "Or something. I didn't test the above. Testing is for users." Apr 25 05:50:17 As long as the users don't become bricklayers :-) Apr 25 05:50:35 peteru-home: Now onto topfs2ps. Should I call the package topf2ps or libdvd? Apr 25 05:51:01 It's along string you are pulling at... Apr 25 05:51:17 thats a good quote. Apr 25 05:51:18 are there a lot of dependencies? Apr 25 05:51:31 topf2ps is just one of many ways of calling the same libdvb executable Apr 25 05:51:50 libdvb needs the DVB kernel headers. Apr 25 05:52:11 and I don't think there's current support for 2.4 Apr 25 05:52:38 I think the 2.4 branch is still in the CVS, so it may work out. Apr 25 05:52:47 peteru-home, since youre here now, and I may not see you for a while, have a good trip. Some of the folks I was in China with these past weeks have had a lot of good things to say about the area(s) you will be visiting. Apr 25 05:52:55 but it is unlikely to be as trivial as configure/make Apr 25 05:53:21 excellent! thanks for the wishes. Apr 25 05:53:55 there was a lot of talk about Cocoa tea for altitude sickness. Apr 25 05:54:02 heh Apr 25 05:54:05 BTW: where in China did you go? Apr 25 05:54:28 I was in the central of china, henan and Shanxi provinces. Apr 25 05:54:43 Plus Bejing and Shanghai as starting and ending points Apr 25 05:55:41 Cool. I did Beijing to HK last year. Apr 25 05:55:52 Did you visit Xi'an ? Apr 25 05:56:09 peteru-home: so I need the Linux DVB driver package on that page too? Apr 25 05:57:10 rwhitby: The way it used to work, is that libdvb just needed a bunch of headers. these headers were in 2.6 kernel, so I did not need to stuff about. Apr 25 05:57:34 however, I believe that for a 2.4 target, you will need the DVB driver headers. Apr 25 05:58:08 there is a DVB/include/linux/dvb in the driver package on that page .... Apr 25 05:58:28 You may want to go to www.linuxtv.org for the current DVB versions, rather than Metzler Bros. Apr 25 05:58:41 will it matter for libdvd ? Apr 25 05:58:49 (topfs2ps only) Apr 25 05:58:52 probably not Apr 25 05:59:34 how come the replex program on that page is not the starting point for topf2ps ? Apr 25 06:00:37 Didnt get to xian this time. Apr 25 06:01:09 but I did get the full history of those 8000 terra cotta soldiers. Apr 25 06:03:00 rwhitby, I'll have a look at slingover in the morning. Apr 25 06:03:17 dyoung-zzzz: We were very lucky in Xian. We were the first people to get there in the morning (straight off the overnight train) and there were only 11 of us in the hall for the first 20 minutes. A few hours later, there were thousands of people and queues everywhere, just as we were leaving. :) Apr 25 06:03:43 rwhitby: replex was an earlier prototype, I think. Apr 25 06:04:18 ah, ok Apr 25 06:04:28 cool! check this out: http://www.scara.com/~schirmer/o/mplex13818/ Apr 25 06:04:33 Someday I'll make it down that way. Apr 25 06:05:07 I need to learn more mandarin first. Apr 25 06:05:12 takes TS as input, can generate PS as output and is designed for streaming :) Apr 25 06:22:45 dyoung-zzzz: most pingu .rec files are 270MB Apr 25 06:46:12 ok, that's the last time I respond to a FAQ on the mailing list, and jamy1975 is off my Christmas card list .... Apr 25 06:47:20 I guess he didn't want to back down and admit he didn't read the FAQ... Apr 25 06:49:26 <[g2]> morning guys ! Apr 25 06:49:38 morning [g2] Apr 25 06:50:00 Hey Apr 25 06:50:19 <[g2]> Tiersten, I'm ready go really get rock'n on OpenJTAG soon Apr 25 06:50:29 <[g2]> s/go/to/ Apr 25 06:50:54 Cool. The project has been a bit idle recently. Need to get everybody motivated again! Apr 25 06:51:10 <[g2]> actually there's some new blood in the groupl Apr 25 06:51:25 <[g2]> guys that have done and released JTAG code Apr 25 06:51:44 oh? I should read the logs more often :) Apr 25 06:52:04 <[g2]> not yet, but soon maybe Apr 25 06:54:22 [g2]: any progress on OpenSlug beta? Apr 25 06:54:54 ) Apr 25 06:55:11 <[g2]> I have seen ZERO about the click-through from ka6sox or ByronT Apr 25 06:55:38 <[g2]> I did chid RR about it a little in a different ml yesterday Apr 25 06:56:00 any response? Apr 25 06:56:07 <[g2]> not yet Apr 25 06:57:08 Anybody have a good USB 2.0 linux-supported web cam to recommend? Does it do YUV out? Apr 25 07:13:52 * jacques would also like to know. Apr 25 07:14:41 Nope. I'd be interested as well. All the webcams I've got are either crap USB 1 devices or the iSight which is a Firewire device. Apr 25 07:15:13 jacques: loaded up Unsling 4.x yet? Apr 25 07:19:20 peteru-home: topf2ps just converted a Pingu episode in CoLinux :-) Apr 25 07:22:44 rwhitby, no :-\ sorry, been a bit distracted last several days Apr 25 07:24:42 Hmm: OpenShowCenter running on thttpd doesn't want to stream the video, or even photos. Apr 25 07:24:56 Will have to put Apache+PHP back on and try that again. Apr 25 07:30:28 THe logitech 4000 seems to be supported with the PWC driver but I'm unsure if it supports my required YUV mode. Apr 25 07:32:29 does the neuston play back the pingu episode? Apr 25 07:33:12 dunno yet. I haven't got any media to play yet - still futzing with the media server Apr 25 07:34:11 the php web pages are working fine. I'm not sure that thttpd is working for serving the media files. I'm installing php-apache again to try that. Apr 25 07:38:21 peteru-home: yep, when served from apache it plays :-) Apr 25 07:39:44 so I now have a fully-linux path from Topfield record to Neuston MC-500 playback :-) Apr 25 07:41:54 getting some skipping when the slug is downloading and installing ncurses at the same time as playback :-) Apr 25 07:42:05 heh Apr 25 07:42:20 damn slow POS :-D Apr 25 07:44:50 normal usage for the httpd process is 5% of CPU when streaming Apr 25 07:45:07 and 20% of memory Apr 25 07:45:35 and zero noise :-) Apr 25 07:46:28 :-D Apr 25 07:47:58 WHAT? I CAN'T HEAR YOU OVER THE NOISE OF MY NSLU2... ;) Apr 25 07:50:37 well, my work here is done. Apr 25 07:50:40 night all Apr 25 07:50:47 Night Apr 25 07:55:37 don't you mean my work "hear" ? :-P Apr 25 07:58:08 he can't hear you now ;) Apr 25 07:59:30 :-) Apr 25 09:21:46 bye Apr 25 12:16:12 03edmondsc * 10unslung/sources/webalizer/postinst: added webalizer sources Apr 25 12:20:42 03edmondsc * 10unslung/Makefile: added webalizer to makefile Apr 25 13:37:41 rwhitby-asleep: modified php.mk compiles fine, thttpd also and php-thttpd works and load all modules :) Apr 25 13:38:00 will checkin updates Apr 25 13:54:09 03febertra * 10unslung/ (6 files in 3 dirs): Apr 25 13:54:09 Changed byRequest package name to byrequest (lowercase), which Apr 25 13:54:09 apparently is more friendly to ipk. Destination files and directories, Apr 25 13:54:09 however, preserve the original case. Apr 25 14:03:36 03jeanfabrice * 10unslung/ (5 files in 2 dirs): Make php compile without thread-safe option for wl500g. Do not patch php-thttpd's configure anymore but config.m4 instead to let autoreconf works properly during php build. Apr 25 14:24:44 03jeanfabrice * 10unslung/make/php-thttpd.mk: Remove patching of php.ini since the one provided by php package seems ok Apr 25 14:53:37 copperbeech: did you get CoLinux networking working? Apr 25 14:53:49 jeanfabrice: nice job. Have you pushed it to the feed? Apr 25 14:54:51 rwhitby: no - I just got a brand new laptop so have been spending my days transfering the 'essentials' across - well what work thinks is essential anyway. Apr 25 14:55:08 I'm on the way. Nudi's burning red compiling Apr 25 14:55:14 copperbeech: I too reimaged my laptop over the weekend, and have just updated to CoLinux 0.6.2 Apr 25 14:55:30 I also just found out that appweb 2.0.0 has just been released and the uild system has been updated. Apr 25 14:55:40 oooh - sounds nice! Apr 25 14:55:50 copperbeech: I now use bridged for Loopback, and wired, and use tap with XP bridging for the wireless connection. Apr 25 14:55:52 are you still on the debian image? Apr 25 14:56:06 yep, on the latest debian for 0.6.2 now from the sf.net download page Apr 25 14:56:21 and I updated the nslu2-linux requiredsoftware page based off that image Apr 25 14:56:22 is the loopback so that you can use it without being attached to a network? Apr 25 14:56:26 yes Apr 25 14:56:32 very handy for a laptop Apr 25 14:56:45 yeah - it had been a residual question in my mind. Apr 25 14:57:15 I use the loopback for ssh to the colinux session, then it can remain active while I switch from wired to wireless and back again each day Apr 25 14:57:41 ok, gotta go. cobberbeach, I will be around as rwhitby-web in about half an hour if you want some help with it Apr 25 14:58:01 Ah, so THATS the trick. Apr 25 14:58:05 so when you are using the loopback device - how do you connect to a network? Apr 25 14:58:40 eth0 is loopback, eth1 is wireless (static, cause I only use it at home) and eth2 is wired (dhcp from work network) Apr 25 14:59:02 same here Apr 25 14:59:09 back later Apr 25 14:59:18 ok - ttfn :-) Apr 25 14:59:20 I should do that network configuration. Apr 25 14:59:28 mine is a mess now. Apr 25 14:59:42 exactly same here instead eth1 is wireless bridged Apr 25 14:59:48 my XP setup just lost it - I can't even bridge a device now... Apr 25 15:00:22 so do you guys run colinux as a service? Apr 25 15:00:33 dyoung-zzzz: yes Apr 25 15:00:42 Works well? Apr 25 15:00:48 I didnt get quite that far. Apr 25 15:01:10 fine, but 'reboot' or 'init 6' does not restart the service ;) Apr 25 15:01:11 stragenly, coliunux is th eonly place that I can use the GEDA tools. Apr 25 15:34:59 'night Apr 25 16:49:59 03bzhou * 10unslung/Makefile: getmail ready for cross testing Apr 25 17:12:08 I am trying to use a USB hub and I get the following message: Apr 25 17:12:10 <46>Apr 25 20:24:39 klogd: hub.c: new USB device 00:01.2-2.4, assigned address 4 Apr 25 17:12:16 <44>Apr 25 20:24:39 klogd: usb.c: not enough configurations Apr 25 17:12:24 <43>Apr 25 20:24:39 klogd: usb.c: unable to get device 4 configuration (error=-22) Apr 25 17:13:05 anybody have any ideas what this is, and how or if it can be fixed? Apr 25 17:20:46 wow I've never seen that before Apr 25 17:23:50 guess I should have mentioned this is on unslung 4.14 Apr 25 19:22:12 <[g2]> dyoung-zzzz, ping Apr 25 19:47:35 <[g2]> dyoung-web, ping Apr 25 19:47:46 hi Apr 25 19:47:51 <[g2]> hey mate Apr 25 19:48:08 did you turn australian recently eh? Apr 25 19:48:11 <[g2]> dyoung-web, did you ever play with your PAP2 ? Apr 25 19:48:28 define "Play with" Apr 25 19:48:28 it's talk like an australian day Apr 25 19:48:44 <[g2]> add sw ? Apr 25 19:48:45 ~emulate rwhitby Apr 25 19:48:46 Another Satisfied Customer! Apr 25 19:49:01 No, I didnt identify JTAG on the device. Apr 25 19:49:12 <[g2]> it has no JTAG Apr 25 19:49:13 I would like to untie it from Vonage to play with though. Apr 25 19:49:30 <[g2]> I think it load via the network Apr 25 19:49:46 Oh? I never got that fa. Apr 25 19:50:11 is that in a external prom? Apr 25 19:50:17 do you have one btw? Apr 25 19:50:49 <[g2]> well there was something in the Vonage docs about don't power-down for a while after the first power-on or it may be in an "un-usable" state :) Apr 25 19:52:03 <[g2]> it's a pretty thing that it's QPFP so no BGA pins to go searching for Apr 25 20:02:11 So a quick googling tells me the PAP2 is pretty much locked to Vonage, but the PAP2-NA is provider agnostic. Apr 25 20:03:19 <[g2]> dyoung-web, I'm wondering how hackable the device is and how much performance it may have Apr 25 20:03:49 me too, I'm tempted to hook it up and snoop the line a bit. Apr 25 20:04:05 <[g2]> the ethernet ? Apr 25 20:04:57 yeah, ethernet line Apr 25 20:05:11 and possibly intercept some requests. Apr 25 20:05:15 <[g2]> well funny you should mention that Apr 25 20:05:33 <[g2]> are you familiar with ebtables at all ? Apr 25 20:06:25 no Apr 25 20:06:31 heard of it; thats baout it Apr 25 20:07:15 <[g2]> well it's actually supported by the slug Apr 25 20:08:01 <[g2]> I've built it with OE and starting to test right now Apr 25 20:08:13 <[g2]> I'll have two or three internet interfaces Apr 25 20:08:45 <[g2]> and I'll transparently bridge-filter across 2 of them and maybe logs all the packets to disk Apr 25 20:10:21 I see, so if I take my pegasus I can kind of make a snoop-a-ma-jiggy. Apr 25 20:10:31 <[g2]> exactly Apr 25 20:10:57 <[g2]> I'd imagine with some coding it can probably do line rate Apr 25 20:11:02 Or I could use Ethereal and a hub. Apr 25 20:11:14 <[g2]> that'll work too Apr 25 20:11:29 <[g2]> do you have a 100 Mbit hub ? Apr 25 20:11:36 yes. Apr 25 20:11:41 <[g2]> (actually the PNP comes up 10Mb) Apr 25 20:11:45 <[g2]> PAP2 Apr 25 20:12:16 Yeha, I was planning to just use the 10mb POS on the ground over there. Apr 25 20:12:17 <[g2]> where did you get the 100Mb hub ? Apr 25 20:12:29 Its a old allied telesyn. Apr 25 20:12:49 <[g2]> yeah mine has the 50 ohm BNC on it too :) Apr 25 20:13:00 <[g2]> damn we are old :) Apr 25 20:13:22 but I also have a old netgear 100mb hub and a old ugly purple 100mb hub. Apr 25 20:14:48 <[g2]> sweet Apr 25 20:15:17 <[g2]> looks like the usb 2.0 to Ethernet came up on the on my USB 2.0 Apr 25 20:15:24 <[g2]> hub Apr 25 20:17:04 back later Apr 25 20:17:25 <[g2]> yep its up Apr 25 20:17:57 * [g2] gets out 2nd usb 2.0-ethernet adapter to see if I can have 2 on the 4-port usb 2.0 hub :) Apr 25 20:26:22 <[g2]> AHHHH... the "nobody cared" strikes a different way ! Apr 25 22:20:01 "a differnt way" how? Apr 25 23:13:25 <[g2]> dyoung-zzzz, two usb ethernet devices on a hub Apr 25 23:13:39 <[g2]> the second fails to initialize Apr 25 23:23:10 03bzhou * 10unslung/ (4 files in 2 dirs): procmail cross compiles Apr 25 23:27:45 03bzhou * 10unslung/make/procmail.mk: added procmail description **** ENDING LOGGING AT Mon Apr 25 23:59:57 2005