*** dcmwai has quit IRC *** reinhard has joined #gnuenterprise *** kilo has joined #gnuenterprise *** johannesV has joined #gnuenterprise good morning *** reinhard_ has joined #gnuenterprise *** reinhard has quit IRC *** dcmwai has joined #gnuenterprise *** btami has joined #gnuenterprise *** dcmwai has quit IRC *** holycow has joined #gnuenterprise *** VickyD has joined #gnuenterprise hi friends... i'm looking for help on gnue nyonw nyone hi hi ajmitch 01:5) hello u guys??????? sleeping yes most people are sleepingg y so.. tired after writing tons of code?? because most people are in the US, where it's about 3am oops... i'm sorry ... disturbin people here.... n u pal? no, you're not disturbing anyone 6 01:5) r u working on gnue? ? not much, I only do debian packages ok did you need some help with something/ ? actually i'm looking for something upon which i can build total applications for our small enterprise... and gnue appeared to me as a promisiing sol..based on gpl ... alright then I'm not the best person to talk to :) who can suggest me something...? I'd talk to someone like reinhard if he's around, or preferably derek gnue would probably be a good choice i've been going thru gnue and i feel probably it can take me whr i' headed for ajmitch r u working? not really working, it's 9pm here ok..i'm from india... its 1442 hr here ok i've downloaded the gnue tools but that ERP packag eis not available.. what erp package is that? i don't know there's a demo one which illustrates some concepts for building applications thats the package which i myself need to build... whrs the demo? as far as I know, that's available in subversion ok let me see... under the gnue-contrib module - it's not a download on the website at the moment i can't locate that subversion link..could u please help subversion is the source control system if you have it, svn co svn://www.gnuenterprise.org/var/svn/gnue-contrib ok 01:5) its not thr,, yes it is :) it's not a web url then? you need to use the subversion tools to check it out ok... http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/gnue/trunk/ I suggest if you want, you stay around until reinhard or sachas are here to talk to you i'll .. http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/gnue-contrib/babyerp/ it's here you might be able to get the tarball there tarball of which project? the babyerp demo stuff, if that's what you want to look at ok.. in samples? whrs this babyerp pal? no, the url I last pasted was for babyerp.. ok ..got it.. i skipped that msg...sorry got it... r u thr yes I am here *** holycow has quit IRC *** holycow has joined #gnuenterprise reinhard ? hello sorry i was away just came back still reading the logs no probs ajimitch was here... ajmitch i have just came across gnue ok finished with the logs was looking for some total solution for our small enterprise... we have no "turnkey" solution for an erp currently we have a powerful set of tools that makes it easy to write database applications so if you want to create an individual app you're right here well - i don;t need a turnkey sol.. i just need to get started with the tools and develop our own apps. ok that's good then :) i need u to guide me on how to effectively use these tools.. i'd say best is to install the tools ....yes.. try the basic samples to check if your install is working i got the tools... ok... what db do you use? i don't have any specific db choice.. could u suggest pls most of us use postgresql what distro are you on? right ...i don't have any exp with it .. but i'll start with pgsql too Redhat7.1 ok of course if you have any experience with another db you should prefer that one i had exp on MS sql server.. errr except ms sql server ;-) and lil on mysql... but i can learn PGsql ok i suggest you first install pgsql and get it running that wont be tough with help from peple like u here... i have it up and running... oh cool how to proceed next.. the easiest sample is the zipcode sample from forms in gnue-forms/samples whrs that...?? ok.. subdir zipcode to set up a database for that sample, do yes $ createuser gnue ok.. err stop do ?????? createuser --createdb --adduser gnue createdb gnue fine... psql gnue < pg_zip_code.sql that's all so far ok..got it.. next would be to check chk what ? if you can do "psql -U gnue -h localhost gnue" oks.. sorry i'm a bit slow :) heyy its perfect.. pls cont. select * from state; should give you a list of the US states fine...that means my db is in place.. excellent ok did you install the tools or did you use setup-cvs.py ? ok sir... i haven't installed anytools yet... how did you download? did you use released tarballs i downloaded the tars or did you check out svn? yes ok no... related tars.. then in gnue-common, do ./setup.py install then in gnue-forms, do the same you might have to be root to be able to do it properly ok.. i got all tars fro forms, designer, report, common, appsserver will i need apache ?? you can install all of them with the same command no you won't need apache ok.. the only thing that matters is that you install gnue-common first for dependencies? right .. now ???? did all installs run through? i'm not running the installs right now..i'm just making notes... ah oh sorry as soon as you have installed you would be able to do in the zipcode dir gnue-forms states.gfd and gnue-forms zipcode.gfd this would be a simple 2-tier example whatsthat...command? (forms directly against database) ok.... yes gnue-forms is the command if that works (and it should work) you can look at the appserver samples it will bring up the forms on my pc? ok... yes the appserver samples directory contains a (i hope) quite good README file but i need it to run in clien-server on diff m/cs m/cs == ? machines... sorry 01:5) ah ok one server and multiple clients accessing diff forms at same time... yep you can of course also do that with gnue-forms how? (meaning you install forms on all clients) but you might prefer to use appserver of course can i access these thru web based clients i'm not sure about our web frontends err i'm not sure about the status of our web frontends like explorer or navigator.. there *are* some frontends for php or simple html but i'm not sure how functional they are at the moment because i don't use them :( yes... can i develop those using these tools..? i would say yes and my brain is not completely wack then the webfrontend for appserver should work actually i want that any user should be able to access his application from any pc ...using proper authentication but as i said i've never even looked at it in this case how can i make windows clients access these forms???? there are several ways like? the webfrontend we talked before or of course right.. there is also a windows version of forms how do i develop my own forms???? we have a self-extracting exe that installs perfectly under all windows versions we ever tried on our download page ok.. you develop your forms with gnue-designer but now i'm to develop my own forms ...how does gnu designer works?? people have reported to have designed a form in 2 minutes do i need to run X for it? once you have a database defined, you start the wizard and select the fields you want X or windows ok.. ok. and how do i establish linkage between database nd forms fields? this is close to trivial in the form you define a "block" which basically stands for a database table ok.. and for every field in this block you define which field name it links to right pls let me discuss a case.. suppose my db is PGsql on my RH linux box and my common and appserver tarballs installed on it tooo ...i designed some form using designer.. and a report too.. ok now i want to access this form from my window PC in my network... post data thru it and retrieve that data in my designed rport... ok how do i do this last part...?? then you would install the windows version of forms and reports on the pc and copy my form here? and access the form and report definition via network (samba or something like that) AFAIK that's how most (all) people do it currently although of course i can't fully speak for others :) ok..........u mean form has to be on the same machine on which db is?? right? no not at all then...how of course you could also copy the form definition to every pc but it's easier to maintain if you don't then how will it know whr my db is ? there is a file that's named "connections.conf" this is an example entry ok.. [gnue] provider = psycopg dbname = gnue host = london comment = GNUe Test Database "london" is the hostname where my db lives right... it goes with every form? no in forms you have of course 01:5) prequery="" table="state"/> i can use ip address instead of london ? forget the rest of it, but look at connection="gnue" that references the [gnue] section in connections.conf of course you can use ip ok.. now i'll get own to some seriou development...01:5) excellent :) sorry i have to leave for customer will be back later that was a gr8 intro fro a beginer like me thnx a lot pal happy that i was able to help bye too... 01:5) *** VickyD has quit IRC *** lekma has joined #gnuenterprise *** efox has joined #gnuenterprise *** btami_away has quit IRC *** dsmith has joined #gnuenterprise *** kilo has quit IRC *** sjc has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** holycow has quit IRC *** reinhard_ has joined #gnuenterprise *** dsmith has quit IRC *** rm-away has quit IRC *** dsmith has joined #gnuenterprise *** Konijn has joined #gnuenterprise 'lo all *** dsmith has quit IRC *** jcater has joined #gnuenterprise sigh there are mails i just *have* to answer "we are seeking sponsors and partners for a project to force the use of open source software in education. for further information, please see the attached .doc file" (roughly translated) "use of open source software" and later in the sentence "see the attached .doc file" yeah * lekma wonders... i answered them it's a nice joke sending a word file as attachment ;-) :-) wow that is either a funny joke or really poor taste :) i think i can be sure it was not meant as a joke there are lots of people talking about "open source" and not even knowing what it's all about that seems to be a general problem of the "open source" talks though ... *** dsmith has joined #gnuenterprise *** SachaS has joined #gnuenterprise hi everyone havent played with appserver for about 3 weeks i feel like ... a total oldie :) well, if you submit a patch by the end of the day I'm sure we can all forgive you :) *** efox has quit IRC *** efox has joined #gnuenterprise latest appserver feature broke my app. which means appserver is heading forward :) *** wendall911 has joined #gnuenterprise means i have to start as all beginners, in the appserver sample directory *** jamest has joined #gnuenterprise *** dneighbo has joined #gnuenterprise *** dneighbo_ has quit IRC hi SachaS what is broken since the last update ? *** johannesV_ has quit IRC *** konijn has quit IRC what? appserver is broken? time for me to get out of here j/k bbl *** reinhard has quit IRC *** konijn has joined #gnuenterprise *** lekma has quit IRC *** _florin_ has joined #gnuenterprise <_florin_> hello *** efox has quit IRC <_florin_> (offtopic) does anybody know what the 2nd column of 'ls -l' means? <_florin_> (offtopic) never mind... got it. *** kilo_ has joined #gnuenterprise *** flo__ has joined #gnuenterprise *** efox_ has joined #gnuenterprise appserver is not broken, there are just some elements missing in my .gsd file ... nothing to worry. night *** SachaS has left #gnuenterprise *** ogger has joined #gnuenterprise *** _florin_ has quit IRC *** florin_ has quit IRC *** reinhard has joined #gnuenterprise *** konijn has quit IRC *** dsmith has quit IRC *** reinhard has quit IRC *** jreynaga has joined #gnuenterprise *** jamest has quit IRC *** jcater has quit IRC *** Amorphous has joined #gnuenterprise *** kilo_ has quit IRC *** Morphous has quit IRC *** sjc has quit IRC *** jreynaga has quit IRC *** jamest has joined #gnuenterprise morning all evening you krazy kiwi calling it morning......the man's insane well it is morning how could you say otherwise? look out the window, it's evening don't tell me you guys don't honor US time! nah, the sun is still shining * jamest best report NZ to lord bush *** jcater has joined #gnuenterprise evening jcater word sigh jcater! sentence word made me it's bitch today see, the reason not to use OpenOffice is it's not 100% perfect at reading word files of course neither is word itself but it's a lot better at it! just get everybody to use OpenOffice ;) actually i was quite shocked the sr. unix admin for main campus network informed me KSU has a site license for StarOffice but not one for MS Office openoffice is great for general use but it's no Word * jcater hides but for real publishing you gotz to use da Gimp! damn skippy ;) as far as "publishing" features, kword is a better choice than word, openoffice, etc it is largely frame based of course, I didn't see the issue w/latex =) does it still laugh maniacally while it mad goat rapes its previously saved file and then replaces it's contents with the output of /dev/random? * jcater never had that problem but I haven't used it in a while we use openoffice at work that was one feature of kword that turned me away from it one fscking thing I hate about OpenOffice openoffice is great for general use why the fsck does it create OpenOffice1.x.x folders and menu options? but it's too generic I have OpenOffice, OpenOffice 1.0, OpenOffice 1.1.0, and OpenOffice 1.1.1 menu entries in KDE star office did the same for heaven's sake, OpenOffice/ will suffix moronic thing how about uninstalling one of them? suffice, even goof chillywilly: um, they are 4 of them aren't functional chillywilly: doesn't help well I don't have this problem ;) those get moved into the user profiles or seem to yeah i manually have to purge them that's what I see but I don't have KDE chillywilly: i'm sorry I'm sorry =) why? [06:26:20 pm] but I don't have KDE I am satrting to like Gnome's simpler and more MacOS X -like design i could burn you a CD with the latest debs on it if you like no thanks thats more funny than you know I have Gnoem 2.6 Gnome* as years ago people bitched about KDE not allowing the customization of gnome yes they have reversed roles now KDE is bad because it offers more options well, I won't switch what blows my mind about KDE is when I go to the GTA offices I have too much time invested in training w/KDE (grad students) well, not training, per se but user experience without any real training several of them have radically altered their KDE experience some use it like MACs w/ a single menu at the top we have no linux desktop desployments yet...in fact I am the only one that uses it as a desktop I like the site-wide control I have with KDE I didn't have that with gnome's registry-like setup or as easily, at least others have windows style menus but a more osx like task bar I like the gdesklets the karamba inspired desktop things? my people are really liking kontact now I tried KDE's version of this but it wasn't working I moved them from kmail to kontact a few weeks ago i like kontact alot they have the TODOs, Contact lists, calendaring, etc, all going a lot w/o training =) I still use mutt for my mail kontact never even starts here :( as do I, and linked to my Clie it just sits locked at 99% cpu usage jamest: how can you say it is karamba inspired? they were both stolen from OS X dinner time bye i swore the developer said he saw karamba and wanted it in gnome maybe i'm wrong ajmitch: :( sounds like a library version mismatch which sadly, is way to easy to do in debian :( beyond easy I'm just using debian packages at the moment and it's never worked yet for me :) ajmitch: exactly you manually have to verify the damn thing replaced all the old libs no jamest: that's improper english sids KDE up until at least the 3.2.1 release was flaky wrt dependencies you have to manually fix all the old libs it neglected to upgrade no "verify" to it :) wonderful ajmitch: IIRC do a well I'm using the latest sid packages of pretty much everything :) dpkg --list | grep -i kde and look for 3.0.x crap or 3.1.x crap dist-upgrade *ought* to get everything nope i think the 3.2.1 and 3.2.2 releases are better but the 3.1.x and 3.2.0 didn't work i can promise you that I'm using 3.2.2 packages as my system was flaky as hell until I caught that i'd still look looking as the old libs make kde apps unstable yeah only packages that are 3.1.x are kde-* stuff which are metapackages only unfortunately, it's not that kde won't work it will work fine then start to degrade fast wrt resource usage, etc and I'd get random app failures is this #kde-whores? ;) strace is showing it thrashing away, so I'll take a look at what it's doing chillywilly: yes | | | / \ / `, \ | ) ) | _/_ _ / \ | | | | , bite my on my shiny butt s/my/me/ jcater: have you lost weight? * jamest runs wonderful... it seems to be trying to index my 2.5GB mail folder jamest: you must not be using courier extra wide? * chillywilly thought it was "bite my shiny metal ass" :) * chillywilly is now blind jcater isn't metal so, you wanna kill all humans? it could at least give some feedback... yes all humans in #gnuenterprise whos nicks start with 'j' they are evil and must be eliminated anyway, I am a desktop harlott...I swap partners all the time...I might give KDE another try when I get bored w/ Gnome...but don't feel like doing that right now :P no time to install it right now I make my living on KDE these days so, it would take a helluva lot to get me to switch and they are too close imho for that to happen chillywilly: shameless hussy :P even if I use KDE there's still some gtk2/gnome apps that I'd have to use....whereas the only kde app I have to use (because I haven't exported contacts) is kaddressbook...but I onyl fire it up when I need an address I like konqueror especially when firefox breaks on some sites plus firefox seems to have appalling printing with cups anyway I have to go, bbl ;) been using epiphany ;P I have truly a love-hate relationship with cups * jcater won't get into that rant though I think jamest is trying to work =) yes, don't get me started w/ cups Can't Usually Print Stuff cups :( I have to run my cups daemon in a script that monitors for crashes so it can restart cups ooooo does a ps|grep every 2 minutes or so can you send me a copy? ya as mine cups as of the last month has started doing that on sid now that debian stable is rapidly approaching 3 years out of date I'm forced to run more and more users on sid um sadly, I moved my ltsp servers to sid as my woody+backports was becoming unmanageable my ltsp server is sid too maybe we should run gentoo =) i'm thinking about it seriously thinking about it after all, what's a 3-day compile amongst friends gentoo stage 3 makes that go away but then what's the benefit? and they are now offering binaries the only advantage to gentoo I see is locally optimized packages otherwise, why bother? is that the fscking packages are not 3 years out of date :( i love debian now that I've got this multiboot box I find I spend all my time running SID well, should I leave debian, it's back to freebsd I think as it's the most up to date distro out there by far but their stable release cycle is driving me fucking insane I wish testing was really more a cross betweeen stable and unstable good job on the 13 CD distro guys in reality, it's not :( i'd settle for 1 CD of up to date stuff though stop yer whining and suck it up ppl ;) you really are a sad depressing bunch chillywilly: you don't have users bitching at you constaintly do you ? :) yea, I do :) really? they call all the time then why aren't you like us? you on happy pills? "how do I use this website thingy to order my metal" we have no linux desktop desployments yet...in fact I am the only one that uses it as a desktop lol yet he did say that there's windows to support :( sad thing w/ linux users is their bugs get fixed and features added they request and this shitty VPN program that the parent company makes them use but stable just sits there and so you're in a bad spot as windows (buggy too I admit) is the standard no, I'm not ;) long term is 100% linux so if they have to fight w/ bugs they might as well use windows if they can't have up to date stuff jsut need to get all the access apps converted to mod_python goodness and postgres what?!? gah i mean woody shipped w/ kde 2.2.2 iirc maybe some gnue forms if they need a fatter client ;) and 3.2.x is lightyears ahead of that and users love it in fact this week i'm sending out email to my 12 remaining windows users 2 choices: a) upgrade to linux/kde 3.2.2 b) windows XP which is a huge deal considering that mine was the first linux box in the dept back in 97 but most of them get on KDE and are quite happy in fact kio slaves are pure joy to most users once I show it to them well everyone uses mozilla mail, web browser, chatzilla and openoffice i've got quite a few using mozilla the transition to a gnu/linux desktop should be less painful then ;) chillywilly: seriously, if you want users to switch load up konqueror in file mgr mode they can't switch right now cause they are using the legacy access systems and show them how they can treat ftp, webdav, ssh file sources all as local filesystems that's a killer app for my users both file managers on either desktop do this they might, i dunno, wan't pushing kde only more the functionality windows doesn't do this as well as konq can take dozens of args ipp, smb, etc, etc nautilus works more like an older Mac file browser now with the new window per folder thing...I dunno if I like it though but it is simple you can turn it off this isn't just file browser they call it "spatial" view this is any referencable file field in a KDE app * jcater hasn't tried gnome's version I know how kinq ans io slaves works ;) konq bleh I was just commenting on how they changed nautilus in 2.6 some people like it most hate it I really think it is more intuitive...I've seen people try to copy files to disk/floppy by dragging them which only works with the spatial metaphor...people are just used to the browser mode when they tried on windows it just make a link...well I don't think I am describing it properly but what they tried would've worked if they kept the metaphor consistent i teach users to right click drag as then it pops up a menu on windows asking what to do otherwise they get confused about when it's a move vs a copy heh, I did that on accident with nautilus browsing an smb share and didn't notice until the person complained that their file was missing with the older 2.4 nautilus hmm, seems nautilus required a middle-click drag for that "hey penguin boy, where'd my porn go?" :P it's more time effective chilly to just do mv ;) cp ;) find /home -name "*.mpeg" -size +2000k -exec cp {} /home/chillywilly/possibleXXXaction \; oooo of course you'd have to exclude your dir w00t then if you were a konq user i think it'll even play the movies in thumbnails when browsing the dir so you can weed out the usless stuff quickly *** wendall911 has quit IRC *** jamest has quit IRC *** jcater has quit IRC *** VickyD has joined #gnuenterprise hi!!! hi ajmitch *** VickyD has quit IRC