jcater (~jcater@66.61.71.147) joined #gnuenterprise. jcater (~jcater@66.61.71.147) left irc: "Client exiting" wtg (~merlinx@ppp189-173.lns1.bne1.internode.on.net) left irc: Read error: 110 (Connection timed out) wendall911 (~wendallc@198.31.172.218) joined #gnuenterprise. chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) left irc: Read error: 104 (Connection reset by peer) reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) joined #gnuenterprise. hallo reinhard gnue-appserver is broken when using the pw_xmlrpc but I think siesel is aware of that as there is a note in his TODO to port things from the other xmlrpc driver to pw_xmlrpc thierry (~thierry@213.41.150.18) left irc: "Client exiting" thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise. siesel is in the process of restructuring xmlrpc it did work when you tried a few days ago, didn't it? yes. before siesel did all the commits yesterday. Nick change: SachaS -> SachaCoffee dimas (~dimas@195.218.177.46) joined #gnuenterprise. lupo_ (lupo@pD9E68652.dip.t-dialin.net) left irc: Read error: 110 (Connection timed out) lupo_ (lupo@pD9E685D3.dip.t-dialin.net) joined #gnuenterprise. bbl Nick change: reinhard -> rm-away wendall911 (~wendallc@198.31.172.218) left #gnuenterprise. dcmwai (~dcmwai@219.95.164.179) left irc: Remote closed the connection chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) joined #gnuenterprise. Nick change: rm-away -> reinhard dcmwai (~dcmwai@219.95.164.179) joined #gnuenterprise. Getting a SCSI chain working is perfectly simple if you remember that there must be exactly three terminations: one on one end of the cable, one on the other end, and the goat, terminated over the SCSI chain with a silver-handled knife whilst burning *black* candles. --- Anthony DeBoer Nick change: SachaCoffee -> SachaS anyone use LVM2? Arturas (~arturas@gsk.vtu.lt) joined #gnuenterprise. Hello hi Arturas morning all hi chillywilly hi Arturas (~arturas@gsk.vtu.lt) left irc: "Bye :)" SachaS_ (~Sacha@dialup-196-212.wasp.net.au) joined #gnuenterprise. SachaS_ (~Sacha@dialup-196-212.wasp.net.au) left #gnuenterprise ("Client exiting"). ToyMan (~stuq@user-0cevdks.cable.mindspring.com) joined #gnuenterprise. dcmwai (~dcmwai@219.95.164.179) got netsplit. reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) got netsplit. dcmwai (~dcmwai@219.95.164.179) returned to #gnuenterprise. reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) returned to #gnuenterprise. ToyMan (~stuq@user-0cevdks.cable.mindspring.com) left irc: "Client Exiting" tripz_ (~ville@as13-5-6.ld.bonet.se) left irc: No route to host ToyMan (~stuq@smtp.dstoys.com) joined #gnuenterprise. SachaS_ (~Sacha@dialup-196-159.wasp.net.au) joined #gnuenterprise. SachaS_ (~Sacha@dialup-196-159.wasp.net.au) left #gnuenterprise ("Client exiting"). jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) joined #gnuenterprise. cvs server: gnue-common/src/rpc/drivers/_test/donuts.grpc is no longer in the repository What's this?!? NO MORE DONUTS?!? it was replaced by vegan_donuts.grpc ;-) =) Action: jbailey jumps for joy! The Debian python guy is back from holidays, so I guess I have to work on gnue today. =) jbailey: i will work on common's setup.py today reinhard: Cool! Should I try appservers to make sure it does the right thing? not sure if you can try it because it depends on common to be installed but you can tell me if that's a problem Oh, hey, that makes sense. I don't think it's a problem. appserver tries to find out if it is installed in the same dir as common for example if you try to install common in /usr/local/gnue/lib/python and appserver in /usr/lib/python2.1/gnue then it won't work so appserver won't let you install that way but i saw debian installs into some temp dir to build the packages 'kay i'm not sure if i'm causing trouble with that check Oh, I see the problem. Umm, here's a thought. however you should be able to have common installed in, say, /usr/lib/python2.1 setup.py supports the --root flag for moving the root dir. It might be worth checking the path with and without the root dir. Any packager is going to have this problem. Or hey. When do you check? and then install appserver into --prefix=/usr --root=/home/debian/what/ever At the build time or install time? install time Hmm, okay. but using --root should work ok i tried that Just thinking that the autoconf solution is that it checks dependancies at configure time (where --prefix is set correctly), and the DESTDIR prefix is just overriden at install time. If prefix and root can be speified at the same time, that would be cool. they can yes Luvly. for setup.py you can't use --prefix for build that's the fun in distutils so the build process can't really build the final version of the files if it is dependent on the prefix the get installed 'kay. btw you don't need to run setup.py build at all it is done automatically on setup.py install Is that for all distutils or just gnue's? _anyway_ all distutils 'kay. It's not harmful for now, though, right? I'm trying to plug into generic distutils building architecture so that any monkey can update these. So if I can stick to what folks who know python have set out, I'd prefer it. ok nevermind it doesn't matter at all it's just superflous because install does build even if the very last thing you did before was setup.py build Ah, okay. reinhard: When does 'today' end for you? I think you're +0200 right? ehm expect a first commit in 2-3 hours Cool - I'll poke my head in about mid-afternoon here then (6 hours or so) dsmith (~dsmith@mail.actron.com) joined #gnuenterprise. dcmwai (~dcmwai@219.95.164.179) left irc: "Client exiting" jamest (~jamest@gw.math.ksu.edu) joined #gnuenterprise. Nick change: SachaS -> SachaZzz jbailey (~jbailey@CPE0060082df811-CM014260028338.cpe.net.cable.rogers.com) left irc: "Client exiting" tripz__ (~ville@as13-5-6.ld.bonet.se) joined #gnuenterprise. jbailey (~jbailey@atlas.fundserv.com) joined #gnuenterprise. jbailey: you may try gnue-common setup.py it should work although i'm quite sure many files still get installed in suboptimal places IMHO etc/sample.* should go in $prefix/share/gnue-common shared/images should be $prefix/share/gnue-common/images translations/ should go in $prefix/share/locale but i don't know how to change those paths without breaking things don't let that stop you :) and the list of files that get installed should be cleaned up currently appserver installs AUTHORS, README, INSTALL etc. under "doc" common doesn't I'm not sure what's correct but we should be consistent Vee (~vin@cavok154.august.net) left irc: Remote closed the connection jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. Vee (~vin@cavok154.august.net) joined #gnuenterprise. reinhard: The only thing I can think of is making sure that it goes in /etc and not /usr/etc. tripz__ (~ville@as13-5-6.ld.bonet.se) left irc: "using sirc version 2.211+KSIRC/1.2.4" wrt etc there's still two possibilities a) ./setup.py install could provide default files that get copied into /etc (or /usr/local/etc) and need not be renamed/copied manually b) everything has sensible hardwired defaults and works without anything in etc at all c) gnue-common gives a meaningful error message if a file in etc is missing in any case we need a --install-cfg option for ./setup.py install yes three possibilities Well, I don't mind copying things to /etc, if gnue will know to look for them there. But I'm guessing that once it knows to look in /etc, telling it to install there is easy. =) it knows to look in /etc by the site.cfg mechanism jcater: AFAICT you can't install gnue to look in /etc without manually editing a file is that correct? and if yes do we want to change that or do we want to leave it that way? well define "manually"? not something the user would do the setup program should do it I'm not tied to anything, btw, so if you have a better idea, I'm game but that's the only workable solution I could come up with how does the site.cfg mechanism work? is that this magic site_config.cfg file? yes where is this file searched for? hang on... dealing with users ok found it $GNUE_INSTALLED_SITE_CFG http://www.gnuenterprise.org/irc-logs/gnue-public.log.12Sep2003 search for site.cfg is the explanation given to jbailey I have to run for an hour, but post any questions wendall911 (~wendallc@198.31.172.218) joined #gnuenterprise. jcater: ok, questions: 1. should ./setup.py install accept parameters like --install-cfg, --install-images etc. and create site_config.cfg accordingly? 2. couldn't we make site_config.cfg a python file that is installed into .../gnue (python path) so that one can simply do something like "from gnue import config" and have all variables ready? (as long as gnue is in his python search path) but we wouldn't have to deal with so many environment vars (INSTALL_PREFIX, GNUE_INSTALLED_SITE_CFG etc.) 3. what is the purpose of gnue_sys.py ? 4. currently if we use site_config.cfg all tools _must_ be installed with the same --cfg-file parameter. Couldn't all tools except common _ask_ common for the correct paths? -- well not sold on anything, just a few spontaneous thoughts reinhard: Would that kill non-interactive installs? what? 4.? reinhard: 1 and 2 sound like good ideas to me Couldn't all tools except common _ask_ common for the correct paths? Do yo mean interactive prompting? jbailey: no i mean like common installs a file gnue/paths.py in python's search path (or wherever it is installed) reinhard: #3 was something never completed Oh, I get it. =) reinhard: that is what gnue_sys.py was for to be installed into python's site-packages so regular apps could find gnue's modules and setup.py of, say, gnue-forms would do a "from gnue import paths" but I'm not sure we could get it working and gets the place where they should install docs, translations, config files and all other stuff seems to be quite the same what jcater planned with gnue_sys.py the question now is do you want me to make it work and do you want me to make it work _now_ :) I'm ok with whatever I was never tied to the site.cfg thing it was a quick fix for the first set of .debs we created ok i guess we will need to keep that in parallel to not break current versions of forms, reports and navigator as long as gnue.common.apps.GConfig.getInstalledBase() is modified to work with the new system, then the client tools should work seemlessly I wouldn't worry about maintaining compatability as we'll quickly get frustrated if they do break, and fix them :) ok i'll look at it mouns (mouns@kali.mouns.org) joined #gnuenterprise. anyone know offhand how to take a C long int in binary format (eg 4 bytes) and convert it to a python number? wow, this might be neat for gnue.common http://www.python.org/doc/2.3/lib/module-pkgutil.html nickr: http://www.python.org/doc/2.3/lib/module-struct.html is that what you're looking for? Action: jcater has never used it jcater: Oooh, thats even better that'll save me a lot of string chopping no provisions for byte order nickr: "Alternatively, the first character of the format string can be used to indicate the byte order, size and alignment of the packed data, according to the following table: " half way down there is I just noticed that my god, its perfect :) thank you np lupo_ (lupo@pD9E685D3.dip.t-dialin.net) left irc: ".oO( wieviel mb's sind das wohl?)Oo." night all reinhard (~reinhard@M1264P004.adsl.highway.telekom.at) left irc: "No problem is so interesting that you can't just walk away from it." dsmith (~dsmith@mail.actron.com) left irc: "Client exiting" jamest (~jamest@gw.math.ksu.edu) left #gnuenterprise ("Client exiting"). thierry (~thierry@musashi.xtensive.com) left irc: Success thierry (~thierry@musashi.xtensive.com) joined #gnuenterprise. siesel (~jan@xdsl-195-14-223-55.netcologne.de) joined #gnuenterprise. mouns (mouns@kali.mouns.org) left irc: Remote closed the connection jamest (~jamest@adsl-64-216-106-144.dsl.tpkaks.swbell.net) joined #gnuenterprise. marcello (~marcello@adsl-ull-200-206.42-151.net24.it) left irc: "Leaving" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "home" siesel (~jan@xdsl-195-14-223-55.netcologne.de) left irc: "Client exiting" jcater (~jcater@cpe-066-061-071-147.midsouth.rr.com) joined #gnuenterprise. jbailey (~jbailey@atlas.fundserv.com) left irc: "Client exiting" wtg (~merlinx@ppp189-173.lns1.bne1.internode.on.net) joined #gnuenterprise. hmm.. mad pooped is such a strange state of being. I think I'm too exhausted to sleep warm milk is suppose to do the trick Vee2d2 =) I dont think it'd do the trick I'm looking for.. Action: Vee2d2 goes to lay down chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) left irc: "leaving" chillywilly (danielb@CPE-24-167-193-166.wi.rr.com) joined #gnuenterprise. derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise. derek! ;P hmm.. is there some sort of word that's fairly synonomous with clothing or apparel that starts with the letter 'B' ? bling bling? :) bzzzt you can only have one word.. :( trying to build an acronym ;) beautiful, bedeck, bundle up what are you trying to make an acronym of? Action: jcater likes these my favorite acronym I've come up with is niagra niagra is a great recursive acronym bewb, Bodaciously Embellished Wearables for the Booty? (it's making fun of the GNU-style) um, what type of clothing is this? bodaciously embellished clothing of course! :) going to feature a breast (not of the chicken variety) like icon I'm targeting the pr0n market ;) it's going to be bigger than izod! Aiye! channel's logged, plans are leaked, must act quickly! ;) jcater: so does Gibson's make some pretty nice donuts? hell yeah bi0tches enjoy wearable beauties or, if you're targeting male pr0n viewers, reverse it buddies enjoy wearable bi0tches Action: jcater gives up marketing pr0n for the night and gets back to fixing rsync done deal.. dneighbo (~dneighbo@ip68-109-180-32.ph.ph.cox.net) joined #gnuenterprise. derek (~dneighbo@ip68-109-180-32.ph.ph.cox.net) left irc: Read error: 110 (Connection timed out) jcater (~jcater@cpe-066-061-071-147.midsouth.rr.com) left irc: "sleep" --- Wed Sep 24 2003