Nick change: ajmitch -> ajbusy dyfet (dyfet@63.124.177.154) left irc: [x]chat reinhard (rm@62.47.45.227) joined #gnuenterprise. reinhard: howdy anyone here know html how can i do and have that image repeat over and over? i did   and that worked but had 'odd' results that's the onyl way I know of morning all chillywilly: how can i adjust the height? i try to do height in tr or in td just about to leave till noon but it wont go smaller than like 15 Nick change: reinhard -> rm-away i need it at 9 why doesn't it like 9? dont know the image is 9 tall it wraps there's no limit, you should be able to squish it as much as you want so sees --------------- hmmmm -------------- instead of ----------------------- if i make it say 20 then i get ----------------- -------------------- ---------------- so its honoring height tag jsut wont let it get smaller than like 15 i thought was because i had the   but if i dont have that then no image at all shows up Action: derek remembers fighting something identical on netscape like 2 years ago iirc it worked fine on i.e. I hate html me too its browsers that suck I have never sat dow and ever made my own web page either because i hate it muther fudger thats the problem KNEW i had it before if i remove the   it looks fine in i.e. but wont show up at all in netscape if i add the   it comes back but image has to be at least 15 tall or it repeats Action: derek bangs head on wall... netscape is usually stricter with html syntax browser incompatiability licks bag thnak M$ and nutscrape for screwing things up so good some site somewhere has to have wrok around for this yeah, there should be something you can do can you think of a place that uses images like this tha ti cna look at source Action: derek is blanking hehe, I know use BowserHawk it will detect what browser you are using and you can us eHavaScript to pick the coreect way :P yeahm that's what I'd really love to do....gawd html sucks er, JavaScript um that would be fine and all BUT i cant find a way to do it in netscape so its not a matter of browser detecting at least until i cna find a way to do in nutscrape yea what version? mozilla ah hell html 4 doesnt even say background is a valid tag er property for td tag probably supposed to do with style sheets? yeah Action: chillywilly has an html 4 refence book in his room reference if i have how do i call that in the P tag?

