[00:43] oh blast.. I forgot who it was that I was talking to at UDS about the ability to extend a mounted partition... related to some ubuntu cloud tool that does that automatically when the guest boots and detects the image drive has grown [00:44] you were talking to smoser [00:44] bingo! [00:44] I got a patch ;) [02:05] broder, thank you for saying my name. i was just talking to alexbligh today about somebody i talked to at UDS about just that! [02:22] smoser: would it make any sense to have a server-common seed that server and cloud-image could derive from? [02:22] maybe. its not that big of a deal, but yeah, that would have fixed this. [02:22] i actually was surprised that 'cloud-image' was not a superset of server [02:24] smoser: it could be if you want it to be :) [02:24] its not like there has been a significant amount of change on either one of those. [02:26] just glancing, it seems as it if it might be a proper superset minus wireless-tools and wpasupplicant [02:26] which are quite dubious for "server" [02:43] micahg, you probably know the answer to this. [02:43] Vcs-Git: git://git.debian.org/git/users/eevans/python-boto [02:44] if we have a delta package, should i change that to XS-Debian-Vcs-Git [02:44] ? [02:44] smoser: not a bad idea [02:45] is there some policy that dictates that? i did it previously, but was just following stuff i saw elsewher.e === nxvl_ is now known as nxvl [02:47] smoser: https://lists.ubuntu.com/archives/ubuntu-devel/2007-March/023332.html [02:48] gracias. [02:48] smoser: so, I guess the answer is yes :) [03:23] lool, around ? [04:00] lool, the ping above was wrt https://code.launchpad.net/~smoser/ubuntu/precise/python-boto/merge-2.0.2/+merge/83891 === bladernr_ is now known as bladernr_afk === stalcup is now known as v === v is now known as Obama [06:28] Good morning === tkamppeter_ is now known as tkamppeter [07:31] stgraber: hm, I have a little difficulty with the XMLRPC tracker interface -- how do I get a list of all builds, or builds that belong to a particular product? [07:31] (either is fine) [07:31] stgraber: there doesn't seem to be a drupal.builds.get_list() function that corresponds to drupal.qatracker.products.get_list() or the one for milestones [07:33] stgraber: ah, seems you indeed mentioned that a few days ago [08:01] good morning === smb` is now known as smb [09:11] apw, pitti bug 898040 [09:11] Launchpad bug 898040 in ubiquity (Ubuntu) "Ubiquity crashed while installing Lubuntu Precise" [Undecided,Incomplete] https://launchpad.net/bugs/898040 [09:11] 'invalid argument' on bare metal [09:12] jibel, joy thanks [09:12] urgh [09:12] so it seems running it in VMs just makes this a lot more likely [09:12] jibel: thanks for finding this [09:13] well that fits with my tracing, i can't see the einval on the qemu side [09:14] jibel: want me to dupe, or are you? [09:14] anyway, doing [09:15] pitti, thanks [09:15] but again i386 [09:15] jibel: did you ever see this on amd64? [09:15] I think you said "once", but I'm not sure any more [09:17] oh joy [09:17] apw: I wonder if /bin/cp actually would fail on EINVAL [09:17] * pitti RTFS [09:17] pitti, i don't see how it can't it seems mad to continue [09:19] yeah, it should [09:20] if (full_write (dest_fd, buf, n) != n) [09:20] { [09:20] error (0, errno, _("writing %s"), quote (dst_name)); [09:20] that looks ok [09:20] if (close (dest_desc) < 0) [09:20] { [09:20] error (0, errno, _("closing %s"), quote (dst_name)); [09:20] so in theory, using cp -r on large trees sohuld also reproduce this; I tried a couple of times, but didn't hit it [09:21] I'll start my cp.py attempted reproducer again and let it run for a while === doko_ is now known as doko [09:38] apw: meh, I ran http://people.canonical.com/~pitti/tmp/cp.py with the whole /rofs/usr to /mnt (which is /dev/vda) twice now, and no error at all [09:38] what on earth could a write() from ubiquity do differently? [09:38] cp.py is pretty much exactly what ubiquity does [09:39] pitti, your cp.py uses the same copy library, can you strace it copying one file [09:39] so we can see which of the 3 or 4 ways of copying a file it really uses [09:39] well, it's not a "copy library", it's just shoveling read() into write() [09:40] * apw has been assuming its an open() read() write() close() job [09:41] * apw is looking at the kernel to see if he can see any new EINVALs, and is going to try instrumenting them on metal to find out how expensive that might be [09:42] apw: http://paste.ubuntu.com/754641/ [09:42] nothing that really looks surprising [09:42] no O_DIRECT [09:43] I don't know about the mmap() calls, I suppose read() is using those internally for more efficiency [09:43] pitti, that is one reason i'd like a trace off of a small copy if thats easy, using the same python fragment [09:44] ah, you mean a small file which is a single block? [09:44] perhaps one small and one large, in case it has different behaviour [09:46] apw: http://paste.ubuntu.com/754643/ is the full strace for cp.py /rofs/lib/init/ [09:46] which is just one small file [09:46] line 1011 starts the "real" action [09:47] doesn't really look any different than the previous one, though [09:50] so using mmap for buffer space, and open read write close [09:51] right [09:51] interestingly, cp doesn't seem to use mmap() [09:51] though it looks like the write buffer is allocated during the python write call [09:51] oh, wait, it does [09:52] just a little earlier [09:52] so possibly an einval from there might trigger it [09:52] apw: but it's triggered during write() or even close() [09:52] why would close() allocate an mmap? [09:53] close seems less likely indeed [09:53] I now started an infinite cp.py loop, to see whether this ever triggers [09:54] I need to run out for a bit, I'll set this sit there === Quintasan_ is now known as Quintasan [09:54] sounds like a plan [09:54] yay irreducible test cases [09:54] my machine has stopped reproducing with O/O now, wtf [09:55] Ouserspace+Okernel in the HOST [09:55] I also let the same loop run on my workstation, to compare [10:17] not too many followed up on the packaging guide rename thread - are there generally any objections or further thoughts? [10:21] dholbach, go for it! ;-) [10:25] apw: hmm, no error after half an hour [10:25] pitti, and i am 5 installs in with no reproduce [10:25] pitti, its like it only happens on a tuesday [10:26] apw: it's bug 248619 all over again! [10:26] Launchpad bug 248619 in file (Ubuntu Karmic) "file incorrectly labeled as Erlang JAM file (OOo does not print on Tuesdays)" [High,Fix released] https://launchpad.net/bugs/248619 [10:30] pitti, heh, don't even joke [10:34] pitti, 7 conscutive installs, no reproduce, this is with the exact same setup i had 1/2 reproduce by yesterday [10:36] apw: kvm clearly needs a "snapshot" command which accepts an argument like "10 seconds ago" [10:36] :) [10:50] pitti, i've done a normal boot with write instrumented to report when it returns EINVAL and i get no reports on a normal boot, so it may be possible to add diagnostics if you can replace the kernel in your image and are still able to reproduce, right now i am not === _salem is now known as salem_ [11:01] I'm through 5 iterations of cp.py [11:01] and no reproduction [11:01] seems I need to actually run ubiquity again [11:01] doing now [11:12] apw: ah, seems we mid-air collided on bug 891688 [11:12] Launchpad bug 891688 in util-linux (Ubuntu) "mount -o remount always appends options to /etc/mtab even if they already exist" [Medium,Triaged] https://launchpad.net/bugs/891688 [11:12] apw: I updated the bug for the root cause/reproducer and sent it to Karel === pedro__ is now known as pedro_ [11:13] ogra_, thanks a bunch [11:13] :) [11:13] I'll add it to our "list of news sources" [11:14] ogra_, do you know if the logs or minutes are kept in a somewhere more structured place than "irclogs.u.c"? [11:14] pitti, heh cool. so definatly userspace, i'll pass that on [11:14] apw: yes, it's just mishandling of /etc/mtab [11:14] /proc/mounts is fine [11:15] apw: so I don't think "running out of option space" is a real problem here [11:15] dholbach, not sure, ask skaet, i havent seen a meeting summary yet ... i guess the weekly ML posts are more intresting than the meeting logs [11:15] pitti, no in that case all my comments are moot :) [11:15] darn, /etc/mtab should have died twenty years ago [11:15] it's such an utterly, utterly broken concept [11:15] dholbach: https://wiki.ubuntu.com/ReleaseTeam/Meeting/ ? [11:15] * dholbach hugs tumbleweed and ogra_ [11:15] thanks :-) [11:15] pitti, i know, i thought the point of /proc/mounts was to replace it ... [11:16] apw: one of these days we need to reattempt to make it a symlink [11:16] tumbleweed, the team pages arent kept up to date by all teams anymore though ... since we switched to ML posts [11:16] apw: I think the main problem is that you can't add options to /proc/mounts which aren't known by the kernel [11:16] apw: such as the helper=udisks stuff [11:17] yeah ... sigh [11:17] ogra_: the page for the last meeting has links to the ML posts [11:17] ah ! [11:18] * ogra_ didnt know ... i stopped looking at the wiki apart from my own team page that i still keep in sync with the ML post [11:18] yeah, can't say I've looked at the mmuch either, but skaet tends to be organised :) [11:20] I like how we still get called out [11:20] * Laney stares at his feet [11:39] doko: bash FTBFSed on armhf just as reported in Debian #650349; I see a change to debian/rules related to ncurses -> tinfo but from my reading it's probably not enough to solve the failure, so I suppose some other change fixed it in Debian experimental; do you plan to merge the experimental version since Ubuntu already tracks 4.2? or would you know which other ncurses -> tinfo fix might be needed? [11:39] Debian bug 650349 in src:bash "bash: FTBFS: undefined reference to `tputs'" [Serious,Fixed] http://bugs.debian.org/650349 [11:48] lool: after alpha1 [11:50] doko: Ok; thanks === MacSlow is now known as MacSlow|lunch [12:14] Hi. How can I get iso file of Ubuntu Precise Alpha 1? [12:19] jincreator: http://91.189.93.73 -> click on the image you want, and follow "download information" [12:24] pitti: Thanks. By the way, I find the link(http://cdimage.ubuntu.com/releases/precise/alpha-1/ ) at Ubuntu wiki. What is it? [12:25] jincreator: it's not released yet [12:25] those are candidate images [12:25] a1 release is tomorrow [12:25] right now we are testing [12:26] pitti: Oh, I see. Again, thanks! [12:28] Riddell, ScottK: does k3b need to recommend vcdimager, or is a Suggests enough? [12:33] pitti, i am perplexed, i am now 10/10 good installs today, i simply cannot trigger it anymore [12:45] jelmer, subunit ping === TimStarling is now known as Tim-away === Amaranth_ is now known as Amaranth [13:04] hi doko, I'm looking at making python-junitxml a suggests [13:05] jelmer, thanks. reviewed and promoted pygpgme in the meantime [13:10] doko: feel free to downgrade that to a suggests [13:10] @pilot in === udevbot_ changed the topic of #ubuntu-devel to: Alpha 1 - Soft Freeze in effect | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur === elif is now known as elif_brb === MacSlow|lunch is now known as MacSlow === bladernr_afk is now known as bladernr_ === plars is now known as plars-vacation [14:20] pitti: yep :) do you know exactly what you need to get from the tracker? is that just a list of builds or do you also need testcases and results? [14:20] hallo everybody [14:22] pitti: if all you need is the list of builds associated to a given milestone and their status, I can give you that in an hour or so [14:23] hi [14:23] is multiarch supposed to work on all libraries or am I doing something wrong: http://paste.ubuntu.com/754907/ [14:23] tryin to install libncurses5:i386 on x86_64 [14:24] zyga: no, packages need to be updated to work with multi-arch (there's a Multi-Arch field that needs to be set for it to work) [14:25] stgraber, right, I thought by default it would all libraries to co-exist [14:25] okay that explains it [14:25] ah [14:25] the result for libncurses5:i386 on precise seems to be a bit better (doesn't fail), though it still wants to remove libc-bin :) [14:25] since I'm here [14:26] stgraber, ogra said you know something about nbd and booting with nbd instead of nfs as root [14:26] heh :) [14:26] zyga: well, the packager needs to make sure that you won't get path conflicts between the different architectures [14:26] yeah, I know a bit about nbd :) [14:26] we use it for to mount our root filesystem on thin clients with LTSP [14:27] mounting a squashfs over nbd, then adding overlayfs/aufs on top of that and using that as our root [14:27] stgraber, is it very hard to set up? What do you need to install on both sides to make it work, what kind of kernel cmdline do you need to use? [14:29] depends what you want to do with it, do you want read/write nbd (exporting an ext4 filesystem) or read-only + overlay? (the former only works if you have a single client) [14:31] stgraber, right now I want a single client [14:31] stgraber, essentially I want to boot my arm board with rootfs stored elsewhere [14:31] stgraber, ideally I'd like to have overlays but I have no experience with either filesystem you mentioned [14:32] stgraber, today I just want to boot with remote rootfs [14:33] ok, so you'll need to install nbd-client in that rootfs, run update-initramfs and then copy the initrd and kernel to your board (or SD card or TFTP server depending how you want to boot) [14:33] on the server side, you'll need to install nbd-server and then configure it to export your image [14:34] stgraber, ok, how do I configure the server? [14:34] stgraber, I can probably do the rest [14:34] you'll need to modifiy /etc/nbd-server/config (or create it), let me find you an example [14:34] stgraber, and how do you set the bootcmd :-) [14:34] thanks! [14:36] zyga: http://paste.ubuntu.com/754933 [14:36] that .img needs to be a partition image, not a disk image [14:38] stgraber, looking [14:38] boot parameters should be nbdsrv=1.2.3.4 nbdport=my_example [14:38] ok [14:39] excellent, let me try that [14:39] stgraber, is it a big step up from that to a many-client-devices-at-once? [14:39] note that I usually use a custom initrd script for LTSP so these boot parameters are based from what I see in the code, never tried it myself ;) [14:40] oh, and you may need to add root=/dev/nbd0 it's not clear from the script whether you need to or not [14:40] zyga: it'd be pretty different yes. On the server side, you could just add readonly=true but on the client side you'll need a different initrd script, the easiest would probably be to copy ltsp's [14:41] Anyone know why grub2 has a hissyfit if you put &&'s into the kernel command line? [14:41] ok [14:41] let me start with the easy part then! thanks a lot [14:41] (AFAICS nbd's own initrd script doesn't do the overlay magic) [14:45] lool, thanks for your review and upload of python-boto i was really only asking you for review because i dropped your "run tests" patch. === Ursinha is now known as Ursinha-lunch [15:07] smoser: Yep, I guessed so; I agree that since the results were ignored that's best; would be ideal to fix the testsuite but I didn't check what it would require [15:07] well, it does AWS operations, so its absolutely going to fail in a buildd environment. [15:08] (i added a long winded commit message with other reasons too) [15:25] hey, building a package in a pbuilder, I get a message complaining about debian/changelog not existing ( http://paste.ubuntu.com/754978 ) the file is here though, and running dpkg-buildpackage from within the pbuilder shell works fine. Has anyone already seen that? [15:28] no, try added a hook which gives you a shell when a build fails and check if every file is there where you expect it [15:31] geser: I already did that. The file is there, and running dpkg-buildpackage from the pbuilder shell works fine. === elif_brb is now known as elif [15:52] ah, found it... my mistake, created a dir where I shouldn't have. [15:59] pitti, hi, I'm trying to report a bug with ubuntu-bug, but every time I get "Cannot connect to crash database, please check your Internet connection. HTTP Error 503: Service Unavailable" [15:59] but I can access Launchpad just fine. [16:07] stgraber: for now we just need builds [16:07] pitti: ok, I'll get you a builds.get_list once my IRC meeting is over [16:07] stgraber: for now I just updated the script to use screenscraping, but long-term, XMLRPC is of course more elegant and robust [16:07] stgraber: not urgent, but thanks! [16:09] mpt: hm, can you see https://launchpad.net/+storeblob === beuno is now known as beuno-lunch [16:12] pitti, yes, I can access that page. Should I upload the crash file directly there? [16:12] mpt: no, .crash files have the wrong format, that won't work [16:12] mpt: when exactly do you get the error? [16:13] mpt: when it's collecting information, or after you click on "send"? [16:13] pitti, when the upload is about 80, 90% complete. [16:13] ah, so it's already uploading [16:13] mpt: how big is that .crash file? [16:13] maybe it's LP timing out when the upload gets too big or something [16:13] pitti, 114.4 MB. [16:14] uh, huge [16:14] maybe LP has an internal limit there [16:14] I figure it has, to prevent a DoS from uploading GBs of data there [16:15] mterry: thanks for fixing sphinxsearch btw! [16:15] mterry: that one had me vexed [16:16] pitti, so is there any practical way to work around it? Or is this bug just unreportable? [16:18] mpt: I wouldn't know a way to work around it [16:21] ok, thanks for your time pitti [16:21] mpt: sorry that I can't be of more help === beuno-lunch is now known as beuno [16:24] slangasek, if you wanted to talk about the udev/lvm bug, ping me [16:25] SpamapS, :) had me vexed too, with its stupid dpatch system. /me welcomes our new quilt overlords [16:32] pitti: http://paste.ubuntu.com/755087/ === Ursinha-lunch is now known as Ursinha [16:43] mterry: did you by any chance push your patch upstream? The stable release of 2.0.3 is eminent [16:46] SpamapS, sent it to debian, but didn't upstream [16:46] SpamapS, will do so now [16:46] pitti: http://paste.ubuntu.com/755110/ for a patch on top of ubuntu-archive-tools, updates isotracker_xmlrpc for both the build notes (patch I gave you yesterday) and adding a get_build function. Also adds products-status-tracker.py which gives you a list of product on the tracker and their status [16:47] pitti: have fun (heading out for lunch now, be back in an hour or so if you have questions) [16:47] Hm, I'm getting build failures for qemu-linaro [16:47] * hallyn checks when last time was that it built [16:48] stgraber: thanks! I'll commit that [16:54] mterry: awesome [16:59] jamespage, wendar: we also see on https://jenkins.qa.ubuntu.com/view/Precise/ that precise-upgrade failed; that's also one of the things to keep alive every day [16:59] @pilot out === udevbot_ changed the topic of #ubuntu-devel to: Alpha 1 - Soft Freeze in effect | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/or6CHJ | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [16:59] jamespage, wendar: it looks like a temporary glitch due to buildd arch desync, but I'll have a closer look tomorrow [17:00] pitti: for new firefox locales in updates, do we just have to wait for new langpack runs in natty/oneiric to add support for them? [17:01] micahg: no, langpacks don't have firefox translations any more [17:02] pitti: right, but we have the recommends on the firefox langpack, or is there another mechanism already to pick them up? [17:02] micahg: the recommends are just transitional to fix upgrades [17:02] for a language we didn't alreayd have before, we don't need them [17:03] ok, so for a new language, language selector should just DTRT [17:03] right [17:03] ok, thanks [17:03] need to run now, good night everyone! [17:03] how do i specify i386 libs in build-depends? [17:05] hallyn: You don't. [17:06] it's supposed to just do the right thing? [17:06] hallyn: If your application is i386, you build it on i386 and make it multi-arch, so it can be installed on amd64. [17:07] slangasek, lool: ^ does that mean qemu-linaro build process needs to change? [17:07] (right now it tries to always build qemu-i386 when building on amd64) [17:07] (and that is failing for me building in a precise chroot on porter-amd64) [17:08] hallyn: What build-deps does that need? [17:08] i'm getting complaints about -lnss3 -lnssutil3 -lsmime3 -lssl3 [17:08] hallyn: If it's just lib6, there's libc6-dev-i386 [17:08] Oh, yeah. For that dep chain, you really want to be doing as outlined above. [17:09] think i just destroyed the dchroot [17:10] apt-get install libnss3:i386 seemed to mess up dpkg [17:11] In the precise chroot? [17:13] libc-bin has been removed. Well done. [17:13] hallyn: qemu-i386 is called i386 because it emulates an i386 CPU, but it doesn't need specifically i386 libs to build, it needs whatever host libs you need [17:14] lool: hm, yeah [17:14] it it complained about missing nss3, then you probably want a libnss-dev bdep [17:14] so why isn't it finding libnss [17:14] that's installed [17:14] maybe i need to add /lib/x86-whatever to LDLIBS [17:14] With the state of this chroot, I'd be shocked if you could find any libraries. :P [17:15] hallyn: Might be easier to look into with a build log + source package to poke at [17:16] lool: i hit it with the current precise version, both in a new schroot on my laptop, and the precise dchroot on porter-amd64.c.c [17:16] (iow, i think if it gets rebuilt in archive i expect it to FTBFS) [17:17] hallyn: so just rebuilding qemu-kvm on amd64? [17:17] qemu-linaro [17:17] ok [17:21] barry: turns out that the release-upgrader trunk has overlayfs support already, I forogot that I commited it, but in order to play with it you will have to edit DistUpgradeAufs.py and change line 74, its not doing any auto detection currently [17:37] Daviey, o suds: python-suds [17:37] [Reverse-Build-Depends: fence-agents] [17:37] please add a MIR (or zul) [17:43] doko: ack [17:45] doko: bug 898268 [17:45] Launchpad bug 898268 in suds (Ubuntu) "[MIR] suds" [Undecided,Incomplete] https://launchpad.net/bugs/898268 === zyga is now known as zyga-afk [18:06] barry: hm, lucid->precise using aufs actually looks encouraging, its much faster han I remember from the last time I tried it. but its still not fast at all, especially for big data sets [18:07] mvo: i used aufs in some vms and yes, it sure appeared to slow things down quite a bit [18:09] barry: I will give it a go on real hardware soon, but its better than i expeced. but dinner time for me [18:09] mvo: thanks! [18:10] yw === alessio is now known as quadrispro [18:56] smoser: I have a working patch for online partition resize if you're still interested in that [18:56] well, yes i am. [18:56] i saw ebroder's referenceof me a couple hours later. [18:56] i had just been talking about that with someone yesterday [18:57] cool... I patched the kernel and parted to be able to use it... successfully extended an ext4 partition online, and extended and also shrank a btrfs one ;) [18:58] did you say you have your own utility that does that resize right now before the root is mounted? [18:58] or do you use parted or something? [18:59] i script sfdisk [19:00] could you switch to parted without much difficulty? [19:00] probably. selection of sfdisk was to easily fit in ramdisk. [19:00] http://bazaar.launchpad.net/~cloud-utils-dev/cloud-utils/trunk/view/head:/bin/growpart [19:02] but if you're removing the need to fit in ramdisk, then parted would probably be ok. its already in the images. [19:02] ok.. well, if yuo can refactor the script to run from upstart instead of in the initramfs, and call parted, should be able to easily maximize the partition that way [19:02] yea [19:02] doesn't matter when it runs, though right ? [19:02] right [19:03] you tell parted to resize the partition, and give it the new end point, and it makes it so... though it does currently have an annoying warning, are you sure? prompt... not sure if that goes away when you put it in batch mode [19:14] hallyn: I could build qemu-linaro here, but I might have extra bdeps on my system [19:15] hallyn: so what error were you getting exactly? [19:21] lool: how exactly did you build? [19:21] hallyn: debuild [19:21] sbuild? pbuilder? debian/rules build [19:21] ok [19:21] with all build-depsinstalled [19:22] instlaled with 'apt-get build-dep'? [19:23] hallyn: with apt-get install, but that doesn't realy matter; passed dpkg-checkbuilddeps [19:23] never heard of that one [19:23] it's run as part of dpkg-buildpackage [19:24] hallyn: do you have a build log? [19:24] cnd: was that patch alread applied? cause I don't see it on the upstream branch [19:24] i think i've deleted it. i'll redo it with sbuild [19:24] dantti, which patch? [19:24] the hid power patch? [19:24] yup [19:25] dantti, which branch are you looking at? [19:26] cnd: nvm, I was looking at the wrong file, I thought the patch would be at hid-core, but it is at hid-input.. [19:27] ok [19:27] git log should show you the commit [19:28] cnd: btw I tryed to make the module and then insmod on my stock ubuntu kernel but it does not work :P I even tried to reboot on that kernel but it stuck, do you use it? [19:28] dantti, you have to build it using the ubuntu headers [19:28] go into the hid directory [19:28] then run: [19:28] make -C /lib/modules/`uname -r`/build M=`pwd` modules [19:28] I did make modules SUBDIRS=drivers/hid (worked for apt-get source linux...) [19:29] it worked for apt-get source linux because the headers were the same [19:29] but the headers are different between upstream linux and ubuntu [19:29] cnd: hmm right, thanks going home now, hopefully tomorrow I finish this patch :D === salem_ is now known as _salem [19:30] cool [19:30] good luck! === _salem is now known as salem_ [20:31] cnd: I have several compile errors doing that.. === salem_ is now known as _salem [20:42] dantti, there may be too much skew between the ubuntu kernel and the upstream kernel then [20:42] the easiest solution is to boot an ubuntu mainline kernel [20:42] and then try to compile again [20:42] but that assumes the current mainline runs well on your machine :) [20:42] can someoene push libubuntuone in oneiric-proposed out to oneiric-updates, and copy it to precise please? it's been in -proposed for 5 weeks, and i just realized it didn't get pushed out, and there was some confusion between it and the banshee update, so the bug didn't get marked as verification-done :( [20:45] dobey: a new version should be uploaded to precise after alpha1 [20:46] cnd: right, I tryied to boot on it but it didn't, I'll try again.. [20:47] micahg: and the oneiric update? [20:47] dobey: that's up to the SRU team :) [20:51] lool, I can't reproduce build failure now (sigh) sorry [21:07] psusi, i'm interested in seeing what you have. that would be nice. [21:07] smoser: I posted them today to the parted-devel mailing list [21:11] psusi, i see. thanks. i'll try poking at that later. are you expecting to put the kernel portion to lkml ? [21:12] smoser: yes [21:13] right now I'm adding another new BLKPG operation to get the partition info so parted can stop using the long depreciated HDIO_GETGEO ioctl to figure out where the partition starts [21:35] anyone have ideas on "device or resource busy" log info at https://jenkins.qa.ubuntu.com/job/precise-server-ec2/ARCH=i386,REGION=us-west-1,STORAGE=instance-store,TEST=cloud-config,label=ubuntu-server-ec2-testing/1/artifact/None/i386/m1.small/instance-store/i-835a3dc4/uec2-20111130-1920-5d6ee3bc489541-terminated.console.txt [21:36] the fsk.swap is understood (bad fstab) but xvda2 should have a filesystem in it and a fstab entry like: /dev/xvda2 /opt auto defaults,noexec,comment=cloudconfig 0 2 [21:39] hallyn: I got a full build completed here too in sbuild [21:40] lool: no idea what went wrong with my manual builds. All deps were installed, i swear. i'll save my ego by saying it was a transient error :) === zyga-afk is now known as zyga [21:57] ok... i opened a bug with some more info. bug 898373. [21:57] Launchpad bug 898373 in cloud-init (Ubuntu) "fsck.ext3: Device or resource busy while trying to open /dev/xvda2" [Undecided,New] https://launchpad.net/bugs/898373 [21:57] it seems strange to me. [22:01] smoser: maybe a race with udev probing the partition? [22:02] hm.. i'mnot sure. i would have hough tby the time mountall is running partition tables would have to be read. [22:02] but it definitely seems like a race to me. === Tim-away is now known as TimStarling [22:04] anyone know of a "hello world" debian package ? i just need a package to put into a ppa, the simpler the better. [22:05] the table may be, but udev may still be running blkid and such on the partitions [22:26] smoser: you mean like..."hello"? :) [22:27] (alternatively, hello-debhelper) [22:28] hello doesn't quite fit the bill of the simpler the better, but it does answer the first part of the question [22:30] "it does if you run mv debian/rules-dh debian/rules before uploading" [22:30] err, hello-debhelper, i guess [22:45] How does one definitively say that something is unseeded? [22:45] seems like something the +source page on launchpad should show [22:48] SpamapS: ./edit_acl.py can query by source package [22:48] SpamapS: "grep -r ~/data/code/seeds/" where that directory contains an up to date version of all the seeds, quite a few seeds also have a matching task, so if any of the binary packages have a Task assigned to them, they're definitely seeded [22:48] (from lp:ubuntu-archive-tools) [22:49] broder: won't edit_acl just query for packageset? [22:49] oh, right. seed, not packageset [22:49] (a few package sets are based on seeds, not all of them) [22:49] Seems like that would be a worthwhile ubuntu-dev-tools addition.. [22:50] i saw "launchpad" and went chasing down the lplib side of things [22:50] SpamapS: well, having a central location with the list would be nice (maybe it alreaddy exists though), then we can work on a tool to use it :) [22:50] yeah, AFAIK Launchpad doesn't know what a seed is [22:50] right [22:50] It does, sort of. [22:50] The publisher runs germinate [22:51] But really only internal to the publisher [22:51] StevenK: to set the Task field on the binary packages? [22:52] Yup. [22:53] ideally package sets and tasks really should be made visible/more visible on LP, we could deprecate a whole bunch of scripts once that's done (like the one I wrote to dump all the package sets on a web server) :) [22:55] Right, package sets are already exported over the API, what would help? [22:56] seeing them in the UI would be kind of nice I'd think [22:56] like I'd expect to see that ubuntu/precise/+source/edubuntu-menueditor is in the edubuntu package set [22:57] ubuntu/precise/+packageset/<> could work too [22:59] yeah, not having to point users/developers to the API would be a nice improvement :) [23:00] a "what can this person upload" page might be interesting as well (again easy with the API, not so much from the web UI) [23:01] stgraber: Right, so adding a portlet to ubuntu/precise/+source/edubuntu-menueditor that says "Packagesets: " is easy. Making those a link to a packageset is much harder. [23:03] stgraber: also, bug 876554 [23:03] Launchpad bug 876554 in ubuntu-dev-tools (Ubuntu) "Add a who-can-upload tool?" [Wishlist,Confirmed] https://launchpad.net/bugs/876554 [23:04] tumbleweed: that can be done today, take a look at edit_acl.py in ubuntu-archive-tools [23:04] and yes, a tool for parsing your dump would be nice (assuming it'll be around for a while) [23:04] micahg: yeah, I know, it's just not that important