[00:55] evening everybody [04:10] LaserJock: in the gui/ltsp mail, are you reffering to the desktop or the alternate cd? [04:10] (so, casper or d-i ?) [04:40] alkisg: casper [04:40] LaserJock: ok, I just send a mail with some thoughts about it [04:40] if we can I'd like to go all Live and not have the d-i part at all [04:41] I sent a mail with a way to go live *and* have live ltsp with no DVD space cost [04:41] what if we have a package (.deb) that holds the chroot? [04:41] Scripting that is easy; but I don't know how easy it will be to actually embed it in the dvd building process [04:42] Did the mail arrive yet? [04:42] so you'd be stuck with a same-arch chroot, but that's sort of a small limitation I'd think [04:42] yep [04:42] No need for a chroot .deb, that would be huge... [04:42] after karamic, can we focus on a foundation of solid apps [04:42] You can regenerate it in 1 minute with ltsp-update-image [04:43] alkisg: how so? [04:43] alkisg: only if you have ltsp [04:43] Ahmuck_Sr: if we get the foundation to build them on, yeah :-) [04:43] Ah, sorry, you said chroot and not image [04:43] if instead your doing ldap & nfs, then it's different [04:43] LaserJock: we do [04:43] Ahmuck_Sr: oh really? [04:43] start with the installer and identify different ways edubuntu would be installed [04:43] ltsp or ldap + nfs or ... [04:44] I'm not sure we have the present installer figured out though [04:44] btw, imho, a gui installer is not needed yet [04:44] most people coming in are tripping over ltsp installs [04:44] and or ldap + nfs [04:44] what's not figured out about the present installer [04:45] LaserJock: but if the chroot was in a .deb, wouldn't that .deb "own" those files? How would we update them? [04:46] LaserJock: Due to squashfs removing duplicates, I don't think that having /opt/ltsp/ on the DVD takes more that a few MB of space... [04:46] Ahmuck_Sr: well, currently I don't think you can install LTSP from the DVD [04:46] ah, that is a problem [04:46] alkisg: how does the removing of duplicates work? [04:47] Automatically [04:47] well, but I mean, what are we duplicating? [04:47] E.g. /opt/ltsp/i386/bin/* files are duplicates of /bin/* files [04:47] /usr is more or less a duplicate of /usr, and so on [04:48] (subset of course) [04:48] I see [04:49] does that work via hashes or something? [04:49] I don't know how squashfs detects duplicates, but yes, I imagine that it uses hashes [04:51] So I think that if you built a dvd without /opt/ltsp/i386, and then another with the chroot in it, the difference wouldn't be more than e.g. 30 Mb... [04:55] well, that'd be cool [04:55] so then the question is how to get it on there [04:55] LaserJock: but I have no clue about the dvd building process. How would the chroot be embedded in the dvd? [04:56] (I can make the necessary scripts for live ltsp, no problem there - it's the packaging that worries me) [05:00] well, I guess you could run the ltsp chroot build script run from the postinst of a package [05:00] it might cause the build process to take significantly longer [05:01] but it would have a local mirror I believe [05:01] so maybe not so long [05:01] But what if ltsp-build-client wants to ask the user something? [05:01] E.g. with the alternate cd, the user is notified if he doesn't have 2 nics... [05:02] (with a debconf dialog, which he needs to close with [OK], not just with a message) [05:02] ....bah sorry that's not build client [05:02] ...that's the installer part [05:03] OK, so that might actually work! :) [05:05] I doubt we can get any of this for Karmic [05:05] so there's a little time to think about a good implementation [05:05] I understand. It would be nice to have for Lucid, though. [05:06] I'm willing to do the "ltsp live" script... the packaging should better be done by someone else with more experience :) [05:07] well, I wonder if that's all that's needed [05:08] Is removing ltsp-server automatically for those that don't want ltsp a problem? [05:08] well, we'd have to figure out a way to do it [05:08] but it should be feasible [05:13] we would need lots and lots of testing [05:13] I'm not sure that we can make a "ltsp live" with as much flexibility as the Alternate CD gives now [05:15] Sorry, I didn't understand that. What flexibility does the alternate cd offer? [05:15] well, because it can ask questions [05:15] and builds on the server itself [05:16] I don't think it asks any questions while building the chroot... [05:16] a "ltsp live" would be built on the DVD builder machine and just copy over the contents [05:16] it just pops an error message if one doesn't have 2 nics [05:16] right, but there's an amount of "behind the scenes" stuff that may cause interesting bugs [05:22] I'll choose to see that from the positive side: this way, if the edubuntu build fails, we'll know that there's a problem with the ltsp-build process and fix it before shipping edubuntu :D [05:22] heh [05:22] well, it at least seems feasible to do [05:23] but I think it's going to take some people getting into some of the guts of ubiquity and the DVD build process [05:23] thankfully the Ubuntu Installer team is really nice and helpful [05:23] Yeah, that's the part that frightens me :( [05:24] I'll help as much as I can; and hope that we can make this work. Gotta leave for school... Thanks for everything, LaserJock :) [05:25] alkisg: thanks for the all the input and help (past and future) [05:31] time for bed [05:32] 'night all [06:51] highvolt1ge: ping ? === alkisg1 is now known as alkisg [07:09] alkisg: pong [07:10] Hi man - I just answered with a mail [07:10] just read it [07:10] I also thought about your idea, and it would even be better *if* we were allowed to modify ssh_config to not-check the host... [07:11] ...and if we didn't mind about the extra dvd space [07:11] the problem with that is that ubiquity can't selectively install stuff. so it would copy accross all the ltsp chroots and then have to remove them again if a user doesn't want LTSP, making the installation very slow [07:12] Can't we just rm -rf /opt/ltsp before ubuquity moves on? (if the user didn't select to install ltsp, that is...) [07:12] It won't be owned by any package... [07:14] I think ubiquity ignores the tmpfs related changes on the disc [07:14] OK, let's talk about your idea: [07:15] If we're allowed to modify /opt/ltsp/i386/etc/ssh/ssh_config and put "StrictHostKeyChecking no" there, [07:15] *and* keep a backup of the original file, [07:15] then we'd be able to use the chroot in a live system (with a dynamic ip), [07:15] and on a postinst script we would restore the original file on the final installation [07:15] alkisg: I think that could be done. we could have a script on the desktop that's called something like "run live LTSP server" or something that could set that up [07:16] No no that needs to be done before the dvd build process [07:16] alkisg: we probably don't even have to restore the file since those changes will be ignored [07:16] alkisg: why so? [07:16] Ahh... (idea) [07:17] We could make an exception for that in the ltsp init scripts, and bind-mount a modified file on top of it [07:17] highvolt1ge: (answer to the previous question) well, we would have to extract the chroot from the image, modify the file, and then regenerate the chroot [07:18] That would need lots of time and lots of RAM; it wouldn't be possible on a live system [07:18] ****regenerate the image [07:18] Bah my english doesn't help in me making sense :( [07:19] highvolt1ge: ok, I think there's a nice solution for that problem. [07:20] There's an "SSH_OPTIONS" variable in lts.conf which now is broken [07:20] We could fix it for 10.04 and use it in lts.conf for the live system [07:20] alkisg: indeed. [07:21] I think that's a good approach. So, no ssh problems. So yup, I prefer your idea - I don't mind the extra size :) [07:22] alkisg: I'm not even sure if my suggestion is viable, it's just the safest way I could think of. we'll have to check with the installer team, etc and make sure that it's all fine [07:24] OK. I don't think I can help with the installer or the packaging, but I'm more than willing to help with the "live" part - i.e. autodetecting network settings and using dnsmasq-base. [07:25] (and also fixing SSH_OPTIONS) [07:32] hi... if a program already has a translated version in launchpad, how does one use this translation? [07:33] nubae|work: depends [07:33] If you just want the .mo file, you download it and put it in /usr/...locale [07:33] if you want it properly updated, it's another (big) story... [07:34] Which program is that? And which language? [07:35] webcontentcontrol [07:35] and its for Spanish :-) [07:35] u think, downloading the .mo and putting it in locale will work? [07:37] Yeah sure. But :Uses Launchpad for: Answers, Blueprints, Bug Tracking, Code, and Translations. [07:37] https://launchpad.net/webcontentcontrol [07:37] That should be done automatically, unless the translation only happened recently [07:37] I guess they dont automatically integrate translation stuff [07:37] well, it didnt [07:37] https://translations.launchpad.net/webcontentcontrol/trunk/+pots/webcontentcontrol/es/+export [07:38] translation seems fully finished, but when I start the program with local=es, get just Spanish [07:38] ok, so its necessary to export the language files then? [07:38] Are you involved in the development there? [07:38] no [07:38] The packager should take care of that... the users shouldn't have to download anything [07:39] but we need a local solution for webcontent filtering, and this seems to be the best one available... [07:39] it basically installs tinyproxy, firehol and dansguardian with a frontend [07:39] perfect for installing on netbooks, so far [07:40] Is the mo file installed in /usr/share/locale-langpack/es/LC_MESSAGES/ ? [07:43] alkisg, nope... [07:44] nubae|work: try to put it there and see if it works (it should) [07:44] ok [07:45] anyone in here running one of the edubuntu on an apple computer? [07:45] edu,xu, ubu...any of them [07:52] hmmm, its in there, but doesnt work [07:53] perhaps its named wrongly? [07:57] yeah, that doesnt work either... [07:57] so I have it in its folder, and tried to run using locale=es webcontentcontrol, but comes in English [07:58] Try with: LANG=es_ES.UTF-8 webcontentcontrol or something similar [08:02] nubae|work: to check if LANG=xxx actually works, try: LANG=es_ES.UTF-8 ls not_existing_file [08:03] It should reply in spanish, if it doesn't, then that's not the code for your language [08:03] yeah, that works [08:03] but doesnt work for webcontentcontrol [08:03] So something's wrong with the app [08:04] translation I guess hasnt been properly integrated [08:04] thing is coded in gambas, u'd love it ;-) [08:06] well iwasnt going to buy it until ispoke to someone who has experience with that type of computer [08:12] nubae|work: hey there's a vast difference between a delphi programmer and a vb programmer :P :D [08:13] yeah I guess, well now I'm gonna have to touch this mess, as no one here admits to having used VB or gambas [08:34] the folks on the apple channel think ubuntun for apple (called powerpc) is not a good match....glad i checked [08:35] seemd to think not much research is being done on it and is kind os a dead issue to some degree...at least on the older stuff iwas interested in [08:36] ty [09:15] Balsaq, ubuntu should run fine on powerpc [09:16] though it hasn't been touched for a while [09:17] i would have thought so, am dying to buy an old snowball computer...the apple g4 [09:19] (nubae0 when you say touched i take it you mean the people who create and improve the software havent benn working on it (nebie here...like just born) [09:19] newbie* [09:20] the letter are almost comletely worn off this computer so i make errors typing [09:22] i am reading about puppy linux, mention running it on apple stuff, mentions osx [09:30] have u looked at this: https://wiki.ubuntu.com/PowerPCFAQ? [09:31] and yes, thats what I mean above... [09:43] thank you nubae [09:45] awesome link [09:46] not quite sure if those snoball destops are oldschoolmac or newschool mac, would guess newschool being they are about 2002 vintage [09:47] prooly try one with xubuntu\ [10:04] nubae/on the flip side if all the linux engineers aren't working on powerpc it prolly not going to be as nice of an experience as this ubuntu has been on my old dell ( 2days experience here!) [11:41] apt-cacher vs apt-proxy vs approx vs ..., which one should I prefer? Did anyone use any of these? :) [11:49] Hmmmm with apt-cacher-ng I don't need to modify my sources.list ? [11:54] * ogra uses approx [11:58] Thanks, ogra... Heh some people are using squid!! I do have squid installed, maybe I'll give that a shot... [11:58] apache is also a good proxy :) [11:59] ogra, does approx allow me to keep my sources.list unmodified? [12:00] i dont use it that way :) i think you need to the proxy settings in the apt config [12:00] *to set [12:00] Nice! Gotta run, bye all [15:08] Ugh. Morning all [15:08] * sbalneav has been sick [15:21] Hi sbalneav! We missed you :) [15:31] * sbalneav sniffles [15:31] due to the cold, not nostalgia