[00:29] Last message repeated 1 time(s). dres__ (dres@4.18.171.42) joined #gnuenterprise. dres_ (dres@4.18.171.42) left irc: Read error to dres_[4.18.171.42]: EOF from client Action: Mr_You & Action: jcater Ctrl+\ jcater (jason@HubA-mcr-24-165-193-222.midsouth.rr.com) left irc: nite ajmitch (ajmitch@p21-max3.dun.ihug.co.nz) left irc: Ping timeout for ajmitch[p21-max3.dun.ihug.co.nz] ajmitch (ajmitch@p36-max1.dun.ihug.co.nz) joined #gnuenterprise. ajmitch (ajmitch@p36-max1.dun.ihug.co.nz) left irc: Ping timeout for ajmitch[p36-max1.dun.ihug.co.nz] ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) joined #gnuenterprise. ajmitch (ajmitch@p55-max4.dun.ihug.co.nz) joined #gnuenterprise. ariel (ariel@rm3-567.dialup.tiscalinet.it) joined #gnuenterprise. ariel (ariel@rm3-567.dialup.tiscalinet.it) left irc: Ping timeout for ariel[rm3-567.dialup.tiscalinet.it] jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jbailey (jbailey@65.93.1.219) joined #gnuenterprise. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Read error to jcater[w202.z065105010.mem-tn.dsl.cnc.net]: Connection reset by peer jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jamest (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. dneighbo (dneighbo@mail.libertydistribution.com) joined #gnuenterprise. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Read error to jcater[w202.z065105010.mem-tn.dsl.cnc.net]: Connection reset by peer jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. jamest (jamest@hobbes.math.ksu.edu) left irc: Read error to jamest[hobbes.math.ksu.edu]: EOF from client dres__ (dres@4.18.171.42) left #gnuenterprise. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Ping timeout for jcater[w202.z065105010.mem-tn.dsl.cnc.net] ksuha (ksuha@195.230.143.10) joined #gnuenterprise. hi all :) anybody alive?... anybody use gnuenterprise in real projects? alive? yes alive and in real projects can u tell me more about your project and using this? :) I'm interesting is that (gnuenterprise) working? well currently i have written a contact manager to do assignments for gnue jcater has a fully functional 40 node call center using gnue we also have a customer that uses for insurance claims have also started bolting on frontends to DCL (double choco latte) currently gnue forms (in 2 tier mode) is pretty equivalent in functionality and features as oracle's sql*forms product dneighbo: Call centre, like using Bayoonne, or forms? (or both?) not using bayonne though they would like to there are some pbx issues etc they are looking into jcater : would be the one to ask specifics we are working on writing up a case study on it as its really rather a nice setup all 40 nodes are diskless workstations so its GNUe on LTSP with oracle backend Nice! My potential employer is looking at acquiring another Nortel Option 11, and it would be nice to cost compare for using Bayonne for the load balancing. what is LTSP? Linux Terminal Server Project ksuha : also the govt i work for uses gnue in limited capacity to manage a few postgres tables for data interfaces and such and the university jamest works at uses gnue for several things i would say if you need database application gnue is about best i have seen for RAPID development of cross platform applications that is licensed under the GPL do u use release or cvs version? both in my production environments im using the last release every where else im using cvs i need to pester jcater some and i think we will release another version here VERY soon what about activity of gnue project and quantity of bugs and how fast they are patching? bugs are generally patched same day if you can find the developer that maintains that part of code most of the developers are in this channel 10 hours a day or more activity wise we have about 5 active developers and about 10 more that have contributed code regularly but are not doing so heavily at this time we have about 30 people with assignments and several hundred on the main mail list (though most of our process is done in irc not in mail list) as to quantity of bugs its ahrd to say as the primary installations of gnue are in use by the core developers so bugs are patched as soon as they are encountered :) cool :) how soon accounting package could be released? :) dneighbo: I've started thumping on the cross-compiler environment for you, BTW. Do you want the result in a tarball or .deb? ksuha : accounting is a difficult animal as beta and accounting dont go hand in foot :) we have accounting classes (gcd) in cvs now :) we are starting to do some 'basic' accounting stuff for clients now a fully functional accounting system i cant put a date on but paying clients or users willing to use in production ALWAYS help speed along features :) jbailey both :) dneighbo: 'k =) ksuha (ksuha@195.230.143.10) left irc: Read error to ksuha[195.230.143.10]: EOF from client seva_ (seva@195.230.143.10) joined #gnuenterprise. hi all :)) ksuha is away now :)) I'm going to try gnue :)) one more question: does geas use database triggers or does triggers/etc himself? ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) left irc: Client Exiting jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. um good question it could really do either i.e. if you wanted to write stored procs in your database you could (i recommend against it as it locks you into that db vendor) Though for something things you can get a large performance boost geas is designed to have two types of methods do it use transactions ? for accounting for example and other atomic transfers/etc? external methods (biz rules) and internal methods mroe like geas triggers currently iirc transaction support native to geas is not working in two tier it is working if the db supports it (iirc) we are looking to enhance in these areas of course as well as offer full loadbalancing and replication i.e. if you have a geas server with say millions of 'methods' we would provide a way to propogate those classes/methods to other geas servers loadbalancing anfd replication without db support, or based on native replication/loadbalancing? the data of course would be replicated by the db not geas ok :)) load balancing we hope to use a 'neutral' load balancer we are not finding any good gpl ones (though we havent looked too hard) we would like to do load balancing in front of geas I'm truing to compile it on freebsd and libuuid not found, where can I get source for it ? BUT if a db supports it you could definitely have db load balancing occuring behind geas um As db I prefer PostgreSQL :)) its in one efs2prog i think seva_ so do we :) :)) 18 To compile GEAS, you additionally need 19 * libuuid 1.05 or newer (look for a package called ext2fs-dev or uuid-dev) 20 or 21 ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-1.19.tar.gz thanks from the INSTALL file in cvs (dont know if ships with release or not) in geas-0.0.6 only * libuuid 1.05 or newer (look for a package called ext2fs-dev or uuid-dev) ah :) we get asked a lot so im sure someone added :) :)) Receiving e2fsprogs-1.19.tar.gz (957756 bytes): 0% :)) for 10k lib :)) load balancing with GEAS could be complicated Mr_You: I think so too :)) Especially with objects with state persistent connection oriented seva: that too you could spread connections across a cluster And what about db connections pooling? jamest (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. *shrug* I have some problems with apache+php+persistent connections :)) (with 20-30 apaches*5-6different databases :)) I guess manual/static db connections spread out.. or leave it to the database to handle load balancing.. which I imagine postgresql doesn't do yet there are sql-relay which does it but I'm not tried it dneighbo: /usr/ports/sysutils/e2fsprogs - it's for freebsd ports collection roommate got a dvd+mp3 player dneighbo: but it does not installs headers :)) jamest (jamest@hobbes.math.ksu.edu) left irc: Ping timeout for jamest[hobbes.math.ksu.edu] ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) joined #gnuenterprise. Mr_You cool, i have one and love it seva_ as to persistent connects we have looked at sql relay some as to load balancing i think it would be tricky but do able cant get configure to find uuid/uuid.h in /usr/local/include, grrr checking Method system to use... test: ==: unexpected operator test: ==: unexpected operator unknown - defaulting to gmodule it's next :)) im at work so dont have all the source or i owuld be of more help what is your ./configure parameters look like better yet what distro are you running? dneighbo: freebsd-4.4-stable :)) dneighbo: env GLIB_CONFIG=/usr/local/bin/glib12-config CPPFLAGS="-I /usr/local/include" ./configure hmmm jcater you here? you get geas working on BSD seva_ i know we have one or more folks with geas on bsd im not a bsd user per say dneighbo: bsd test does not accept == changed to =, trying .. :)) please let us know how it goes ok :)) as we want to make sure we either fix so its not issue for others or document so other bsd'ers know what to do :) what time zone are you in seva? i dont hink any of the geas team is here right now in irc eest - GMT+3 reinhard will more than likely be on in the morning (austrian time) which is probably similar to your time ok what time is it there? 22:40, there is plenty of time :)) :) yeah reinhard normally here about 23:00 my time which is about another 11 hours away chillywilly is here normally the primary geas folks to date are chillywilly reinhard and neilt if you are around when i get home i can look into it also ok :)) jamest (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. jamest can maybe help too he runs solaris so may have encountered something similar i'm away for some 20-30 minutes... what is a difference beetween = and == operators in linux test ? checking Method system to use... unknown - defaulting to gmodule is last message ok ? whoo hoo dvd is cool heh hiya all hi jc another batch of 1000 renewal notices going out... all courtesy of gnue-reports + mailmerge sample :) it's compiled with methods=gmodule, started, but when it creates tables/initializes db on first start I got message about "cannot insert null in not null column classXXX" wooo hooo another use of gnue :) (well, with a little prodding of course) seva_ ah snap i recall this issue cant recall if that is 'warning' or if its been fixed with methods=python, it want libpython1.5 you are not using cvs correct? dneighbo: for now - yes, geas-0.0.6 I can use cvs if it helps :)) do you have cvsup, or only remote cvs ? it might help I hate remote cvs :)) define remote cvs? we support pserver and ssh cvs via rsh/ssh (cvs -d server:/home/cvs) I have only 33600 link at home :)) can I help you setup cvsup server ? :)) seva_: Doesn't -z9 do the job for you? not for all cases :)) i like cvs diff -u -r HEAD :)) * You now have a local copy of the repository. it's not a truth :)) you have local copy of current sources :)) this is on http://www.gnuenterprise.org/sections.php?op=viewarticle&artid=2 jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: later gater wazzup! you guys may remember me from long ago nope i wrote a lot of KrappyKode(tm) for gnuef i see lots of it is no longer in there though lets see....I also complained about goats alot now you remember me? umm, yeah, the one who claimed that mad goats ran rampant over his code mad like angry? =) yeah! thats me! :) so what's been up this last week ? jcater have reports,forms, and up a whole new rdbms coded up ? jamest kind of reports forms and gcomm (he decided remote procedure call abstraction was more usefull than a new rdbms) i think he fell ill thouhg barely averaging 10 commits a day heh seva_ (seva@195.230.143.10) left irc: Ping timeout for seva_[195.230.143.10] ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) left irc: Client Exiting chillywilly (danielb@d148.as12.nwbl0.wi.voyager.net) joined #gnuenterprise. l8r dudes jamest (jamest@hobbes.math.ksu.edu) left irc: [x]chat ello anybody home? nope nada :'( no one loves me anymore Action: chillywilly suls sulks, even heh jcater (jason@HubA-mcr-24-165-193-222.midsouth.rr.com) joined #gnuenterprise. 'sup? waddup 'g' how's life treating you? like it always does :( I hear ya :( tis ok, we're here for you dawg ;) it's all about da bidness that's supposed to make me feel better? ya hear that the patriot anti-terrorism bill was signed? hey now Are the components of gnue intended to have seperate or unified release schedules? ack! (bayonne excepted, of course) plz shoot me now well jbailey they generally do jbailey: not necessarily unified we keep them separate to gain more exposure So it would be better to build them as seperate packages, then. yes 'k but iwe are sepearted ad UI/python stuff v. GEAS wrt release schedules/happening but this is just by convenience really....or random occurance we try to release often... at least once every season :) Action: chillywilly throws dirt on GEAS's rotting corpse no thanks to me bad chillywilly Action: chillywilly has lots of project rotting away projects weee! but hey at least we have a release in sid yippeee hehe Why isn't anonymous aloud to checkout all of the gnue module? It gets alock failure in www. hmmmm that shouldn't be in fact I think jcater and renhard are the only ppl who have commited code recently reinhard MicahY (micah@c1306879-a.salem1.or.home.com) joined #gnuenterprise. mdean_ (mdean@arc11x71.kcnet.com) joined #gnuenterprise. Nick change: mdean_ -> mdean Blech, that's not setup well. 'www' is a symlink to your web repository, but *that* has different permissions, and is probably not anonymous friendly. no, it is.. hmm, Action: jbailey thinks symlinks in CVS repositories are a mistake. MicahY (micah@c1306879-a.salem1.or.home.com) left irc: [x]chat MicahY (micah@c1306879-a.salem1.or.home.com) joined #gnuenterprise. mdean: wassup? how do you ppl feel about oracle consultants? nuttin are they just as bad as SAP consultants? pricey Action: chillywilly is wondering why he is watching the cartoon netwotk never worked with SAP - hardly worked with the Oracle consultants, although I had to do the Solaris config for them haha that sounds funny Maniac (darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. Action: chillywilly compiles a new kernel 2.4.14-pre2 is out now ya know GNUe wants python 2, yes? yep er, the python stuff does anyway GEAS does not need no stinkin' python :P well, only if you don't want python methods gah, I need a better connection hmm what should I have for dinner? Big, Hot, Sexy li'l me. =) err.. now, now... not in public now. NOW!.. *sigh* and then he tells me not in public... Action: chillywilly looks around Action: chillywilly is gonna have a pot pie =) Hmmm.. pot pie. And I thought you were anti-narcotics. not that kinda pot ya goof yeah, it'd just make you hungrier anyway. hehe or wait.. maybe bush will make it a terrorist act to smoke pot! I can't decide between making General Tso's chicken, beef fried rice, enchiladas, or buying out I know... Krispie Kreme !!! a little pie that has veggies and meat and such in it and you bake it jcater: rofl meat? eww. =) Action: jbailey isn't a vegan because he loves animals. He's a vegan because he HATES PLANTS! vegans are just big weenies anyway look at Arc, he's the weirdest flaked out hippy weenie guy you'll ever meet jbailey ROCK ON im not a vegan cause i hate plants :) dneighbo: you never tall me to rock on screw you then Action: chillywilly gets out the trout basket jbailey: btw, I dun get it but I am stupid anyway I need caffiene mmm... red beans and rice it is! ick beans are plants jcater: That sounds good. Hmmm. I bought cumin yesterday. They didn't have corriander and turmeric in. =( Action: chillywilly wants a red bloody steak fuck it I'll just take a bite right out of the cow chillywilly: that'd be hairy true ... but I don't care I keep forgetting that cows have hair. Hey, if they stand still enough to tip 'em, I sure they stand still enough to shave 'em. I mean, how big a bite can you take? You don't need to shave that much. cows are lazy and stupid a lot like ppl :D I think being lazy is pretty darn smart haha I gotta here the rationale for this assertion programmers are lazy too yup http://www.nat.org/evolution2.php3 Action: chillywilly wrote a Debian Kernel Mini Howto at work the other day ::P mmm i.e., how to make kernel debs and such Raspberry Margarita + Red Beans 'n Rice.... doesn't get much better than this! don't get all blasted now where's you get the margarta from? you got a mix? er, margarita yeah Major Peters went by the local restaurant supply store today and stocked up on stuff :) hehe Action: chillywilly compiles 2.4.14-xfs when I get my ranch, I'll have a GNUe party there :) err, conference :) hehe ranch? a house you mean? land but we'll put a house on it I'm sure :) oh wife isn't into the whole camping thing :) camping is cool yip especially in the winter :) Action: chillywilly needs to go buy some networking equipment Well I am pissed at Caroline she was supposed to call me back fscking women that can be fun :) haha wonder if my ma is back the invisible man is on scifi now hmm how would you know? if he's invisible and all? Action: chillywilly trout slaps jcater with the quickness hmm trout that'd be good maybe tomorrow night not for me Action: chillywilly is allergic to fish except can eat canned tuna for some reason I can likely story Action: jcater thinks chillywilly says he's allergic so if we ever do meet him, we won't really trout slap him uh, no I am not fibbing Action: chillywilly throat tends to swell shut when eating fish my mom's like that w/coconut you wouldn't believe what all has coconut or coconut oil in it Lawry's seasoning, Whipped Cream just to name a few common things lawrys? now that i would NOT have EVER guessed whipped cream i can believe Action: dneighbo loves lawrys on his burger but i love coconut so maybe that explains it :) time to go home bye bye see ya all later later all dneighbo (dneighbo@mail.libertydistribution.com) left irc: BitchX: its not your ordinary stick of gum MicahY (micah@c1306879-a.salem1.or.home.com) left irc: [x]chat danielb (danielb@d148.as12.nwbl0.wi.voyager.net) joined #gnuenterprise. danielb (danielb@d148.as12.nwbl0.wi.voyager.net) left irc: leaving Maniac (darryl@h24-82-132-209.wp.shawcable.net) left #gnuenterprise. chillywilly (danielb@d148.as12.nwbl0.wi.voyager.net) left irc: Read error to chillywilly[d148.as12.nwbl0.wi.voyager.net]: EOF from client chillywilly (danielb@d98.as15.nwbl0.wi.voyager.net) joined #gnuenterprise. chillywilly (danielb@d98.as15.nwbl0.wi.voyager.net) left irc: Read error to chillywilly[d98.as15.nwbl0.wi.voyager.net]: EOF from client GREETINGS hi dtm: chillywilly was looking for your website, what's the URL? ;) http://mmmgood.net Silly chillywilly! jbailey (jbailey@65.93.1.219) left irc: Client Exiting --- Sat Oct 27 2001