*** holycow has quit IRC *** SachaS has quit IRC *** jcater has quit IRC *** johannesV has joined #gnuenterprise *** dimas has joined #gnuenterprise good morning *** holycow has joined #gnuenterprise *** holycow has quit IRC *** kilo has joined #gnuenterprise *** lekma has joined #gnuenterprise hi everyone hi lekma hi johannesV how are you ? *** lekma has quit IRC *** johannesV has quit IRC *** johannesV has joined #gnuenterprise I'm fine, thanks currently reading about PAM ... and checking if we could integrate pam into appserver *** lekma has joined #gnuenterprise *** btami has joined #gnuenterprise *** johannesV has quit IRC *** johannesV has joined #gnuenterprise johannesV: why pam ? will it mean you'll have to create all users on server? * lekma doesn't know the first thing about pam *** erkki_ has joined #gnuenterprise *** btami has quit IRC *** lekma has quit IRC *** lekma has joined #gnuenterprise lekma, no i think pam could be one concept of authentication amongst others since pam is available on unix-like systems only so for the win* platform we would have other authentication concepts anyway but with pam there's a big deal of different kinds of authentication available (kerberos, ldap, shadow, ...) i think having our own gnue_users class including encrypted passwords will be needed in some situations anyway ... but i'll work on a proposal and send it to the mailing list (maybe this week or the next one) maybe you can give some input on this topic as well, what kinds of authentication would you like to see for appserver ? *** kilo has left #gnuenterprise *** erkki_ has quit IRC *** jcater has joined #gnuenterprise *** btami has joined #gnuenterprise no release? *** lekma has quit IRC mnemoc, release is already out ... isn't it ? at least i saw all the commit mails nothing on the website hmm * mnemoc trying to find his imap gnue folder...... ah you've to look in pre-releases (since they are betas atm) aha.... beta1 maybe btami could provide a windows-installer version of that prereleases too (don't know if this is much work to do) how do you create windows installers? mnemoc, i don't know ... i think btami is the win-package master ... :) :) off again, bbl *** holycow has joined #gnuenterprise there is 'interest' on navigator under curses? *** jamest has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** wendall911 has joined #gnuenterprise mnemoc, i think there will be a navigator under curses at some point in time where do you recommend to start reading to learn how/where to do it? mnemoc, you'd like to write the curses-interface for navigator ? yep but gnue code is quite big :) i think the basic concept of how navigator uses ui-drivers should be refined in order to start writing new code atm navigator has it's own UI*.py files for handling all ui's but this is just separate from the forms-drivers so, to understand how navigator works atm, just read gnue-navigator/src/*.py it's not very complicated at all for curses: one thing to make clear first is how to handle/display the tree-pane migrating it to forms-drivers doesn't pay yet? is it like a menu system, steping from the top level down to the lowes level (the processes); where a process is a forms-instance overlaying the menu-part i was thinking in the classic topbar menu .. * mnemoc reading code migrating to forms-drivers, as with: a gpd transforms into a gfd automatically, so navigator is nothing else than a special gfd ... ? pb with that aproach is the lack of a (well defined) tree view control ic (or an apropriate replacement) but as i've mentioned before - maybe we should consider putting some effort into developing a (clean) concept ... having gnue-forms uidrivers in mind ... mnemoc, you are using appserver, aren't you ? what about authentication .... ? what kind of authentication would you like to see in appserver ? against a class implementing a generic interface plus custom info with sha1 and/or md5 passwords anything else can be done syncronizing using an gnue.appserver.language.App grabbing account and syncing password from an LDAP for example the only problem i have had with account is the length 8 chars with "class" you mean something like "gnue_user" having at least a user and password column yes providing a procedure authenticate (user, password) where password is already crypted aha yep and with LDAP you mean appserver supports LDAP directly (by using python-ldap) that's the second flavor what kind of credentials are needed for a successfull ldap authentication ... 1) third-party sincronizer 2) direct connecting, selectable auth modules what about pam ? nah using pam a system admin can decided which kind of authentication should be used noone use pam_unix for joe users seriously wheter to use kerberos, ldap, shadows ... pam is not only pam_unix ... isn't it :) any other backend can be provided as a gnue-auth-module but if we'd go with our own framework (called gnue-auth-*), don't we reinvent the wheel (compared to pam) gnue-auth-* would work over windows servers :) and the binding already exist, python-ldap for example that's true, but maybe i don't like to use ldap ... the layer between gnue-auth and backend should be small I'm with mnemoc on this wrt our own framework hmm, how do you see the interface of that gnue-auth layer iirc, the bsd's don't support pam ah nor would windows or let me rephrase that I don't think pam would be the only supportable option by us that's true but there may be some other spec out there we could use i don't see it as the only supported option as well where we didn't have to reinvent the wheel gnue targets = {bsd,linux,windows} , auth framework shall run on all of them but pam isn't it :) ok, i'm fine with that ... do you have any other suggestion where to read along ... ? I don't read about what? i think we could provide that gnue_user class in all cases, since it would accomplish the gnue_roles (comming with the permission system in appserver later) reading about other auth frameworks out there ... (don't know if there are others :) gnue-auth has to be designed to be consistent with gnue, no with other frameworks of course i'm thinking of a plugin-concept as we have it for common's db-drivers so one can decided which "auth-driver" to use ... ack i'm not sure if this is something special to appserver anyway ... I agree fwiw allowing gnue-auth-db to use a custom table instead of gnue_user can fit appserver I'd like to see a plugin-based system with it in common same do i as I need forms to authenticate against my ldap store anyway instead to a database user *instead of to a* yes, i see i feel it would be really nice having a general auth thing in common {user,password} -> gnue-auth -> gnue-auth-{db,ldap,pam,smb} ? mnemoc, it must not be user,password all the times maybe it's more, maybe it's less then gnue-auth-* shall tell gnue-auth what fields to use on the forms, or what form to use? what about having a smartcard put into a card-reader ... well, uidrivers already support a versatile input dialog, so prompting is not the problem yes? yeah i've introduced it not very long ago one point is the question where to store auth-information (config) ... is such information connected to a "connection" defined in connections.conf; meaning each connection is using it's own auth-plugin joe can set it's own connections.conf or is it based on "services" defined by - say the "application"-argument of a GBaseApp ? brb bypassing auth-plugin... back so where would you place it then ? *** erkki_ has joined #gnuenterprise on connections if forms can be forced to demand some kind of ticket i think bbl a ticket containing the info to log into the database, or a session id for appserver... .oO *** wendall911 has quit IRC what's the sense of this: title = process._type == 'GNProcesses' and process.title or \ process.title *** holycow has quit IRC *** mnemoc_ has joined #gnuenterprise *** mnemoc has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC mnemoc, that means: if process._type == 'GNProcesses': title = process.title else: title = process.title :) which is kind of redundant .. :) value = expression and or nice syntax is that a clone of expr ? val0 : val1 or just a side effect of and/or ? side effect of and/or you have to be careful with it http://www.gnuenterprise.org/cgi-bin/twiki/view <--- spam bastards *** sjc has joined #gnuenterprise *** johannesV_ has quit IRC *** erkki_ has quit IRC *** wendall911 has joined #gnuenterprise *** wendall911 has left #gnuenterprise *** wendall911 has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** jamest has left #gnuenterprise *** btami has quit IRC *** wt has joined #gnuenterprise *** erkki_ has joined #gnuenterprise *** jcater has quit IRC *** wendall911 has quit IRC *** wt has quit IRC *** SachaS_ has joined #gnuenterprise *** jcater has joined #gnuenterprise *** SachaS has quit IRC *** jamest has joined #gnuenterprise *** sjc has quit IRC *** jcater has quit IRC *** jcater has joined #gnuenterprise *** SachaS_ has quit IRC *** erkki_ has quit IRC *** jamest has quit IRC *** jcater has quit IRC I love Ubuntu congratulations thanks congratulations for loving ubuntu? of course :) it's a big step, accepting it into your life no way man it's easy if you come from debian until you know T2 :) huh? www.t2-project.org no web browser right now I am in a VT installing Ubuntu on this old PoS machine it's a kit for building and maintaining distributions and why is it so wonderfully special? it let you define your own distributions (targets) build it for almost any arch, distribute it on iso and make .rpm/.deb-like prebuilt package to update the machines installed with your distribution package definitions are very^3 simple, and as all packages are almost pure vanilla updates and customizations are easy s/vanilla/vanilla,/ doesn't sound terribly special after suffering LFS or customizing debian, it is Ubuntu is better :))) :) yeah, but you guys haven't seen even a part of the crack that will come out of canonical for distro customisation :) have you? yeah, I got a sneak peak at the insanity at UDU things like the arch supermirror HCT so you can easily snatch patches from other distros, create branches, etc they were talking about 800k branches on the supermirror nifty :) it is rather neeeeefffteeeeeeeeeeee :) man this old computer sucks a lot how much disk space does ubuntu-desktop take up? so get a new one approximately none you know what I mean since it is a meta package, no content, only depends I know it's a meta package how much disk space for the full desktop after a normal install, 1.8GB used 2GB? but a portion of that is uninstalled packages that get copied on crap that is going to fill this disk up I bet quite fat apt-get clean will fix it? chillywilly: sure well I am hoping I am able to run that after this install mnemoc: reasonable mnemoc: that's for all of Gnome Gnome is fat Gnome and tons of other stuff I should say but Gnome has to be the big disk piggie 40M available :( you know of any packages that I can delete to free up some space? 37M * ajmitch shrugs you're no help I can't recall what gets installed by default I know :) I'm just a lowly hacker, not a distro guru i have xfce on the old desktops of the company where i work maybe I'll make it... sure I probably should've just installed 'server' and then pick and chose actually this is supposed to be an 8GB Hd but I think the mobo and BIOS suck too much to be able to see 8GB 36M a real antique? 400MHz w/ 96MB RAMMM AMD-K6 yuck a speed demon heheh I've got one similar to that 400MHz k6-2 nice :) 320MB RAM, 13+40GB drives well /proc/cpuinfo says 397.998MHz ;) I could not get winders XP to install on it it's a friend machine the bass player in our band at church * ajmitch wants a new athlon 64 x2 did you see the penguin computing machines I bought for work? $10k for 2 dual Athlon 64s nice dual 64 x2 would be good :) 3U rack mount care to ship one over here? I will paste you the url some time when I am able to run FF again ;) I need it for ubuntu development ;) hah, yea right ;) not mine :'( apt ran again and is going to claim 10MB that will leave me with 9M of disk space you think I should interrupt it and clean the packages? if you feel it is needed it should only download the ones it needs right? the others are already setup other packages sure it's apt ubuntu haven't made any drastic life-altering changes to apt I know I am just thinking out loud I suppose I am really tired so are you going to be certifiable? yep going for the ubuntu certification when it comes out? crap.... prolly not...I dunno hmmm, hit ctrl-c but nothing is happening 357M available now?! maybe I should go for ubuntu certification ;) must've purged some packages Registering documentation, please wait... lalalala this is painful of course be glad you're not doign a stage 1 gentoo install that would never hapen on this thing in a million years happen too because gentoo is t3h 1337 w00t! hehe ah, it's running scrollkeeper this could take forever + a day I need caffiene or to sleep caffiene it's far better for you haha wow, this sucks still going? yea :( cannot interrupt it either oh it's done yay the horizontal and vert freqs are out of range on my flat panel sounds like you need to fix it you're not crazy enough to run breezy, are you? nope good hmm, 1000 packages or so to do a dist-upgrade on my k6-2 box that will take forever + a day nah I've got most of them on my main box k but it won't speed it up ;) still a slow machine that's one of the things that make T2 special, you build on your faster machine, asn you untar on the slowone including backup/restone of modified files of course that's so incredibly special almost like debian ;) :) settle down kids can you update your xorg/xfce built over uclibc? ;) apt-cache show dpkg-repack :) ah, and apt-build too emacs is downloading slowly 21KB/s or so oh, spiked up to a whopping 30K amazing speeds what are the variables to set horizontal and vertical freq? my other box is shutoff oh can you go to www.viewsonic.com for me and lookup the specs on VP191b? :) man, I need a KVM this is rediculous links :) I find most text browsers to be pretty useless links -g :) monitor is being driven out of range I'll try it links package actually install elinks Frequency Fh: 30~82kHz, Fv: 50~85Hz thanks yw I think I usuallt set vert to 60 Unkown option -g :\ i'm not sure if elinks supports fb links itself support, fb, svgalib, and sdl oh well text worked well enough HorizSync Vertrefresh VertRefresh text browsers are very usefull on some contexts :) geez, no X so far... no dice with this s3 driver what card is it? umm lspci :) I know but I have no mouse in the console right now adding universe and multiverse repos...so I can install gpm 0000:00:0e.0 VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+] (rev 43) (prog-if 00 [VGA]) can't paste into links... wtf you may need to rebuild it to get gpm support well it's actually 'elinks' I am using Xorg too ddcprobe? hmm? from ddcxinfo-kanotix wth is that? s3it probes your vga it* and reports k VESA driver works :) brb 800x600x16? detaching dunno brb yep, 800x600 tis teh sux at 19" :D i'll go to sleep now set s3 driver and see what ddcprobe say does that antique card not work with x.org? :) prolly not it ought to I think I still have one of them somewhere trio64v2 in my box * ajmitch must have the i740 on the shelf then works well with xfree according to a lot of crap I've seen on google s3 driver gives me the black screen and no signal think I should try s3virge? here goes nothing (II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE chipsets: virge, 86C325, virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2, 86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365, :( trio 3d/2x, 86C362, 86C368 (II) Primary Device is: PCI 00:0e:0 (EE) No devices detected.