[00:01] Last message repeated 1 time(s). chillywilly: whirred. derek: heh what's the dilly yo? Action: chillywilly has had a BUSY weekend still managed to commit some stuff to GNUe cvs though ;) I have my priorities straight ;p chillywilly: a;sjf I SAID 'WHIRRED'. that "what's the dilly yo' was for you dtm and derek so there :P oh oh ok. so what's up dan I didn't fagit ya dawg Action: dtm howls at the moon good god there's a billion commits to cvs today chillywilly: we thought you were lonely so figured you could use some commit mails hey I contributed so it's all good hrrrrm looks like neilt has a brokedn orbit-python derek: you never commented on my email to gnue-dev derek: you're slacking on th job I take that back geas bit the dust cool, a bus error Nick change: mdean -> mdean-[offline] oh, a new version of dia Action: chillywilly notes this preemption kernel patch rocks his socks chillywilly: what do you use it for it reduces latency in the kernek er, kernel yeah so what do you use it for boots performance FOR WHAT :) makes my desktop and other stuff respond better you personally run an application for it. what? faster your desktop? whoa yes, Gnome is my desktop dog gone it whoa, so you give hardware-level priority to gnome/ ? so that makes gnome fully cooperative with the kernel in execution time,eh ? gnome can halt or crash the whole system then? or what kernel code gets preempted in favor of user processes no preempted until the process returns? or is it not cooperative? ra3vat (ds@ics.elcom.ru) joined #gnuenterprise. ummm there's still multitaksing going on it is just that kernel code is less of a priority when it is "preempted" that just means itgives up it's time slice or chance to run in favor of a higher priority process actually any process cwn be preempted even kernel mode ones http://www.tech9.net/rml/linux/ ok i see This patch enables a preemptible kernel, which reduces the latency of the kernel. It allows processes to be preempted even if in kernel mode. The design used is to allow a task to be preempted anywhere within the kernel, using spinlocks as markers for non-preemptibility regions. The resulting system response is greatly increased, with measured average latencies under 1ms. so basically it's like adding a new level to the 'nice' command. or 'renice' it makes the kernel get out of the way ;) ok so you can virtually renice the kernel down it happens automagically Magic rules. the card game? card/role playing j/k must....sleeep..... hey dan. there's this concept of something called "HEAD" in a cvs tree, which is capitalized for no apparent reason. what is "HEAD"? is that a default configuration of some kind? the main branch i hear about it in a lot of projets the 'trunk' if you will HEAD is what most developers pine for but seldom get ;) oh hehe stable huh? heh why is it capitalized? and what is an alternative? what's non-HEAD? i mean, what else is there? HEAD is the raw source HEAD is usually the most unstable as it is like the current cvs version branches are segments marked off for retrieval generally branches are stable of some sort the alternatives are specific branches in cvs HEAD is just last file checkins derek: so in the case of DCL, which one is HEAD? but say you get a working HEAD HEAD is the development code (what you checked out) in most projects head is usually broken it's all about how you manage your cvs tree instead use what i gave you in #dcl to check out a stable branch usually you hack on a certain stable branch and fix bugs HEAD has all the 'development' stuff in it at some point HEAD becomes stable and you branch off again (that's one way to do it) you can merge bug fixes form the stable branch back into HEAD derek : why do you say most devs pine for it but seldom get it? the cvs book is a good source dtm I think he meant that other kinda HEAD ;) hmmm. HEAD is just a dumping ground then, eh? just to get files collected? but it's the default, right? so if i just check out the module 'dclgw' then i get HEAD? it's the main trunk of the code, where the development version is it's the default branch you commit against ok which may be a dumping ground depending on the project's management policy the ever changing one im cause im a sick pervert (Think alternative meanings of head for a minute) ok Action: dtm sticks a pipe cleaner into derek's head, ear to ear, and wiggles and pulls basically, dtm branches let you do parallel development yep (branch on which bug was fixed) .---------------->---------------. / | / | / | / | / V (<------ point of merge) ====*===================================================================> (main line of development) weee HA! who made that pic the main line there would be called HEAD that's fomr the cvs book er, from cvs book is ascii? well I was reading it with info ;) info cvsbook apt-get install cvsbook if on debian Introduction ************ This is a set of free, online chapters about using CVS (Concurrent Versions System) for collaboration and version control. It covers everything from CVS installation and basic concepts all the way to advanced usage and administration. It is intended for anyone who uses or plans to use CVS. a branch is like a point in time where you diverged fomr the main line of development as it is separate, although you cn merge changes back and forth between branches at any time does this make sense at all? yeah i understand that so basically you have HEAD and you have branches. simple good :) with HEAD being a special branch that is always there yep the 'trunk' and being the default dev or main line of development which seems counterintuitive to me; i'd think the stable should be default ;) hehehe but that's me and i'm hungry. well you usually only checkout cvs code if you're going to hack (theoretically) haha some ppl do keep HEAD 'stable' and start an unstable 'branch' you can do it however you want jcater and jamest did this the last time with forms, et. al. when they went to add some major features iird er, iirc another example would be ORBit they had a development branch and HEAD was the stable 0.5.x series ok gotcha does cvs do incremental checkouts (downloads) not unlike rsync in concept? cvs only grabs the 'diffs' so once you do the initial checkout usually you're not downloading a lot after that it just pacthes the files and grabs new files iirc, it does the equivalent as diff -urN old new would do ok so, in essence it is incremental, but it is all ASCII of course for the most part as it's used to manage source code, or html files, etc. ok gotcha coz cvs is old skewl cvs is cool er I believe CVS uploads any files you have that have changed and does all the processing on the server which sends you back a diff only if you commit your changes true actually I'm not sure I think it does that for Merges too (on Update) well, you can compress things with -z yeah I guess it has to transmit it to look do a diff...so it does more than rsync, my bad it's not really incremental right. but it won;t do it for files that have not been modified will it? g'night everyone chillywilly (danielb@d19.as10.nwbl0.wi.voyager.net) left irc: reinhard (~rm@N809P002.adsl.highway.telekom.at) joined #gnuenterprise. reinhard: hi hi dtm alexey (alex@techkran.vladimir.ru) left irc: Read error: 110 (Connection timed out) alexey (alex@techkran.vladimir.ru) joined #gnuenterprise. moi_je (~eva@195.144.36.220) joined #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. alexey (alex@techkran.vladimir.ru) left irc: "[x]chat" dsmith (~dsmith@207.180.207.254) joined #gnuenterprise. Good Morning People! morning here jcater, jcater, jcater here boy jbailey (~jbailey@HSE-Toronto-ppp319304.sympatico.ca) joined #gnuenterprise. ra3vat (ds@ics.elcom.ru) left irc: "Client Exiting" Action: derek tosses jamest a dozen gibson' donuts he tends to 'respond' better to those hi all derek: i had an interesting weekend at the fosdem in brussels i met (among others) rodrigo moya and georg greve ah how did it go Action: derek whats to hear all about it who both asked for you :) rms held a speech for about 850 people i REALLY REALLY REALLY need to talk to greve wonder what rodrigo was wanting? been long time since i talked to him (i think he is at ximian now) we talked about the days back when gnome-db and gnue were working together rofl and he asked me if you are still active in gnue yes he is at ximian now the weird thing is he hacks on evolution for ximian and has to do gnome-db in his spare time yeah thats what i heard not that he was hacking evolution, but that gnome-db was not a 'ximian' thing in many ways that is good so what the overall feel of the event? did you get to meet rms or bkuhn? and did you watch guido get the fsf achievement award? brb (phone moi_je (~eva@195.144.36.220) left #gnuenterprise. back i _saw_ rms (not that i talked directly to him) bkuhn was not there i talked a bit to the fsf europe team the overall feeling was that the event was organized rather unprofessional dsmith (dsmith@207.180.207.254) left irc: "later.." but with "love" and i think the term "developer meeting" was appropriate because there really were no ppl like ibm marketing managers or like that present and yes i watched the award ceremony and i watched rms's face when guido praised the philosophy of open source in his speech afterwards :) jbailey (jbailey@HSE-Toronto-ppp319304.sympatico.ca) left irc: "Client Exiting" ouch ra3vat (ds@ics.elcom.ru) joined #gnuenterprise. yes that is exactly the word that was written on his face alexey (~alexey@195.151.214.34) joined #gnuenterprise. chillywilly (~danielb@d119.as15.nwbl0.wi.voyager.net) joined #gnuenterprise. Remosi (dahoose@210-86-57-172.jetstart.xtra.co.nz) left irc: Read error: 110 (Connection timed out) hello jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. sup dawgs sup jcater howdy zwiskle (~zwiskle@194-208-138-086.TELE.NET) joined #gnuenterprise. debian.de zwiskle (zwiskle@194-208-138-086.TELE.NET) left irc: Remote closed the connection zwiskle (~zwiskle@194-208-138-086.TELE.NET) joined #gnuenterprise. dres_ (dres@4.18.171.42) left irc: Read error: 104 (Connection reset by peer) dres_ (~dres@4.18.171.42) joined #gnuenterprise. ra3vat (ds@ics.elcom.ru) left irc: Read error: 110 (Connection timed out) ra3vat (ds@ics.elcom.ru) joined #gnuenterprise. hello debian.de eh jbailey (~jbailey@HSE-Toronto-ppp319304.sympatico.ca) joined #gnuenterprise. jbailey: how long would it take you to convert that rh5.2 on alpha to debian? I can do an i386 system without disrupting any services in four hours./ as i have it up on the net now and recalled its root password i have alpha cd's also I would just apt everything into place. It's easier because I don't need to preserve any config settings aside from network. It's harder because I've never played on an alpha before, so I'm not familiar with the bootup process. Action: derek is debating just doing it from cd and wiping redhat or having you have a hand at an 'upgrade' the boot process is different for sure :) its bootloader is like a mini operating sytem er system Your call.. I am a little tight on time until I'm back from the wedding. when is that i dont have urgent need but i should do it sometime soon 19 days until the wedding. I'm back on the 18th. alexey (alexey@195.151.214.34) left irc: "Client Exiting" jbailey: you can apt over the top of a RH install? chillywilly (danielb@d119.as15.nwbl0.wi.voyager.net) left irc: Read error: 104 (Connection reset by peer) jamest: You have to be clever about it. ? Basically, you need to unpack some dpkg file by hand, enough so that you can run dpkg. Then you install the base environment. Then install cruft, and work your way off of that report. I've found that it's cheaper for my clients to pay me to convert to Debian and then do the work than it is to do complicated things on RH. Nick change: reinhard -> rm-away doesn't that leave lots of RH gunk around? Only in /etc. I haven't found the best way to clean that out yet. hmmmmm interesting idea There's some gotchas on the way, but I've got it pretty ironed out now. I've done.. hmm.. a dozen boxes? how about a how-to? :) Action: jcater is away: I'm busy chillywilly (~danielb@d64.as11.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly: hi dan hi ever-buddy tomte (~tom@pD9004804.dip.t-dialin.net) joined #gnuenterprise. msg jamest hi james, this is nstti-tom :) ra3vat (ds@ics.elcom.ru) left irc: "Client Exiting" dsmith (~dsmith@207.180.207.254) joined #gnuenterprise. zwiskle (~zwiskle@194-208-138-086.TELE.NET) left #gnuenterprise. Isomer (dahoose@210-86-56-189.jetstart.xtra.co.nz) joined #gnuenterprise. Isomer: Your nick always reminds me of Eomer (from the lord of the rings) Nick change: Isomer -> Eomer :) that reminds me of the E-or (spelling?) from Winnie the Pooh eeore Nick change: rm-away -> reinhard jamest: !@#! :) Action: Eomer starts changing nicks in aloop Nick change: Eomer -> Eeore :) night all i need sleep so badly now reinhard (rm@N809P002.adsl.highway.telekom.at) left irc: "There's always one more imbecile than you expect" nickr (nick@e-172-IP28.empnet.net) left irc: "leaving" l8r jamest (jamest@hobbes.math.ksu.edu) left irc: "[x]chat" n8 all tomte (~tom@pD9004804.dip.t-dialin.net) left #gnuenterprise. Action: jcater is back (gone 02:09:15) dsmith (dsmith@207.180.207.254) left irc: "later.." chillywilly_ (~danielb@d64.as11.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d64.as11.nwbl0.wi.voyager.net) left irc: Killed (NickServ (Ghost: chillywilly_!~danielb@d64.as11.nwbl0.wi.voyager.net)) chillywilly_ (danielb@d64.as11.nwbl0.wi.voyager.net) left irc: Client Quit chillywilly_ (~danielb@d64.as11.nwbl0.wi.voyager.net) joined #gnuenterprise. wtf I cannot get my nick back OPN is being gay Nick change: chillywilly_ -> chillywilly jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "l8r" nickr (~panphage@e-172-IP28.empnet.net) joined #gnuenterprise. jamest (~jamest@fh-dialup-201091.flinthills.com) joined #gnuenterprise. lol Eeore is still here ? who's that? OPN has very long timeouts Eeore = Isomer oh well maybe he likes Eeore and he wants to keep that nick ;P jbailey (jbailey@HSE-Toronto-ppp319304.sympatico.ca) left irc: "Client Exiting" ew, this cat is nasty Nick change: mdean-[offline] -> mdean jcater (~jason@24.92.70.39) joined #gnuenterprise. gah, I need to get my mom off windows I am sick of having to fix it chillywilly: use a trout on her hehe OpenOffice is good enough to do M$ crap right? ja I should setup VNC and let her play with it just get her 512Mb of memory ween her off of M$ heh I got it on here wit 160MB and it runs fine at least 512MB you're not helping guys I've seen 200MB staroffice instances with only 1 file open StarOffice is old though OO gets all the fixes first M$ should just stop being asshilonly takes 20 seconds to load!! ;P woops I meant, only takes 20 seconds to load!! ok, I admit it...it is damn painful to use *sigh* however, it is no more painful than a win98 desktop ;) in responsiveness she'd never know the difference chillywilly_ (~danielb@d118.as12.nwbl0.wi.voyager.net) joined #gnuenterprise. ahhh!!!! one chilly is enough! chillywilly (danielb@d64.as11.nwbl0.wi.voyager.net) left irc: Killed (NickServ (Ghost: chillywilly_!~danielb@d118.as12.nwbl0.wi.voyager.net)) as you wish Nick change: chillywilly_ -> chillywilly skeeter (~skeeter@cs666916-91.satx.rr.com) left #gnuenterprise ("Client Exiting"). jamest (~jamest@fh-dialup-201091.flinthills.com) left #gnuenterprise. Nick change: derek -> pooh Nick change: jcater -> tigger where are tigger and roo? hi tigger hi pooh my what a mighty 'bounce' you have this evening Action: pooh things christopher robin has given tigger one too many donuts ;) Nick change: pooh -> derek "I've found somebody just like me. I thought I was the only one of them" "Tigger; a Friendly Tigger, a Grand Tigger, a Large and Helpful Tigger, a Tigger who bounced, if he bounced at all, in just the beautiful way a Tigger ought to bounce." Nick change: tigger -> jcater soulstompp (~soul@adsl-64-173-15-171.dsl.sntc01.pacbell.net) joined #gnuenterprise. you guys need help Action: jcater tigger-slaps chillywilly Action: chillywilly bitch slaps jcater Action: jcater chillywilly slaps chillywilly oh, wait you already used that one boo crazymike and chillywilly give that one 2 thumbs down rofl i liked it chillywilly: you need better retorts like.... jcater chillywilly slaps chillywilly oh wait you already used that one you should have said something equally as insulting like maybe I am just too tired to give a shit chilly tosses a few old tires around jcater to keep him occupied chillywilly: a bran muffin a day will help with that whoops he already has one or something like that at least he said it right Action: derek has this pet peeve..... people say... ah man i have to TAKE a dump, or i need to TAKE a crap why? i have never TAKEN such a thing leave definitely heh, who would've guessed masta has a pet peeve give i suppose it depends on who is getting the present but take.... well, I have to take shit from users all the time Action: derek is just curious how that got in our vocabularly thats all (not really a pet peeve) jcater: yes but we phrase it as 'they are giving you shit again huh' how about "I have to drop the kids off at the pool " chillywilly: well, that one is valid :) that one is funny thats valid at my house Action: jcater likes "booting computers" in fact my 7 year old gets MAD when i dont drop her in the pool I mean instaed of saying take a shit, say "time to drop the kids off at the pool" Action: jcater will now always say, "Pardon me, I need to go take a chillywilly" or should that be "give a chillywilly" ?? ooooo nevermind "taking" anything w/ "willy" in its name doesn't sound good :) you ass rofl chillywilly: i have never heard the drop the kids off at the pool one i like though gack that's a crazymike original im out of mtn dew and down to 3 boxes of dots im going into panic mode aaaaawoooooga! [22:17] Last message repeated 1 time(s). Action: derek admits he is a dot whore i do have about 70 boxes of girlscout cookies in the house though :) haha we have our own dotGNUe :) roflmao you should send a memo to FSF announcing dotGNUe Action: chillywilly steals jcater's dotnuts Action: derek wishes i had a better digital camera (a candy factory management module) er, donuts even i would take a foto of the box please take the image away! Action: chillywilly is scarred for life and add gnue graphics wehre the mason logo is Action: chillywilly shoves a donut into jcater's mouth Action: jcater thinks chillywilly has a fetish w/jcater's donuts tonight y'all are making me hungry I per ner ate a whole box a dem donuts y'all I'm not irish, dude I'm redneck I dun ate me a hole dang box um dem dar rund tings wiffer holes in dem jcater: how does forms do its queries let me make that more clear if i put foo% in a box and hit query does it do where field like 'foo%' or where upper(field) like 'FOO%' and foo was converted to FOO? ie.. is it case sensitive fooya if it is, is there a way in the form to make it so it is not? i.e. if i do UPPERCASE will it then force my like queries to be uppercase as well? it is case sensitive but if the field is set to case="upper" then that applies to both input and queries sweet iirc jamest added a flag to do case insensitive, but I may be wrong :( i might have to do that for my form then i.e. that is the answer i wanted to hear it does it how it should (case sensitive) but you can override for those bozo's that dont consistently enter data :) btw, afaik per net is not 'irish' s/net/ner another question: do we plan on putting menu based copy/cut/paste in the framework? you cock smoker scuse me? crack maybe, cock no way Action: chillywilly was watching jay and silent bob you love the cock derek: you have some sorta complex, who says I was talking to you? contrary to popular belief and despit your nick name you're not really the "masta" ;P Nick change: Eeore -> Isomer derek: framework? the menus i.e. we have file and data or something currently dude check your commit emails it was added last week we have cut, copy, and paste under an edit menu oh i thought i was running pretty current cvs i.e. i stopped getting cvs when jamest said 'im dorking cvs' the other day man, this cat is pissing me off must have been in the 2 or 3 days i didnt update or after he said that, but cool :) chillywilly: thats why you should stick to girls hmm I'd vote on cats their easier to get rid of easier to hide the body it decomposes faster too cooperation with KDE?!?!? Action: chillywilly looks at Gnotices wassa matta wit dem eh? ain't htat the truth there's a reason I don't use gnome you need a 'redneck' compatible deaktop? ;) er, desktop jcater will you be hear for a little bit? a little i think our full time developer might be joining us in irc soon :) cool mwahaha if you see a paseopirate come in you might want to run ;) i.e. get your geas hat on your pops? hi I am playing with the navigator right now and getting some errors running it File "/usr/local/gnue/lib/python/gnue/navigator/GNClient.py", line 38, in ? from gnue.navigator import Actions ImportError: cannot import name Actions jbailey (~jbailey@HSE-Toronto-ppp319304.sympatico.ca) joined #gnuenterprise. hi jeff Heya Daniel. http://www.gnome.org/applist/view.php3?name=XdeFactor&prevpage=listrecent.php3&entrylimit=20 jcater btw designer just rocks its saving me a lot of tiem hell gnue is saving me a lot of time derek: is your dad coming on irc? alexey (alex@techkran.vladimir.ru) joined #gnuenterprise. must...stay...awake... http://linuxtoday.com/news_story.php3?ltsn=2002-02-19-003-20-SC-DB oooh, this is cool http://linuxtoday.com/news_story.php3?ltsn=2002-02-18-003-20-PR-CY-SW pirate1962 (~neighbor@phnxdslgw4poolc146.phnx.uswest.net) joined #gnuenterprise. hello, you made it much easier than aol ;) hi now what? welcome, papa-masta how do? hi pirate1962 greetings to all you were willing to work on the application server part right? or you want some other hideous task? appserver sounds ok for now ok we have something written in C that had some lofty goals and works to a degree rather than give you the spec for that we have been debating about what we really want in an app server and whether its smarter to 'phase' in functionality i was curious since you have worked with websphere a bit in the past what did you like about it or not like about it and what did it 'do', i.e. what did the ibm marketing slicks sell it as solving? Action: derek recalls they mostly label it for web applications, but we will need to support more than the web and was curious if websphere supported similar things the early versions were easy to install and operate. later versions became too complex and administration functions slowed to a crawl. isnt that par for course in ibm? sorry to interrupt but did you guys see that award that Guido Van Rossum got from the FSF? what functionality did websphere serve? it is pretty tighlty integrated with the web and that is all i ever used it for. derek: I think that's par for course in any proprietary software chillywilly: yep discussed the other day the irony and that rms was less than having a good time when guido's speech consistently reiterated his gratitude towards 'open source' pirate1962: but what did it 'do' im thinking our current application server probably in many ways resembles some sort of EnterpriseJavaBeans server more than anything currently you still have that redhat box up? and on the net? if so probably easiest to have you crab a copy of CVS (the source code) as it has the relevant documentation as well basically provides a platform for java applications to service the web our original goals in an application server were..... (iirc) the redhat box is running an old version. a. provide n-tier architecture, where db server could be independent of middleware and middleware independent of client and at either tier you could do fail over/load balancing or replication b. that storage would be in SQL database but presented as 'objects' for client applications i have not finished the setup after reinstall because i plan to create new cds when i get my cdrw replaced. c. that the objects methods could be written in any language d. some other goals that i dont recall w/o looking at the docs what is your opinion? the idea roughly would be to get front end developers to not have to really think about backend code yet make it readily reusable over any number of RPC transports like SOAP/CORBA/DCOM/XML-RPC/MSMQ etc etc etc similar to websphere except for the object transparency how did websphere handle that? or did they not give you 'objects' work with you have to fashion that yourself if you wanted to play that way? basically you are limited to java supported interfaces ah let me get you some links to some documentation there's this nice doc in cvs that someone has been working on in gnue/geas/doc/odmg.txt ;) here is an old doc multiple languages and transports is a desirable objective, but it comes at a cost. http://www.gnuenterprise.org/docs/GNUeObjectServer/ pirate1962: yes we expect a speed penalty for the 'abstraction' as really we end up abstracting... database, transport layer and method language performance and maintenance become stickier issues. we are hoping in many ways maintenance will be better or at least suits will think so is the problem a language issue? a transport issue? an application issue? as if i have a whole staff of 50 programmers that use vb regularly (yuck) the user doesnt care .. they just want it to work. having to retrain them to use app server X w/ language X might not be feasible BUT if i can use vb for the method code i might even to be able to leverage some of my existing code the transport layer abstraction is because if anything transport is in a state of flux 2 years ago it was DCOM last year it was CORBA six months ago it was XML-RPC now it's SOAP with .net its now SOAP abstracting that lets us kind of 'roll' with the flow with minimum effort and allows maximum types of clients to use the server the language abstraction thing im only half sold on (im a python freak) so i woudl be fine with it only supporting python :) i am not saying it is a bad idea, only that it has hidden costs. we hope the benefits outway the disadvantages i think we see them as real costs we do try to design our APIs with this abstraction in mind; not simply try to mold some existing product to fix our needs after the fact of course, that only takes you so far :) you need to be experts in all supported areas just to defend yourself and provide decent service. another proposal that is kind of old http://www.gnuenterprise.org/docs/GEASCache/ pirate1962: i think this is where open source kicks butt man, you're pulling them out of the wood work ;) generally what we do is implement our FAVORITE way of doing things but leave an open api for others then as the 'expert' in that way comes along they just plug into the API like database abstraction we did two or three providers we use regularly and one day code just 'showed up from ibm' for db2 out of the blue none of us even had a db2 database to test it against :) http://subversions.gnu.org/cgi-bin/cvsweb/gnue/geas/doc/overview.txt?rev=1.3&content-type=text/x-cvsweb-markup is a more current 'overview' of our app server actually here is the cvs tree online http://subversions.gnu.org/cgi-bin/cvsweb/gnue/geas/doc/ faq.txt overview.txt odmg.txt are all relevant as are probably the .txt's in the other directories when were you gonna grab your burner? i will take a look at all of them and get back with questions there's lots of them gnue/geas/doc/ as i think it will help a lot to get the cvs tree on a unix box where you can look at the doxygen comments of the code and the code itself some i will probably run by frys tomorrow after my allergy shot cool bah, I should go to bed l8r dudes gnite nite chillywilly (danielb@d118.as12.nwbl0.wi.voyager.net) left irc: pirate1962 (neighbor@phnxdslgw4poolc146.phnx.uswest.net) left irc: jbailey (jbailey@HSE-Toronto-ppp319304.sympatico.ca) left irc: "Client Exiting" soulstompp (soul@adsl-64-173-15-171.dsl.sntc01.pacbell.net) left irc: "Client Exiting" nite all jcater (jason@24.92.70.39) left irc: "nite" soulstompp (~soul@adsl-64-173-15-171.dsl.sntc01.pacbell.net) joined #gnuenterprise. soulstompp: jcater said you might be interested in this http://goats.gnue.org/~dneighbo/gnue/reports.txt yeah thanks --- Tue Feb 19 2002