=== pgraner-afk is now known as pgraner === doko_ is now known as doko === dholbach_ is now known as dholbach === JesseH2 is now known as JesseH [13:00] * stgraber waves [13:00] * lool o/ [13:00] * barry yawns [13:01] * rsalveti waves [13:02] fishing notes from last week [13:02] 15:33 < lool> so next week: ogra switching to flipped images, shaking bugs; xnox continuing work on android bits in archive with new cross toolchain; stgraber working on scripts to apply updates in recovery ROM; ondra to enable xz in our recovery ROMs; barry joining download service discussion; ondra + barry syncing on reboot interface [13:03] oh [13:03] ogra_: well, let's start with this then :-) how are we looking bugs-wise? [13:03] (for the flipped images) [13:03] yeah, i just noticed that i missed the notification for this meeting, thanks for the ping [13:03] I've read Chicken was confident we could switch early this week [13:04] we are just about to do it [13:04] last tests are running [13:04] bug wise we still have a few races more than unflipped but these will be sorted over time [13:04] booting is still pretty slow but we wont work on this until MIr and lightdm actually are in the boot [13:05] (else it is pointless) [13:05] it just needs a push [13:05] and i think mako had some extra issues [13:05] err [13:05] manta [13:05] the main race now is with maguro [13:05] all in all it ia good enough to switch imho [13:05] ogra_: Hmm I don't think we had xnox in the meeting last week; I guess the cross-compiler item was about building the android bits as a package; it's not heavily related to OS updates though, so maybe we can skip the update on in-archive android cross-toolchain (unless I'm missing a link to the OS update / image format stuff) [13:05] yesterday's image got me a broken camera and broken media-player [13:05] +1 on switching [13:06] which also breaks input, when you try to open the media-player [13:06] lool, yeah, i guess we can [13:06] but it's looking decent enough with the other devices [13:06] * ogra_ doesnt have any issues on maguro here, weird [13:06] The sooner we can kill the non-flipped images... :-) [13:06] hopefully today :-) [13:07] yeah [13:07] Sounds like it would be less confusing to have one set of images and better to have everyone test the flipped ones at this point [13:07] perhaps with a "Known bugs" in the announcement [13:07] lool, all the code to support loop mounted setups is also in [13:07] lool: well, our cross-toolchain doesn't build dynalically linked binaries that execute under android's linker. The added bonus of $ adb shell /system/bin/linker seg faulting adds additional complications in troubleshooting this. [13:07] xnox: eh [13:08] theoretically you should eb able to dump stgraber's images into the right place on disk and it would use them [13:08] ogra_: oh that's cool [13:08] are there devices where we're using these? [13:08] lool: so still working on getting a working toolchain [13:08] not yet [13:08] switching to flipped was more in focus [13:08] ogra_: what's the interface to set these up? [13:08] but switching to loop should be a breeze now [13:08] xnox: ack [13:09] lool: my plan is to start publishing images to system-image later this week that'll use loop+read-only [13:09] lool, interface ? [13:09] ogra_: I mean, how do you set these up in the boot path? also do we have a flag to generate corresponding images? [13:09] you just have to have them in place on disk ... the initrd will prefer them to normal flipped boot [13:10] though we discussed on a recent call that we shouldn't switch to that until we have click pages landed and working as otherwise everyone would just switch to developer mode which kind of defeats the purpose [13:10] ogra_: Ok, so there's a convention that one names filesystem images /data/userdata.img or something like that? [13:10] right [13:11] the initrd looks for the files in their respective locations and will boot them if they are there [13:11] stgraber: Hmm I see the argument but I'm not sure it's great delaying testing on such core functionality; perhaps we should have a mean to have a manual chroot in userdata or something? [13:11] lool: it looks for /data/system.img if it finds it, it switches to read-only+loop mode, if it doesn't and /data/ubuntu exists it boots in normal flipped if it doesn't it prints a message and panics (there's a comment in the code saying that this is where the repartitioned-read-only code should go) [13:11] ogra_: is there a wiki page capturing this perhaps? [13:12] lool, that would only be a one liner :) [13:12] lool: well, people will be able to test it soon (once I get that stuff on system-image.u.c), it just won't be the default [13:12] maybe this could be added to the porting guide [13:12] put a combined ubuntu+android rootfs image into /data/system.img [13:12] lool, we dont even support flipped with ports yet [13:12] so no [13:13] not before we have that :) [13:13] "flipped with ports"? [13:13] * ogra_ thinks stgraber should blog about it or write a mail to the ML [13:13] android bits built as a package? [13:13] I need to move the boot/ramdisk stuff to the android build [13:13] but it shouldnt be in the porting guide yet [13:13] yeah a blog post would go a long way to capture this in a way we can refer to [13:14] or email to $ML really [13:14] lool, ports still build unflipped images atm [13:14] ogra_: I'll blog about that whole thing once I can get the upgrader to work (hopefully this week) [13:14] ogra_: oh ok [13:14] we havent integrated the generic ubuntu initrd in their builds yet [13:14] ogra_: sorry was confused with ports.u.c for a couple of minutes [13:14] heh [13:15] stgraber: great, thanks [13:15] stgraber: next in the list from last week were scripts to apply updates in the recovery ROM [13:15] stgraber: with new tar.xz support and gpg support in the recovery ROM [13:15] (No ondra around?) [13:15] ondra isn't around but he sent his status update to you and I by e-mail [13:16] lool: I have a patch from ondra but did not apply it [13:16] oh indeed, odd that I just got it [13:16] we got our first working recovery image yesterday evening (3am London time) [13:16] I was weary to apply it since it has a binary blob for tar [13:16] so I haven't had time to work on an upgrade script using that yet (just started my day here) [13:16] and we are making way to remove blobs, adding one didn't seem right [13:16] sergiusens: is that the one with gpg? [13:17] sergiusens: hmm, we should only be adding a single blob for gpg (until ondra figures out how to build it without the NDK) [13:17] sergiusens, i think we agreed in this meeting to do it as a temp. solution [13:17] lool: hmmm, no, one for tar with xz support [13:17] though i dont get why busybox tar isnt ok to use [13:17] ogra_: stgraber I might be wrong though and it might be gpg [13:17] sergiusens: I completely agree that we should go towards less blobs; is there something reasonnably easy that can be done to include tar + xz + gpg support from source in our images? [13:17] tar and xz from busybox are fine, we shouldn't be adding those [13:18] yeah, gpg has to be binary atm [13:18] ogra_: are you ok with me applying that? [13:18] BTW, Ondra's status email mentions: 1/ recovery change to look for ubuntu_command file and execute updater script: done 2/ gpg static build as part of the Android image build: done [13:18] sergiusens, as long as we remove it again :) [13:19] sergiusens, which was the initial plan ... [13:19] ok, must of missed it... I'll apply it right after this meeting [13:19] ondra is aware that it cant stay that way [13:19] but someone would need to track it's removal [13:20] I'm going to make a really really native hypothesis, I hope I don't get mocked for this one: is there a reason we can't copy our eglibc + tar + gz + gpg into the recovery rom initrd? [13:20] like, that would be too big? [13:20] probably [13:20] it would surely grow it a lot [13:20] but recovery is usually quite big [13:20] (compared to boot for example) [13:20] sergiusens: sorry, which patches? [13:20] do we have an idea of budget for recovery ROM size (across devices)? [13:20] rsalveti, binary gpg blob [13:21] got it [13:21] * ogra_ only knows that 8M is a typical boot size [13:21] cause I'm not sure adding static binaries is that much worse than adding glibc + tar [13:21] usually safe to assume as lowes size [13:21] do we have support for gpg in busybox? [13:21] lool: 10MB total is what we discussed in the recovery partition last week, the kernel takes almost 5MB [13:21] (or really glibc + gpg instead of just static gpg) [13:21] rsalveti: no, gpg has to be a separate binary [13:21] rsalveti, no, thus the blob [13:22] someone get an action to check the size of a static gpg then (with glibc) [13:22] hard to say without numbers [13:22] well, with compression I guess [13:22] yeah [13:22] I'm all for trying to fit it in an initrd [13:22] rsalveti: the GPG ondra worked on is built against the NDK so it's likely smaller than a static build against glibc [13:23] rsalveti: fyi, this is the patch https://chinstrap.canonical.com/~okubik/phablet-bootable-recovery-gpg.patch [13:23] stgraber: right [13:23] IIRC it's around 5MB (uncompressed) here, just checking now [13:23] lool, wrie an ubuntu initrd hook, build a new initrd with -v [13:24] ah no, 2.7MB but that's not the final version, the latest one may be a bit bigger (ondra said he had to static link more stuff in) [13:24] *write [13:24] and then count the sizes [13:24] sergiusens: but why is this a binary instead of a source based project that gets built for recovery? [13:25] well, maybe we ought to defer this on #ubuntu-phone [13:25] * ogra_ guesses we need ondra to answer these questions [13:25] right, indeed, we can check this offline [13:25] maybe we can dive into building gpg from source as part of the recovery build, or try including shared or static gpg in recovery and see how much bigger it becomes [13:25] anyway, we clearly intend on having it built from source, the result will likely be static anyway as recovery doesn't contain much libs at all [13:25] yeah [13:25] the current plan is to get the binary in ASAP so that my work isn't blocked on this [13:25] rsalveti: because it was easier to use the ndk I think [13:26] we can build it as part of recovery, from the android sources side atm, until we move to something else (for recovery) [13:26] then ondra will spend the time to move from building using NDK+patched-makefiles to building cleanly for recovery [13:26] right, sounds fine [13:26] right; ondra mentioned as TODO: 1/ polish recovery change so it shows animation during update process, at the moment it shows black screen 2/ get gpg branch to state it can be push to git and added to phablet repository, just cleaning process so it can be pushed. [13:27] rsalveti: we currently use Android's recovery code and have no plan to ditch it (as we need it for roll-back), our change to the code just makes it call our upgrader if it spots and Ubuntu update in /cache [13:27] so that sounds like his 2/, albeit a bit more clearly specified [13:27] we can keep discussing this after this meeting [13:27] rsalveti, if we want to support android rollback, we cant move to somethign else [13:27] bah, stgraber was faster [13:27] :P [13:28] stgraber: outside of the binaries not currently in the recovery rom, were you able to develop the unpacking scripts with ondra? [13:28] right, that's fine, just saying that we could later on have our own, built separately and such, which could still be compatible [13:28] yeah [13:28] ogra_: do you know if grouper supports neon? [13:28] tegra3 should [13:28] it should, it's tegra3 [13:28] don't remember which device we had issues with the updater-binary in the past [13:28] 2 definitely doesnt ... [13:28] tegra2 was one of the rare armv7 which didn't, but they realized the mistake with tegra3 [13:28] but anyway, we need to make sure this gpg binary is not built with neon by default [13:29] rsalveti: good point [13:29] well, it ought to autodetect neon at runtime really [13:29] (teh ac100 community is just freaking out about the last chromium SRU that blindly enabled NEON in raring [13:29] lool: I ran a test script yesterday on my N4 to check that the interface works and it did. I now need to make a fully working version of that though but I have higher priority items on my list (get working images published, fix a couple of issues with loop-mount, publish scripts for LXC testing, ...) [13:29] lool: I've spent most of yesterday fixing LXC/mount related issues for ogra_ and then fixing an upstart bug that's currently affecting ofono on Touch, so didn't have much time for my stuff :) [13:30] yeah, seen the upload, damn ogra! ;-) [13:30] lool, wasnt me ... blame chad ! [13:30] i just get all the heat from the users :P [13:30] stgraber: Ok; I was hoping we'd have images for testing this week, does that sound feasible? [13:31] barry: Looking at remaining things from last week (sorry, we're overrunning): did you discuss reboot interface with ondra? [13:31] lool: not giving up hope ;) though tomorrow is packed with meetings, so I'll see how much of the work I can do today and Thursday/Friday [13:31] stgraber: Ok; cool [13:32] at least you can test the local setup by putting the img manually in place [13:32] I'm away next week, would someone like to run this meeting next week, or I could ask slangasek but it's earlyish for him [13:32] lool: mostly discussed w/stgraber. we spec'd it out and the upgrader should be compliant now. the last little bit is plumbing through the reboot command (the reboot framework is there, but the actual reboot command is waiting for the lxc container test environment - it's probably a 2 line change). [13:32] lool: I can do that [13:33] barry: also, would you like to share latest updates on download service? ISTR you wanted minor tweaks to the download service to set UA [13:33] stgraber: cool, thanks [13:34] barry: Hmm that sounds like it should work with flipped images though [13:34] Unless I'm missing something [13:34] barry: (I mean reboot should work in flipped images) [13:34] lool: correct. we've had some good discussions with mandel and others about the download service. he's moved the code to our project, and he was going to extract those bits from the google doc to our wiki. i have to ping him about that part. anyway, we needed a few changes to the dbus api to support what we need, but it all seemed doable. haven't looked at mandel's code yet. [13:35] lool: it should. i could probably just mock it out (obviously don't want the test suite to try to reboot :) [13:35] barry: Ok; would be good to check the plan for landing this in the images with him too, and we also need to land your code in the images [13:35] barry: did the design discussion settle on UI from settings app or standalone? [13:35] lool: right. client code is now packaged and uploaded. i think stgraber was working on getting that into the images (if it's not already there) [13:35] lool: he means the CI LXC test environment so he can test the reboot call without rebooting his laptop :) [13:36] barry: yeah, I still need to seed/add it to the meta package [13:36] lool: i haven't heard anything about ui [13:36] barry: Hmm would you want to ping the thread? it's from 10 days ago or so at least [13:37] lool: yep, will do [13:37] stgraber: ahh :-) [13:37] alright, I think we covered all things from last week [13:37] anything else? [13:37] if not I'll try to sum up ongoing work for this week [13:39] ok, what I have is: stgraber trying to get image update code completed this week; ogra/sergiusens/rsalveti flipping images today; ondra/rsalveti/sergiusens/stgraber looking at including static gpg build w/o NEON in the recovery initrd; barry pinging design team on update UI; barry wrapping up download service API with mandel [13:39] I hope this didn't get cut [13:39] Did I miss anything? [13:39] sounds fine [13:40] and you getting some vacation [13:40] ;-) [13:40] :) [13:40] lool: it's a short week here in the usa, but i am also working on the dbus api for the client [13:40] he yeah, and stgraber running the meeting ;-) [13:40] alright, you guys rock! let's close this meeting and keep chatting about gpg builds on #ubuntu-phone [13:40] thanks all! [13:41] thanks! [13:41] thanks! [13:42] thanks [13:43] thanks! === smartboyhw_ is now known as smartboyhw [14:37] hello Sarvatt [14:37] sorry [14:38] just testing [15:00] o/ [15:00] doh, i'm too keen. [16:00] o/ [16:00] o/ (this time) [16:01] o/ [16:01] o/ [16:01] rbasak: I believe you to be the chair today? [16:02] I am? [16:02] rbasak, yes sorry for the late notify [16:02] rbasak, are you ok with chairing today? [16:02] OK [16:03] #startmeeting ubuntu-server-team [16:03] Meeting started Tue Jul 2 16:03:09 2013 UTC. The chair is rbasak. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:03] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: [16:03] #topic Review ACTION points from previous meeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Review ACTION points from previous meeting [16:03] Daviey set priority on s-cycle BPs [16:03] Daviey follow up on missing BPs from overview s-topic [16:04] I don't see last week's meeting logs [16:04] rbasak, I just updated the wiki page with those two actions [16:05] https://wiki.ubuntu.com/MeetingLogs/Server/20130625 doesn't exist. [16:05] arosales: Broadsided me :-) [16:05] I'll look at the IRC logs. [16:05] I believe the priorities are all good NOW.. I need to double check they are all on the status tracker. [16:05] rbasak, yes sorry I didn't add that there [16:05] Mark it done, will double check following this. [16:05] the moin logs are at http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-06-25-16.00.moin.txt [16:05] rbasak, I'll get those added to the wiki [16:06] Thanks [16:06] #action arosales to carry out post-meeting procedure (minutes, etc) documented at https://wiki.ubuntu.com/ServerTeam/KnowledgeBase for meeting of 25 June [16:06] ACTION: arosales to carry out post-meeting procedure (minutes, etc) documented at https://wiki.ubuntu.com/ServerTeam/KnowledgeBase for meeting of 25 June [16:07] Sorry I'm just catching up. [16:07] rbasak, thank you [16:07] Daviey follow up on missing BPs from overview s-topic [16:07] Did you just cover that? [16:08] Yes [16:08] OK [16:08] #topic Saucy Development === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Saucy Development [16:08] #subtopic Release Tracking Bug Tasks [16:08] #link http://reports.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server [16:09] Shall I go through these? [16:09] rbasak: Please do [16:09] Would it be an idea to make sure someone is assigned to each of them? [16:09] bug 1124384 [16:09] bug 1124384 in cloud-init (Ubuntu Saucy) "Configuration reload clears event that others jobs may be waiting on" [High,Confirmed] https://launchpad.net/bugs/1124384 [16:10] utlemming: any comment? Do you want to follow that through? [16:10] bug 1196921 [16:10] bug 1196921 in vim (Ubuntu Saucy) "updating packages to lua5.2 in main" [High,Confirmed] https://launchpad.net/bugs/1196921 [16:10] Nobody is assigned at the moment. Any volunteers? [16:11] Looks like 1124384 has become a hard problem, but smoser and utlemming are tracking it. Not worried it will be resolved [16:11] 1196921 looks like a transition that could be painful.. As it's not a blocking package, i think we can leave it for this week [16:11] bug 1183634 [16:11] bug 1183634 in cheetah (Ubuntu Saucy) "cheetah pkg does not depend on markdown, but egg requires.txt does" [High,Triaged] https://launchpad.net/bugs/1183634 [16:12] Looks like it's waiting on the MIR team. [16:12] adam_g is tracking that [16:12] bug 1170393 [16:12] bug 1170393 in quantum (Ubuntu Saucy) "Quantum services should be respawned by upstart if necessary" [Medium,Triaged] https://launchpad.net/bugs/1170393 [16:12] I think 1183634 needs an upload to make it show on c-m list [16:13] jamespage: what am i looking at on that bug? Shows Won't Fix? [16:13] I'll take that quantum one [16:14] May I assign it, so that we remember for next week? [16:14] jamespage: Why does the recent change show Won't Fix? [16:14] not a clue - rbasak - I've already done that [16:14] * jamespage shrugs [16:14] Thanks! [16:15] Ah, i see.. the development series was thrown away, with a dedicated saucy task [16:15] https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1188069 is security and the security team are tracking it. [16:15] Launchpad bug 1188069 in apache2 (Ubuntu Saucy) "apache2 mod_rewrite CVE 2013-1862" [Low,Confirmed] [16:15] https://bugs.launchpad.net/ubuntu/+source/libasm4-java/+bug/1196979 [16:15] Launchpad bug 1196979 in ow-util-ant-tasks (Ubuntu Saucy) "[MIR] libasm4-java (b-d of jarjar)" [Undecided,New] [16:15] anyone want to help with something java-ish [16:15] ? [16:15] ^^ [16:15] two packages to transition to asm4 in main [16:15] so we can get rid of asm3 [16:16] jamespage: Happen to know why jarjar is in main? [16:16] cglib [16:16] which is one of the things that needs to be transitioned [16:16] I suspect its actually broken right now [16:16] as asm upstream don't version their package namespaces and they are not backwards compat [16:16] ugh! [16:16] https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1031680 [16:16] Launchpad bug 1031680 in nagios-plugins (Ubuntu Raring) "check_apt always report 0 critical updates" [High,Triaged] [16:17] jamespage: Do you have capacity to triage that? [16:17] nagios or asm4? [16:17] (java one) [16:17] yeah - sure [16:17] ta [16:17] (I discussed with doko earlier in -devel anyways) [16:18] I've been looking at this one. It's a complex issue and there's a workaround (use a different, much simpler plugin). I'm not sure it can be fixed in _this package_ for Saucy without introducing a horrible delta. [16:18] rsome good triage there [16:18] xnox: any comment on that? You targetted it for Saucy. [16:18] rbasak: seems xnox raised it with upstream? [16:18] I raised it. [16:19] Oh sorry. [16:19] The only comment is that we need to provide input since upstream need help. But the only sane way of fixing it is to ditch the plugin and use update-notifier directly, for Ubuntu. [16:19] rbasak: lets wait to see if upstream respond? [16:19] They sort of have. [16:19] rbasak: looking... trying to remember. [16:19] " I'm less keen on having [16:19] the behaviour depend on whether or not some tool is available, though; as [16:20] that's problematic with respect to maintenance and support. And I guess [16:20] update-notifier is a bit too Ubuntu-ish to add a hard dependency on [16:20] apt-check ... [16:20] Sorry I thought that'd paste on one line. [16:20] So do we simply recommend using the other tool? [16:20] IMHO, yes. [16:20] WFM [16:20] The alternative isn't packaged, though. [16:20] if it's a drop in feature compatible [16:20] It's not. [16:20] Pah [16:20] But it'll do for 99% of use cases IMHO. [16:21] The existing plugin's interface is very much based on the way it works. It's not really a clean interface. [16:21] How about I take this to the ML? [16:21] https://bugs.launchpad.net/ubuntu/+source/virtinst/+bug/1192290 [16:21] Launchpad bug 1192290 in virtinst (Ubuntu Saucy) "virt-install cannot install Raring" [Undecided,Confirmed] [16:22] mdeslaur seems to be working on it [16:22] OK that's all the bugs on that report for us. [16:22] \o/ [16:22] #subtopic Blueprints [16:22] #link http://status.ubuntu.com/ubuntu-saucy/group/topic-saucy-servercloud-overview.html [16:23] That link appears to be broken. [16:23] http://status.ubuntu.com/ubuntu-s/group/topic-s-servercloud-overview.html [16:23] Thanks! [16:23] #link http://status.ubuntu.com/ubuntu-s/group/topic-s-servercloud-overview.html [16:23] I'll amend the agenda for next time. [16:24] Ta [16:24] rbasak: yeah, i only mangled bug statuses to have this bug bubble up for saucy cycle. Ideally it should be resolved one way or the other, but could be regretfully postponed. [16:24] arosales: Are you able to adjust the trend line? [16:24] Daviey, unfortunately no [16:24] Daviey, a bug report should get the right folks looking at it though [16:25] https://bugs.launchpad.net/launchpad-work-items-tracker/+filebug [16:25] xnox: OK, thanks. I'll email the ML with what I think we should do and copy you in. [16:25] utlemming / ivoks: What is servercloud-s-webscale MIR's blocked on? [16:25] that topic is stilling missing bp's btw [16:25] rbasak: cool =) back in the day I used to do a lot of nagios/check_mk large scale monitoring.... =) [16:26] Daviey, the MIR's are dependent on the other work items happening first [16:26] jamespage: Will sweep up after this, but we have enough to track development of what is there for now [16:26] jamespage, I think Daviey has an action out to follow up on missing BPs [16:26] jamespage: OIC [16:26] Daviey: er, I am not sure...I'll look into that today. I've been out on vacation [16:27] jamespage: Would you be able to work with zul to help with the direction of servercloud-s-openstack-hypervisor ? [16:27] Daviey, can do [16:27] jamespage: I suspect you are well placed to have some good guidance, based on last Friday [16:27] ack [16:28] Any more on Blueprints? [16:28] roaksoax: What is our zeromq story right now? [16:28] (servercloud-s-openstack-charms-ha-v2) [16:28] Daviey: have not look at it yet (been busy with charms mainly) [16:28] ok [16:29] Any more news on MariaDB/Percona ? [16:29] i'll have more information next week [16:29] Daviey: they have gone silent [16:29] I saw the ITP in Debian for xtrabackup [16:29] zul: didn't jcastro mentioned they were going to provide their own charm too? [16:29] Okay, i'll reach out to them this week. [16:29] roaksoax: they did but i havent heard anything else [16:30] ACTION: Daviey to speak to Percona about Saucy inclusion [16:30] #ACTION Daviey to speak to Percona about Saucy inclusion [16:30] ACTION: Daviey to speak to Percona about Saucy inclusion [16:30] I'd really like to see the alternatives in this cycle. Otherwise we'll end up not even being able to consider doing anything but supporting mysql for another LTS cycle. [16:31] jamespage: Any news on juju-core snapshot in saucy ? [16:31] rbasak: right [16:31] Daviey, the juju-core team hit some issues end of last week [16:31] should be resolved ~2 days ish [16:32] super [16:32] The rest looks ok, thanks. [16:33] Thanks Daviey! [16:33] #topic Ubuntu Server Team Events === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Ubuntu Server Team Events [16:33] Linaro Connect is in Dublin next week. [16:33] (I'll be there) [16:33] Any other upcoming events? [16:33] Hmm [16:34] 19th London, Openstack Meetup [16:34] Openstack's 3rd birthday event [16:34] EOF [16:34] #topic Weekly Updates & Questions for the QA Team (plars) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions for the QA Team (plars) [16:34] plars: hello! [16:34] Hi [16:34] it seems i am in the wrong part of the world for events [16:34] Not much to report, except that the server images had some problems today [16:34] https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1196981 [16:34] Launchpad bug 1196981 in Ubuntu CD Images "Saucy server installations fail due to dependancy issues on python-newt " [Undecided,Fix released] [16:35] I believe the release team is looking into it [16:35] Thanks plars! Does anyone have any questions for plars? [16:35] OK. [16:35] #topic Weekly Updates & Questions for the Kernel Team (smb) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions for the Kernel Team (smb) [16:35] Hi [16:35] Not much to report. Currently working on a pre-release-pre-debian version of xen 4.3 to have the pieces together when the release happens. Any issues from server after kernel v3.10 hit the block? [16:36] I still appear to be using a 3.9 based cloud image as of today. [16:36] Any questions for smb? [16:36] jamespage fixed openvswitch, iscisitarget is still broke [16:37] next on my list [16:37] jamespage: is there a bug for iscsi-target? [16:37] yes [16:37] Should we target that for Saucy? [16:37] bug 1195607 [16:37] bug 1195607 in iscsitarget (Ubuntu Saucy) "iscsitarget-dkms broken since kernel 3.10.0" [High,Triaged] https://launchpad.net/bugs/1195607 [16:37] it already is [16:37] Thanks [16:37] * jamespage wonders about the release bugs list again [16:37] It didn't come up on the tracking page though? [16:38] it's not tagged [16:38] Tags are useless. :-) [16:38] it should not need to be tagged [16:38] it has a release task and its subbed by ubuntu-server [16:38] Other bugs in the report are not tagged. [16:38] that should be sufficient IMHO [16:39] It dosen't look like it's subbed by ubuntu-server to me. [16:39] It doesn't appear in the "May be notified" list [16:40] Can an ~ubuntu-server admin fix that please? [16:41] Daviey? jamespage? [16:41] ack [16:41] Thanks! [16:41] (and to smb!) [16:41] #topic Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Weekly Updates & Questions regarding Ubuntu ARM Server (rbasak) [16:41] Nothing new to report. Any questions for me? [16:41] rbasak: Any news on mongo? [16:42] I've not looked at it, sorry. [16:42] no problem [16:42] EOF [16:42] #topic Open Discussion === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Open Discussion [16:43] Is there anything anybody wants to bring up? [16:43] I do, actually, related to the next item. [16:44] rbasak, congrats btw [16:44] I have a proposal that I hope is constructive. Instead of rotating the chair weekly, how about we rotate the chair once the chair completes the post-meeting procedure? [16:44] Thanks jamespage! [16:44] for those that don't know rbasak is now a MOTU and member of ubuntu-server-dev [16:45] congrats [16:45] +1! [16:45] Thanks :) [16:46] If we do that, then the previous chair will have his notes, and there won't be a delay at the start with confusion over who's chairing. And it's an incentive to get it done :) [16:46] I propose it starts with me, so I might as well volunteer to chair next week unless I get it done. [16:46] #topic Announce next meeting date, time and chair === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology | ubuntu-server-team Meeting | Current topic: Announce next meeting date, time and chair [16:47] The next meeting will be on 9 July at 1600 UTC as usual. I may be absent as I'll be at Linaro Connect. So I hope I'll get it done and yolanda will chair :) [16:47] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [16:47] Meeting ended Tue Jul 2 16:47:50 2013 UTC. [16:47] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-02-16.03.moin.txt [16:47] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-02-16.03.html [16:47] ok [16:55] rbasak, thanks for chairing [16:55] No problem [17:00] #startmeeting [17:00] ## [17:00] Meeting started Tue Jul 2 17:00:03 2013 UTC. The chair is jsalisbury. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [17:00] Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired [17:00] ## This is the Ubuntu Kernel Team weekly status meeting. [17:00] ## [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/Meeting [17:00] [LINK] https://wiki.ubuntu.com/KernelTeam/ReleaseStatus/Saucy [17:00] # Meeting Etiquette [17:00] # [17:00] # NOTE: '..' indicates that you are finished with your input. [17:00] # 'o/' indicates you have something to add (please wait until you are recognized) [17:00] Roll Call for Ubuntu Kernel Weekly Status Meeting [17:00] \o [17:00] o/ [17:00] o/ [17:00] o/ [17:00] o/ [17:00] [TOPIC] ARM Status (ppisati) === meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati) [17:00] nothing to report this week [17:00] .. [17:01] [TOPIC] Release Metrics and Incoming Bugs (jsalisbury) === meetingology changed the topic of #ubuntu-meeting to: Release Metrics and Incoming Bugs (jsalisbury) [17:01] Release metrics and incoming bug data can be reviewed at the following link: [17:01] [LINK] http://people.canonical.com/~kernel/reports/kt-meeting.txt [17:01] .. [17:01] [TOPIC] Milestone Targeted Work Items (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Milestone Targeted Work Items (ogasawara) [17:01] [LINK] https://launchpad.net/~canonical-kernel-distro-team/+upcomingwork [17:01] [LINK] http://status.ubuntu.com/ubuntu-s/canonical-kernel-distro-team.html [17:01] || apw || foundations-1305-arm64-bringup || 1 work item || [17:01] || ogasawara || foundations-1305-kernel || 1 work item || [17:01] || || mobile-power-management || 1 work item || [17:01] || sforshee || foundations-1303-phablet-kernel-maintenance || 1 work item || [17:01] || || pm-system-policy || 2 work items || [17:01] || smb || servercloud-s-virtstack || 1 work item || [17:01] .. [17:01] [TOPIC] Status: Saucy Development Kernel (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Status: Saucy Development Kernel (ogasawara) [17:01] We've recently rebased our Saucy kernel to v3.10 final and uploaded. [17:01] We'll continue to track the latest v3.10.x upstream stable while we [17:01] evaluate moving to a v3.11 based kernel for Saucy. [17:01] Important upcoming dates: [17:01] Thurs July 25 - Alpha 2 (opt in) [17:01] Thurs Aug 22 - 12.04.3 [17:01] .. [17:02] [TOPIC] Status: CVE's (bjf) === meetingology changed the topic of #ubuntu-meeting to: Status: CVE's (bjf) [17:03] The current CVE status can be reviewed at the following link: [17:03] * http://people.canonical.com/~kernel/cve/pkg/ALL-linux.html [17:03] .. [17:04] [TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin) === meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid/Hardy (bjf/henrix/sconklin) [17:04] Status for the main kernels, until today (July 2): [17:04] * Lucid - Regression testing [17:04] * Precise - Regression testing [17:04] * Quantal - Regression testing [17:04] * Raring - Regression testing [17:04] Current opened tracking bugs details: [17:04] * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html [17:04] For SRUs, SRU report is a good source of information: [17:04] * http://people.canonical.com/~kernel/reports/sru-report.html [17:04] Future stable cadence cycles: [17:04] * https://wiki.ubuntu.com/RaringRingtail/ReleaseInterlock [17:04] .. [17:04] [TOPIC] Open Discussion or Questions? Raise your hand to be recognized (o/) === meetingology changed the topic of #ubuntu-meeting to: Open Discussion or Questions? Raise your hand to be recognized (o/) [17:04] Thanks everyone [17:04] #endmeeting === meetingology changed the topic of #ubuntu-meeting to: Ubuntu Meeting Grounds | Calendar/Scheduled meetings: http://fridge.ubuntu.com/calendar | Logs: https://wiki.ubuntu.com/MeetingLogs | Meetingology documentation: https://wiki.ubuntu.com/meetingology [17:04] Meeting ended Tue Jul 2 17:04:58 2013 UTC. [17:04] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-02-17.00.moin.txt [17:04] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-07-02-17.00.html [17:05] thanks jsalisbury === _ffio_ is now known as ffio