? you can us eht eclass tag er class tag `freedom'
(Thomas Crawford, 1857)
> but I know there's a way to do it like you want to lemme go grab my book well style sheets have same effect i.e. they need the   sigh fudge 98% of users to this site will be i.e. so dont know why im wasting the time i suppose cause i dont use ie so it bothers me what was old netscape developer page? yeah Action: derek is gonna cry this is sad dunno well if i dont put the   it looks kick ass on i.e. but just doesnt display on nutscrape (which is how it HAS been) so i guess thats better than nothing sigh only 1 hour wasted Me2000 (Me2000@p3EE217FD.dip.t-dialin.net) joined #gnuenterprise. # Appears as ANNA. hello i installed gnue. how should i make the configuration for the postgres db? anyone there? hello hello derek with your help i installed gnue. but how do i make the configuration for postgesql? can you help me derek? derek (derek@cpe-24-221-112-50.az.sprintbbd.net) left irc: Ping timeout for derek[cpe-24-221-112-50.az.sprintbbd.net] derek (derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. ok back yeah i can help give me 5 minuts minutes im trying ot fix somethign for a client ok im back you still here? yes Action: derek is listening to some german tunes, am up during german hours, and surround by those that speak german.... im being assimilated :) Me2000: ok so what have you done so far? just compiled? ich spreche auch deutsch :-) or have you played with your geas config file at all? i dont ich bin der meister ich nicht or something i only know what reinhard teaches me i only looked at the configuration file have you started geas at all? with any success? no that's the problem what happens when you try to start it? did you do make or make install too? ror: Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog. Er Action: derek has never doing a make install w/ gnue nice to hear that well make install didnt work for long time :) so i lied i have done it but its been broken so long (make install) i have just been doing makes and running from there :) you need to create the databse nice neilt fixed make install a long time ago chillywilly: i thought geas did for you now chillywilly: figures, no one tells me the good stuff :) how do i do that? do psql and hit enter you were there someone@localhost$ psql or whatever your prompt looks like did that owrk? nah createdb gnue chillywilly: thats for weenies :) Me2000: yes createdb gnue should work too :) i've done that already so gnue db exists? i think so i.e. you can go psql gnue ? yes what user is that? postgres i've also created a user 'geas' no gnue er ok go to your geas.conf i dont know where make isntall puts it do you chillywilly ok ummmm i would guess /usr/local/etc/ /usr/local/etc yes yeah shoudl be usr/local/gnue/etc $prefix/etc but hey thats a diff story :) Action: derek will beat the coders later ok open the config file at the bottom ok [ database test_postgresql ] active true type PostgreSQL dbname gnue username gnue hostname localhost port 5432 connections 1 you should have something like this i assume what is the username you have yes it's already there as iirc this is how logs into postgres so if you dont ahve gnue user with rights to gnue db you will have problems you can change to username geas here and then start the server let me know what happens and of course is your postgres on localhost? ;) yes it is ok did you change the username in the conf file and try to restart server? we could use an init scri[t fpr geas the server is not running scri[t damnit I can't type and i created a user 'gnue' create the database as that guy too su su gnue creatdb gnue gnue has own unix user gnue has no own unix user yes and he needs to be able to write to the databse im confused you will need a unix user doesnt matter who (for right now) why? and that user needs axis to the postgres db Me2000: well it might not need to be unix user (havent tried) for now for sake of testing easiest thing is to make the db under your user account i can run psql gnue gnue then put your user account in the config file and try to start the server ok also with that setup go into psql connect to the gnue database adn then create a table and then drop it to make sure that account can 'really' do all it needs to as generally you can connect to a db w/ about any user that has postgres account, you just cant do anything Action: derek is gonna have to get mtn dew in the morning did create test and drop test in psql gnue gnue ok and geas server wont start still? yes what error you getting error: Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog.rn** ERROR **: file classdata_database.c: line 491 (compare_classes_to_database): assertion failed: (database != NULL)rnaborting...rnAbgebrochen (core dumped) nice hmmmm chillywilly: any ideas? Me2000: i havent encountered anything like this yet i have encountered plenty of other things its seeming that geas is doing what its supposed but some access issue is happening but psql gnue gnue works fine i would stil try all as your user account and see if issue goes away geas needs to run as the user who can connect to the database as guess is weird about this i think as i wrote a web interface in pyhthon to talk to geas and again the same ... at least i thought it did and wouldnt work as webserver was nobody which wasnt a 'real' user so even though i gave full access it had issues as soon as i made apache run as me problem went away they were working on fixing this i believe i used root to run it did that work making everything root geas? Me2000: will you be around for a bit? yes rm-away: said he would be back at noon i will come back i think he is on same time as you or within an hour speak of the devil hey el diablo just came back like 30 seconds ago Nick change: rm-away -> reinhard rm-away: Me2000is having issues :) cant get geas to run shall i read logs but can get it to compile ok i be here again approx. 20.15 MET no Me2000: dont leave help is here now ok the geas master has arrived lol Me2000: can you give me in a nutshell hello reinhard what the problem is? Me2000> error: Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog.rn** ERROR **: file classdata_database.c: line 491 (compare_classes_to_database): assertion failed: (database != NULL)rnaborting...rnAbgebrochen (core dumped) right is what happens when he tries to start geas he has created db called gnue you have a db named gnue ? and has a user called gnue also psql gnue gnue works that has rights to db gnue he can psql gnue gnue and create a table do you start geas w/ user gnue and drop it or w/ your normal user? with root does root have access to db gnue? what happens when you run geas as user gnue? yes Action: derek needs to go to bed but wants to see the solution to this one psql gnue root and create/drop works no user gnue only in postgrsql hmmm i always do as my normal user createdb gnue ok i did me too then psql gnue works yes without extra user specification yes thats what i suggested we try and if that works then we can go backwards from there Me2000: and can you start geas now? no everytime i get a core dume (nice error handler) dume=dump hmmm Me2000: what distro? Me2000: so as your normal user you did a createdb gnue yes then as normal user started geas rh 7.0 both root an normal well thats no fun reinhard: any ideas to be honest no can he run it with debug level cranked up to help you out at all? when psql gnue works no errors were obtained when compiling? Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog is a postgres error message i got some errors in a mysql* Action: derek has to go to bed reinhard: let me know if you guys solve this one i exchanged the file with the same postgres one derek: ok chillywilly (baumannd@d157.as0.nwbl0.wi.voyager.net) left irc: Ping timeout for chillywilly[d157.as0.nwbl0.wi.voyager.net] maybe could do a ssh session or something??? or vnc or something? or do debug levels maybe Me2000: thanks for being patient im about only one that has a red hat box can we do that at 20.15 MET it's time to go for civil service ok i will be here and mine is 6.2 so geas hasnt gone through the gauntlet on redaht like it has elsewhere chillywilly (baumannd@d157.as0.nwbl0.wi.voyager.net) joined #gnuenterprise. so we appreciate the help tracking down the issue and i will try to have jamest here at that time hopefully it wont leave a bad taste in your mouth Nick change: derek -> dnZzzz because jamest is the postgres stud :) i have a windows pc connected to the internet reinhard: hmmm he tells me other wise and the linux one isn't he says he is 'THE' postgres stud Me2000: where are you ? Action: dnZzzz is away: Reloading Crack Pipe you can use vnc to connect to windows and then use the terminal to connect to linux in germany hallo where in germany? chemnitz sachsen ah well that's too far to go for a visit :) und jetzt mus ich mich auf den weg zu meinem zivildienst machen :) ok bis 20:15 perhaps in holidays bye bye thank you all Me2000: thank YOU Me2000 (Me2000@p3EE217FD.dip.t-dialin.net) left #gnuenterprise. night ppl chillywilly (baumannd@d157.as0.nwbl0.wi.voyager.net) left irc: Nick change: reinhard -> rm-away-again rm-away-again (rm@62.47.45.227) left irc: Ping timeout for rm-away-again[62.47.45.227] Zhang_Wu_Xiang (hehe@61.5.0.42) joined #gnuenterprise. reinhard (rm@62.47.45.227) joined #gnuenterprise. reinhard (rm@62.47.45.227) left irc: Those who say it can't be done should never stop those who are actually doing it. reinhard (rm@N816P003.adsl.highway.telekom.at) joined #gnuenterprise. Zhang_Wu_Xiang (hehe@61.5.0.42) left irc: Ping timeout for Zhang_Wu_Xiang[61.5.0.42] jamest_ (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. morning jamest_ do you know what this message means: error: Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog. ? it is a postgres error message btw it means that you don't have a database named gnue Me2000 gets this message the default database in postgresql is IIRC template1 he created a db named gnue and "psql gnue" works i imagine he's getting that running a form? no running geas :) :) well off the top of my head...... geas (not that I've looked) probably connects via an IP address this is IIRC disabled in the default pg_hba.conf i thought that'd just tell you connection refused hmmm but they may have chnaged the error geas connects via "localhost" but that _is_ an ip adress, right :) ok thanks for now Me2000 will be here in 5 hours or so yip i will try to help him then that's 127.0.0.1 am I still here? yes thanks Action: jamest_ is playing this machines firewall settings ra3vat (ds@195.239.66.8) joined #gnuenterprise. ra3vat (ds@195.239.66.8) left irc: Ping timeout for ra3vat[195.239.66.8] ra3vat (ds@195.239.66.10) joined #gnuenterprise. ra3vat (ds@195.239.66.10) left irc: Ping timeout for ra3vat[195.239.66.10] bbiab jamest_ (jamest@hobbes.math.ksu.edu) left irc: [x]chat ra3vat (ds@195.239.66.13) joined #gnuenterprise. jamest_ (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. Nick change: reinhard -> rm-away bbl ra3vat (ds@195.239.66.13) left irc: Ping timeout for ra3vat[195.239.66.13] bbl jamest_ (jamest@hobbes.math.ksu.edu) left irc: [x]chat irc is the only medium where you have to ask if you still exist and really mean it :) Action: dnZzzz is back (gone 06:17:03) Nick change: dnZzzz -> derek jamest you here? Action: derek guesses its also a medium where you question whether others exist as well ok must go bye bye derek (derek@cpe-24-221-112-50.az.sprintbbd.net) left irc: [x]chat ra3vat (ds@195.239.66.12) joined #gnuenterprise. jamest_ (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. _eric_ (eric@AMarseille-201-1-1-10.abo.wanadoo.fr) joined #gnuenterprise. <_eric_> hello guys hi hi <_eric_> jamest_: hello, it's been a while since I came here for the last time, what's on gnue <_eric_> what's up on gnue... hmmmm how long has it been? <_eric_> I think 2 or 3 monthes well we've got a new web site <_eric_> I saw it geas is comming along fine gnuef is also moving along fine we've got the start of a gnuef designer <_eric_> that's great reports is started <_eric_> I've been playing with corba lately, I knpw you are using it in GEAS <_eric_> so I wanted to see by myself how it was used exactly in geas ok <_eric_> btw, the new site is very nice dneighbo (dneighbo@alt1.libertydistribution.com) joined #gnuenterprise. how do you look for debian packages again? apt-cache search foopckgname what is the other day apt-cache pklist | grep foopckgname or something i prefer the later way but am not remembering the syntax Action: dneighbo thinks no one is home :) nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) left irc: Read error to nickr[sdsl-64-7-6-186.dsl.nyc.megapath.net]: EOF from client Action: ra3vat is out of debian goodies nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) joined #gnuenterprise. pkgnames i think is it ajbusy (ajmitch@p1-max2.dun.ihug.co.nz) left irc: Ping timeout for ajbusy[p1-max2.dun.ihug.co.nz] dneighbo: were you able to pull down my files? yip: took about 11 minutes jeez it only took me 3 nights @ 28.8 to shoot them over! neilt (neilt@dialup-209.244.129.206.Dial1.Providence1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ dneighbo: it's rm -rf / i think man, how can a company with the $$$ ms has not be able to produce a system as nice as debian's apt I'm updating a few machines via windows update think of the hit in tech support revenue apply security patches apply IE update (must be seperate) apply new security patches apply directx8 update (must be seperate) of course each damned one requires a reboot my old exchange server went down no good config files or competent logs to check whats wrong M$ wanted $465 up front to talk to me boing! cause it was 'old' software time for Postfix i was about to suggest that I've got the server all set up just waiting for the local ISP to go wireless DSL and give me a fixed IP a buddy of mine has a win based mail server (not exchange) every time they sent a mail to a 1500 user mail list the machine would crash the company told them their Pentium class machine w/ 96MB of ram wasn't enough to be a mail server mine's running FreeBSD on a pent 100 I told him they were full of it and suggested a postfix solution one of the local ISP's is running sendmail on freebsd 200 mg pent 512 M ram 10,000 messages/day - machine never goes past 10% loading being a windows user he instead went out a got a dual 1Ghz P3 with I think 256MB and raid to run his mail server that is all the machine does is mail kinda sad actually neilt (neilt@dialup-209.244.129.206.Dial1.Providence1.Level3.net) left irc: Ping timeout for neilt[dialup-209.244.129.206.Dial1.Providence1.Level3.net] totally sad what a waste of a good gaming machine Action: ToyMan is away: ToyMan is busy inventing the next Monopoly lol Nick change: rm-away -> rm-dinner ToyMan (stuq@c5300-4-ip206.albany.thebiz.net) left irc: Read error to ToyMan[c5300-4-ip206.albany.thebiz.net]: Connection reset by peer ToyMan (stuq@c5300-4-ip206.albany.thebiz.net) joined #gnuenterprise. Action: ToyMan is back ToyMan i did download will try to look if i can unbury self from tasks at work jamest_: having trouble to download forms and common from gnuenterprise.org? _eric_ (eric@AMarseille-201-1-1-10.abo.wanadoo.fr) left irc: Client Exiting whenever..:) I really think I could cut down your learning curve if we talked on the phone while you 're looking there is a lot of stray crap in there that's hard to sort through jamest_: don't worry took them with MSIE nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) left irc: Read error to nickr[sdsl-64-7-6-186.dsl.nyc.megapath.net]: EOF from client chillywilly (baumannd@d147.as13.nwbl0.wi.voyager.net) joined #gnuenterprise. Nick change: rm-dinner -> reinhard brb reinhard (rm@N816P003.adsl.highway.telekom.at) left irc: Those who say it can't be done should never stop those who are actually doing it. ToyMan : let me take precursory look then when im ready to start implementing something i will give you a ring my first task will be a postgres conversion :) i.e. get the tables built in postgres anyone see the demotivational posters at thinkgeek? http://www.thinkgeek.com/stuff/posters.html dneighbo: btw, geas worked fine for me last night....did that guy ever get it to work? dneighbo: OK GreatBridge has some MSAccess -> PostgreSQL auto conversion tool. Anyone use it? Me2000 (Me2000@p3EE21718.dip.t-dialin.net) joined #gnuenterprise. nope but i might look at it # Appears as ANNA. hi Me2000 hello bbl is reinhard here? reinhard (rm@62.47.45.227) joined #gnuenterprise. hello reinhard hi are you ready to take control? just a minute ok now we are more jamest_ chilliwilly if anybody of you has an idea what this means Action: reinhard searches for the error message in the log error: Connection to database 'gnue' failed: FATAL 1: Database "gnue" does not exist in the system catalog reinhard do you want to connect to me via vnc? btw it does _not_ mean that the database 'gnue' does not exist Me2000: i don't think i could help that way either :( just trying to get other expert's opinions perhaps i made a mistake can you paste the part of geas.conf? ok btw did you install gnue or do you run from build directory? i installed it with make install ok [ database test_postgresql ] rnactive true rntype PostgreSQL rndbname gnue rnusername gnue rnhostname localhost rnport 5432 connections 1 is that the information you need? Me2000: in your postgresql host based access file pg_hba.conf do you allow connections over tcp/ip? as localhost is a tcp/ip connect to 127.0.0.1 local all trust rnhost all 127.0.0.1 255.255.255.255 trust i've not touched that file at all what does psql -h localhost gnue give you? psql: FATAL 1: Database "gnue" does not exist in the system catalog. the same error what OS? sorry what operating system you running? Linux 2.2.16-22 which distro? rh 7.0 hmmmm I'd look for the postgresql postmaster config file does psql gnue use tcp/ip for connection? is this an rpm install? yes no it uses tcp/ip I'd be tempted to look at your postgresql startup script why does psql -h localhost gnue don't work IIRC there is a -i option that the postmaster needs passed /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data there is no -i add a -i and restart restart postgresql that is btw - is this a test database or is production data in it? did I scare people off? :) Action: reinhard is looking at his postgres configuration i have the -i jamest_ is a postgres stud monkey Action: dneighbo gets the tshirt ready for LWE the -i activates tcp/ip support nice "bow before me, for i am root" - for jamest Me2000: nice as in "nice, it's now working" it's a test db Me2000: or nice as in "nice try loser but you still didn't help me any" btw: this is my bad as i did have this problem about a YEAR ago on red hat it just so long i forgot about it it works sorry we really need to enter this one in the bug database hehe er we need a bug database or a FAQ for such things :) dneighbo: it's a postgresql FAQ issue really postgres administrators guide it comes up ALOT for newbies w/ postgresql jamest_ yes, but we need to say if you get this error chapter 8 security a. make sure database is there b. if db is there then check postgres faq and give link or whatever Me2000 : so now things working for you? "The backend must be started with the -i option to allow non-local clients to connect" or getting new different errors? if we would only read the docs yes it asked me for a passsword it's only 300000 pages ;) reinhard: thats a little misleading Me2000: that's ok as even local clients can't connect via tcp/ip without the -i my client is local, isn't it? yes it is jamest_ it's ok its not a local vs remote issue its a tcp/ip issue yes your client is local however it's using tcp/ip to access postgresql the context around this sentence explaines it reinhard: ok it's tcp/ip vs. unix sockets psql uses sockes sockets geas uses tcp/ip which is why psql was workign but geas wasnt dneighbo: btw a good idea we should have a sort of faq w/ every problem we encountered ever wrt geas and when somebody gets an error message he can search this file and see if anybody had same message ever before yip a knowledge base even for messages that are not "our fault" :) mabye i will put one on line dneighbo: exactly that would be cool i would like to see us use double choco latte like a search machine as its has trouble tickets project management anyway the solved trouble tickets become a knowledge base Me2000: everything ok now? yes, i've just put the noodels in the water :-) mmmmmhh i think reinhards idea is good ok how will we name that file? um FAQ for now i think a text file in doc directory will do Action: jamest_ remembers that since people are wanting more stuff on ash it's best that he sneaks away quietly Action: jamest_ is away: I'm busy i think that what it is called in gnuef/ tree rofl dneighbo: ok let me double check that though there already is a faq.txt Action: jamest_ is back (gone 00:00:25) thank you jamest which contains more general questions btw - is jcater hiding? http://lxr.gnue.org/gnue/source/gnuef/FAQ like "why is geas so slow" etc is how we did it for gnue forms Me2000: no problem glad to help jamest_ i havent seen him much lately jamest_ i think he started sleeping again :) dneighbo: ok i will adopt Action: dneighbo is very happy this was solved and just us all being ignorant (cept jamest_) Me2000 : thanks for taking the time and being patient to give us time to help, i know it can be frustrating trying to use a piece of software and not being able to install it, hopefully it wont scare you away. :) i thank you did you get it to work? yes Action: chillywilly has been discussing the forum with Raj and he is picking it apart :( hehe ok good whats up chillywilly? hey chillywilly we made it work yay! :) Me2000: ah nothing just something else you can get out of your hiding-place :) dneighbo: i think the frustration is bigger with non os-software, there is no way to locate errors exactly. I wasn't hiding chillywilly: j/k how dare you accuse me of such things :P bbl ra3vat (ds@195.239.66.12) left irc: Client Exiting Me2000: can you please give me the filename of the file you had to edit to put the -i in? reinhard: that's distro dependent perhaps you can give me some more time and tell me what are the next steps? for redhat reinhard: that is a common thing you have to do add the -i on old redhats it is like /etc/rc.d/init.d/postgresql IIRC Action: chillywilly should've thought of that doh! reinhard: which one do you mean? the file you edited to put the -i in on debian it's part of a config file in /etc/postgresql/ IIRC i think a general mention of "make sure your postgresql postmaster is accepting tcp/ip connections (the -i option)" as source installs are different too i just used /usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data ok thanks all Action: reinhard is just trying to write a good FAQ entry because it's the first one :) i've compiled the postgresql sources, i made the startup-script by myself Me2000: ah you don't start w/ runlevel perhaps pg_ctl is better yes chillywilly: -i is not default on debian systems either? jcLunch (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. reinhard: I know that's why I should've though about it....I remember having to turn it on neilt (neilt@dialup-209.244.132.155.Dial1.Providence1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ ack! hello all hey jcater hey and neil Nick change: jcLunch -> jcater Action: jcater is sick just had a SirCam worm outbreak not Code Red? hello neilt jcater: ouch Action: reinhard commited the first version of geas FAQ error file Me2000: ok the next steps where shold i look next in the docs to go on? heheh docs??? what's that???? ;) reinhard: i am totally confused well it actually depends what you want to do with geas now neilt: can I try to change this? perhaps documentation is better than docs :-) if you can explain lists without a whiteboard? that's hard ;) i would like to see a working frontend Me2000: try to run addrbook.py it's a _primitive_ frontend like a hello world program for geas :) reinhard: btw, by introspection i meant information about the class itself ok neilt: ah sorry but your addition was good also i think this will be useful you mean like "what methods does this class provide" etc? yes "what fields does it have" ok yes IIRC we were thinking about having pseudo-businessobjects containing that information like an object system::classinfo so we can make software the can moddify itsself based on installed components without a configuration process which is not really mapped to a db table much like the /proc filesystem under linux is not really a filesystem yes no need for a db table just the server returning information yes and using the same interface for system information than we use for normal data yes ok good now to the lists :) class parent { child [] children; } class child { ... } is in fact the same as class parent { ... } class child { parent *father; ... } just another way of writing it and the other direction of accessing so you are saying that from parent i can not iterate through the list of children you can so to do a list the server has to but every child can only have one parent do a lookup of all childrent that point back to the parent yes exactly which can be very fast for example Action: chillywilly is away: shower and the children can only have one pointer when the server implicitly creates an index on the parent pointer yes only one which is good for normal master/detail like order/order_item etc because every order item is only part of _one_ order and every contact belongs to only _one_ organization (well i would even not be 100% sure about that) ok i get it now, thanks its not a list at all we need to change the syntax i only found out by looking at how geas creates the classes for lists sometime not now s/classes/tables hey if you all are gonna make geas useful, im quitting ;) dneighbo: we are still waiting for a driver so we can test geas neilt: in fact i only found out because there was a _bug_ in that table creation :) yes true all we know by now is that geas creates the tables correctly dneighbo: when will that be done? never ever tried to store data in those tables dneighbo: ? neilt: he is quitting i think j/k hmmm this is case of poeple pointing fingers :) forms thinks methods dont work, which makes hard to write a dirver that uses methods dneighbo: i missed that geas wants forms to have driver before moving forward :) ?? we cant even access data that uses lists nevermind about methods seriously, they are redoing all the db drivers and its system right now we just want a driver that works with current functionality does the driver that uses geas like a database work? in a branch so we can test when that is done and stable reinhard: it works but not for master/detail then i think they will look at extending the geas driver reinhard: which is a big duh! which as been in geas for 6 months now master/detail that is you mean [] and * elements? it works for master detail as long as you relational master detail adn not object master detail the geas driver was written nearly a year ago now by jade so it only had the functionality that geas had at that time reinhard: yes it does not work for [] and * ok one of the BIGGEST issues was introspection jade had issues treating geas like objects as he had no way to tell what objects were what via the API i think some of this was fixed to get us where we are at now but other parts werent jamest will look at this soon (i hope) i was hoping before LWE but am doubting it now dneighbo: how do we find out if we have solved all of the problems with introspection write a geas driver for forms :) we have just been discussing this in the mail list when we try to do something we cant, we know we need to fix it :) Action: neilt thinks that is sad Action: dneighbo hasnt kept up on gnue mail today neilt: well the RIGHT answer is to design the driver as it releates to methods and see where there are holes but in current cycles 'design' means write prototype code or so it has thus far but we have a lot of drivers, so we should know something about what is needed neilt : the other drivers work quite a bit differently in fact thats the biggest issue i see is can GEAS and 2 tier work under same hierarchy as they are pretty radically different ok, will thanks for letting me vent its nice to be waiting on someone else for a change :) Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. any python programmers around? Guido van Rossum is doing a live irc +interview on openrpojects at the moment, in #live. believe me i want to use geas too :) #live sucks its totally moderated adn they dont answer you it pissed me off, and i was disappointed :) Action: chillywilly is back (gone 00:18:24) can i use orbit-python under windows too? the drivers are being rewritten however I've been hit with some work that must be done first Me2000 no i expect to wrap it up tonight and be back on in friday well kind of ORBit isnt working on winodws (or it wasnt) we REALLY need to fix this either by fixing orbit and orbit-python to work on windows so the python frotend isn't working under windows too? or by using an orb that works on windows for clients python front end works fine on windows it just can not talk to GEAS so only two tier python front end (GNUe Forms) works one could use a different orb for windows and talk to geas using orbit on backend ToyMan (stuq@c5300-4-ip206.albany.thebiz.net) left #gnuenterprise. just a matter of trying it otu some one should soon :) as when gnueconfig comes out and thing sstart to go online this will be a major issue unixGh0d you here? which corba-something supports both python and windows? dneighbo: have they ever ported ORBit to cygwin? or are there big differences between these different corba-sometings? chillywilly they might ahve i would say that would be first item to check dneighbo: I saw that the had KDE running on windows try getting orbit to work with windows dneighbo: we should get Gnome runnong on winders i think um that one works that would be cool is it omniORB er Action: dneighbo is having brain death http://www.gtlinc.com/gnome.html http://gnue.org/corba.html was from our INITIAL evaluation on what corba orb to use WAY back when looks proprietary i think omniORB works on windows and has pyton interface and its GPL it is certified as CORBA 2.1 compliant by OMG ORBit is 2.2 er im half tempted to dump ORBit and say lets use omniORB based on all the issues ORBit faces at times maybe not well: http://www.geocrawler.com/archives/3/2313/2000/6/0/3952836/ I forget ORBit : hahahhahaha in 2005 maybe they ahve a 2.1 branch but its not usable threads arent usable etc etc believe me i want to use ORBit as its FSF issue and comes on about all linux systems but its looking to not be business class and thier original pledge to help us when we need it well omniORB is c++ is bogged by politics and branching i.e. they cant fix things for us you gonna let us right geas in C++ naybe using the bayonne clases? Dave has lots of nice code unless they put in an obscure branch because they are so tied to GNOME's needs :P GNU Common C++ is nice too haha! http://www.uk.research.att.com/omniORB/omniORBpy/index.html is the python binding jade uses extensively and said he woudl never go back to klunky horrible orbit/orbitpython again i say if orbit doesnt work on windows we try omniORB on windows bayonne and geas are both essentially servers...he has a nice plugin system too *hint* *hint* if it works and is nice eh, I am just yaking your chain we can look at trying to make geas use or ahve geas have option to use anyhow reinhard and neilt are probably cringing at this point Me2000 you interested in trying to get windows client working with omniORB talkign to geas server on linux using orbit? chillywilly: i agree w/ derek as when we chose orbit we had seiously though, bayonne and GNU Common C++ has good stuff man :P....but that would be painful to rewrite yet again...I don;t see it happening a) the orbit people saying we'll fix what you need b) the fact that C is the FSF std and the C++ ABI was std I'm not sure what if any of those issues remain oh I understand why you chose ORBit chillywilly: even a mix 'n match (if possible) might be ok im thinking its time to consider switching ORBs as ORBit is what we feared, controlled by gnome they should continue to push ORBit forward so people can use a multi-threaded ORB a C++/moniORB|MICO|FooOrb2001 gateway talking to geas core or something fuck it, I'll install 2 ORBs by moving to omniORBit we dont proclude others from using orbit I don;t care chillywilly: we pushed, nothing happened infact we should allow either as for moving to C++ i would rather not rewrite working code at this point i dont see issues with C me netiher i do see issues with ORBit starting with fact it doesnt work on windows as to C++, as long as we dont use any of the object stuff it is great and is bottle necking us elsewhwere (threading) the problem i have in leaving orbit behind would be we add a dependency most pepole natively dont have :) but i am game for trying to actively support both so you can configure geas to work with either ominORB or ORBit or something like that Action: neilt wonders where reinhard is, in this discussion anyhow just ideas but csan you call C++ code in C? but i definitely thing we will have to have omniORB on teh windows clients and in talking to andrew this is possible to have omniORB client with ORBit server should not be additional code to GEAS only to forms jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Ping timeout for jcater[w202.z065105010.mem-tn.dsl.cnc.net] as the a geas driver for omniORB would have to be made just for the record, i am NOT in favor of using C++ neilt at this point neither am i chillywilly you make good points and i dont discredit them but we have a decent code base taht would not be trivial to switch and i think we get minimal gain so the whole C vs C++ debate aside I am not saying switch...I would rather have a better ORbit I am a bit of a C zealot i dont think its the right move at this time :) i do want to have a choice other than ORBit though and i see a real benefit in it Action: reinhard was writing a long email and not looking Action: reinhard will now read the log sure, I just can't see how we can use a C++ ORB though in C neilt: I'm not a C++ fan either write C extensions for it c calls c++ and c++ call c, no problem you just use the correct syntax and any orb that works on windows with python is fine how do I constrct a C++ object in C? chillywilly: you dont and that is good :) but you can call code both ways with orbit at least it creates the objects and the code just handles them ummm, can you provide an example then i suspect it would be the same for another orb and example of what? nevermind don't you need client stubs? eh, I am confused I think you woldn't have to worry about it in the header files you put in something like how hairy is the coce gonna be if we make things thread safe and then we also support a non-thread safe ORB? ifdef c++ s/coce/code sorry ok finished with log my position is actually jamest_ i disagee sctaully that shouldn't matter eother let me look at an exmaple hold on any ORB that works with windows and is Free Software is fine ;) c is better that c++ geas should be not too tied to a specific communication means geas should not have that orbit dependent code all over reinhard EXACTLY but only in a single place should allow any ORB and we should be able to provide other means alternatively yes and even non CORBA stuff EVENTUALLY like another ORB or unix sockets etc Soup :P btw: didnt mean to have this conversatino :) hugh i have spoken ;) just wanted to help me2000 :) (the gnome saop thingy) er, soap brb get an ORB working on windows :) chillywilly: you do something like #ifdef __cplusplus extern "C" { #endif and then the header files work for both c and c++ ra3vat (ds@195.239.66.15) joined #gnuenterprise. neilt: yeah that's for including C in C++ Action: chillywilly has a wrapper for GSL in C++ GNU Scientific Library it means that the functions defined in the header file can be called from c or c++ thing is to be a CORBA serveryou have to have stubs and such and a C++ ORB will give you C++ code hmmm but I suppose you can still call the Ccode doh! all of the stubs are just function calls exactly well in C++ they are real objects, a C++ ORB takes advatage of the OO of the language does it now ?? but anyway even in the interface doesn't metter well, no i can;t say that I haven't looked at the CORBA spec or ever used a C++ ORB so feel free to ignore me :P i am interested in learning from you not ignoring you well, I don't know what I am talking about, I just thought I did not the same thing :P Action: neilt goes to look at source sure I know how ORBit does it, but ORBit is in C dneighbo: you really got an orb working on windows? I was figuring that C++ would have a generic client class that you would have to inheit from or something liek that liek it would proces the idl make a generic class you inherit from it and overload the methods that wold be the OO way to do it th base class takes care of marshalling etc ansd you only add what you need in the child this si my guess just a quick look and it looks like you are right, the stub examples are all classes the CORAB C++ mappins in the spec would make it nmore clear er, CORBA at least for onmiORB the spec says how they should do it too the documentation for onmiORB is certainly a LOT better than orbit they have appendixes for vairous OO langauges sorry for disturbing your discussion, but how do i get started with an two-tier application on geas? and how they should map Me2000: I think you can use the forms designer.... dneighbo, jamest_ are 2-tier masters is there an example application i can run under windows? you can run the forms cleint and a form and connect to geas on a server....the example forms are in gnue/gnuef/samples er you don;t need geas nevermind that someone told me it would be better to use geas Me2000: you don't need geas for two tier I haven't played wiht 2-tier much jamest_ uses it at work though just one of the supported backends and I think he has soem apps just looking at the omniORB docs it looks like it is a better documeted and better deisgned ORB it is nicer...at least so I have heard multi-threading is nice reinhard: did you have anything before i go and you leave for vacation? stuq (stuq@c5300-2-ip82.albany.thebiz.net) joined #gnuenterprise. neilt: wow it actaully has documentation hooray neilt: yes yes yes neilt: i wish you 2 pleasant weeks :) neilt: where tyou going? apart from that - nothing i am not going anyplace reinhard is going away to play oh I read your statement wrong where are you going reinhard? chillywilly: holiday for 2 weeks later all neilt (neilt@dialup-209.244.132.155.Dial1.Providence1.Level3.net) left irc: l8r neil too late chillywilly: to the mountains w/ kids and wife and w/o computer leaving sunday morning chillywilly: from this past discussion i think there is a new item on the wishlist for new methods code concentrate the orbit dependent stuff at a single place to make it easy to switch to different communication means in the beginning of geas i proposed to write a client library which is a wrapper around the corba interface but provides a orbit independent c interface and clients could build on that c interface we would be happy if we had that now because we could easily exchange the orb without changing the clients ping yeah, well that's a lot more work libcomms :P chillywilly: i think it would be worth it you have a proposal? or you just stated that well i am just a voice in the mass of developers :) ah i have no proposal for a interface or something like that i have a vision i have not a single line of code I thought about attempting to do that too, but I think it would be too much for me to do at once but bill gates got rich with that, too ;) lol I don't want to be rich reinhard I am rich rofl well actually rich with life family freinds rich is not a matter of having much, but a matter of wishing little freedom yeah nice words ajbusy (ajmitch@p1-max2.dun.ihug.co.nz) joined #gnuenterprise. most of all I am blessed witht he riches of christ :) :) mornin all :) on that note...I shall leave now, but I will return Action: ajbusy goes off to uni morning ajbusy bye ajbusy chillywilly: i will be gone soon ok well have fun take it easy enjoy your family will be here tomorrow again i think still here for 2 days ok ah so probably ttyl :) then I'll see ya when I see ya yip ok Action: chillywilly is away: bbl chillywilly (baumannd@d147.as13.nwbl0.wi.voyager.net) left irc: jamest_ uses it at work thoughrnr28njamest_ sagt:rnjust one of the supported backendsrnrni've again a question to the two-tier arch. of gnue which role plays the geas in a two tier arch. or is there no place for geas? no role in 2-tier i thought someone told me that i could use it like a db backend you can if you like gnuef currently thinks of geas as just another database what are the advanteges? or aren't there any? jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. well eventually gnuef and geas will work well together right now using geas lets you use gcd files to create your storage and it will be easier to add geas specific features when gnuef supports them that means i can use these gcd files on the one hand for the frontend and on the other for creating the tabels using geas? that's it you'd run the gcd thru geas to create the tables then use gnuef to access them thru geas ok i understand (i think) Me2000: the main point in GEAS is (imho) that the _logic_ will run on geas and we have a _very_ thin client with geas we have 3 tiers the database backend geas where the logic is and the client (forms/reports) ok, but later (if this works fine) i can migrate from fat to thin clients with nearly no changes? if you use geas now: yes if you use 2-tier forms configuration: not so easy actually it was like we always wanted 3-tier but geas was not ready for production use and several people already needed running applications what do you mean with if you use geas now? (like jamest, dneighbo, jcater etc) now you have basically 2 options a) create tables in the postgres database, access those tables with gnue forms, and forget that geas exists at all b) write gcd's and use geas, but only for data access, not for methods (yet) with a) you will have a hard time to convert to geas later with b) it will be better i will choose b and chilliwilly will hopefully work on methods implementation of geas soon but what's about the frontend GNUE forms works with geas but only restricted i.e. you can't use all features of geas will there be big changes in the future if i select b) actually it depends very much on how soon you need this stuff because all that we are talking about is likely to change very much within a month or two asap currently not very much works wrt gnue forms and geas working together but that will change real soon i hope Me2000: you think you will be able to do some coding to fix the holes you encounter what are the main problems? or you only want to use what's there? well in a nutshell geas is a bit object oriented in gcd's you have a syntax like class order { i think i wold help if i could, but i thnik my qualifications aren't good enought. item *what; } behind the scene geas will build a table order with an implicit primary key called "objectid" and "what" being a column containing a foreign key to the item table of course you also have "normal" fields like char text<30>; where geas creates a column of varchar(30) currently forms only deals with such "normal" columns not with those special things wrt quailification not sure about yours but like a year ago i joined this project and i volunteered to do some translation of documentation into german because i thought my qualification would suffice for that and now i co-maintain geas :) nice but at the moment is it possible to create e.g. a small accounting application? yes it would just you can't use all features of geas yet you got the addrbook example running? there is a gnue forms front end for that, too no i'm still working on this you having problems? but what's about printing, someone told me the report-generator produces an xml-file. are there some solutions which makes it possible to produce e.g. an invoice? not yet why not? time in fact I'm not sure the reports engine works at all in the new db branch Me2000: all of us are doing this in our free time for what? Me2000: for whom was this question? for jamest_: time ah i think he meant time to code it :) all of us have a fulltime job and do gnue in their free time yip so there are phases when development is not _so_ fast as it should be the only person paid full time to work on gnue was the original author of geas and he quit his job :) wonder if that means something ....... well to be precise neilt and me get sponsored by our companies true but not really full time so there is no solution for creating reports? which is not so special because we _are_ the respective companies ;) reinhard: :) Me2000: the reports engine if still functional will spit out xml i also have a full time job (doing civil service) you'd just have to have something to translate it IIRC jcater was hoping to get back on this soon but gfdes and gnuef are keeping him busy so neilt and reinhard are freelancers? yip we have some real world projects to keep us alive (financially) and the rest of the time we spend for gnue i'm searching for an solution for a mid-sized companie which needs a very special accounting solution? well and for wife, kids, social life, drinks, tv etc ;) we are both planning to use gnue for our future real life projects but we have no pressure so instead of building a complete "quick'n'dirty" system very fast we build one block after the other but we try to make it perfect so it will still be some time till we can say "gnue is finished" even in the .com world are nearly no solutions aiming on the same target. Me2000: we all know there are no such solutions that's why we are building gnue :) but if gnue was a house we were still working on the cellar because we want to build it solid if you understand what i mean and it's manybe a bit too early to live in this house i've looked for some week's here in germany for a solution you can use parts of gnue, like forms etc. actually it's the same way like the gnu systems was built they built a c library and a compiler if you were me, wich solution would you provide that companie? they made this very good but it was a long time till the _whole_ system was finished Me2000: hard to tell i currently support a proprietary product hard to me and want to switch to gnue as soon as it's usable and i don't know many other products :( which one do you use? it's one only available here in austria a small product of a small company with about 200 installs in austria and about 10 outside austria :) bad luck the number of persons currently supporting that product is: 1 :) Mr_You (rouzer@mankind.boredom.org) left irc: home all solutions i have seen were bad or very bad all of these solutions have in common that you need the expansive support of the producer. well i don't know how to say this in english say it in german wir sind noch nicht soweit, daß andere auf unseren Zug aufspringen können :-) momentan müssen alle die mitmachen noch helfen den Zug zu ziehen :) was soll ich tun no fair ok jcater: i try to translate you can't yet jump up the train and let it carry you everybody joining the project has still to help pull the train neilt (neilt@dialup-209.244.132.61.Dial1.Providence1.Level3.net) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ Me2000: asked what shall i do Me2000: that depends on whether you have the time and energy to help pull the train if you have you can help the project very much and gain a lot for yourself believe me i gain _very_ much from working for this project headaches, stress, blood pressure wrt education, experience and improving my english :) brb jamest_ (jamest@hobbes.math.ksu.edu) left irc: [x]chat Action: jcater must reaffirm that just being here asking questions is helpful to the project :) Me2000: if you don't want to help pull the train you'd probably reach your goal faster if you take the bus so to say :) yes i second that just using (== trying to use) gnue, asking questions and giving comments is a great way of helping neilt: wb but i don't have enought expierience to participate to a project like this. that's not true within the last 2 days you 1. pointed out a bug in geas (mysql problem) 2. pointed out a problem w/ postgres that has to be documented 3. made clear to us where we should set more priority to make gnue useful sooner 4. gave us an example of what type of company are potential users of gnue all of that is _very_ important i don't think so, but a fact is that all people in here everytime i came here everybody was very kind this is no joke you were helping us very much and we are glad about everybody playing with our toys Nick change: ajbusy -> ajmitch reinhard: thanks, and hello all again jamest_ (jamest@hobbes.math.ksu.edu) joined #gnuenterprise. i think the only help you need at the moment are people which help you to develop code and documentation. and people that tell us what is needed in pracice and people that motivate us :) i think the idea of this project is very interesting Action: reinhard has to go to bed now i think the discussion we had earlier means that the unit and money classes are all messed up hold on oh ok as i said even in the .com world are no compareable solutions where did you find the vendor problem, in what class recommended_vendor purchasing module aahh iirc so does this still work # ------------------------------------------------------------------------- # conversion_unit - Storage for all of the conversion factors. Only used # by unit::conversion. Should never be used directly. # ------------------------------------------------------------------------- private class conversion_unit { unit::quantity amount; }; # ------------------------------------------------------------------------- # conversion - convert between different units. # ------------------------------------------------------------------------- class conversion { unit::conversion_unit [] units; # returns t or f if can or cannot do conversion char can_convert( text source_unit, text result_unit ); # returns resulting amount text convert( text source_unit, text source_amount, text result_unit); }; - each conversion_unit has to be unique ? and not be reused sorry i posted the wrong class why does this remind me of what i've been learning at uni?... conversion::units has to be uniquer unique i am the one that should go to bed conversion_unit is correct but unit::conversion_unit [] units; is not correct, because you cannot reuse the conversion_unit object you cannot use a conversion_unit in two conversions Me2000: sorry to interrupt, but wanted to catch reinhard before he signed off if you have a conversion 1 bottle = 0.7 liter and another one 1 bottle = 0.5 liter you have 2 instances of conversion_units which both say "1 bottle" but 1 bottle is 1 bottle no matter what the other side of the = is neilt: no problem i think it is ok because if you change the 0.7 liter to i wonder how they will get deleted 1 big_bottle = 0.7 liter then the other stays if you remove a conversion 1 bottle = 0.5 liter probably you have to remove all list entries before you remove the "list holder" bbl jamest_ (jamest@hobbes.math.ksu.edu) left irc: [x]chat ok, thanks btw just for the record i didn't invent this system and this syntax and i neither want to say it's good nor that it's bad reinhard: that might have worked last year but not now :) i just want to explain what i found out from the existing code :) :) reinhard: have a good nap :) thanks :) Action: reinhard feels how his head falls on the keyboard nhag hjhfdsjkgavb ;) ok nite all reinhard (rm@62.47.45.227) left irc: Those who say it can't be done should never stop those who are actually doing it. stuq (stuq@c5300-2-ip82.albany.thebiz.net) left irc: [x]chat ToyMan (stuq@c5300-2-ip82.albany.thebiz.net) joined #gnuenterprise. bye Me2000 (Me2000@p3EE21718.dip.t-dialin.net) left #gnuenterprise. Action: jamest is away: I'm busy Action: jamest is back (gone 00:00:02) wow you left for a long time I'm fast thats what lindsay said ;) Action: dneighbo went to local tradeshow that was windows based and ran a linux booth today it was an interesting experience jamest: i no longer get to admin web site? lots of interest and lots of people tired of M$ sure you do was funny to see what was important to thime them neilt: you should be able to jamest: i dont get the admin menu on the side anymore http://www.gnuentperise.org/admin.php then log in mine sometimes goes away until i do that better yet specified server not found i think that https://www.gnuentperise.org/admin.php will work too cache you have https: working now? for about a month or so I think where did we get an ssl cert? ok it worked thanks i created a temp one i get a message "the identity certificant is invalid" sigh only when i try to use https :( dneighbo: you have a resume someplace online jamest: how come http://www.gnuenterprise.org/sections.php only shows 1 section with nothing in it? some place neilt: volume Action: ra3vat needs help and advice with broken hardware neilt: https works fine w/ konqueror and there are 3 sections displayed only thing is they only show graphics not text (!@# !@#%$! nuke :) and we don't have graphics ra3vat: ok have notebook Fujitsu Lifebook 535Tx which seems dead which is very important to repair also fount item on ebay http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=1258618124 is is fronm Kansas City :) I'm not familiar with all that terms on ebays and may be another way to find parts for that ald notebook to rapair what is wrong w/ notebook and what do you need it fixed for (why the urgency?) can anyone give an advice how to find say motherboard for this or buy used one and reassemble one from two i have no idea on where to get used laptop parts cheap I have an occation that someone can bring it easily to russia in about 2 weeks and that position on ebay, can you comment? again though are you fixing it because you need a working laptop or because you need something off the hard drive (no backups ) its right the same model I have yeah, I need working one ok and what terms on ebay don't you understand? currently $5.00? 5days, 3hours How to make a deal and buy it? this is like an auction you bid higher than the current price of $5 someone else can then bid higher than you people can keep bidding more money the the next 5 days and 3 hours at the end of that time the person with the highest bid gets the laptop for the amount they bid can I contact with someone to get additional info about the item? yes on the page you gave in the Seller section it gives their email as well as a link "ask seller a question" ok, had someone here an experience to buy or sell something through such a service like ebay? i have not 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 several of my friends and co-workers have jamest: thanks sorrry I can't be of more help jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. welcome back what is the real price for notebook like this? that let me to play with gnue along in a field thanks here it is much more expensive I think ra3vat: i dont know jamest: ok, thanks has anyone looked at jboss in detail? never mind i even said that sure thing java-boy :) dneighbo: someone here was unable to finds docs for it jamest: do the web stats, include individual web pages at (for example) ~neilt i thought there was a link under the individual breakdowns that listed all urls lemme look doesn't look like it's activated on ash just a sec hmmm hey i am number 6 in top 10 entry pages it's shut off on ash /neilt/sc.html i'll need to turn it back on well i plan on doing 'datamining' of our logs regularly and 7 8 and 9 cool which means we need to get your docs in our doc section :) we need to get a doc section :) that autobuilds Action: dneighbo will do sometime soon... if he doesnt get beat to it 21492 pages not found, that is not good for this month so far out of 165000 ok's thats 13% could not find the right page i think we have a problem, Houston neilt: you are looking at it backwards... that means 87% could have found what they were looking for :) j/k, btw hehe actually it means that there are internal reference problems in the pages graphics not found etc dneighbo: there is stuff on my page that is not in cvs do you want me to add it all to cvs neilt well time to get it in cvs :) its not my stuff, but am happy to put it in this the security stuff from Stan and math stuff from Ariel etc hmmm well lets hold off for a bit on cvs'ing it Action: dneighbo needs to check copyright (i think both are squared away) yes they are or i would not have put it on the site and we need to relook at doc structure in cvs and see if its what we really want its not but i would rather be doing code now and not restructuring cvs if i had spare time ok i agree check in where you think they fit we have to fix other things so suppsoe few more docs wouldnt matter :) i would put in proposals folder in dockboook folder ra3vat (ds@195.239.66.15) left irc: Ping timeout for ra3vat[195.239.66.15] dres_ (dres@4.18.171.42) joined #gnuenterprise. dres__ (dres@4.18.171.42) got netsplit. dres__ (dres@4.18.171.42) got lost in the net-split. jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Ping timeout for jcater[w202.z065105010.mem-tn.dsl.cnc.net] bey bye dneighbo (dneighbo@alt1.libertydistribution.com) left irc: [BX] Have YOU raped a lawn gnome today? later all neilt (neilt@dialup-209.244.132.61.Dial1.Providence1.Level3.net) left irc: l8r jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. ToyMan (stuq@c5300-2-ip82.albany.thebiz.net) left irc: [x]chat derek (derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. dyfet (dyfet@63.124.177.154) joined #gnuenterprise. james? jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: Ping timeout for jcater[w202.z065105010.mem-tn.dsl.cnc.net] dyfet (dyfet@63.124.177.154) left irc: [x]chat dres_ (dres@4.18.171.42) left irc: Read error to dres_[4.18.171.42]: Connection reset by peer dres (dres@4.18.171.42) joined #gnuenterprise. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) joined #gnuenterprise. has anyone heard any complaints about bigbrother? how can we complain? the thought police will arrest us if we do! lol nickr (nick@sdsl-64-7-6-186.dsl.nyc.megapath.net) joined #gnuenterprise. what do you mean? bigbrother: got complaints a while back about flooding the snot out of OPN logs but i think jamest fixed that Nick change: derek -> dnMovie jcater fixed it not me dres (dres@4.18.171.42) got netsplit. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) got netsplit. dnMovie (derek@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. ajmitch (ajmitch@p1-max2.dun.ihug.co.nz) got netsplit. ajmitch (ajmitch@p1-max2.dun.ihug.co.nz) returned to #gnuenterprise. dnMovie (derek@cpe-24-221-112-50.az.sprintbbd.net) returned to #gnuenterprise. dres (dres@4.18.171.42) returned to #gnuenterprise. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) returned to #gnuenterprise. dres (dres@4.18.171.42) got netsplit. dnMovie (derek@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. ajmitch (ajmitch@p1-max2.dun.ihug.co.nz) got netsplit. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) got netsplit. ajmitch (ajmitch@p1-max2.dun.ihug.co.nz) returned to #gnuenterprise. dnMovie (derek@cpe-24-221-112-50.az.sprintbbd.net) returned to #gnuenterprise. dres (dres@4.18.171.42) returned to #gnuenterprise. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) returned to #gnuenterprise. jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) left irc: Read error to jcater[HubS-mcr-24-24-112-3.midsouth.rr.com]: Connection reset by peer jcater (jason@HubS-mcr-24-24-112-3.midsouth.rr.com) joined #gnuenterprise. chillywilly (baumannd@d174.as15.nwbl0.wi.voyager.net) joined #gnuenterprise. ajmitch (ajmitch@p1-max2.dun.ihug.co.nz) left irc: Ping timeout for ajmitch[p1-max2.dun.ihug.co.nz]