holycow (~rtaylor@h24-86-227-162.vf.shawcable.net) joined #gnuenterprise. jamest: for the log holy_cow (~rtaylor@h24-86-227-162.vf.shawcable.net) joined #gnuenterprise. i dont understand the need to lay postscript files over one another but thats just me holycow (~rtaylor@h24-86-227-162.vf.shawcable.net) left irc: Read error: 110 (Connection timed out) reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) joined #gnuenterprise. johannesV (~johannes@M1564P012.adsl.highway.telekom.at) joined #gnuenterprise. bddebian (~bddebian@ip68-4-154-50.oc.oc.cox.net) left irc: "Client exiting" kilo (~kg_kilo@fw.i-trade.hu) joined #gnuenterprise. btami (~btami@ip102-205.ktv.tiszanet.hu) joined #gnuenterprise. thierry (~thierry@AStrasbourg-251-1-1-7.w82-127.abo.wanadoo.fr) joined #gnuenterprise. morning gnuers hello thierry hello btami holy_cow (~rtaylor@h24-86-227-162.vf.shawcable.net) left irc: "Leaving" dneighbo_ (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise. greyboy (~pat@62.232.176.2) joined #gnuenterprise. dneighbo (~dneighbo@ip68-109-180-32.ph.ph.cox.net) left irc: Read error: 110 (Connection timed out) anyone on hand to help with a hopefully simple driver error ? greyboy: i can try ok ! hi there. i'll try to be brief but i know this can be tricky with details ... have gone back to loading redhat 7.3 and followed details for setting up .. to start with think i have created posgres db correctly what do you want to try ? but on running the appserver i get no database driver found for provider type postgresql ah ok even though ( i think) i have all component parts installed ... do you use the prereleases or the official releases? (not that this is important for this problem, but i am curious) the official ones I believe .. for a postgresql database, there are 4 different providers * psycopg * pypgsql * popy * pygresql each of these needs a python library that usually comes as a separate package in your distribution of choice so try to find which of these 4 you have a package availabel for rh 7.3 and use it as "provider" (instead of "postgresql") think i have tried this with PyGreSQL-3.4 (it's rh 7.2 btw) then you should have "provider = pygresql" in your connections.conf still the same error ... how do i check pygresql is in the correct place ? you can try python from gnue.common.datasources.drivers.postgresql import pygresql it's actually python2.1 (as per instructions from community/docs/redhat_install) thats ok .. no error message? hmmm which suggests that this is running python rather than python2.1 somewhere ? but the appserver script points to 2.1 ? do you have different versions of python installed? the appserver script should use /usr/bin/env python IIRC yes. 1.5.2 and 2.1.1 that is it should be run with "python" the import you tried did you try with "python" or with "python2.1"? :x oops wrong window import was python2.1 - same as in first line of appserver caller script ... hmmm... shall i remove 1.5.2 possibly ? it should do no harm actually to make sure, can you try to call python2.1 gnue-appserver ? still same ... strange can you maybe try another driver ? like psycopg? try to import the python dbdrivers in python without gnue.bla-bla oh sorry i just saw pygresql driver had a bug in last release :( please try with psycopg if there is a package for redhat seems it was on init.d.org but this site is down ... and most pages point to this site for the download !! doh, maybe i'll try that one later .. md-afk (~mdupont@p5080F450.dip.t-dialin.net) left irc: Read error: 110 (Connection timed out) md-afk (~mdupont@p5080F4BB.dip.t-dialin.net) joined #gnuenterprise. greyboy: you can try something else there should be a .../common/datasources/drivers/postgresql/pygresql/__init__.py probably somewhere under /usr/lib or /usr/local/lib or /usr/local/gnue around line 48 it says _pg_driver = pgbd it should say _pg_driver = pgdb (the last 2 letters exchanged) thierry (~thierry@AStrasbourg-251-1-1-7.w82-127.abo.wanadoo.fr) left irc: Read error: 110 (Connection timed out) with that changed, pygresql should work, too thierry (~thierry@AStrasbourg-251-1-1-7.w82-127.abo.wanadoo.fr) joined #gnuenterprise. ouch ! just came back to the channel a bit late ! I've installed py 3.3pre011203 and it worked ! i'll bear it in mind for later anyway cheers !! ok what did you install? PyGreSQL-3.3-pre011203 and it worked?? doh do we have anyone that has started on any financial systems yet? ie nominal sales purchase sales order processing - stock modules to name but a few ? another one for you .. on starting the designer I get wxSplashScreen is not defined .. you can "fix" it using disableSplash=1 in /etc/gnue/gnue.conf or something... dimas (~ds@195.218.177.46) joined #gnuenterprise. which didn't work even restarting server ? no, just designer i suspect i have something else missing/wrong toolkit wise perhaps ? oh wait, you said designer, not forms have you installed forms too ? yes is it working with intro.gfd ? it's in share/doc/gnue-forms/samples maybe ah seems ok ! is designer working ok? or forms? no just forms can you paste the last 5-6 lines you got from designer? does this need any arguments to run (thinks rtfm!) designer? no erm not easily ... its not on a box at work ... (i'm multitasking if youknow what i mean !!) Sacha (~Sacha@80.248.200.158) joined #gnuenterprise. Sacha (~Sacha@80.248.200.158) left irc: Client Quit methinks its tme to print out the python manual perhaps .... hmm, it remembers me something similar on win32 can you just type the error line # and the file name, etc. wxsplash is part of additional toolkit to python ? it's in wxpython but if you can run gnue-forms, it's a designer bug related to wx perhaps I should try using GTK ? no, gnue-designer has written in wx and it needs 2.4x IIRC oh ! rpm -qa gives wxPython-2.3.2.1-1 bingo :) please upgrade it to 2.4 i can feel another search coming up ! me too :) perhaps we could stuff these on an ftp site possibly ? the setup docs needs some updating looks like the compile option for the latest is the way to go but ... i've had lots of problems with dependencies doing this.... and being on redhat7.2 might prove to be tricky ... what do you reckon ? sorry, what reckon meens? my english is limited :( http://prdownloads.sourceforge.net/wxpython/wxPythonGTK-py2.3-2.4.2.4-1.i386.rpm or http://prdownloads.sourceforge.net/wxpython/wxPythonGTK-py2.2-2.4.2.4-1.i386.rpm maybe you have to upgrade your python and python modules too bigbrother joined #gnuenterprise. welcome back bigbrother! that means ash is up :) raise ImportError, "How the fsck did I get here?" I ask myself that daily I assume this isn't something we want reported to an end user? Why not? :-) jamest: Well, it's marginally better than the redirect to goatse.cx that I suggested putting in there. Heh lol bbl greyboy (~pat@62.232.176.2) left #gnuenterprise. holycow (~rtaylor@h24-86-227-162.vf.shawcable.net) left irc: "Leaving" bbl reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) left irc: "Even if you're on the right track, you'll get run over if you just sit there." Nick change: bddebian -> bddeb_away revDeke (www-data@209.234.155.8) joined #gnuenterprise. anyone here running debian woody (stable) boxes? in production environment (/me hopes nearly everyone says yes) jcater? jamest? testingt I have a testing box in production stable is too old ;) well i was wondering if anyone had used a back port of postgres i think stable has 7.2 and unstable 7.4 i have an app that wants 7.3 or greater I setup apt so that testing packages take priority then I add unstable lines and pull over the new postgres via: apt-get -t sid install postgresql johannesV (~johannes@M1564P012.adsl.highway.telekom.at) left irc: "Client Exiting" chillywilly: I want to do that. Subversion 1.0 is now in Sid. revDeke: i wouldn't run a debian postgresql install chillywilly: What did you change in /etc/ for that? it's in /etc/apt apt.conf.d directory like I use this jamest@newton:~$ more /etc/apt/apt.conf.d/10distro APT::Default-Release "stable"; then even if I list testing or sid in my sources it won't use them AH revDeke: i've had 100% failure rate with .deb based postgresql installes during the upgrade process revDeke: I have 7.3 backports on one woody machine but I kind of side w/jamest on this it was a pain to upgrade to 7.3 and I'm sure it'll be a royal pain next time i have 1 .deb postgresql install still on a web server yeah, this one is on my web server but i won't replace it with another .deb based one jamest: THanks. Working nicely. np Anyone familiar with mdadm? I've used it before damn you youngsters when I was young you setup your software raid the way god and nature intended, via the /etc/raidtab and vi and we liked it that way I thought I had a nice array. So I booted the box with one drive unplugged. Now it never (automatically) adds it to the array, even though I've added it by hand several times (mdadm /dev/md0 -a /dev/sda2) does mdadm also replace raidhotadd yep ah, i thought it just automated the raidtab file maint mdadm is all you need nowadays no raidtab is history Of course, I'm doing things the hard way, with / on raid and using grub to boot. http://www.wlug.org.nz/SoftwareRaid is what I used to setup my machine Thanks. I've seen that page before, but couldn't find it when I started. I've been using the HOWTO. ah I'm sorry Especially the bit in http://www.tldp.org/HOWTO/Software-RAID-HOWTO-7.html on how to bootstrap a raid system in-place. so you compile postgres yes the quick, quick version im curious as doenst that make installing everything dependent on postgres a bitch apt-get install postgresql apt-get remove postgres Action: revDeke has had very good luck so far with postgres installs apt-get remove postgresql (to create the user if you don't want to dick with it) then cd source dir ./configure make make install 9 out of 10 that'll do ya no, go ahead and install the postgresql client libs from the deb i do that unless they versions won't talk over tcp/ip it's not the .deb package quality that's at issue it's the upgrade script it hates your data and will trash it the first chance it gets I never have debian updrade postgres automagically dsmith: I didn't do it like jamest did ,--8<- |Package: * |Pin: release testing |Pin-Priority: 900 | |Package: * |Pin: release unstable |Pin-Priority: 600 `-->8- that's my file called /etc/apt/preferences reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) joined #gnuenterprise. wendall911 (~wendallc@wendallc.icehouse.net) joined #gnuenterprise. Ahh chillywilly: Thanks np dimas (~ds@195.218.177.46) left irc: Remote closed the connection Nick change: bddeb_away -> bddebian reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) left irc: Read error: 104 (Connection reset by peer) reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) joined #gnuenterprise. Hah FOund it. I needed to update the initrd. It still thought I only had a degraded array with only one drive. morning afternoon hello all!! I'm new to gnue enterprise hi I'm listening the irc channel since a few days, in order to know more about gnue enterprise. hi ajmitch Action: ajmitch scrolls up & sees jcater using the wlug wiki for info.. how ironic isn't it ironic? just a little too ironic? it's like rain yeah, I really do think. on your wedding day jcater: but if put a pic of yourself nakid on the outside of a gnue CD then I quit sigh bbl, time for uni :) ogger: feel free to ask questions ..or sing along yesterday I tried the 0.5.2 version, but the gnue-forms expands the form over tho screens, it seems a bug. what platform, ui driver? after, I tested 0.5.99, The gnue-forms work quite well, but where is gnue-designer 0.5.99???? Nick change: bddebian -> bddeb_lunch I'm testing on fedora core 1 mysql, python 2.2.3 gnue-designer does not work (connect) with gnue-common 0.5.99 you're using a designer, forms and common 0.5.99? i guess you mean 0.5.2.99 :) no. I can't find designer 0.5.99 on the web site. sorry, yes I mean 0.5.2.99. there we go we hoped designer 0.5.2 would work with common 0.5.2.99 so it seems we have to release designer, too designer starts, but when you try to connect or create a datasource it does nothing hmmm any reason i can't whip up a 0.5.2.99-pre1 now? *i* don't see one but jcater seemed to expect issues I was nervous w/o specific reasons but jamest seems to be having good luck w/designer head so I'm fine w/it any gotchas in the prerelease process now that we're svn? other than the .svn files jamest: i fixed that also for designer IIRC just follow the process in technote 00011 for common ;-) so setup.py sdist will do the right thing GNUE_VERSION_SUFFIX=-pre1 ./setup.py sdist --format='gztar,zip' ok, i have a script for that :) scp dist/* $LOGNAME@www.gnuenterprise.org:/var/www/downloads/prereleases and please do not increase the version number for releases and do not set release to 1 ah s/for releases/for prereleases/ why not? we'd hit 1.0 sooner last time we agreed it's better to have a prerelease be 0.5.2.99-pre1 than 0.5.3-pre1 when the final release will be 0.5.3 speaking of comparing release numbers reinhard: I use that on my projects, works well wendall911: that == ? reinhard: we added additional params for supplemental releases like 0.5.3-1 reinhard: phpWebSite wendall911: so you first have 0.5.3 and then 0.5.3-1, right ? reinhard: yeah that's ok i'm talking about first having 0.5.3-pre1 and then 0.5.3 reinhard: it's so that if you get into a situation with a new set of code in cvs for 0.5.4, but want to do small bug fixes and releases for 0.5.3, you can just do -1, etc reinhard: then a release cycle for a particular build might be 0.5.3-pre1, 0.5.3-pre2, 0.5.3, 0.5.3-1, etc.. ok designer 0.5.2.99-pre1 is uploaded jamest: thanks :) reinhard: It actually ended up making sense to end users as well np, i didn't test beyond compiling but i've been using from cvs a lot lately revDeke (www-data@209.234.155.8) left irc: "CGI:IRC 0.5 (EOF)" jamest: thanks for the upload. i se it now, but, do yue have noted the difference in the prerelease number? i made it a pre1 as we didn't make prereleases of designer before today Ok. You're right I will try it tonight. night all reinhard (~reinhard@M1250P006.adsl.highway.telekom.at) left irc: "Don't believe in miracles -- rely on them." kilo (~kg_kilo@fw.i-trade.hu) left irc: Action: ajmitch returns wendall911: it can also completely screw up distro versioning :) ajmitch: I'm not an expert in versioning by any means Anyone know of any xml-fo processing/translating programs that are not java? ajmitch: I could just call it XP or CS or MX or some silly crap like that dsmith: xml-po? that's why you can see versions like 2.9.999+3.0.alpha1 in debian :) because 3.0.alpha1 is considered higher than 3.0, iirc -FormattingObjects, iirc dsmith: oh, for processing computer languages dsmith: there are many parsers available in other languages, depends on what you are parsing...docbook? dsmith: unfortunately not if so, I'd likely be basing gnue reports off of it iirc, the original XML-FO proof-of-concept was done in python but people screamed, so they redid it in java Ya, it all seems to be in Java. jcater: there are several not written in java for docbook, are you talking a garbage processor jcater: just for any old xml document, valid or not no XML-FO is a printing/object specification for XML kind of like SVG is for vector graphics XML-FO is for page layout (overly simplified, but that's one use) jcater: hmm, i thought it was File Output formatting objects, iirc jcater: that's how i've seen it referenced before is all Nope. Page layout. ok, understood "Formatting Objects" It's almost at the place where docs can be in xml. dsmith: ahh, I remember now dsmith: I seem to remember seeing a python project like what jcarter was speaking of at one time Nick change: mdupont -> md-afk dsmith (mzfmim2znn@oh-strongsvillecadent1-1f-100.clvhoh.adelphia.net) left irc: "Good Night" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" holycow (~rtaylor@h24-86-227-162.vf.shawcable.net) joined #gnuenterprise. jcater (~jcater@cpe-066-061-071-147.midsouth.rr.com) joined #gnuenterprise. jbailey (~jbailey@dragonfly.fundserv.com) left irc: "Client exiting" Nick change: bddeb_lunch -> bddebian someon (~some1@h24-81-151-173.vf.shawcable.net) joined #gnuenterprise. someon (~some1@h24-81-151-173.vf.shawcable.net) left irc: "Client Exiting" someon (~some1@h24-81-151-173.vf.shawcable.net) joined #gnuenterprise. wendall911 (~wendallc@wendallc.icehouse.net) left irc: "Download Gaim: http://gaim.sourceforge.net/" --- Thu Mar 4 2004