[02:11] There. Mosh works on ppc64el. Port done. Nothing else matters. [14:16] has an official date been decided for the quantal EOL yet? [20:54] arkose has been badly broken for about a year due to LXC changes, changes to su, kernel changes and the introduction of userns [20:54] I won't have time to fix it this cycle, so I plan on getting it out of 14.04 entirely [20:55] :( [20:55] Poor arkose. [20:55] the upload above does just that for Edubuntu (only seeder of those packages), I'm also going to push a matching installer slideshow update and then file and archive removal bug [20:55] all the features I ever needed for arkose now exist but it needs pretty much a full rewrite to use them and that won't happen by release [20:55] I still hope for a 2.x release which will use userns and unprivileged overlayfs to provide the exact same features but without requiring any privileges [20:57] stgraber: Maybe you can rewrite it in a language that doesn't suck next time. ;) [20:59] * infinity blinks at ubiquity-slideshow-ubuntu being in the kubuntu packageset. [21:00] infinity: well, I don't feel like doing it in C, so my other options for the LXC binding is Go, Lua, Ruby or Python3. I think I'd stick to Python3 :) [21:01] stgraber: No perl? [21:01] (But yeah, C was what I was suggesting) [21:01] infinity: bug 1299904 (I probably shouldn't be processing that one myself) [21:01] Launchpad bug 1299904 in arkose (Ubuntu) "Please remove arkose from the archive for 14.04" [Undecided,New] https://launchpad.net/bugs/1299904 [21:01] Seems weird to sandbox potentially tiny/fast C applications by running a massive python interpreter. [21:02] I suspect 90% of arkose's code could now go away as it's since been re-implemented in liblxc itself so maybe doing it in C wouldn't be as horrific as it'd have been for the initial implementation :) [21:02] shell would work too, I suppose, if there were enough CLI utilities to make that work. [21:02] the GUI and nautilus integrations would probably remain python, because those are definitely a pain to do in C :) [21:03] yeah, shell would be an option, I "think" I could actually do that with the current LXC tools, definitely a fun thing to try if it wasn't for ENOTIME... [21:04] PS: Thanks for hiding your slideshow change in the middle of a translation update. [21:04] infinity: sorry :( [21:04] Oh, hah, you just commented out the slide. Kay. [21:04] yep, that's the usual way. Removing it would also remove the translations which may one day be useful again. [21:06] stgraber: Yeah, seems sensible to me.