**** BEGIN LOGGING AT Fri May 13 23:59:56 2005 May 14 01:12:31 03unslung * 10unslung/Makefile: promote imap, show progress during upload May 14 04:56:23 I am getting close on wizd finally, but I am stuck at the confugre part of the build..trying to get past configure since there isn't one May 14 05:01:12 if there is no configure for wizd, and you are able to give the appropriate variable definitions to the makefile to be able to cross-compile it in the Unslung build system, then just delete the line from wizd.mk which calls configure. May 14 05:01:49 p3pilot: are you a subscriber to the nslu2-linux mailing list? May 14 05:01:51 think I got it..it was just figuring out all the lines that needed to be commented out... May 14 05:01:59 yes...I am May 14 05:03:58 okay..it build it but not for the right target..something I commented out changed that I guess May 14 05:04:49 it built for i386 instead of armeb ? May 14 05:05:01 or armeb vs mipsel ? May 14 05:05:18 yes...i386 vs armeb May 14 05:06:07 I think I see it..still need to set CPPFLAGS and LDFLAGS May 14 05:06:51 I am looking at portmap.mk..it doesn't have a configure as an example May 14 05:08:13 Hmm - portmap.mk may not be a good example, as it seems to build the exe in the .configured target. That call to "make" should really occur in the next target down (the .built target). May 14 05:08:41 okay..how do I tell it to start again for my build..it thinks it is done May 14 05:09:21 make wizd-dirclean will delete everything in the builds/wizd* directories if that is what you want to do May 14 05:19:14 it is using -I/usr/loca/include vice the cross build include May 14 05:34:21 if my build required libdvdread..how can I tell the build process where to find the .h files? May 14 05:38:00 you need to call libdvdread-stage in the .configured target (see template.mk for details), and then you need to use STAGING_CPPFLAGS and STAGING_LDFLAGS (also see the template.mk file). May 14 05:38:49 okay...I was just adding libdvdread-stage May 14 05:40:31 it is still not seeing the .h files...I think because there is no configure, in the template it says that the flags to make cause it to override the deafualt search paths May 14 05:47:02 p3pilot: you will need to look at the Makefile to see how to override it's include paths May 14 05:48:07 trying that now....it would be easier if the package would just use a .configure :) May 14 06:02:08 so close....final link and bombs out May 14 06:05:07 not sure what library "floor" comes from..but must need it staged May 14 06:24:46 <[g2]> rwhitby, Excellent e-mail! thx May 14 06:25:21 p3pilot: floor usually requires a "-lm" May 14 06:25:28 (to pick up the maths library) May 14 06:26:57 thanks..I will give that a try May 14 06:29:02 wizd: ELF 32-bit MSB executable, ARM, version 1 (ARM), for GNU/Linux 2.4.3, dynamically linked (uses shared libs), stripped May 14 06:29:22 thanks so much now, I can finally give it a try on the NSLU2 May 14 06:30:17 p3pilot: do you have an sf.net id? May 14 06:31:10 yes..smglchatguru May 14 06:32:54 you now have CVS write access - please check in your wizd files and add it to CROSS_PACKAGES_READY_FOR_TESTING May 14 06:33:45 okay...thanks...not sure it is quite ready since I had to edit the wizd/Makefile manually..need to add a patch for that May 14 06:37:09 plus I still need to make it run on the slug....getting closer at least.... May 14 06:38:20 ok, when you're ready. I'm interested in helping you test it May 14 06:39:18 okay..I will try to finish it up today...it does run on the slug..but I will probably need help on where to put the files...the way it was written it wants its conf file in the same directory and wants a subdirectory there called docroot May 14 06:44:21 night all May 14 06:44:41 p3pilot: we'll probably have to patch it for the file locations May 14 06:45:26 check in the files into CVS soon (before working out the file locations), and I can help you with that tomorrow before we add it to the READY_FOR_TESTING target. May 14 06:49:27 great..thanks May 14 06:53:50 wow..streaming from the slug now....thanks so much for all the help..I will clean up and check the files in this evening May 14 08:00:51 anyone ever got the > ipkg install -d blah blah blah option working? May 14 08:01:18 it's supposed to allow you to install it to a different root folder. May 14 08:38:43 anyone have any experience with Linksys WRT-54G? May 14 08:39:26 Jstueve: that's on channel #wrt54g May 14 08:40:48 thx D|dge May 14 09:13:57 03bzhou * 10unslung/sources/erlang/ (3 files): patches to enable SAE, and make symlinks self-contained within /opt May 14 10:17:50 !!! I've just managed to get php working with appweb if anyone's interested. May 14 10:17:56 http://home.copperbeech.me.uk/test.php May 14 10:18:22 * copperbeech is on a major buzz May 14 10:19:05 I know the feeling May 14 10:19:23 ;) ;) May 14 10:29:08 ByronT: just have to get the appweb.mk worked out so that I can get someone to test it on a cross-build system. I need to pick jp30's brains a bit there. May 14 10:30:15 appweb make files assume the libphp5.so is located in what seems like a standard location, but php-embed drops it in the main /opt/lib folder May 14 10:30:25 might have to patch the make file. May 14 10:30:29 ~seen jp30 May 14 10:30:44 jp30 <~josh@jp30.nslu2-linux> was last seen on IRC in channel #nslu2-linux, 4d 8m 38s ago, saying: 'jf-work, i am making some changes to your changes to usbutils.mk to get it to build for slug'. May 14 10:30:50 ByronT: are you rinning a webserver on your slug? May 14 10:31:06 on my slug(s)... nope May 14 10:31:31 I have prod slug, test slug, and FrankenSlug May 14 10:32:28 I think jp30 went on a business trip or vacation one, you might want to post to yahoo mailing list, as he has been checking in there May 14 10:34:21 ok thanks May 14 10:35:24 btw has anyone listening got mediawiki running on their slug? May 14 13:52:02 Hi there. I'm experimenting with creation of custom firmware and I'm "hitting the wall" whole afternoon & evening. May 14 13:52:22 jaro: welcome ;) May 14 13:52:53 jeanfabrice: hi. I'll formulate my problem in a minute. May 14 13:53:17 jaro: np May 14 13:53:27 When I configure busybox to include init with inittab support and enabled call from linuxrc, resulting firmware won't work. May 14 13:53:44 Won't work means I do not have access to the device (wlhdd) no more. May 14 13:54:35 I do not know wheter this is caused by some strange error and crippling of firmware or it works fine but just doesn't run any network services. May 14 13:54:55 It doesn't response to my pings either. May 14 13:57:34 jaro: I don't think trying to alter Oleg's firmware is a good thing unless you're very skilled and ready to start a new firmware branch. what's exactly your needs with inittab support ? May 14 14:00:08 jeanfabrice: hello, the quagga guy again May 14 14:01:05 what do I need to do to get access to cvs? May 14 14:01:09 llagendiijk: hi May 14 14:01:30 jeanfabrice: I would like to alter services which are run at startup. May 14 14:02:07 I haven't found yet where the initialization script takes the place. May 14 14:02:27 found where...takes the place YET. May 14 14:02:32 I am currently patching the latest quagga, so it no longer uses /usr/include from configure (that is why you could not compile it on your build machine) May 14 14:03:30 llagendiijk: so there was a bug ? May 14 14:04:06 Another question: is it ok to add one more variable to the main config (directory where target includes can be found) May 14 14:04:33 Yes, configure uses the /usr/include directory May 14 14:05:14 I am patching it so it uses the includes in the tool chain May 14 14:05:37 jeanfabrice: I'm stripping off the useless stuff and adding some extra stuff and it's okay for now. My modifications are light though. May 14 14:06:20 jaro: if this could be done, it would be a usefull feature (e.g. skip telnet) May 14 14:08:31 llagendiijk: toolchain includes are $(TARGET_LIBDIR) May 14 14:09:49 jeanfabrice: no, that are the libraries, I need the same but ending in /include May 14 14:10:28 llagendiijk: the problem is that with init included the device doesn't boot properly and I do not know how to alter startup scripts (if there are any) without it :-( strange behaviour. May 14 14:11:33 jaro: it would be best if init could check for /opt/etc/inittab and if that exists use it, otherwise use the built in scritps May 14 14:11:40 llagendiijk: you're right, sorry. May 14 14:12:41 llagendiijk: It should work so or at least it is described to work so. Pittifuly it doesn't work yet. May 14 14:13:06 llagendiijk: if it was your idea, afaik, you can create new variables in you .mk prefixing them with QUAGGUA_ May 14 14:14:14 llagendiijk: has your nick anything to do with your country? May 14 14:14:16 ok, will do that. Can you test my current version, just to see if the baics are ok? Will clean up later May 14 14:16:08 what do I need to do to get access to cvs? => for write access, wait for rwhitby-asleep to wake up and ask him May 14 14:22:32 jaro: no, it is actually my username on chupa/wl500. It is my initial + (corrupted) surname May 14 14:22:55 llagendiijk: sounds dutch ;-) May 14 14:23:01 jaro: I am from the Netherlands May 14 14:23:09 :-)) May 14 14:23:41 jaro: louis Lagendijk, ad Dutch as they make em May 14 14:24:30 ok gents, I am off to spend some time with my family May 14 14:24:33 llagendiijk: I've remembered my small trip to Netherlands last summer. It was interesting experience. May 14 14:24:47 jaro: where are youo from? May 14 14:24:58 llagendiijk: bye May 14 14:26:58 all: goodnight, talk to you next week May 14 14:27:19 llagendiijk: goodnight May 14 14:27:42 jeanfabrice: I managed to get php compiled with appweb today May 14 14:27:46 llagendiijk: czech republic May 14 14:29:17 copperbeech: I see this in the logs. good job ! May 14 14:30:01 yeah - it was a bit messy on my native build system since I gave up trying to stage php without jp30 being around May 14 14:30:48 I eventually just symlinked /staging to / to build against the previously compiled installed packages. May 14 14:31:28 also had an issue with the non-standard (?) location that php-embed installs the libphp5.so file May 14 14:32:01 appWeb assumes it will be located in /libs/libphp5.so May 14 14:32:42 I had to create a symlink there to fake it's location - which was quicker than creating a patch for the Makefile until I've had a chance to speak to jp30 May 14 14:33:05 I'm going to post status to the mailing list for posterity. May 14 14:36:55 yeah. for sure, jp30 may give some good help on php compilation issue May 14 14:40:30 yeah jp30's been a real help when I've been bugging him about all this before. May 14 14:41:13 p3pilot around May 14 14:42:20 dyoung-zzzz, I am here May 14 14:42:59 I got wizd running, but just need some help figuring out how to package it May 14 14:44:09 I just reply to your email. May 14 14:44:32 basically what you want is -I$(STAGING_DIR)/opt/include May 14 14:44:38 thanks.. I will look for it.... May 14 14:45:00 and would I put that somewhere in the template or the Makefile? May 14 14:45:13 in wizd.mk May 14 14:46:06 great...I hope it works..that will be much better then trying to patch or sedit the Makefile. I just couldn't get anything to override that -I/usr/local/include before May 14 14:47:24 rwhitby-asleep, gave me write access earlier today, so I will add the wizd.mk later if this works. He was going to help me test and with file locations since he is interested in this program May 14 14:47:48 me too. we have the same MC-500 type hardware. :-) May 14 14:48:20 morning dyoung-zzzz May 14 14:48:49 the way it is written is needs a config file in the directory with the binary and some subdirectories for skins and docs May 14 14:49:20 I don't know know what is the best way for that...now I am just running it from my user directory on the slug May 14 19:23:27 !ping May 14 19:24:50 !ping May 14 19:26:16 <[g2]> !ping May 14 19:27:48 hi [g2] May 14 19:28:06 <[g2]> Hey McTails how goes ! Nice to see you again May 14 19:28:10 * McTails is discovering how long it will take the slug to build OE May 14 19:28:20 SOme of us don't have a dedicated linux box :-P May 14 19:28:54 <[g2]> well you can just run knoppix on an x86 box with a swap and local partition May 14 19:28:59 What x86 box? May 14 19:29:05 (hence the problem) May 14 19:29:34 <[g2]> Ok what kinda hw does that Mac have and how much memory ? May 14 19:29:45 I have a PII 200MHz (the slug got better HW then that), and an overheating AMD4 which doesn't stay on more then 10 minutes May 14 19:29:59 I have a 733MHz PowerPC G4 free, but both HDs in it are being used as backup storage May 14 19:30:20 I've got a 1.5Ghz PowerBook G4 but I can't reformat cause I need it and the wifi card doesn't work in linux May 14 19:30:58 I've got a 500MHz iBook G3, partially disassembled, but no AC adapter AFAIk, and a fried CD-RW/DVDROM drive so I'd have to netboot that May 14 19:31:11 I've got three 233MHZ PowerBook G3s, one that does run Linux, but they all ahve 3GB HDs May 14 19:31:35 And because they only have OF2.0, they need a bootstrap of Mac OS 9 to start May 14 19:31:39 (and only have 32MB of raM) May 14 19:32:01 I'm seeing if I can attach distccd to a cross-compiler May 14 19:32:10 That way, I can tie in the powermac and the powerbook May 14 19:32:43 I also have two iBook G3 233Mhz/32MB, but no power adopters, and two have fractured screens May 14 19:33:04 A Gateway PII 200MHz 16MB of RAM - but no ethernet adopter AFAIK May 14 19:33:26 a PIII 700MHz that I fried years ago partially. It still kinda works but it already had a single fire and don't want to leave it running unattended May 14 19:33:27 <[g2]> You've got 2 choices as I see it May 14 19:34:10 <[g2]> 1) Make stuff work on the PowerPC by running a PowerPC linux like YellowDog something like that May 14 19:34:16 THere's no liveCD May 14 19:34:27 I can't reformat that 733 for another two weeks May 14 19:34:31 <[g2]> 2) Sell off/give away the crap, get a job save for a real machine May 14 19:34:36 I'm only 16 May 14 19:34:42 <[g2]> Gentoo has a PowerPC May 14 19:34:44 (17 in 1:26 hours) May 14 19:34:46 <[g2]> LiveCD May 14 19:34:55 All HDs are HFS+ May 14 19:35:04 No case sentetivity, OE dies very fast on that May 14 19:35:06 <[g2]> Happy Birthday early May 14 19:35:26 I've also tried to configure QEMU-PPC May 14 19:35:34 <[g2]> McTails when I was 16 I worked and had jobs May 14 19:35:41 I'm currently a student May 14 19:35:46 I had 2 jobs May 14 19:35:47 <[g2]> what's different now ? May 14 19:35:54 My grades are kinda poor and my parents won't let me May 14 19:35:56 <[g2]> yeah me too I was in high school May 14 19:36:14 <[g2]> do you have to go to summer school ? May 14 19:36:19 Yeah :-/ May 14 19:36:23 and my older sister worked for me (and put herself through college for a year with her earnings) May 14 19:36:24 I work on my free summers though May 14 19:36:24 <[g2]> I had "summer" jobs May 14 19:36:38 [g2]: Well, I once did tie in all that hardware into a 100MBps switch May 14 19:36:41 (they all had 100MBPS) May 14 19:36:46 And did a mass netboot of NetBSD/powerpc May 14 19:36:49 w/ distccd May 14 19:36:57 I've never compiled KDE before in under 4 hours ;-) May 14 19:37:09 <[g2]> So you have to summer school ? May 14 19:37:12 yeah May 14 19:37:37 * McTails was allowed to work last year because my grades were about low B's high Cs, but geomtry killed my avarage May 14 19:37:53 WOrking IT is a lot of fun. My mom's company was despite for IT employees but didn't want to spend alot May 14 19:37:57 <[g2]> Ok,.... so are the grades bad because of lack of applying yourself or something else ? May 14 19:38:02 No May 14 19:38:07 I have ADHD :-/ May 14 19:38:13 And I struggle w/ math also May 14 19:38:32 Anyway, Geomtry was very hard, and I scrapped by w/a D- May 14 19:38:36 <[g2]> I'm old-school and then ADHD is some bull-crap May 14 19:38:37 (it's now a C-) May 14 19:38:51 [g2]: I know, but everyone at my school blames it on that instead of me May 14 19:39:02 I think it's horseshit too, but I'm not a doctor May 14 19:39:55 <[g2]> McTails, learn to focus, you can do it May 14 19:40:01 I am May 14 19:40:06 I already picked up some of my grades May 14 19:40:14 (history and Geo are now Bs and C respectively) May 14 19:40:21 <[g2]> great! May 14 19:40:24 but the first part of the year was almost flat Cs and Ds May 14 19:40:30 <[g2]> now focus on the computer side May 14 19:40:32 so to pick my GPA, summer school, here I come May 14 19:40:57 <[g2]> what do you want to accomplish ? Pick a small task first May 14 19:41:06 Learn and master C May 14 19:41:06 I have ADD. my attention span is shorter than that of a gnat. May 14 19:41:08 Which I'm doing May 14 19:41:24 <[g2]> dyoung-zzzz, morning sunshine :) May 14 19:41:30 I'm also working w/ my soldering iron May 14 19:41:37 morning. May 14 19:41:41 (that AMD wasn't working at all, I just resoldered on it's power adopter ;-) ) May 14 19:41:57 <[g2]> McTails, I sent you that url about it taking 10 years to master programming May 14 19:42:04 [g2]: I know May 14 19:42:06 <[g2]> clearly that's not a "short" task May 14 19:42:14 Strach the master part then May 14 19:42:20 Learn C May 14 19:42:26 <[g2]> better much better May 14 19:42:42 <[g2]> so what level of C are you proficient at ? May 14 19:42:44 (my defination of master is that I can use the base language without constantly looking up stuff) May 14 19:43:03 Basic C May 14 19:43:13 Something clicked and I suddenly got the concept of pointers :-) May 14 19:43:25 <[g2]> Great May 14 19:43:27 I'm working w/ malloc and then file I/O May 14 19:43:38 I still don't see the point of unions May 14 19:44:03 (structures weren't obvious to the reason at first, but that really clicked once I went and did some SQL programming as of late) May 14 19:44:05 <[g2]> Ok that's an easy one May 14 19:44:54 <[g2]> I can teach you the point of unions in 1 sentance and you'll probably never forget it May 14 19:45:11 Spit it out then :-P May 14 19:45:29 <[g2]> I'm assuming you are a guy and you are 16/17 May 14 19:45:44 Yeah May 14 19:45:50 (I said I was 16 until tommorow) May 14 19:46:43 <[g2]> I'm sure as a teenage guy you've looked at girls in you class. I'm sure wondered what some would look like in a swimsuit, right ? May 14 19:46:59 Of course ... May 14 19:47:17 <[g2]> Sometimes you want to see the same thing a different way. May 14 19:47:19 * McTails thinks that you'd be up sh!t creek just now if I didn't like women May 14 19:48:11 <[g2]> That's all a union is. Looking at the same thing in a different way. May 14 19:48:24 Ah May 14 19:48:29 That feels familer May 14 19:48:42 I kinda, accidently, deleted the author_name and id thing from teh database on my forums May 14 19:48:51 (software glitch mulitated my raw SQL) May 14 19:49:02 (and caused every post to be done by me) May 14 19:49:13 <[g2]> So keep practicing your C. May 14 19:49:21 *nods* May 14 19:49:22 I am May 14 19:49:32 I still do most of my scripting in PHP though May 14 19:49:46 <[g2]> Don't play with Databases, don't play with PHP and Apache... May 14 19:49:52 Hey :-P May 14 19:49:58 I'm a forum administrator May 14 19:50:05 <[g2]> Pick something, stick with it, be successful May 14 19:50:09 And also was working on an open source forum software called Ajaboard May 14 19:50:30 (which was ok, but I was working w/ someone elses code and what he wrote would take too long to replace so I dedicated to restart from strach) May 14 19:50:56 <[g2]> what does ajaboard do ? May 14 19:51:07 It's like PHPBB expect it's a clone of Invision Power Board May 14 19:51:14 It was started by Luke Dawsion but he abanded it May 14 19:51:24 After IPB went payware, I started dev on it again May 14 19:51:30 <[g2]> here's my 2 cents.... May 14 19:51:35 Got pretty far, but a lot of the legacy code was crap May 14 19:51:46 <[g2]> People often pick big problems and issues to focus on May 14 19:51:55 <[g2]> usually it's a waste of time May 14 19:51:57 So true May 14 19:52:18 [g2]: If I told you what I did with myself since I elft this chatroom, you'd be really suprised May 14 19:52:31 <[g2]> they do it because it's easier to be "working on" a big project than actually doing a little project May 14 19:52:35 *nods* May 14 19:52:42 Yeah, that's my problem May 14 19:52:50 After I left here, I went to the Savannah project, and joined them May 14 19:52:53 <[g2]> you're 16/17 May 14 19:52:58 (Savannah is the FSF version of sourceforge) May 14 19:53:13 Stayed with them for two months, helped solve a few problemed, helped quite a few people, etc. May 14 19:53:22 Even did some coding on the backend code, Savane May 14 19:53:25 <[g2]> great May 14 19:53:42 <[g2]> did you like it and find it interesting ? May 14 19:53:44 Left (mostly cause my computer fried, and by time I came back, so much had changed) May 14 19:53:46 I did like it May 14 19:54:03 <[g2]> super.... May 14 19:54:04 But when I came back, the changes were so radicial is was like the old project no longer existed May 14 19:54:18 So I went to Gna! (FSF Frances version of Savannah) May 14 19:54:18 <[g2]> open source moves very fast May 14 19:54:25 No, it was the staff May 14 19:54:32 They changed a lot of the policy and prodecure stuff May 14 19:54:48 I did some more bug fixing w/ Savane, and coding (I'm in the credits file :-)) May 14 19:54:57 <[g2]> excellent May 14 19:54:57 As if I'm cursed, my laptop fries (again) May 14 19:55:10 That time was Apple's fault, they fucked up the first repair May 14 19:55:24 4 weeks later, I come back, and have been fired basically -_-; May 14 19:55:33 <[g2]> remember this a a language clean area May 14 19:55:38 sorry May 14 19:55:44 <[g2]> np May 14 19:55:49 Ok, I drift the net awhile May 14 19:55:51 <[g2]> just a reminder May 14 19:55:55 Start work on Ajaboard, write serveral modules May 14 19:56:02 Really get a good hands on feel with PHP and SQL again May 14 19:56:20 Get fed up with the old code though, and relieze it's a lot less work to rewrite it May 14 19:56:51 <[g2]> did you fully understand the old code ? May 14 19:56:54 Yeah I did May 14 19:57:02 But there was some really eye bogging stuff May 14 19:57:03 <[g2]> How big is it ? May 14 19:57:07 4MB May 14 19:57:14 (3.7MB before I got to work on it) May 14 19:57:28 That's including images, etc. May 14 19:57:37 (I don't remember offhand how much the raw PHP was) May 14 19:57:59 <[g2]> so it's like 10K lines of code right ? May 14 19:58:08 Including HTML, yes May 14 19:58:24 (I was going to reuse the HTML, since that was pretty good) May 14 19:58:29 <[g2]> Ok... so you've got your arm all around it then .... May 14 19:58:30 Anyway, I drift the net again, and find myself at the Forum Insider May 14 19:58:42 http://foruminsider.com May 14 19:58:50 It's run by some of the guys who helped write Ajaboard May 14 19:59:06 I become staff there (still am), and help clean up ther eDB, and give newbies PHP/SQL/Forum help May 14 19:59:25 Then in a galatic joke, the site gets purchased by the people who's software I was trying to replace (Invision Power bought us out >.>) May 14 20:00:25 http://www.foruminsider.com/forums/index.php?showtopic=1090 - unbelievable is all I could say May 14 20:00:48 <[g2]> wonderful. You were contributing on a project that someone thought was useful and willing to pay money for May 14 20:00:51 Ok, somewhere between then and here, I fix up my school life May 14 20:01:19 [g2]: No, TFI was run by the people who used to write Ajaboard. They aren't connected. Ajaboard was abadoned when I started coding on it May 14 20:02:01 Ok, so Charles of IPS finds out from Oscar (one of the Aja. devs) that I'm fluent in PHP and SQL May 14 20:02:08 And I offer to port there software to PostgreSQL May 14 20:02:19 <[g2]> Ok... You had an idea about some code that someone else that was worth purchasing for the ideas May 14 20:02:28 Close enough May 14 20:02:55 Long story short - cause of legal issues (my parents won't agree to NDA, since I'm a minor, they must also agree w/ it) so the whole thing washs up short May 14 20:03:08 Ouch is all I can say May 14 20:03:16 <[g2]> super... May 14 20:03:23 <[g2]> Your parents are right. May 14 20:03:29 <[g2]> You shouldn't be signing NDA May 14 20:03:30 <[g2]> s May 14 20:03:32 No, this NDA was very specific May 14 20:03:39 (and I've already signed them in the past - last job) May 14 20:03:47 Just business info, stock info, and passwords were included May 14 20:04:14 And I had a written guantee that I would be left alone by IPS Inc. should I leave to go work on OS again May 14 20:04:24 (I cover all my bases :-)) May 14 20:04:41 <[g2]> Hey I think it's the Register or TheInquirer that doesn't sign any NDAs and they have one heck of a web site May 14 20:05:00 The only NDA I ever agreed to is when I worked IT May 14 20:05:16 Since it was for a medical company, and the sentivativness of patient info, etc. May 14 20:05:27 <[g2]> nod. May 14 20:05:30 (that was this last summer) May 14 20:05:39 BTW, you missed my Exchange horror stories :-) May 14 20:05:41 <[g2]> are you going back this sumer ? May 14 20:05:47 (and how we successfully DDoSed our own servers) May 14 20:05:54 They want me back but I have summer school :-/ May 14 20:06:20 <[g2]> So what's the issue with Math ? May 14 20:06:30 My mine really doesn't like geomtry May 14 20:06:38 When we went onto Trig. I started scoring very high May 14 20:06:50 Same w/ Quarticate Expressions May 14 20:07:55 <[g2]> Well I wish you the best May 14 20:08:06 Thanks :-) May 14 20:08:09 <[g2]> I've got to focus on the things I need to get done May 14 20:08:13 SO what have you been on? May 14 20:08:24 <[g2]> I've been OpenSlugging it May 14 20:08:45 <[g2]> The Redboot replacement bootloader is running and nearly 100% May 14 20:08:48 BTW, how did kergoth take BK pulling there Linux version (he could not have been happy) May 14 20:08:57 Am I the only one that actually likes RB? May 14 20:09:23 <[g2]> There's an issue or two to be resolved, but we are hot on the track and it should be resolved shortly May 14 20:09:32 Also, I was practing my soldering as of late also May 14 20:09:48 (I was able to reassemble my $5 dollar headphones when the wire in the phone broke) May 14 20:10:07 <[g2]> me too. I got 3 out of 4 connection for JTAG to the slug right on my last attempt May 14 20:10:39 I still haven't added serial to my NSLU May 14 20:10:53 BTW, did fatslug ever boot? May 14 20:10:54 <[g2]> I did that earlier May 14 20:11:12 <[g2]> I'm running 64MB on an OEM IXP422 board May 14 20:11:19 Very nice :-) May 14 20:11:25 * McTails is considering getting an XBox May 14 20:11:26 <[g2]> with APEX (the replacement bootloard) May 14 20:11:32 It should be obvious I need a x86 machine May 14 20:11:47 Never head of it May 14 20:11:58 <[g2]> Now that is an innovative solution for getting an x86 computer May 14 20:12:14 I wish it ran Windows (so I could use it to reflash my cellphone) May 14 20:13:01 Actually, XBox's are only like 100 dollars now w/ the XBox 360 right around the corner, and I've got some beefy drives I can replace the internal w/ May 14 20:13:13 <[g2]> nod. May 14 20:13:22 <[g2]> The 360's totally gonna rock May 14 20:13:28 3.2GHz x 3 May 14 20:13:35 That blows away any computer I've ever owned >.> May 14 20:13:57 (though I've never been a guy that used CPU int. stuff. My 500MHz was used right up until the LCD broke) May 14 20:14:02 <[g2]> Well I'm gonna get back to work. May 14 20:14:03 (3 1/2 years :-)) May 14 20:14:05 Cya [g2] May 14 20:14:16 <[g2]> You do the same and drop in from time to time May 14 20:14:24 <[g2]> cheers May 14 20:14:27 I think I'll be around more May 14 20:14:30 I am using my slug again May 14 20:14:36 (needed something light to act as a WAP gateway) May 14 20:14:41 <[g2]> and make sure you work on you school work! May 14 20:14:48 You sound like my mother May 14 20:14:49 <[g2]> or I'll have to ban you butt May 14 20:14:53 * McTails already did it May 14 20:14:58 YOur not a op though May 14 20:15:42 * [g2] doesn't need to flex May 14 20:15:52 * McTails needs to flex his phone May 14 20:16:02 ;-). Damn Verizon DRM May 14 20:16:12 <[g2]> well I'm off for a bit May 14 22:12:36 03jbowler * r43 10/ (3 files in 3 dirs): May 14 22:12:36 Add 'bitbake' to the line in the top level Makefile May 14 22:12:36 which generates the source tarball, without this the May 14 22:12:36 tarball will not build. May 14 23:37:20 03rwhitby 07 * r1.3274 10openembedded/packages/ (2 files in 2 dirs): Commited the pl2303 patch (for next release), and added 'less' to openslug-packages May 14 23:37:26 03rwhitby 07 * r1.3271 10openembedded/conf/distro/openslug.conf: Bumped the version for OpenSlug 1.12 May 14 23:45:38 (note that any bk checkins from me now are for the next release) May 14 23:50:07 03rwhitby 07 * r1.3275 10openembedded/packages/linux/unslung-kernel_2.3r25.bb: Added the pl2303 patch to the Unslung kernel **** ENDING LOGGING AT Sat May 14 23:59:56 2005