=== freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === doko_ is now known as doko [13:01] heya [13:01] stgraber, barry, ogra_, plars: heyo [13:01] hi lool [13:01] howdy [13:02] * stgraber waves [13:02] so let's try to keep this short :-) [13:02] barry: want to start? you have all the download manager action :-) [13:02] sure :) [13:03] so, i've been working with mandel on the downloader dbus service. all the major bugs there have been fixed and are in various stages of ci/landing-on-trunk/landing-in-archive. my system-image integration branch is getting closer to full-test passing and with a couple more dl bugs fixed i expect we'll have that done this week [13:04] (we have a couple of weird issues still with the d/l service, ongoing to debug and fix) [13:04] hopefully schedule is: [13:04] dl service lands by tomorrow. new system-image by friday [13:04] barry: I'm not sure I've done that, but I wanted to ask you to add autopkgtests to systme-image client so that download-helper updates cause it to run and can be blocked from testing migration if they would regress system-image [13:04] that's the high order bit. i can dig into details if you want [13:05] barry: list of bugs we're blocked on for d/l service would be good [13:05] barry: especially if you want to land the fixes [13:05] lool: yeah, slangasek mentioned the same thing last night. i will file a bug and get that once we have the basic stuff done [13:05] whoops, i'm late [13:05] lp: #1229413 [13:05] Launchpad bug 1229413 in ubuntu-download-manager "Network error during group download leaves cruft" [Critical,In progress] https://launchpad.net/bugs/1229413 [13:05] ok, this one isn't fixed in trunk yet [13:05] (that has a branch i will review today) [13:06] https://bugs.launchpad.net/ubuntu-download-manager [13:06] lp: #1229463 [13:06] Launchpad bug 1229463 in ubuntu-download-manager "group download .cancel() leaves connection open" [Undecided,New] https://launchpad.net/bugs/1229463 [13:06] ok [13:06] that one mostly affects the s-i test suite, so we're not going to block d/l update for that [13:06] i think that's it [13:07] barry: I've just invited mandel here, but could you make sure he requests landing with adequate priority to not block you for too long? [13:07] currently we have an updated staged in the proposed image, and another one in PPA [13:07] (trunnk) [13:07] but we're still missing at list this bug [13:07] barry: ok; thanks for the update [13:07] np [13:07] stgraber: so you've deployed all the server side pieces in the last couple of weeks for channel aliases, pooled diffs etc.? [13:08] stgraber:( awesome!) [13:08] stgraber: are there things you're looking after? [13:08] there is this fs corruption bug I raised which affected Jamie as well [13:08] yep, I landed the server changes a week ago, so far everything's just working, haven't had to touch anything since [13:08] barry, stgraber: Did either of you receive Jamie's bug report? I told him to attach details of the image he was upgrading from/to, how he upgraded etc. [13:08] there are some tools improvement though I want to get done (make the copy script wait for the lock to be released and make a batch copy script) [13:09] besides that my first priority for system-image stuff now is to look at boot time hooks [13:09] ok [13:09] lool: i haven't seen it [13:09] (or if i did, it was below the radar) [13:09] barry: did you turn logging to verbose in trunk? [13:10] would be good to debug future issues [13:10] lool: it's in my integration branch, so logging will be 'info' level with s-i 1.6 [13:10] ok [13:10] didrocks: I invited you because you had the UI side [13:10] didrocks: so that you know the updates are coming up :-) [13:10] didrocks, barry: I just filed https://bugs.launchpad.net/ubuntu-system-settings/+bug/1229707 which has been bugging me for a while [13:10] Ubuntu bug 1229707 in ubuntu-system-settings "Have to press download button twice" [Undecided,New] [13:11] might be dbus client side, or system-settings not sure [13:11] lool: I looked at the it (some other people reported it) [13:11] lool: the method is sent [13:11] so I think service-side [13:11] didrocks: if you're touching this piece of code, it would be nice if you could start the spinner before the dbus autospawn kicks in as the spinner takes a little while to show up when one first enters the OS updates menu :-) [13:11] didrocks: i'm still planning on plumbing through progress from d/l thru s-i to ui, but you should keep an eye on the progress meter usability. i'm seeing fairly coarse progress from d/l, but apparently we're stuck with what the qt network stack gives us [13:12] lool: in fact, it's more a state machine, that can work, but mpt didn't design a spinner [13:12] lool: tagged [13:12] lool: he just wanted to see the progress(0) [13:12] barry, stgraber: Oh and one more thing [13:12] what I'm waiting barry on :) [13:12] barry, stgraber: we want to generate server-side changelogs in some way and show them in the UI [13:12] barry: can't you send progress(0)? [13:12] barry: I think that will make people happy at least to be able to cancel and so on [13:13] (remember that bug?) [13:13] didrocks: yes, there's a bug on that. i'll get that done when i plumb thru the new progress signals. still planning on s-i 1.6 for that [13:13] and yeah, dbus activation is pretty laggy across the board :/ [13:13] stgraber: would you think we could use ogra's .manifest diffing stuff as a start to generate the changelogs? [13:14] lool: right, that'll take some thinking about, not so much on the system-image side (it's just a text field) but on first landing what we need on the server side [13:14] stgraber: I'm guessing we want to stuff them in the json [13:14] lool: Ursinha wrote a tool to do that properly in cdimage but it's pending review from cjwatson and I [13:14] barry: I fixed another bug FYI, (barry is assigned as well to that one), but I think that UpdateFailed() shouldn't be sent on CancelUpdate() which has nothing to cancel. [13:14] lool: once we have that one landed in the tree, we can look into getting system-image to import those and use them [13:14] yeah, needed to fix some more things in changelogs.u.c first unfortunately and I got stalled on that [13:14] stgraber: Ok; I think this is a 13.10 thing; if it ends up being delayed too much, we should secure some time to remove the dummy messages [13:14] stgraber: ah right remember the Ursinha mp now [13:15] lool, didrocks there's still the u/i bug that it can't handle the array-of-dicts that i18n descriptions passes back. not sure what the status is on that, but i just need to uncomment a bunch of code to re-enable that [13:15] lool, we have a cdimage branch that nobody reviews [13:15] lool, for doing proper changelog generation during build [13:15] barry: yeah, it's still blocked, I'm distracted with other things unfortunately [13:15] ogra_: Like I say, it's blocked on some server-side fixes on changelogs [13:15] didrocks: k, no worries [13:15] ogra_: I do still consider it on my plate ... [13:15] cjwatson, ah, i didnt know it had reached your plate at all yet [13:16] ogra_: I worked with Ursinha and stgraber on it at the saucy releng sprint in July [13:16] (but there's this totally unimportant package called click that people keep wanting me to work on) [13:16] we wanted to take a look at it during the sprint, but somehow that didnt happen [13:16] barry: i18n will be incomplete in this relesae I'm afraid; can't translate changelogs either; we'll have to think of something better in next iteration [13:16] but can't design new features at this point [13:16] * barry nods [13:16] 3 weeks left til release! [13:16] * barry freaks out [13:16] cjwatson, awesome, i'll leave that to you then, though tell me if it landed so i can stop the cron scripts on my desktop :) [13:17] Ok [13:17] plars: on to you [13:17] plars: couple of topics: QA against R/O images and testing of upgrades [13:17] plars: do you have updates on these? [13:17] lool: on the ro testing side, we're making some additional progress toward that this week [13:18] sergio figured out how to get some additional things in as click packages [13:18] namely notes for now [13:18] but it could grow to other apps too [13:18] but for the time being, we're going to take some of the existing apps that are in as click, and get the tests working on them [13:18] yeah; sadly he's been a bit blocked on clickification due to other reasons [13:18] but cool [13:18] things like dropping letters, stockticker, etc [13:18] yeah, I know [13:18] but as a proof of concept that evertything works as it should [13:18] then as the other apps get clickified, we can transition their testing properly [13:19] that's a good approach, proves the concept without disturbing the image [13:19] plars: I saw that there was a meeting on click testing in images and click infrstructure [13:19] lool: that's exactly what it's about [13:19] lool: we're having regular status meetings about it [13:19] https://docs.google.com/a/canonical.com/document/d/1Ou5HTXaeqiGyDvPlvwJb02vazmNBhQy0S7sw12sJ084/edit?usp=drive_web [13:19] click testing task force :-) [13:19] unfortunately this week is fairly well tied up with saucy beta for me, on top of all the image stuff [13:19] plars: awesome [13:20] plars: what about upgrade testing? [13:20] but doanac is doing a lot of the work on the ci side for this [13:20] plars: it's critical we have this in place to support production post 13.10 [13:20] click and clack, the tappet brothers: http://en.wikipedia.org/wiki/Car_talk [13:20] for upgrade, we noticed that system-image-cli -i gives us a lot better info about what we've been upgraded to now [13:20] was it Javier on this? [13:20] lool: javier is qa, I have no idea what he's on [13:20] plars: yay! [13:21] hmm right, I guess I should have updated guests after the team split [13:21] there's the beginnings of a upgrade test in our branch, but it doesn't do much past upgrade [13:21] plars: who's on the hook for completing the upgrade test? [13:21] plars: basically we want to make sure that folks running latest public stable will be able to upgrade to next one [13:21] if I manage to get some spare time this week, we might see about fixing it to use -i, and really check the upgrade worked, but it's not running and would have to be set up as a completely separate job [13:21] since it has to do a (-#) install firswt [13:21] yes, it's a separate job [13:21] lool: no idea, you'd have to talk to jfunk about that [13:22] we even have a dedicated channel almost only for this job :-) well not anymore [13:22] lool: they maintain the tests still [13:22] plars: so you're getting the test from jfunk? [13:22] lool: a dedicated channel? [13:22] lool: jfunk is manager of the qa team [13:22] plars: originally the proposed channel was just for upgrade testing [13:23] plars: Ok; will grab jfunk on this, can I direct him at you for the CI infrastructure side? [13:23] or is that not adequate? [13:23] lool: really? I thought that was so that we could ci the image before marking it current [13:23] but ok [13:23] yep [13:23] me or andy [13:23] ok [13:23] I think I'm out of topics [13:23] did others have topics to bring up? [13:24] do we want a meeting only in 2 weeks, or next week? [13:24] nothing here [13:24] lool: given 3 weeks left, maybe weekly until release? [13:24] barry: +1 [13:24] ok, will adjust invite [13:25] Thanks a lot folks for a quick and productive meeting! I wish a good rocking end of week to all of you :-) [13:25] * lool waves [13:25] cheers === freeflying is now known as freeflying_away [15:59] \o [15:59] o/ [16:00] let's wait a few more minutes [16:03] couple more minutes and we get started [16:03] roaksoax, ack and thanks [16:04] o/ [16:04] alright, let's get the party started! [16:04] #startmeeting ubuntu-server-team [16:04] Meeting started Tue Sep 24 16:04:39 2013 UTC. The chair is roaksoax. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:04] 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:04] #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:04] smoser look at / assign bug 1206872 and bug 1156932 [16:04] bug 1206872 in samba (Ubuntu Saucy) "samba fails to unpack (behavior change in patch) and ftbfs on aarch64" [High,Incomplete] https://launchpad.net/bugs/1206872 [16:04] bug 1156932 in python-novaclient (Ubuntu Saucy) "User can't modify security-group-rule via nova-api if there are duplicated security group name" [High,Confirmed] https://launchpad.net/bugs/1156932 [16:04] any updates? [16:05] no updates. :-( [16:05] please re-action [16:05] ack! [16:05] ACTION: smoser look at / assign bug 1206872 and bug 1156932 [16:05] bug 1206872 in samba (Ubuntu Saucy) "samba fails to unpack (behavior change in patch) and ftbfs on aarch64" [High,Incomplete] https://launchpad.net/bugs/1206872 [16:05] bug 1156932 in python-novaclient (Ubuntu Saucy) "User can't modify security-group-rule via nova-api if there are duplicated security group name" [High,Confirmed] https://launchpad.net/bugs/1156932 [16:06] [ACTION] smoser look at / assign bug 1206872 and bug 1156932 [16:06] ACTION: smoser look at / assign bug 1206872 and bug 1156932 [16:06] #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:06] #link https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule [16:06] so there's our release schedule [16:07] #subtopic Release Bugs [16:07] #link http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-s-tracking-bug-tasks.html#server [16:07] bug #1208455 [16:07] bug 1208455 in linux (Ubuntu Saucy) "general protection fault running apt-get inside double nested kvm VM" [High,In progress] https://launchpad.net/bugs/1208455 [16:07] smoser: any updates? [16:07] err [16:07] smb: [16:07] (smb is not in today, and he didn't mention his one) [16:08] ah seems that smb is not here today [16:08] (not in right now that is) [16:08] alright moving on [16:08] bug #1213915 [16:08] bug 1213915 in ceph (Ubuntu Saucy) "Please demote ceph-mds and ceph-fs-common to universe" [High,New] https://launchpad.net/bugs/1213915 [16:08] i guess we wll see progress as soon as an archive admin can make it happen [16:09] bug #1206872 [16:09] bug 1206872 in samba (Ubuntu Saucy) "samba fails to unpack (behavior change in patch) and ftbfs on aarch64" [High,Incomplete] https://launchpad.net/bugs/1206872 [16:09] anyone from the server team willing to take on that one [16:09] zul: ? maybe you since you've previously touched samba [16:09] (or used to) [16:09] i can look i guess [16:10] thank you [16:10] bug #1156932 [16:10] bug 1156932 in python-novaclient (Ubuntu Saucy) "User can't modify security-group-rule via nova-api if there are duplicated security group name" [High,Confirmed] https://launchpad.net/bugs/1156932 [16:10] no progress [16:10] ack! thanks [16:10] bug #1199791 [16:10] bug 1199791 in nova (Ubuntu Saucy) "nova-compute-xcp misses nova-compute.conf" [High,Triaged] https://launchpad.net/bugs/1199791 [16:10] zul: what about this oen? [16:10] no progress [16:11] bug #1210054 [16:11] bug 1210054 in juju-core (Ubuntu Saucy) "juju terminate-machine with local provider doesn't destroy machine" [High,Triaged] https://launchpad.net/bugs/1210054 [16:11] jamespage: any updates? [16:11] not yet [16:11] or maybe arosales knows of someone who should take care of this one instead [16:11] alrighty [16:11] bug #1223010 [16:11] bug 1223010 in keystone (Ubuntu Saucy) "Use oauthlib rather than oauth." [High,Triaged] https://launchpad.net/bugs/1223010 [16:11] zul: ?> [16:11] roaksoax, I can investigate bug 1210054 for an owner [16:11] looked at it i dont think thats going to make it in for saucy [16:12] arosales: awesom,e thank you [16:12] zul: uhmm is it too big of a change? [16:12] roaksoax: yeah [16:12] hallyn, if you have an opportunity could you also throw in a comment in bug 1210054 ? [16:12] bug 1210054 in juju-core (Ubuntu Saucy) "juju terminate-machine with local provider doesn't destroy machine" [High,Triaged] https://launchpad.net/bugs/1210054 [16:13] uh, sure [16:13] hallyn, thanks [16:13] zul: ok boomer [16:14] bug 1226871 [16:14] bug 1226871 in python-troveclient (Ubuntu Saucy) "python-troveclient lists XS-Testsuite but packages no tests" [High,Triaged] https://launchpad.net/bugs/1226871 [16:14] adam_g: any updates? [16:14] roaksoax, in progress. have a branch up for review to lp:~ubuntu-server-dev/python-troveclient/havana [16:15] perfect! thank you! [16:15] https://code.launchpad.net/~gandelman-a/ubuntu/saucy/python-troveclient/1226871/+merge/187113 [16:15] volunteers to review are welcome :) [16:15] bug 1227153 [16:15] bug 1227153 in cinder (Ubuntu Saucy) "cinder missing build-depends on python-netaddr" [Medium,Triaged] https://launchpad.net/bugs/1227153 [16:15] this one should be an easy one [16:15] zul: ^^ [16:15] same as bug #1227167 [16:15] bug 1227167 in python-cliff (Ubuntu Saucy) "python-cliff needs to raise Build-Depends on pyparsing to 2.0.0" [Medium,Triaged] https://launchpad.net/bugs/1227167 [16:16] bug #1227353 [16:16] roaksoax: fixed, fixed [16:16] bug 1227353 in maas (Ubuntu Saucy) "Please promote maas-dns, maas-dhcp to main" [Undecided,New] https://launchpad.net/bugs/1227353 [16:16] waiting for archive admin [16:16] zul: thanks! please update appropriately [16:16] #subtopic Blueprints [16:16] #link http://status.ubuntu.com/ubuntu-s/group/topic-s-servercloud-overview.html [16:17] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-charmhelper2 [16:17] arosales: any updates you would like to share? [16:18] roaksoax, hm . . . [16:18] since marco doens't seem to be around [16:18] roaksoax, I think mathew wedgwood has been working on an api for charm helpers [16:19] roaksoax, but for charm-tools marcoceppi is working on a 1.0 release and juju/stable currently has that and he is working on getting that into saucy, if possible [16:19] awesome! thanks for the update [16:19] roaksoax, that should cover charm tools and helper updates [16:19] perfect! [16:19] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-2-delivery [16:20] jamespage: any updates? [16:20] roaksoax, I'll follow up on [marcoceppi] Update charm tools to promote best practices wrt stubbing/libraries WITH TESTS: TODO with marco on the charmhelper2 bp [16:20] roaksoax, all going OK - FFe for 1.16 applied for [16:20] arosales: thank you! [16:20] jamespage: awesome! [16:20] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms-ha-v2 [16:21] no new progress [16:21] james is taking care of percona charm [16:21] i still have to work on the haproxy stuff (but past 3 weeks in training so couldn't move forward) [16:21] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph [16:21] jamespage: ^^ [16:21] roaksoax, all good - apart from the radosgw agents for geo-replication [16:22] I've not had time to look in detail but they look a bit early days for 13.10 inclusion [16:23] i guess we just have to keep an eye on it [16:23] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-simplestreams [16:23] smoser: updates? [16:23] i'll update now. [16:23] smoser: thank you! [16:24] but there seems to be good progress and things looking great [16:24] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-qa [16:24] zul: ^^ any updates? [16:24] ill update it [16:24] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-havana [16:24] same as ^^ if there's updates please [16:25] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-mongodb [16:25] ditto [16:25] jamespage: so we still blocked with mongodb? [16:25] roaksoax, yeah - it won't make main this cycle [16:25] alrighty [16:25] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-charms [16:25] adam_g: any updates? [16:26] in me meantime: [16:26] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack [16:26] hallyn: any updateS? [16:27] not really, all going well [16:27] perfect! [16:27] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive [16:27] jamespage: how's the CA looking? [16:28] roaksoax, OK [16:28] I've been testing today with whats in staging [16:28] the cloud-tools pocket is WIP, and things are lookging good too [16:28] awesome! [16:28] mainly hitting charm compat issues due to name changes quantum-> neutron [16:28] but niggles [16:29] alriught, so that's easy to fix i guess then [16:29] https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-openstack-hypervisor [16:29] finalle [16:29] zul: ^^ [16:29] needs updating [16:29] tjamls! [16:29] thanks [16:30] #topic Weekly Updates & Questions for the QA Team (psivaa) === 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 (psivaa) [16:30] psivaa: any updates for us? [16:30] no update from us [16:30] hallyn fixed the lxc bug already :) [16:30] awesome! [16:30] #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:30] * hallyn raises his hand [16:30] smb is not around [16:30] smb says, [16:30] he's working on the raring xen mre, [16:31] and he is looking at bug 1185756 but needs to set up an environment to reproduce in [16:31] bug 1185756 in drbd8 (Ubuntu Precise) "drbd8-utils not compatible with linux-lts-raring kernel in 12.04" [High,Confirmed] https://launchpad.net/bugs/1185756 [16:31] (that's all) [16:31] awesome thank you! [16:31] #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:31] rbasak in holidays.. anyone might have something? [16:32] i guess not [16:32] #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] any event's coming up other than ODS in november? [16:33] openstack in action in montreal on the oct 8 [16:33] zul: yaay you representing us then? [16:33] roaksoax: im not giving any presenation but ill be there [16:34] cool [16:34] roaksoax, we had jcastro and maroceppi at Ohio Texas Linux Fest and LinuxCon, respectively these past weekends [16:34] roaksoax, charm school this Friday [16:34] Charm School: How to submit your bundle for the charm championship :-) [16:34] more details @ https://juju.ubuntu.com/events/ [16:34] that's great! [16:35] hurray for jcastro and marcoceppi [16:35] so let;'s mover on [16:35] move on* [16:35] #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:35] anyone hjas anything to add? [16:35] roaksoax, I also updated the agenda before the meeting to have a new item. [16:35] roaksoax, if you referesh https://wiki.ubuntu.com/ServerTeam/Meeting [16:35] do you see "Server & Cloud Bugs (caribou)" [16:36] arosales: now i SEE [16:36] see* [16:36] #topic Server & Cloud Bugs (caribou) === 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: Server & Cloud Bugs (caribou) [16:36] I need to add that to the copy/paste commands now that I think of it [16:36] caribou: any updates? [16:36] * arosales updates copy/paste now . . . [16:36] arosales: :) [16:36] well, this is mostly an introduction for this week [16:37] just some specific cloud & server bugs which would need some attention from CTS engineering team [16:37] but I don't have anything specific for this week, thanks [16:37] caribou: please go for it if you have any [16:37] ok [16:37] perfect then! [16:37] #topic Announce next meeting date and time === 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 and time [16:37] same day time [16:37] thanks caribou [16:37] thanks all for coming [16:38] roaksoax, thanks for chairing [16:38] #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:38] Meeting ended Tue Sep 24 16:38:18 2013 UTC. [16:38] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-09-24-16.04.moin.txt [16:38] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-09-24-16.04.html [16:38] arosales: my pleasure [16:38] arosales: :-) [16:39] Server IRC commands updated [16:39] arosales: thank you! [16:40] roaksoax, np. [17:00] #startmeeting [17:00] ## [17:00] ## This is the Ubuntu Kernel Team weekly status meeting. [17:00] ## [17:00] Meeting started Tue Sep 24 17:00:17 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] [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:01] [TOPIC] ARM Status (ppisati) === meetingology changed the topic of #ubuntu-meeting to: ARM Status (ppisati) [17:01] The flash-kernel dtb concatenation patch finally landed in the archive, while [17:01] support for TI AM35XX and bug fixing for the rest of the socs [17:01] (omap3/4, imx, etc) continues. [17:01] .. [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:02] [TOPIC] Milestone Targeted Work Items (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Milestone Targeted Work Items (ogasawara) [17:02] [LINK] https://launchpad.net/~canonical-kernel-distro-team/+upcomingwork [17:02] [LINK] http://status.ubuntu.com/ubuntu-s/canonical-kernel-distro-team.html [17:02] || apw || foundations-1305-arm64-bringup || 2 work items || [17:02] || cking || foundations-1308-power-measurement || 1 work item || [17:02] || smb || servercloud-s-virtstack || 1 work item || [17:02] || || servercloud-s-openstack-hypervisor || 1 work item || [17:02] .. [17:02] [TOPIC] Status: Saucy Development Kernel (ogasawara) === meetingology changed the topic of #ubuntu-meeting to: Status: Saucy Development Kernel (ogasawara) [17:02] We've remained rebased on a v3.11.1 kernel for Saucy and the archive is [17:02] currently frozen for Final Beta this Thurs Sept 26. Any uploads will [17:02] need to be cleared with the Ubuntu Release Team. Additionally, Ubuntu Kernel Freeze is ~1 week away, Thurs Oct 03. Any patches submitted [17:02] after Kernel Freeze will be subject to our SRU policy. [17:02] ----- [17:02] Important upcoming dates: [17:02] [LINK] https://wiki.ubuntu.com/SaucySalamander/ReleaseSchedule [17:02] Thurs Sep 26 - Final Beta (~2 days away) [17:02] Thurs Oct 03 - Kernel Freeze (~1 week away) [17:02] Thurs Oct 10 - Final Freeze (~2 weeks away) [17:02] Thurs Oct 17 - 13.10 Release (~3 weeks away) [17:02] .. [17:03] [TOPIC] Status: CVE's === meetingology changed the topic of #ubuntu-meeting to: Status: CVE's [17:03] == 2013-09-24 == [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:03] [TOPIC] Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid (bjf/henrix/sconklin) === meetingology changed the topic of #ubuntu-meeting to: Status: Stable, Security, and Bugfix Kernel Updates - Raring/Quantal/Precise/Lucid (bjf/henrix/sconklin) [17:03] Status for the main kernels, until today (Sept. 24): [17:03] * Lucid - Verification & Testing [17:03] * Precise - Verification & Testing [17:03] * Quantal - Verification & Testing [17:03] * Raring - Verification & Testing [17:03] Current opened tracking bugs details: [17:03] * http://people.canonical.com/~kernel/reports/kernel-sru-workflow.html [17:03] For SRUs, SRU report is a good source of information: [17:03] * http://people.canonical.com/~kernel/reports/sru-report.html [17:03] .. [17:03] [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 Sep 24 17:04:28 2013 UTC. [17:04] Minutes (wiki): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-09-24-17.00.moin.txt [17:04] Minutes (html): http://ubottu.com/meetingology/logs/ubuntu-meeting/2013/ubuntu-meeting.2013-09-24-17.00.html [19:24] hello there [19:25] please help me where i can found help about ubuntu, [19:25] , [19:25] ? [19:25] !support | kkg2005 [19:25] kkg2005: The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [19:25] senku === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === Joeb454 is now known as Guest73512 === freeflying_away is now known as freeflying