=== zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine [00:42] lifeless: believe so, it certainly had raid6 code last I looked [00:43] not sure how well-tested but I think it's been at least tried ... [00:46] cjwatson: cool, thanks. [00:46] cjwatson: I'll poke around, I just couldn't seem to get a clear 'should' or 'no chance' from google ;) [01:40] smoser: regarding bug #1080841, what was the use case for overlayfs on /etc/init? [01:40] bug 1080841 in cloud-init "should reload configuration if an upstart job is added" [Medium,Fix committed] https://launchpad.net/bugs/1080841 === suodla is now known as dous_ [02:45] lifeless, I know it works for raid5, and there is a raid6 module as well, so I assume it works too [02:45] ok cool [02:46] * lifeless is nearly ready to cut over his migrated home server [02:46] migrated? [02:46] psusi: same chassis, 4 new 3TB disks in an external enclosure; [02:46] I was playing with grub today trying to come up with an install that has everything in the core image since with partitions being 1mb aligned these days, there's plenty of room for it... be nice to have access to everything you might need to recover from a failed boot [02:47] psusi: once its all checksummed etc I'll move them inside the chassis [02:47] psusi: but I'm tossing the seperate /boot [02:47] I have a server at work that only can boot from cd, so now that cd installs are no longer supported, recovering on it is a pain when grub fails as it did for me the other day [02:47] psusi: in favour of gpt + bios boot partition [02:48] hrm... 3 tb? make sure /boot partition is under 2tb [02:48] the old disks are from - uhm, 2007 IIRC. [02:48] psusi: no /boot at all; a ef02 partition instead [02:48] psusi: thats 10MB [02:48] you'll need a /boot since the bios can't access past 2tb [02:49] or you might get it to work with the grub ata disk module to bypass the bios [02:49] fallback plan is a usb stick shoved in the front :) [02:49] no uefi? ;) [02:49] motherboard was made in 2007. [02:50] at least it boots from usb.. my server at work won't even do that [02:50] it even has a floppy drive [02:51] to get it to boot I finally ended up booting the precise server cd in recovery mode, mounting the drives, and using kexec to boot the installed kernel ;) [02:54] but yea, watch out for the 2 tb limit... if parts of the fs needed to access the kernel and initrd are above that, you'll have a problem [02:56] I thought that was a fdisk partition table limit [02:57] it's that too, but it is also a bios limit iirc... 32 bit lba in the extended lba bios disk call [02:57] afair [02:57] :( [02:57] will find out [02:57] That's why I have a /boot as the first partition on large disks [02:58] hrm... time to go look up extended int 13 again [02:59] oh wait.. no... looks like the extended int13 is 64 bit according to wikipedia [03:00] though most biosen probably ignores the upper 32 bits ;) [03:02] lifeless, oh, and the bios_grub partition only needs to be 1MB... even when I threw everything and the kitchen sink into the grub core image today it was just a hair over 512k [03:03] which it turns out is too large to load in real mode ;) [04:20] Sigh. I'd appreciate any suggestions why opendkim now FTBFS? There does not appear to be anything in the diff between the two uploades - http://paste.debian.net/234349/ - that at all relates to the build failure: https://launchpadlibrarian.net/131287010/buildlog_ubuntu-raring-i386.opendkim_2.8.0~beta4-1_FAILEDTOBUILD.txt.gz - openldap hasn't changed either. Was there a recent change in linker behavior? [07:01] Good morning === tkamppeter_ is now known as tkamppeter [08:17] good morning === smb` is now known as smb [08:41] tjaalton: I was looking at https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-mutter/113/artifact/mutter.log and discussed that with upstream; they said that our libxi package is "marked as a version that supports barriers, but we reverted that feature" [08:41] tjaalton: is that known? [08:41] pitti: this is new mutter? [08:42] tjaalton: upstream git head, yes [08:42] PKG_CHECK_EXISTS([xi >= 1.6.99.1], [08:42] AC_DEFINE([HAVE_XI23],[1],[Define if you have support for XInput 2.3 or greater])) [08:42] tjaalton: it's doing that -- would it be prudent to also revert the version in the .pc while the "revert barriers" patch is applied? [08:42] we're staging the upstreamed barrier events stuff in canonical-x/x-staging, needs unity ported until it's useful [08:42] oh [08:43] yeah I accidentally uploaded the new libxi to raring [08:43] that sounds doable yes [08:46] tjaalton: mind if I just do that, or would that disrupt some git/bzr packaging tree? [08:46] pitti: nah just do it, I'll pull the diff if needed [08:46] need to hardcode it in xi.pc.in [08:46] tjaalton: ok, thanks; I don't see a .pc change in http://launchpadlibrarian.net/130564301/libxi_2%3A1.6.1-1_2%3A1.6.99.1-0ubuntu1.diff.gz , I guess it's determined from configure.ac [08:47] yep [08:57] Who should I ask for NEW processing? === henrix_ is now known as henrix [09:49] HI im going to fix this https://bugs.launchpad.net/hundredpapercuts/+bug/694283 so how to check installation fixes any idea? [09:49] Ubuntu bug 694283 in One Hundred Paper Cuts ""Encrypt my home folder" should be disabled when "Log in automatically" is selected" [Low,Confirmed] [09:53] what would be preferable for a debootstrap SRU patch : Merge proposal or debdiff ? I'm fine with both [09:53] this is for Lucid btw [09:54] caribou: don't much care but I find MPs a bit awkward for stable releases to be honest [09:55] cjwatson: ok, I'll attach a debdiff to the bug [09:57] cjwatson: btw, I had to slightly adapt your commit: yours used checksum & verify_checksum while the old version was still using md5/check_md5 [09:59] Doesn't surprise me [10:06] caribou: cjwatson: so im working on papercuts [10:07] cjwatson: caribou: i want to test those after fixing [10:10] Dedunu: my guess is that you'll need to recreate the install media to test it, but I'm not an expert @Ubiquity [10:10] Dedunu: that's partly what I had to do to test my debootstrap fix [10:11] Dedunu: I used https://help.ubuntu.com/community/InstallCDCustomization to rebuild my archive [10:14] with ubiquity it's easier to just boot into a live session, apply your fix to the installer (which you can generally do just with an editor since it's mostly in interpreted languages, or perhaps by scp-ing files into place), and then run the installer [10:14] caribou: cjwatson: im a starter its better to keep it away for a while [10:14] recreating the install media is usually about ten times more work :) [10:14] i think it is very easy to fix but hard to test for me [10:14] *if* you already know what you're doing [10:15] i thought recreating installation media it easy [10:15] cjwatson: true, I just went through that pain :-/ [10:16] Dedunu: it's considerably more effort than editing a file [10:16] no matter what way you slice it [10:16] hmm [10:16] thanks guys ill look into something else [10:16] on papercuts [10:23] ntfs-3g (1:2013.1.13-1) raring; urgency=low [10:23] xnox: ^- uh, didn't you just steal a Debian version number? please don't do that ... [10:24] * cjwatson anticipates future merge pain :( [10:25] cjwatson: yes i did. [10:25] =( [10:25] and it even has ubuntu changes, so it totally should have been -0ubuntu1 [10:25] ruh roh [10:26] tkamppeter, pitti: as you maybe saw, I uploaded cups 1.6.1-2, that you can just sync. [10:26] * xnox ponders about 1:2013.1.13-1+0ubuntu1 [10:29] * xnox files a bug against bzr-builddeb [10:37] Riddell, hey, I just newed qtscript, only source left in the queue is qt3d ... did you start looking at this one? [10:45] seb128: I've not looked at it no [10:45] Riddell, do you plan to today? or should I give it a try? ;-) [10:47] seb128: looking at New queue is on my todo for the day but low down [10:47] seb128: so either do it yourself or keep poking me to do it [10:48] Riddell, ok, I will get started on it then, let's see if I manage to go through this one, I will let you the other stuff in the queue then ;-) [10:48] OdyX: thanks! [11:13] m4n1sh! Long time no see! [11:24] Why is firefox still not using the system libcairo2? the integrated libcairo2 has a bug that prevents it from unsing gnome3 subpixel rendering (I have BGR monitor but only FF renders RGB rainbow fonts, very annoying to read)...? [11:33] cjwatson: any news on updating live-build? [11:39] syntroPi, I think you have just explained a bug I have been suffering from for years ... For me, Firefox and Thunderbird fonts are extremely hinted, while all other apps look fine [11:44] mpt there were bugs in libcairo2 from ubuntu which caused it not to respect gnome subpixel rendering set from BGR to RGB. there was a patch for that (a switch statement had a "break;" missing) and in newest version on quantal it seems to be resolved. but thats only system libcairo2, the ff version still seems to have this bug included therefore I suspect it not to use "--enable-system-cairo" [11:46] but maybe thats for a reason since ff uses heavy patched versions of cairo2 [11:47] Perhaps firefox's cairo could pick this other patch up then [11:47] i hope it would be integrated but im not sure im competent enough to submit such a patch [11:58] mpt: yeah. Your mockup has been implemented and added to alm. Only if I could get the thing working. Some gtk issues and as usual autotools is acting weird [11:58] m4n1sh, awesome! (Took me a few seconds to work out what "alm" meant) [11:58] oh yeah. sorry for that. I should call it privacy [11:58] m4n1sh, I think it would be fine for all those buttons to be square, actually [11:59] is there a way to override the theme? [11:59] They aren't a radio set, or a navigation set [11:59] I don't know, sorry, that's more of a question for Cimi [12:01] yeah. I think so. First I need to get that gtk issue solved. The application isn't showing the window. I know very stupid issue, but I think I made some change which broke it [12:16] someone here who knows the internals of firefox package and willing to help me with integrating a known patch to libcairo2 in it? [12:17] am currently compiling it to take a browse at the patched sources [12:17] and that thing is _HUGE_ [12:20] syntroPi, talk to chrisccoulson [12:23] seb128, thx but i will need some time to gather all info when the compile is complete... [12:23] syntroPi, well, you asked "who", I just replied to that [12:23] yup === _salem is now known as salem_ === Quintasan_ is now known as Quintasan [12:40] what is libaudit-dev for? New pam uses it and is getting in the way of my bootstrap [12:40] can I just turn it off? or does it need to be made to work, along with libcap-ng (which woulw need de-swiging) === Zic is now known as Guest38252 [12:46] wookey: -> slangasek [12:46] but from the changelog: [12:46] * Enable audit support, by popular demand. This should have no major [12:46] impact unless you're also running auditd; but I reserve the right to [12:46] disable this again in the event that this causes a performance hit or [12:46] breaks upgrades (since the dependency is pulled into libpam, not just [12:46] into pam_tty_audit). Closes: #699159, LP: #937005. [12:46] Launchpad bug 937005 in pam (Ubuntu) "pam_tty_audit.so is missing in oneiric/precise" [Undecided,Fix released] https://launchpad.net/bugs/937005 [12:47] there is a --dsiable-audit know so I shall use it [12:47] Disabling it for the bootstrap doesn't seem like it would be a massive problem, based on that. I'm not sure whether that's the correct place to insert a stage. [12:47] yes. It may be better to build libcap-ng without language bindings, but this'll do for now === yofel_ is now known as yofel [12:49] I got rid of a bootstrap-modified package momentarily as nice new pam had updated autofoo, but then it broke with audit :-( [12:49] pitti: just read your reply to my email about apport mods for kdump-tools [12:50] pitti: looks like I may have mixed up the order. Which solution do you think would be better to implement ? [12:50] pitti: have the upstart script traverse the /var/crash/{timestamp} dirs or /usr/share/apport/kernel_crashdump ? [12:51] /usr/share/apport/kernel_crashdump does all the processing you want, but that's just my gut feeling [12:51] caribou: I don't have a strong opinion either way, but smearing out the logic over many doesn't seem to make things easier [12:51] caribou: bbl, lunch [12:51] pitti: sure, ttyl === geryon66 is now known as geryon6 [13:01] pitti: any chance to check https://bugs.freedesktop.org/show_bug.cgi?id=53029 ? :) [13:01] Freedesktop bug 53029 in PAM module "There is no authentication function when printing using CUPS on the network" [Major,Reopened] === fisted_ is now known as fisted === Guest38252 is now known as Zic === doko_ is now known as doko === wcchandl1r is now known as wcchandler === wedgwood_away is now known as wedgwood === dous__ is now known as dous_ === dous_ is now known as dous [14:49] dupondje: re (meeting) [14:50] dupondje: I'm afraid this bug doesn't tell me anything -- it speaks about LibreOffice, cups authentication, and is against ConsoleKit !? [14:53] Now that cd size doesn't really kill us anymore can we put real vim on the default install again? === unix is now known as megha [15:00] jcastro: can't say I'd object, certainly ... [15:00] * cjwatson ← hugely biased [15:01] yeah me too, I mean, it's some kind of law, we have to have vi, and the one in there isn't very good. [15:02] I am wondering if it's worth bringing up seriously, or if it's too geeky [15:06] pitti: well didn't create that bug :) The issue is that when printing in LibreOffice to a network printer (samba), it doesn't ask a password [15:06] so the print job cannot be sent to the network printer [15:07] if you print in gedit for example, it just gives a popup for credentials [15:07] * xnox would like to change nano to have -E option enabled by default [15:08] jcastro: only if we add zile as well [15:08] xnox: that would be bad for makefiles :) [15:08] tjaalton: but it's totally bad for python files [15:09] dupondje: I reassigned it to LibO [15:09] * xnox ponders to wrap a file call around nano to set -E for python. [15:10] pitti: thx, I guess its libreoffice gui that should ask for a passs? [15:10] dupondje: they have their own dialogs, yes; they don't use the GTK ones [15:11] k :) cause not being able to print in a office package is quite a blocker imo :P [15:12] well, it's one rare use case [15:13] it doesn't seem to me that a lot of office workers woudl be required to supply a password every time they print [15:13] password protected print share isn't that weird [15:13] anyway :) should get fixed [15:17] actually that's the wrong way round isn't it === zz_jackyalcine is now known as jackyalcine [15:17] whats wrong with his connection ? [15:18] * ogra_ doesnt see crazy join/part messages or so [15:18] woo, thanks cjohnston [15:18] cjwatson: [15:18] it was broken some days ago but Fuchs removed the ban last night [15:18] oh [15:18] * ogra_ sees the other channel [15:18] 00:08 -!- mode/#ubuntu-devel [-b *!*@ubuntu/member/evand$##fix_your_connection] by Fuchs [15:18] yep [15:18] So I didn't actually do anything other than accidentally restore it briefly :) [15:19] * ogra_ found the answer in #ubuntu-context :) [15:19] (also called -release) === zequence_ is now known as zequence [15:42] all right so when you boot without 'quiet splash', after the boot text has scrolled by, the text font changes right before x starts.. is that the console-setup-tty done the udev rule (85-kbd-cofig)? [15:42] or the actual loading of fb module? [15:45] there are two console-setup runs ... one is from the udev rule the other from an upstart job [15:45] (both do the same afaik) [15:46] and if you set FRAMEBUFFER in your initrd config you can enable a third one in the initrd [15:46] (or if you use break=) [15:46] right i've commented out the one from upstart [15:46] (locks up right after that) [15:46] then it should be the udev rule [15:47] ok thanks [16:04] wookey, cjwatson: I've actually already had to re-disable libaudit in Debian because unstable is still using libaudit0 which isn't multiarched; so if you guys think this is a problem for bootstrapping we can back it out in Ubuntu too for now. Though in any case, stage patches welcome === francisco is now known as Guest60673 [16:20] so, I keep getting "Connection was refused by other side: 111: Connection refused." with current juju in raring and CanoniStack/EC2; that did work until some weeks ago; is anyone else using this? [16:22] (both for bootstrap and for status) [16:23] btw - does someone know some xmodmap/xkb editor which can be used by person lacking any knowledge of x11 internals? [16:23] slangasek: I feel stagifying pam for this would be the wrong answer; best to do the staging further down, I think in libcap-ng in this case [16:23] I used xev to determine keycodes, and then just write reasignments into ~/.xmodmaprc [16:23] hrw: ^ [16:25] pitti: chromebook is nice laptop for travelling but lack of pgup/dn and delete keys makes some things complicated [16:26] hrw: my ~/.xmodmaprc swaps Escape and Caps Lock [16:26] I need Esc all the time (vim), but never ever Caps Lock [16:27] I usually have Ctrl on CapsLock [16:27] \ [16:27] Chromebook has Meta instead of CapsLock [16:38] slangasek: I've done a stage patch. Will file shortly [16:40] wookey: thanks [16:45] filed https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1126404 [16:45] Ubuntu bug 1126404 in pam (Ubuntu) "pam needs a build profile for bootstrapping without libaudit" [Undecided,New] [16:51] Ah, I hadn't realised audit needed explicit porting to new architectures [16:51] Fair enough then [16:52] also the audit defines for arm is in but for x86 === Tonio_ is now known as Tonio_aw [16:52] * i believe [16:52] AUDIT_ARCH_ARM === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine [17:13] wookey: are you planning to proposed that patch for pam to debian too? [17:15] bigon: "16:04 wookey, cjwatson: I've actually already had to re-disable libaudit in Debian [...]" [17:15] in the installer i see things such as debconf: --> GET netcfg/get_ipaddress followed by debconf: --> INPUT critical netcfg/bad_ipaddress [17:15] but im not sure where in the code for the installer this is located [17:15] stokachu: apt-get source netcfg [17:15] cjwatson: ah well, thanks [17:16] ah there we go [17:16] and that's due to preseeding static networking without preseeding all the necessary things that go with it [17:16] wouldn't happen interactively - you'd be asked for the IP address [17:17] i think from the logs it stated it was using ubuntu-server preseed file [17:17] lemme double check [17:17] Certainly not the stock one on server CD images [17:17] Command line: file=/cdrom/preseed/ubuntu-server.seed vga=788 initrd=/install/initrd.gz DEBCONF_DEBUG=developer [17:17] thats not one we provide? [17:17] We do, but I bet that's been modified by somebody somehow [17:17] Because our default preseeding does not use static networking [17:18] It should be possible to see what that file contains a bit earlier in the log, when file-preseed runs [17:18] the OP stated that in debug mode it will ask the user for static ip [17:19] Somebody's probably preseeded netcfg/use_autoconfig=false, or interactively answered an equivalent question [17:19] and without it is when the malformed IP address error is shown during interactive mode [17:19] ok [17:19] If you show me the whole bug and syslog I can look [17:22] ah, right, it's fallen back to static networking because DHCP failed, I guess [17:23] yea it looks like the link isn't ready in time [17:23] cjwatson: i pm'ed you the case === JanC_ is now known as JanC [17:24] the link seems to become available and it looks like we try to get the ipaddress from that [17:24] and thats where the failure occurs with the malformed ip === dpm_ is now known as dpm [17:25] Don't agree :) [17:25] I'm following up to the bug [17:26] But the IP address error is a red herring [17:26] bigon: pretty much everything I've filed in last month needs to go to debian too [17:26] but I've not got round to making corresponding patches for whatever the debian version is [17:29] stokachu: followed up [17:29] cjwatson: interesting, do you think b/c dhcp took longer than someone was willing to wait they cancelled it [17:29] ? [17:30] stokachu: look at the timestamps though [17:30] ah yea [17:30] If they did cancel it deliberately they were bloody quick off the mark [17:30] someone had a trigger finger [17:31] Which is why I was wondering if somebody might have left a book on the F12 key :) [17:31] Or something along those lines [17:31] hah ok ill see if they can run some more tests [17:31] cjwatson: thanks :) [17:32] Actually, following up again [17:34] what was the replacement for jockey in quantal? [17:35] ubuntu-drivers [17:35] -common [17:41] * ogra_ wtaches doko tunring into a gamer [17:41] :) [17:41] doko: last tab in software sources if you're asking where the gui is (yeah that makes no sense to me either) [17:42] it didnt make much sense where it was before either ... [17:42] when we had it pop up and show a notification icon, that made sense ... [17:42] but that is gone [17:55] stokachu: demonstration: boot a server image in kvm and hold down enter. you'll see exactly the same effect. [17:55] ah interesting [17:56] yea from the SS itlooks like they are using some virtual console through ilo to do the installation === chuck_ is now known as zul === henrix is now known as henrix_ === henrix_ is now known as henrix [18:06] hallyn: have you seen anything like bug #1126488, by chance? [18:06] bug 1126488 in dnsmasq (Ubuntu) "libvirt instance of dnsmasq in raring fails to forward DNS requests" [Undecided,New] https://launchpad.net/bugs/1126488 [18:08] slangasek: no, not that i've noticed [18:08] zul: ^ ? [18:08] ok [18:08] slangasek: does this look like it? https://bugzilla.redhat.com/show_bug.cgi?id=894486 [18:08] (but for most vms that i end up hitting the net with, i don't use libvirt) [18:08] bugzilla.redhat.com bug 894486 in vulnerability "CVE-2013-0198 dnsmasq: Incomplete fix for the CVE-2012-3411 issue" [Low,New] [18:08] hallyn: nope [18:10] slangasek: 2.66test13 has a fix for the fix for the fix.... see if https://launchpad.net/~mdeslaur/+archive/testing dnsmasq fixes your issue? [18:10] sarnold: thanks, I'll give it a try later today [18:58] xnox: do you know the status of bug #1095117? You had it marked 'in progress', someone else marked it 'fix released', I've just seen the crash here [18:58] bug 1095117 in software-center (Ubuntu) "update-software-center-channels crashed with NameError in trigger_axi_update_and_wait(): global name 'GLib' is not defined" [High,Fix released] https://launchpad.net/bugs/1095117 [18:58] sarnold: looks like mdeslaur's package fixes the dnsmasq issue [18:59] slangasek: i know the fix went into lp:software-center. I did request for it to be released into raring + stable releases. [18:59] ok [18:59] I don't know if it has or not. [19:00] xnox: I've reopened the bug; it's still assigned to you, dunno if that's correct [19:00] we have an software-center uploader now [19:00] maybe i should just cherry pick.... [19:01] dobey: can you cherry-pick bug 1095117 into raring/quantal/precise (i think it applies to all three)?! [19:02] bug 1095117 in software-center (Ubuntu) "update-software-center-channels crashed with NameError in trigger_axi_update_and_wait(): global name 'GLib' is not defined" [High,Triaged] https://launchpad.net/bugs/1095117 [19:07] xnox: well, i plan to do a software-center release as soon as i can. i don't know when i'd be able to get the quantal/precise SRUs done though [19:07] dobey: that bug is high on errors [19:07] my cup, it overfloweth with things i need to do [19:07] =/ [19:07] * xnox notes down to buy a bigger cup for dobey [19:07] no worries =) [19:08] xnox: ok, there are a few others too. and the switch to python-oauthlib has created a few critical issues; [19:08] dobey: will you be able to pick things up if I cherry pick and upload stuff and not loose it in subsequent uploads? [19:08] switch in u1 [19:08] /o\ [19:08] xnox: i don't know what you mean by cherry pick exactly. software-center is a native package (and a pain) [19:09] xnox: if you want to propose branches against the older series, i can review them though, and you can make releases into {precise,quantal}-proposed from the appropriate series branches i suppose [19:10] dobey: oh is that how you manage it, sounds good. [19:10] dobey: which branches are used for what? [19:11] well 5.2 and 5.4 easy =) [19:11] xnox: no. i only started dealing with software-center recently. so mostly nothing is how i would generally manage things at the moment :) [19:12] but that will change soon [19:12] i'll follow current state of affairs and i hope that won't break things much for the future [19:12] dobey: will it be autolanding? [19:12] xnox: only trunk is managed by tarmac at the moment [19:13] i haven't had time to deal with getting all the older branches converted to it [19:14] xnox: but just go ahead and include the changes to debian/changelog in your branches for the older series as well, and i'll review/merge them, and then you can do the releases into -proposed for them [19:14] ack. [19:15] jamespage, do you mind having bnd (and deps) in main? [19:15] to generate osgi files [19:22] bdrung, well, you added apparently hardening flags for these lo b-d's but did forget to add verbose build logs ... so how to validate from the build log? === rickspencer3_ is now known as rickspencer3 [20:10] slangasek: ping [20:11] cjohnston: heya [20:17] bdrung, I had to look at the debdiff to understand "Fix hardening-no-fortify-functions lintian warning." [20:32] slangasek: sorry. on shift and got a call right after i pinged you. iirc you were working on a fix in lp as far as blueprints being exported [20:34] cjohnston: well, once upon a time I was; IIRC though, Curtis nacked that branch [20:34] slangasek: Do you remember the reason? [20:34] let me see if I can find it in LP [20:35] https://code.launchpad.net/~vorlon/launchpad/lp.994110/+merge/105078 [20:36] slangasek: i haven't made it back yet, and am still on my cell so i can't open the link right now [20:36] cjohnston: I frankly didn't understand that response, so I haven't followed up [20:37] ok. ill look when i get back. it's something I'm very interested in right now. [20:37] '"We should only need to target the blueprint to the sprint to get it into the scheduler" is the insight needed to do the proper fix. Re-targeting is not updating the SpecificationDefinitionStatus for the drivers and workers to make it clear the definitionneeds to be realigned with the rest of the work for the series.' [20:37] I guess he means that this should be fixed deeper in LP, such that when you retarget a blueprint, the definition status is automatically changed [20:38] however, sprint != series [20:38] so I'm not sure I agree with that [20:38] hrm. ok. [20:40] thanks slangasek === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === henrix is now known as henrix_ [20:55] slangasek: fwiw, I read what he wrote as that the definition shouldn't be relevant to the blueprint being exported.. The blueprint should be exported if the blueprint is proposed for a sprint AND accepted for a sprint, regardless of what the definition is.. So removing the logic for the definition effecting what appears on the list [20:56] cjohnston: well, except that was what my branch implemented and he rejected it? :) [20:58] He didn't reject it, he put a comment on it.. I am unable to tell from his comment if he is in favor of the change or not. [20:59] nm. I stand corrected [20:59] missed that === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === salem_ is now known as _salem === zz_jackyalcine is now known as jackyalcine === wedgwood is now known as wedgwood_away === wedgwood_away is now known as wedgwood === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine [22:52] kirkland, https://launchpad.net/ubuntu/+source/ssh-import-id/3.12-0ubuntu1/+build/4304611 [22:52] doko: hi [22:52] * kirkland looking [22:53] doko: thanks [23:01] doko: why didn't I get a build-failure message? [23:03] kirkland, I don't know [23:09] slangasek: a fresh install of raring64 seems to reproduce the unable to install wine1.4:i386 without any additional futzing, not sure why it wasn't working in a chroot for you (maybe no ubuntu-desktop?) [23:10] YokoZar1: it was a chroot, definitely no ubuntu-desktop installed [23:10] slangasek: Yeah so the conflict is probably with some default but not essential package [23:17] YokoZar1: could you upload wine? [23:21] mlankhorst: new wine1.5 to PPA? If it doesn't require any changes to the patches, sure. [23:21] afaict probably not [23:21] mlankhorst: kk [23:21] thanks