=== chihchun_afk is now known as chihchun === iahmad is now known as iahmad|afk [09:01] good morning all o/ [09:11] hey DanChapman, how are you? === chihchun is now known as chihchun_afk [09:21] wow that was extreme 'juju bootstrap' filled 16GB of RAM and then killed my box :-S [09:21] pitti i'm good thanks and yourself :-) [09:22] DanChapman: very well, thanks! === chihchun_afk is now known as chihchun [10:37] good morning all [10:37] morning slickymaster o/ [10:38] hi, DanChapman. Good morning and congratulations on your Ubuntu membership [10:38] slickymaster, thanks :-) [10:38] DanChapman: np, it was trully deserved [10:58] Morning all === _salem is now known as salem_ [11:35] davmor2: good morning [11:39] jibel, hey it looks like the custom install tests are catching bug 1066152 nicely :-). I pushed a fix for the tests failing on the Encoding error but I don't get the ones like ubiquity_ap-ubuntu_devel_daily-test_english_lvm that are failing when ap checks the app snapshot. Do you have any idea why? [11:39] bug 1066152 in ubiquity (Ubuntu) "advanced partitioning page is labeled "Installation type"" [Low,Confirmed] https://launchpad.net/bugs/1066152 === chihchun is now known as chihchun_afk [14:13] good morning! [14:28] hey elopio, good morning! how are you? [14:29] I'm great pitti. How about you? [14:29] elopio: quite fine, thanks! [15:20] plars: good morning, sir. Re the change to the tests adding saucy & trusty to the sudoers: I am surprised it worked before, and the only way I can see it working is the test was being run as root [15:21] plars: which would not have been a good idea ;-) [15:21] hi hggdh, good to see you :) [15:21] plars: the hell of it is... I miss the whole shebang :-) [15:22] hggdh: :) [15:22] hggdh: psivaa and I are in a meeting right now, but I think he has it sorted. Systems are in the middle of a big physical move right now, so a lot of changes are coming after that's complete too [15:23] plars: yes, I could see this change happening by the hostname changes [15:23] and sorry for distracting you from the meeting [15:41] hggdh: hey, nice hearing from you :) [15:41] and thanks for the review on that MP [15:44] psivaa: hi, good to see you around & kicking :-) [15:45] heh :) [15:46] hggdh: i dont think the tests are being run as root, but somewhere NOPASSWD gets set for sudo for saucy in the setup, i still failed to see where [15:58] psivaa: on a standard install this should never happen... somebody is setting it somewhere [15:58] hggdh: yep, that i was able to validate that it does not happen soon after the install step [15:59] psivaa: I will have a go at the test setup code, and see if I can stop anything [16:09] s/stop/spot/ # sigh [16:34] DanChapman, Good Evening [16:41] DanChapman, I've done some changes to code [16:42] DanChapman, Can you please review that [16:49] senan, hey there :-) i will go take a look now. [16:50] DanChapman, thank you very much :) [17:00] senan it looks like you have deleted all the other tests from your branch?? [17:05] DanChapman, No [17:06] evening peeps [17:06] evening elfy :-) [17:07] DanChapan, I can see all the tests http://bazaar.launchpad.net/~senan/ubuntu-autopilot-tests/DiskUsageAnalyser/view/head:/test_diskUsageAnalyzer.py [17:08] DanChapman, All the other test means [17:09] senan wheres the ubuntu_autopilot_tests directory with all the other application tests gone? and the debian directory is missing aswell if you look at the diff for you branch it says Diff: 2429 lines (+118/-2130) 28 files modified. So you have lost the directories at some point :-) [17:10] DanChapman, I've reinstalled OS and copied the test to that directory [17:12] senan, you need to get a new branch and add your test to that then push it back up with all the other tests [17:13] DanChapman, what the correct way of doing that [17:14] DanChapman, this is my directory structure ~/ubuntu-autopilot-tests/ubuntu_autopilot_tests [17:14] all the tests are there inside that [17:18] senan what does bzr status say? [17:19] DanChapman, unknown: ubuntu_autopilot_tests/DiskUsageAnalyser/ [17:21] senan run bzr add just so we know everything is added to the branch. [17:22] senan, so in your ubuntu_autopilot_tests/ directory you have gedit, shotwell, eog etc?? [17:22] yes [17:22] DanChapman, I copied the DiskUsageAnalyser directory to ubuntu_autopilot_tests [17:24] try committing and pushing again if their not there after that then it's probably quicker to get a new branch and start a fresh adding your test again etc [17:25] DanChapman,bzr: ERROR: No changes to commit. Please 'bzr add' the files you want to commit, or use --unchanged to force an empty commit. [17:26] do bzr commit --unchanged [17:28] DanChapman, now I should run lp:~senan/ubuntu-autopilot-tests/DiskUsageAnalyser this right [17:29] yes bzr push lp:~senan/ubuntu-autopilot-tests/DiskUsageAnalyser [17:29] I hated bzr for ages ... DanChapman will remember :) [17:30] elfy it's not so bad now though is it?? [17:30] DanChapman, bzr: ERROR: These branches have diverged. See "bzr help diverged-branches" for more information. [17:31] DanChapman: I've not used it for ages :D [17:32] nothing to merge/write needing it for me [17:32] senan I thought that might happen. :-) WHat i would do now is copy your test to another directory just so you have a safe copy, then we will revert to the last known good revision let me find which one [17:32] * DanChapman scuttles off to launchpad [17:33] senan once you have copied your test run bzr revert -r 60 [17:33] DanChapman, Done [17:34] now put the replace the test in the branch with your copy [17:34] then do [17:34] bzr add [17:34] bzr commit [17:34] DanChapman, but it didnt changed anything [17:35] it hasn't reverted the your test to the one i originally reviewed? [17:36] No [17:36] I've the latest version in my local machine [17:38] I just reverted fine from your current branch. [17:39] DanChapman, when I ran that from DiskUsageAnalyzer dir it worked [17:42] ahhh i think i know whats wrong, you have a your DiskUsageAnalyzer dir as a seperate branch. Instead of trying to unpickle everything just pull a clean branch and add your test to it [17:42] * DanChapman finds that much quicker [17:43] senan make sure you pull your branch though [17:43] bzr branch lp:~senan/ubuntu-autopilot-tests/DiskUsageAnalyser [17:44] then bzr revert -r 60 [17:44] DanChapman, the entire directory structure changed [17:45] senan yep thats correct so you should now have DiskUsageAnalyser/ubuntu_autopilot_tests/*all the test directories* [17:45] and DiskUsageAnalyser/debian/* [17:45] Yes [17:46] it looks weired [17:46] perfect so now just replace the current test with your latest and push it back up and it should be sorted [17:52] DanChapman, Done [17:54] senan yep all sorted. :-) [17:57] DanChapman, can I change the dir now > [18:00] senan change which dir? [18:01] DanChapman, copy the DiskUsageAnalyzer to some other directory === salem_ is now known as _salem [18:05] senan is this your latest test version http://bazaar.launchpad.net/~senan/ubuntu-autopilot-tests/DiskUsageAnalyser/view/head:/ubuntu_autopilot_tests/DiskUsageAnalyser/test_diskUsageAnalyser.py [18:08] DanChapman, senan greetings! [18:09] good day SergioMeneses :-) [18:09] do you know when ubuntu-t prealphas comes out? [18:09] DanChapman, Yes it is [18:09] senan thats the branch fixed then :-) [18:09] SergioMeneses: I'm using the xubuntu daily all the time now - fingers crossed ... [18:10] SergioMeneses, Good Day :) [18:10] DanChapman, this is my current directory structure http://paste.ubuntu.com/6401007/ [18:10] elfy, nice! I will work more with Lubuntu for this cycle [18:10] SergioMeneses: or rather I installed this with one the other day and have been using it since [18:11] but the dailies are there and so are Lubuntu's :) [18:12] elfy, perfect! thanks a lot [18:15] senan maybe its not so fixed lol but your branch on launchpad is correct so just delete all of your local branch and just branch your branch on lp as that is correct === _salem is now known as salem_ [18:16] elfy it seems there are only 3 xubuntu ubiquity tests running at current but they are running nicely, one is failing but it should be until a bug is fixed. [18:17] DanChapman, OK [18:19] DanChapman: I can't make head nor tail of the jenkins results tbh [18:20] elfy all you need to care about is 'has it got a blue dot' :-D if its blue its passing, yellow means something is up and red means 'poggered' :-D [18:21] yep - I can get that bit - but there's nothign that says xubuntu to me :) [18:21] not what's up with yellow ones [18:22] though perhaps I'm not even looking in the right place [18:25] elfy here's quick list of the current links http://paste.ubuntu.com/6401107/ [18:26] DanChapman, please review and update me what all things I need to change now.. I'm going to sleep..almost midnight here :) [18:26] elfy, the custom install test is failing because of bug 1066152 [18:27] bug 1066152 in ubiquity (Ubuntu) "advanced partitioning page is labeled "Installation type"" [Low,Confirmed] https://launchpad.net/bugs/1066152 [19:19] thanks davmor2 [19:19] oops [19:20] dan's gone then :p [19:20] elfy: :) [19:21] but thanks anyway - you must have done something :) [19:51] hi [19:51] does someone know if in Precise the kernels of the series 3.8.x are with or without PAE? [19:51] and if there is a dedicated chan for Ubuntu kernel team? [19:52] #ubuntu-kernel [19:52] i believe [19:52] thanks knome, I try === salem_ is now known as _salem