=== xnox_ is now known as xnox === JoseeAntonioR is now known as jose === cr3_ is now known as cr3 === cr3 is now known as Guest7788 === TheLordOfTime is now known as teward === Guest7788 is now known as cr3 === cr3 is now known as Guest98044 === Guest98044 is now known as cr3 === cr3 is now known as Guest18723 [05:29] Good morning === Guest18723 is now known as cr3 === cr3 is now known as Guest74606 === Guest74606 is now known as cr3 === cr3 is now known as Guest36779 [06:59] jibel: could it be that the quantal-saucy-* tests on wazn actually use the quantal-trusty-* containers? [07:36] jibel: I'd like to add a grub workaround for bug 1060404, which breaks the quantal → saucy upgrades [07:36] bug 1060404 in lxc (Ubuntu Quantal) "update-grub runs and fails in containers" [High,Fix released] https://launchpad.net/bugs/1060404 [07:37] jibel: if I add the workaround to LXC's bootstrap(), is it true that I can just blow away the existing container and the job will regenerate it? certainly looks like it, but I don't know whether you did any customizations to the containers which need to be recreated then [07:37] pitti, Good morning [07:37] bonjour jibel, ça va ? [07:38] pitti, q->s use q-s containers, the profile was misconfigured with trusty as target release, but I fixed it and they should use q-s containers now [07:38] pitti, ça va bien et toi? [07:39] pitti, there is no customization to the containers, you can destroy them and they'll be recreated [07:39] jibel: je n'ai pas domi bien [07:39] pitti, you're training to support jetlag next week ? ;) [07:39] upgrade-tester@wazn:~$ sudo lxc-ls --fancy|grep quantal [07:39] heh [07:40] → only gives me quantal-trusty-*, no quantal-saucy-* [07:40] but http://d-jenkins.ubuntu-ci:8080/view/Upgrade/job/upgrade-ubuntu-quantal-saucy-desktop-amd64/27/consoleText confirms that it was running on wazn [07:40] Testing '/home/upgrade-tester/auto-upgrade-tester/profiles/trusty/ubuntu-quantal-saucy-desktop-amd64' [07:40] profilename: upgrader-ubuntu-quantal-trusty-desktop-amd64 [07:47] pitti, hm, looking [07:50] jibel: so I want to replace /etc/kernel/postinst.d/zz-update-grub if src_release == 'quantal'; I'd need to do that before starting the container, otherwise it would only be in the overlay, right? [07:52] pitti, if you do it in bootstrap() it will be done in the base container === Guest36779 is now known as cr3 [07:53] jibel: ah, you think it's better to always apply it in upgrade()? === cr3 is now known as Guest81216 [07:55] pitti, if the workaround must always be applied for quantal it doesn't hurt to apply it to the base image, does it? [07:55] jibel: no, it doesn't [07:56] jibel: and I don't see that I have rootfs and src_release in upgrade(), so it's easier there, too [07:56] it's modifying a conffile, so we should get a conffile prompt on that; but we can filter that out [07:57] I asked on the bug whether we should SRU it properly, then we can remove this again [07:59] pitti, I fixed profiles q->s to generate a container q-s, the target release was set to trusty, I forgot to commit my changes [07:59] jibel: ah, thanks [08:00] darn, I just started a build 3 seconds ago [08:00] but, there will be more runs :) [08:00] pitti, there is a whitelist for conffiles that are expected [08:00] in the test [08:01] jibel: oh, I don't see that in "share/post_upgrade_tests/test_conffiles.py [08:02] oh, you mean that checks which conffiles were already modified before the upgprade [08:04] pitti, I mean if there is a .dpkg-dist created because the file has been voluntarily modified before the upgrade, it can be ignored. [08:05] jibel: so whatever you changed for q->s, is that in bzr? there are no new commits [08:06] run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.5.0-45-generic /boot/vmlinuz-3.5.0-45-generic [08:06] pitti, in lp:~jibel/+junk/auto-upgrade-testing_profiles/ [08:06] disabled to work around LP#1060404 [08:07] banzai! [08:07] jibel: ah [08:07] I'll move them back to trunk [08:07] I wonder how bootstrapping the quantal containers worked without that in the first place [08:07] merge them actually [08:08] upgrader-ubuntu-quantal-saucy-server-amd64 RUNNING 10.0.3.45 - NO [08:08] jibel: ^ confirmed, thanks [08:24] pitti, what's the problem with unity, python-apt,... and python:any in http://d-jenkins.ubuntu-ci:8080/job/upgrade-ubuntu-precise-trusty-desktop-i386_vm/25/console [08:27] jibel: filed a while ago as bug 1271237 [08:27] bug 1271237 in ubuntu-release-upgrader (Ubuntu Trusty) "precise → trusty upgrade: packages fail due to python:any dependency" [High,Triaged] https://launchpad.net/bugs/1271237 [08:27] jibel: in short, we need to teach apt or u-m to first upgrade dpkg and apt, then the rest [08:27] precise's apt doesn't understand python:any dependencies yet [08:27] pitti, ah right, thanks [08:28] jibel: I have that, bug 1279424, and bug 1060404 [08:28] bug 1279424 in xorg-lts-transitional (Ubuntu) "Needs to clean up /usr/lib/xorg/protocol-precise.txt" [Undecided,Triaged] https://launchpad.net/bugs/1279424 [08:28] bug 1060404 in Auto Upgrade Testing "update-grub runs and fails in containers" [Undecided,In progress] https://launchpad.net/bugs/1060404 [08:28] with these fixed, we should have a lot of green [08:29] hm, yesterday we also had that conffile prompt, searching where that was [08:33] pitti, it was precise-trusty-server-tasks IIRC [08:34] hm, building the container got stuck === Guest81216 is now known as cr3 === cr3 is now known as Guest47825 [09:05] jibel: the workaround worked, now I get a conffile failure on that file: http://d-jenkins.ubuntu-ci:8080/view/Upgrade/job/upgrade-ubuntu-quantal-saucy-server-amd64/28/artifact/results/bootstrap.log [09:06] ah, I should probably move the original file to dpkg-dist in teh workaround, so that the "new changed conffile" detection works [09:07] no, I misunderstood that; I'll just whitelist it [09:07] pitti, http://paste.ubuntu.com/6924523/ should be enough [09:08] +/tmp/ [09:08] right, that's what I'm doing now [09:11] jibel: http://paste.ubuntu.com/6924537/ [09:11] pitti, LGTM [09:18] green! === Guest47825 is now known as cr3 === cr3 is now known as Guest4601 === rbasak_ is now known as rbasak [10:52] Morning all === Guest4601 is now known as cr3 === cr3 is now known as Guest47646 === Guest47646 is now known as cr3 === cr3 is now known as Guest30002 === zequence_ is now known as zequence === _salem is now known as salem_ === Guest30002 is now known as cr3 === cr3 is now known as Guest60091 === Guest60091 is now known as cr3 === cr3 is now known as Guest33354 === Guest33354 is now known as cr3 === qwebirc914663 is now known as slickymaster-job === Guest38617 is now known as Claudinux === Claudinux is now known as Guest43087 === Guest43087 is now known as Claudinux_ [17:31] can anyone reach https://wiki.ubuntu.com/QATeam/Roles/Tester? [17:33] so weird, I can't get to it on my mainbox.. wild [17:34] working fine for me [17:35] ty mrgoodcat :-) Good to know the crazy begins and ends here [17:36] I know the ubuntu wiki is caps sensitive, could that be your issue? [17:41] well now it's working. I was getting server 400 errors [17:41] * balloons rattles head [17:41] good point on the caps sensitive though! [17:41] https vs http as well [18:00] it is the only caps sensitive website i can remember seeing in a while [18:01] actually i just tested a few and apparently caps sensitive is normal behaviour and i never noticed [18:01] :-) === bfiller is now known as bfiller_afk [19:13] host names on URLs are not caps-sensitive, but the rest of it will probably be (certain on Unix servers, unknown on Windows ones) === bfiller_afk is now known as bfiller [19:21] I'll take the high road on this one and blame, well let's see.. nyan.cat [19:25] balloons: you have mail [20:49] phillw, ty ;-) [20:50] balloons: yvw... I do lurk :) === salem_ is now known as _salem