=== wolfravenous_ is now known as wolfravenous === wolfravenous_ is now known as wolfravenous [20:14] hi! anybody knows if there's a precompiled iTALC 1.0.11 Ubuntu package? [20:16] ogra: ping [20:17] ogra: I'll be arriving in Bangor at 14:49 on the Saturday (flying from Orlando to Philadelphia and then to Bangor) [20:17] I still need to book highvoltage's flight but it'll very likely be the same [20:28] RicardoPerez: that might be something that we should include in the edubuntu ppa, I'm not aware of another repository where that version currently exists [20:34] I still have 12 patches to port over to 1.0.11 (and see if some got merged upstream) [20:35] after that, it'll be in the italc ppa and possibly copied over to edubuntu-stable if considered stable [20:46] highvoltage: thank you! [20:47] stgraber: that sounds great, thank you very much. could you please tell me where's the italc ppa? [20:47] RicardoPerez: thank stgraber, he's already working on a new package for you :) [20:47] of course, thank you very much in advance, stgraber :) [20:47] RicardoPerez: edubuntu-italc [20:47] or something like that ;) [20:48] edubuntu-italc-devel that'd be [20:48] https://edge.launchpad.net/~edubuntu-italc-devel/+archive/ppa [20:48] again, thank you very much, stgraber :) [20:48] np [20:48] highvoltage: it's quite hard to explain - myself I'm getting lost somewhere in between - ubuntu-server is talking about uec and edubuntu is talking about easy single classroom installs. This leaves all the stuff that I'm working on somewhere in the middle.. [20:49] vmlintu: ah, I have similar problems :) [20:49] i'll take a look next week to see if there's any news in that PPA :) [20:50] RicardoPerez: https://edge.launchpad.net/~stgraber/+archive/ppa/+build/1970975 [20:50] vmlintu: sometimes it works better for me to see those kind of problems as different problems that need to be solved on their own, but with the idea of solving things commonly where they can be done [20:50] stgraber: wow, great :) [20:51] stgraber: many thanks :) [20:51] I don't guarantee it's going to build though ;) [20:51] it's quite likely to fail the first time [20:51] stgraber: aside from that, thanks for your efforts :) [20:51] np [20:55] highvoltage: also launchpad is full of great blueprints, but I have absolutely no idea what they are there for if they never will be implemented [20:56] quick reboot for kernel update, will be back in a few minutes (hopefully) [20:59] vmlintu: yep, some people create them with the idea that other people will implement them. I'm not a big fan of people randomly creating blueprints, it just creates confusion. [21:00] especially for blueprints that shouldn't even be blueprints in the first place. [21:01] I have actually implemented some abandoned blueprints in Puavo [21:01] ldap+kerberos related [21:10] vmlintu: that sounds great [21:11] highvoltage: the problem then is that I have no idea what I should do with the code now that it's in github if I wanted to get it included [21:14] vmlintu: what specifically did you implement? For Natty, we'd like to talk a metapackage that will be called something like edubuntu-server (or perhaps a bunch of packages) that would make a clasroom or school server(s) easy to implement on ubuntu server [21:14] vmlintu: the work that you did might be quite useful for that [21:16] There's a bunch - tools to setup ldap+kerberos with a single command, a web based user management tool specifically for schools, hardware inventory using ldap for servers, laptops and thin clients with puppet integration, a new openldap overlay to integrate openldap + mit kerberos, ssl ca module to hand out ssl certificates,... [21:17] Basically tools to manage multiple organisations that each have multiple schools using a single cluster [21:18] vmlintu: wow, that's a lot. is it documented anywhere? I'd love to take a look [21:18] So it's gosa + ltsp-cluster + ca-tools + others in a single package [21:18] No existing code has been used, though [21:19] http://github.com/opinsys [21:19] vmlintu: sorry if I asked you before about this, are you going to be at UDS next month? [21:19] oh, I just realised that the device management code is not public atm.. I'll get that done tomorrow [21:19] highvoltage: no [21:20] vmlintu: ok. I'm going to take some time to look at this before UDS. [21:21] vmlintu: if these do what I think it does then it could potentially fast-forward edubuntu at least a year into the future [21:21] it's still under development, but we'll start using it in production in a few weeks [21:22] It's all ldap based, so there's no sql anywhere [21:23] what we'll start working next is to integrate something like simpleSAMLphp to it to get web applications (moodle, elgg, wordpress, mahara, google apps..) to authenticate against it [21:25] Device management side of it is close to ltsp-cluster (this is now missing in github) [21:26] Using it with ubuntu provided openldap won't work though as it's too buggy.. [21:46] vmlintu: ok, I guess ubuntu's openldap could be tamed :) [21:47] highvoltage: it's gnutls that is buggy