[00:00] looking at distutils-extra the built_target is quite naive and hardcodes build/ [00:00] (not sure if it's intentional to use the same mo_dir for all runs. [00:01] slangasek: gotta run, but will check the scrollback when i'm back later tonight [00:02] barry: ah, k - is the --install-layout stuff a likely cause of the issue? [00:19] where can I find the source for the ubuntu phone internet application? === wedgwood is now known as wedgwood_away [00:31] barry: aha, so pybuild creates .pybuild/pythonX.Y_3.3/.pydistutils.cfg, which sets 'skip-build=1'... I'm guessing that's the issue [00:36] barry: sure enough, omitting skip-build=1 fixes the issue [00:36] * slangasek files a bug on python-defaults [00:36] yeah, cause there is no sane way to override .pydistutils.cfg =/ [00:37] alternatively, distutils-extra should provide install_* commands. [00:37] it could, but wouldn't that effectively be an interface change for the users of distutils-extra? [00:37] yes. [00:37] so, not my first choice [00:46] * xnox is failing to use --before-install option [00:46] slangasek: http://paste.ubuntu.com/1702914/ [00:46] works, but it's ugly...... [00:47] xnox: easier: I just added skip-build=0 to setup.cfg [00:47] =) [00:50] slangasek: all shebangs are wrong. they are all 3.3 [00:50] but should be python3 [00:50] tsk [00:51] so why is that? [00:51] because the scripts got build with python3.3 not python3 [00:51] well, why did pybuild do that? [00:52] * xnox does override_dh_python3: dh_python3 --shebang=/usr/bin/python3 (to fix this) [00:53] I am constantly told that "dh_python3 does that out of the box by default" but it doesn't seem to for me ever without override. [00:53] Also, I often find a need to select py2 or py3 for the scripts.... and there is no way to say build py2/3 modules, but py2 scripts. [00:53] and vice versa. [00:54] slangasek: i recommend to raise compat to level 8 or the default 9. [00:55] as currently it ends up calling python_support (if available) [00:55] right, mterry has a branch for that already [00:55] ok. === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [03:16] slangasek: interesting. thanks for filing that bug === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === rsalveti is now known as rsalveti|afk [06:15] Good morning [06:24] slangasek: so from what I understood from scrollback, the problem is that ./setup.py build_i18n dynamically adds the generated .mo files (which are put into ./build/mo, but that shouldn't matter) to data_files, but a subsequent ./setup.py install loses that information, right? [06:24] slangasek: i. e. to be able to split the commands in that way, the dynamic data_files need to be put into a file instead of just in distutils' brain? [07:07] stgraber: hey [07:08] stgraber: do you know if inotify is supposed to work in LXC containers? [07:08] stgraber: we run jhbuild in lxc, and inotify_init() always fails with EMFILE (Too many open files) [07:36] Hi, seb128 was so kind to sponsor the upload of usbmuxd, and it's now in the unapproved queue. What needs to be done to get it approved? [07:38] mdeslaur: Hi, I just saw that you sponsored iptables (bug 1074923). There's already another upload in the queue. Perhaps, both upload should be merged? [07:38] bug 1074923 in iptables (Ubuntu Quantal) "iptables-save doesn't write --hex-string pattern correctly" [Medium,In progress] https://launchpad.net/bugs/1074923 [07:47] mdeslaur: and a look into the debian-changes-1.4.12-1ubuntu4 should also be done, as it reverts some parts of 0001-libxt_recent-Add-support-for-reap-option.patch [07:59] Whoopie: wait till a SRU member reviews it (I assume it's about the SRU) [08:00] geser: alright. so it's "just" a matter of time and ressources? [08:00] mdeslaur: I made a debdiff for the iptables merge in bug 1074923. [08:00] bug 1074923 in iptables (Ubuntu Quantal) "iptables-save doesn't write --hex-string pattern correctly" [Medium,In progress] https://launchpad.net/bugs/1074923 === Ursinha is now known as Ursinha-afk === Quintasan_ is now known as Quintasan [08:20] Which package provides the default locale data? E.g. the default time format for each locale [08:21] mpt: that bit should come from eglibc [08:23] slangasek, thanks, I moved bug 1130501 there [08:23] bug 1130501 in eglibc (Ubuntu) "Spanish; Castilian (Puerto Rico) and Spanish; Castilian (United States) Regional Formats use 24-hour format by default" [Undecided,New] https://launchpad.net/bugs/1130501 [08:24] heh, pretty sure there is no es_US locale [08:24] but there does seem to be an es_PR, so that's valid [08:24] (for es_US, that may be related to an installer bug cjwatson has been working on recently) === smb` is now known as smb === odifis is now known as oDiafanos === henrix_ is now known as henrix [09:39] doko: so.. how urgently do you need clang/llvm fixed? :) [09:41] tjaalton, well, it makes it a bit unusable ... so within a week or so? [09:41] doko: oh, early next week for sure [09:42] i'm away this week though [09:42] just want it be tracked, and afaics there is currently no workaround [09:42] and discussing this with upstream so there's a sane resolution [09:43] current upstream has touched the intrinsics again.. [09:51] pitti: hey [09:52] pitti: I talked to virtualenv upstream and they would be glad to take a patch that fixes the issue we talked about yesterday [09:53] pitti: have you had a word from barry? [09:53] pitti: the solution I talked about would involve not creating 'python' symlink when virtualenv is called with -p python3.*, instead python3 symlink would be created [09:54] pitti: if we make that patch in the next week it will be included in the pip next pip release which we could just pull to ubuntu [09:58] pitti: and I meant virtalenv release, not pip release [09:59] slangasek: as it happens, there is an es_US [09:59] Which makes sense given the number of speakers === Nafallo_ is now known as Nafallo === yofel_ is now known as yofel [10:29] hey zyga [10:29] zyga: no, barry didn't answer to this [10:30] zyga: it can always create a python3 symlink, it's the "python -> python3" symlink which hurts [10:32] pitti, hi, may I assing bug 1131139 to you? [10:32] bug 1131139 in lightdm (Ubuntu) "Guest cannot create /run/user// subdirectory" [Undecided,New] https://launchpad.net/bugs/1131139 [10:33] s/assing/assign [10:33] diwic: oh right, please [10:33] XDG_RUNTIME_DIR [10:33] pitti, thanks a lot! [10:34] pitti: it creates three executables actually, (well, one and two symlinks) [10:34] pitti: for python, pythonX and pythonX.Y [10:34] pitti: I'll patch virtualenv to skip the 'python' one for python3 [10:34] pitti: we'll review the patch and I'll push it upstream [10:35] zyga: splendid, thanks! [11:43] Hello [12:05] Do any of our python gurus know whether we have http://bugs.python.org/issue16327 fixed in raring? [12:18] anyone else having trouble with qt creator since installing the sdk? [12:18] none of my plugins will load any longer [12:31] could anyone look at https://bugs.launchpad.net/precise-backports/+bug/1131173 [12:31] Ubuntu bug 1131173 in Precise Backports "Please backport evemu 1.0.11daily13.02.20-0ubuntu1 (universe) from raring" [Undecided,New] [12:32] I need to make a similar one for xorg-gtest too, but iirc it needs some patching so I need to push that fix to raring first [12:33] will do, sec [12:40] mlankhorst: we'll need to backport to quantal as well to maintain the upgrade path so please also test there [12:41] (g'day) [12:45] Whoopie: ah, thanks for noticing that...I had not realized there was one in the queue already. I'll take a look later on today. [12:46] anyone else having trouble with qt creator since installing the sdk? [12:49] Laney: sure np [12:50] tkamppeter: is there a public source code repo somewhere for hplip? [12:52] so what's the recommended way with dealing with xorg-gtest? it fails to build in the ppa because it expects a kernel module when running tests [12:52] https://launchpadlibrarian.net/130037138/buildlog_ubuntu-precise-i386.xorg-gtest_0.7.0-0~ubuntu0~ppa1_FAILEDTOBUILD.txt.gz [12:56] mlankhorst: I do my exactly know the build procedure for xorg-gtests, but what does it need tye kernel module for? [12:57] s/do my/don't/ [12:57] running the tests during verification phase [12:58] mlankhorst: How does it use the kernel module? [12:58] uinput simulates input events it wants [12:58] Ah [13:00] easiest workaround is to skip tests though [13:00] \/c [13:01] GuidoPallemans: #ubuntu-app-devel might have more people with relevant expertise [13:02] mlankhorst: you took the package from Raring? [13:02] s/package/package source/ [13:20] anybody have any tips on quilt failing miserably to patch a file with crlf terminators? [13:22] mdeslaur, quilt push -f, patch -p1 < patchname, quilt refresh ? [13:23] mdeslaur, just a guess though [13:23] diwic: as soon as I quilt pop and quilt push, it won't apply again [13:23] mdeslaur, okay, then I have no idea [13:23] oh, wait, it's when I edit the patch to add the patch tags... [13:24] my editor fixes the line breaks, which then beaks quilt [13:24] diwic: nm, got it [13:24] thanks [13:28] cjwatson: thanks === yofel_ is now known as yofel === wedgwood_away is now known as wedgwood === rsalveti|afk is now known as rsalveti === dpm is now known as dpm-lunch [13:56] mterry: ping [13:57] zul, hello! [13:57] mterry: can we get a quick review of oslo-config please (https://bugs.launchpad.net/ubuntu/+source/oslo-config/+bug/1130196) [13:57] Ubuntu bug 1130196 in oslo-config (Ubuntu) "[MIR] oslo-config" [High,New] [13:57] mterry: its pretty simple package and should be ready to go [13:59] zul, looking [14:00] mterry: thanks [14:06] anyone else having trouble with qt creator since installing the sdk? [14:07] GuidoPallemans: like I say, #ubuntu-app-devel, please [14:11] zul, the right package name would be python-oslo.config [14:11] mterry: uh? [14:12] zul, rather than python-oslo-config [14:12] mterry: why? [14:12] TheMuso, feel like sponsoring bug 1074673 to make jackd2 start on the nexus7? [14:12] bug 1074673 in ubuntu-nexus7 "JACK server fails to start" [Medium,Triaged] https://launchpad.net/bugs/1074673 [14:12] zul, package names are supposed to be python-XXX where XXX is what you use to import the module [14:12] zul, see for example python3-zope.event [14:14] mterry: ok this is blocking a new openstack upload to raring can i get a provisional ok provided that that package renaming? [14:15] zul, yeah, it seems fine beside. let me comment in bug [14:15] mterry: cool thanks [14:15] pitti: it should work, but you may have hit the limit of inotify watches on the host [14:16] stgraber: yeah, we figured this out; thanks! [14:16] pitti: np. Did you just bump the limit in /proc/sys/fs/inotify? [14:16] stgraber: right, we did [14:17] diwic: Sure. [14:17] TheMuso, thanks! [14:18] mterry: erm, the binary package is already called what you described.. no? [14:19] https://launchpad.net/ubuntu/+source/oslo-config/2013.1~b3-0ubuntu1 [14:19] Daviey: not python-oslo.config [14:20] Daviey, dot instead of hyphen [14:20] small nit really [14:21] But if we're going to fix it, the sooner the better [14:22] mterry: sorry, i've never seen that in policy.. can you point me to it? === dpm-lunch is now known as dpm [14:33] diwic: has this been tested on armhf? [14:38] diwic: Oh and you forgot to run update-maintainers on the package. [14:43] Daviey, so obviously http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names has the basics, which is just that "if your module is foo, name it python-foo", which is ambiguous in such cases as a submodule. I asked the question a while ago of barry, and he told me that dots were preferred to hyphens [14:44] mterry, Daviey yes, e.g. python-foo.bar [14:44] Daviey, so.. "no, but I can point you to barry" :) [14:44] python-zope.interfaces [14:45] barry, could that be made clearer in the above python policy documetn? [14:46] yeah.. there are a few packages i have NEW reviewed that haven't got this.. and a few that have been MIR'd i've noticed already [14:46] mterry: hmm, would have thought it would be but i don't have that document tattooed to the back of my eyelids ;) [14:46] barry: Policy is your friend. Trust the Policy. Love the Policy. Obey the Policy. :) [14:46] barry: Perhaps you can tell me whether we have the fix for http://bugs.python.org/issue16327 in our python toolchain yet. I've got a python 3 process here thats leaking file descriptors under particular circumstances. I'm working with upstream to get this solved, and was pointed to this bug. [14:46] http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names [14:47] so, yeah this should be added [14:47] * barry files a bug [14:47] Daviey, yeah it's not a commonly-followed aspect of the policy since it isn't actually written in it [14:49] TheMuso: looks like that was applied to the 3.3 branch on 2012-11-11 so i would expect it should be in raring's 3.3 snapshot, which doko is pretty good at keeping up to date with hg head. i'd have to investigate a bit to see if it's been backported [14:49] Hrm ok thanks. [14:49] whilst decimals are fugly in package names IMO, if it is standardised and written intopolicy, i am happy. :) [14:49] hallyn: hey, pitti and jibel strongly suspect some kernel bug that'd prevent inotify watches setup by containers from being properly freeed on container exit. Any idea how we'd go about debugging this? [14:49] s/by/inside/ [14:50] this leads to the machine running out of watches (default being 8192) and then inotify stopping to work completely === _salem is now known as salem_ [14:57] stgraber: Can inotify be used outside the kernel? === Ursinha-afk is now known as Ursinha [14:58] * vibhav was reading about inotify yesterday [14:59] vibhav: yeah, tons of stuff in userspace use inotify watches. I don't think the kernel itself uses those, it just provides the API. === kentb-out is now known as kentb [15:02] stgraber: AFAIK, inotify provides inotify_rm_watch for freeing watches, are you saying that this routine has a bug? [15:06] vibhav: either that (but we probably would have noticed on a regular desktop) or the fact that a container can be killed at once (killing all the processes and destroying the various namespaces) somehow causes a race which prevents those watches from being freeed [15:06] TheMuso, barry: it's in raring [15:07] doko: Thanks. === Ursinha_ is now known as Ursinha === rsalveti_ is now known as rsalveti [15:09] stgraber: uh, one sec, [15:10] pitti, jibel: do you already have some kind of reproducer script? (something that registers as many watches as possible until it reaches the limit) [15:10] stgraber: we don't yet, we just discovered about an hour ago that rebooting the host helps [15:18] stgraber: Maybe I could write the reproduced script. What should it exactly do? [15:18] reproducer* [15:19] stgraber: vibhav i doubt many ppl use inotify_rm_watch, it's teh cleanup at task exit that's likely at fault [15:21] * vibhav takes a look [15:24] hallyn: Does a process using inotify automatically cleanup during exit? [15:25] (even if it doesn't use rm_watches) [15:25] vibhav: yes [15:25] well, once all tasks using the inotify watch close [15:26] Gotcha [15:26] stgraber: well really i guess a little python script using pyinotify to open 8000 watches should help [15:26] run it ina container, shut down container, restart, [15:27] then try it without container, and with lxc-share [15:27] When a process exits, exit_files() and exit_fs() are called [15:28] To destroy objects related to file system data [15:29] hallyn: If not with rm_watch, there could be a bug with exit_fs [15:30] Which probably doesn't free the inotify watch [15:45] hallyn: I'll do a quick test script, walking the FS and setting up a watch for everything it sees until it fails because it reaches the limit, after that it should just be a matter of killing the container and see if they got freeed [15:48] stgraber: containers rely on cgroups, right? [15:50] vibhav: lxc uses cgroups but cgroups aren't an actual requirement of containers. It's just that without them you don't get any kind of resource control (but you still get the namespacing). [15:53] stgraber: i've got a script, hold on, [15:54] i think the bug only triggers AFTER you max out the inotify_user_watches [15:55] stgraber: http://33ad.org/pb/3YJ [15:55] I ran this in a container, killed the container, could still keep running it, [15:55] but after i ran it in a container *and* tried to run it on host at same time, i had trouble [15:55] and now, i'll have to reboot :) [15:56] no, ran it twice concurrently on the host [15:56] hm, no, [15:56] it just took awhile for the watches to clean up [15:57] stgraber: void destroy(struct cgroup_subsys *ss, struct cgroup *cgrp) destroys a c group [15:58] stgraber: (do a 'for i in `seq 0 6000`; do touch x-$i; done' before running that script) [15:58] What about a bug there? [15:59] ok i'm moving back to libvirt until there are more details (seems to be working right for me here) [16:04] stgraber: btw, paste.ubuntu.com was hiccoughing when i tried to paste that script into it === andreas__ is now known as ahasenack [16:07] hallyn: script looks fine here, so the paste worked. I'll poke at it in a bit. [16:08] pitti: can you share some details on the setup? are those standard fs backed containers (simple /var/lib/lxc entry without fancy lvm)? is the fs for / and /var/lib/lxc the same? [16:12] stgraber, it's a very standard 12.10 server, ext4 witouth lvm and everything on the same fs [16:12] jibel: ok, I'll setup a VM with the same setup then. Thanks [16:12] stgraber, we are building gnome modules on this machine with the test suites that comes with the packages [16:13] stgraber, the cotnainer is raring amd64 [16:13] *container [16:40] hey guys [16:41] how do i access the terminal on the tablet [16:41] ? === salem_ is now known as _salem === _salem is now known as salem_ [16:55] stgraber: hey, is there any news on that precise apparmor lxc issue we discussed a few weeks ago? [16:56] Daviey: yep, SRUs for precise and quantal are in -proposed and all bugs have been verified, just waiting for the 7 days wait period [16:59] stgraber: entered -proposed on the 20th? with the changelog date being the 7th!? [17:00] stgraber: to confirm, it includes the fix we discussed.. as you mentioned it missed one of the uploads [17:04] seif, I think you have to do such things over adb [17:05] seriously? [17:10] Daviey: yeah, with 12.04.2 it took a while to get the sru accepted into proposed [17:11] Daviey: I uploaded on the 7th, then had to reject+fix an issue I spotted at the last minute, so final upload was on the 8th and they were accepted on the 20th [17:28] jono, heyo! http://developer.ubuntu.com/get-started/gomobile/ is telling people to install ubuntu-sdk, but the PPA just has qt-components-ubuntu [17:29] hey mterry [17:29] dpm, ^ [17:30] mterry, dpm should be able to get that fixed [17:31] mterry, I assume this is Raring: didrocks did some packaging changes, but I didn't know ubuntu-sdk had been removed? [17:32] stgraber: ah, thanks [17:33] mterry, I can see ubuntu-sdk in https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-proper?field.series_filter=raring - which PPA are you using? [17:33] dpm, this is P, Q, and R. I don't know if ubuntu-sdk is old or new name, but all I've ever seen in that PPA is qt-components-ubuntu. I believe the web page used to recommend downloading that name. this is the first time I've heard the name "ubuntu-sdk" [17:34] mterry, which PPA are you using? [17:34] dpm, ah! It's in the qt5-proper PPA. I'm not using that, just the ubuntu-sdk-team/ppa PPA [17:34] dpm, since I'm on raring, I figured the qt5-proper PPA didn't hold anything of interest for me [17:34] (since raring has qt5 natively) [17:35] mterry, for now it's still the instructions on http://developer.ubuntu.com/get-started/gomobile/ (2nd step instructs to add that PPA) [17:35] dpm, sure. My own fault for not following the instructions correctly [17:36] dpm, (though, I would have expected the sdk to be in the ubuntu-sdk-team's PPA. Seems natural) [17:36] mterry, no worries, glad to hear it's not a packaging issue. Let me know if it woks. === henrix is now known as henrix_ === henrix_ is now known as henrix === chrisccoulson is now known as rmadison === rmadison is now known as chrisccoulson === francisco is now known as Guest16789 [18:07] hallyn, pitti, jibel: right, so I've been playing with pyinotify on 12.10 with a 13.04 container, trying to use watches on both host and container, randomly killing the container. All the watches are properly cleared... === GridCube is now known as nadie === nadie is now known as GridCube === deryck is now known as deryck[lunch] [18:25] can an archive admin promote python-oslo-config please? https://bugs.launchpad.net/ubuntu/+source/oslo-config/+bug/1130196 [18:25] Ubuntu bug 1130196 in oslo-config (Ubuntu) "[MIR] oslo-config" [High,Fix committed] [18:29] stgraber, ok, thanks for looking. For the moment I increased the number of inotify instances and restarted the server. I'll see if the problem occurs again. [18:31] jibel: ok. If it does, it'd be interesting to kill all containers, then run: http://paste.ubuntu.com/5555887/ [18:32] this will try to setup 9000 watches and will print you how many it managed to setup [18:32] on your setup, it should be 9000 unless something is wrong, then you'd get the number of free watches (if any) back [18:36] has anybody experienced this evince crash: http://paste.ubuntu.com/5555900/ [18:37] on raring. it seems to be realted with libgeis1 === henrix is now known as henrix_ [18:52] (filed a bug report https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1131886) [18:52] Ubuntu bug 1131886 in evince (Ubuntu) "Evince frequently crashes at startup due to libgeis1" [Undecided,New] [19:16] hallyn: Your new qemu conflicts with itself all over, thanks to the kvm conflict being unversioned. [19:21] hallyn: Oh, or because you added qemu-kvm, kvm to provides for all arches, while Debian only has it for x86... [19:21] hallyn: Though, that's not thinking ahead on Debian's part, since other arches could get kvm ported to them (I know it's coming for ARM). [19:22] infinity: feh, i did it right in 1.3.0, did i mis-rebase? [19:22] hallyn: Anyhow, for now, britney won't let it through (and rightly so), cause it's all uninstallable. [19:22] -Provides: ${sysprovides:arm} [19:22] +Provides: ${sysprovides:arm}, qemu-kvm, kvm [19:23] (and the same for other arches) [19:23] That bit makes it uninstallable. [19:23] Since qemu-system-x86 conflicts with kvm. [19:23] And then qemu-system can't be installed, cause it wants to install both. [19:24] infinity: so if you kick that, can i re-use that version #? [19:25] no [19:25] once it's accepted into the archive, the version number is forever [19:25] k [19:25] yes, but i didn't knwo whether it made it into the archive [19:25] no idea where 'britney' sits [19:25] hallyn: What he said. [19:25] hallyn: britney is the bit of code between proposed and release. [19:26] hallyn: http://people.canonical.com/~ubuntu-archive/proposed-migration/ [19:26] oh [19:26] infinity: the breaks/replaces in qemu-system-* to kvm was versioned in 1.3.0. that got dropped [19:27] hallyn: That's not the problem. [19:27] hallyn: The problem is the provides versus conflicts. === deryck[lunch] is now known as deryck [19:27] hallyn: You didn't used to provide kvm from all the other arches. [19:27] hm. and i don't need to, as it was ever just a metapackage [19:28] infinity: so i should be able to drop that, and keep the non-versioned B/R in qemu-system-* ? [19:28] hallyn: No, those should be versioned as well. [19:29] ok [19:29] Replaces should, as a general rule, always be versioned, except in the special case of P/C/R. [19:29] qemu-system-x86 did Provides: kvm in 1.3.0 [19:29] Yeah, but none of the others did. [19:29] So, now qemu-system-x86 conflicts with qemu-system-arm. [19:29] right [19:30] thanks, will push fix asap [19:32] hallyn: Before you upload, you might want to test that the new world order still upgrades smoothly from, say, precise. [19:32] hallyn: Lots of mangling seems to have gone on here, and it was all pretty fragile to start with. [19:36] infinity: i've pushed the proposed fix to github.com/hallyn/qemu # de.feb20.ubuntu2 ; will probably not push to archive until monday, after testing [19:37] hallyn: Sounds good. britney's preventing the archive from exploding, so it's not urgent. [19:38] infinity: testing from precise ... is there a way to have do-release-upgrade itself look at /mirrors/debian? Will it automatically do so if it's listed in sources.list? [19:38] should i suppose... i was thinking ppas which are disabled, but this should work [19:38] hallyn: do-release-upgrade is a bit heavy-handed here, I'd just install qemu-kvm in a precise chroot, s/precise/raring/ in sources.list, and try a dist-upgrade. :P [19:39] hallyn: In fact, if a dist-upgrade works, that also means do-release-upgrade needs no painful quirking, which is a Good Thing. The less release-upgrader needs to fix, the better. [19:40] will try === mainerror is now known as mainerror^away [19:59] Anyone here an official Ubuntu system developer? [19:59] I'm having a question/idea I'd like to discuss. [20:00] Dimensional: quite a few are. But its best to just ask the question and wait for an answer. Note that ubuntu-devel-discuss@lists.ubuntu.com may also be a better place to discuss big questions [20:00] Hmm. [20:01] zul: Done [20:01] Er, in theory, change-override seems to be taking a while ... [20:01] Ah, there it goes [20:02] The question involves the fact that each install CD is now too big to be on CD's, and barely take up a DVD themselves. The idea is that if possibly done right, one could package both images into the same DVD, and use some ISO bootloader to select which one to boot into. If it was integrated, it could make essentially a Universal Ubuntu Install DVD. [20:02] Installing 32 or 64 bit systems. [20:03] I now realize that's less of a question and just an idea. [20:03] It's been suggested but isn't high up the list at the moment [20:03] oh [20:03] Cool [20:03] I think last time it came up our DVDs were >half the limit so it didn't make sense [20:03] ? [20:03] Ages ago [20:04] On the other hand - it would mean having people download considerably more than they need, and bandwidth still isn't so plentiful that that's ignorable - it's not a completely obvious trade-off [20:04] * Dimensional was able to do it, but wishes it could be more integrated. Something that could also detech which hardware architecture the disc was running on, and if it saw it was a 63-bit, would give a boot option to which architecture to install on. [20:05] It's an obvious tradeoff when you account for the fact that you'd be burning 2 DVDs instead of one. They might be cheap, but not that cheap. [20:05] Eh, only if you need both! [20:05] 63 bit? :) is that a new IBM machine similar to their 31-bit z/OS? :) [20:05] 64* [20:05] I shall make a new system. It shall have a 2-bit architecture, because I can't stand 1-bit of competition. :P [20:06] I suspect that for me the bandwidth cost of an extra few hundred megabytes may actually exceed the cost of a blank DVD - would have to sit down and do the sums [20:06] I'd personally prefer something be thrown overboard and drop back to CD-R size. I've got another 20 or so CD-Rs from a 50-pacl bought ages ago, and never had a need to buy any writable DVDs before.. [20:06] In any case, I can see the point of it a bit more now that UEFI has meant we don't have a common image that boots on all 32-bit machines [20:06] Dimensional: lol [20:06] I think it would be good for folks with a couple of machines and want to install a minimal on one and full on the other etc. But people prefer the different options they have for the ISOs they download [20:06] sarnold: really, really unlikely to happen, I'm afraid - we fought that battle for many years and eventually lost [20:06] cjwatson: I figured it wasn't given up lightly :( [20:07] ok [20:07] * Dimensional is a little lost. [20:07] s/boots on all 32-bit machines/boots on all x86 machines/ in my last-but-one comment [20:08] cjwatson: thanks [20:08] ok [20:08] Hmm. [20:09] So you were meaning of combining the DVD images and using a UEFI bootloader? [20:09] * Dimensional is still lost, he might have found the map. [20:09] no. Not a map. [20:10] With UEFI, the possibility of putting them both onto a single DVD is more likely? [20:29] Dimensional: No, what I mean is that the advent of widespread UEFI means that the 32-bit image is no longer a sane default that works on most systems; when we had that sane default there was little reason to bother with a "universal" image [20:29] ah [20:29] So it perhaps makes it more likely that we might do this; but of the people who work on this kind of thing their plates are all very full for a good while to come already [20:29] kk [20:29] It's worth us thinking about again, though, I agree; thanks [20:30] cjwatson: It's probably worth just revisiting what the "default" image is again, too. New 32-bit systems are vanishingly rare (or nonexistent?) [20:30] cjwatson: Last time it came up, Atom was the killer, but new Atoms are x86_64. [20:32] (Personally, I'd still like to see the default be an amd64 kernel, x32 userspace, and i386 multiarch for binary blob support, but we're years away from that being viable, I suspect) [20:32] amd64 kernel and i386 userspace is viable, though, and is more power-efficient IIRC [20:32] At least more memory-efficient [20:32] * infinity nods. [20:33] It can lose out on performance, due to the LCD being rather low. [20:33] LCD? [20:33] (And the lack of registers) [20:33] Oh, right [20:33] Yeah [20:33] Lowest Common Denominator. [20:34] I can see some day that 32 bit systems will be gone, and we'll remove the 'long' flag from the CPU and just have it default to 64. So the new 'long' flag would refer to a 128-bit architecture. [20:34] 128-bit computing is probably much further out than people think (or never going to happen in general purpose CPUs). [20:34] hunh. my largest process only has a vsz of 2042M... [20:35] I confidently predict that nobody will ever be silly enough to remove the "long" flag [20:35] Eventually, we hit the brick wall of how small you can make parts. [20:35] Not while remaining otherwise architecturally compatible, at any rate [20:35] Trinary quantum computing could change all that, but that changes EVERYTHING anyway, not just address space. :P [20:35] And also hurts my brain to start thinking in a different number system. [20:36] yup [20:36] heh [20:36] * Dimensional already thought about another numbering system and ways of implimentation. Head still hurts, but so worth it. [20:37] infinity: don't think of it as a different number system. just think of all the bits being both on and off at the same time :) [20:39] dobey: Thanks. That didn't give me an aneurysm at all. [20:42] For me, I had thought it over more like directions. For hard drives, in order to tell if something is a 1 or a 0, it checks two bits on the hardware. Two magnetic pieces. If their polarity is the same, it's a 0. If they are different, then it's a 1. So what if we worked on increasing the accuracy of the head and instead read it with directions. Both left, 0. one left, one right, 1. Both right, 2 [20:42] hi [20:42] hello === Quintasan_ is now known as Quintasan [21:12] infinity: haha. it's ok though. you're still alive, even if you're dead. all the bits are zombies! [21:16] dobey: http://www.youtube.com/watch?v=ueBZuZAoglE [21:20] lol === mainerror^away is now known as mainerror === emma is now known as em === rickspencer3_ is now known as rickspencer3 === kentb is now known as kentb-afk [22:51] infinity: well dist-upgrade from precise mostly went fine (no complaints/refusals from qemu itself), but my archive seems to have ended up somewhat b0rked, I get things like [22:51] E: Internal Error, No file name for libblkid1 [22:52] hallyn: Hrm. Can you reproduce that? I'd love a solid reproducer for that, so I can hunt it down. [22:53] infinity: i assume so, but as my victim box was already running precise I first tested on the bare metal. gotta frst reinstall and set up some containers to test in. [22:53] Ahh. [22:54] (well i guess i can let the archive rot, and use a container anyway) [22:54] (trying that for the sake of time) [23:08] infinity: i can definately reproduce it with the new qemu packages, let me try without them [23:16] i think it's a bug in how i make my local mirror [23:51] well i dunno, it only does it when i start from precise, follow https://wiki.ubuntu.com/SergeHallyn_localrepo and actually put the new qemu debs into the local mirror, sed -i 's/precise/raring/' sources.list, and update/dist-upgrade... [23:52] so it almost seems like it insists that deps for the pkgs in local mirror must also be in the local mirror [23:53] * hallyn out