=== tds9 is now known as tds [04:28] afternoon. Anyone here able to assist with a cloud-init issue? I am unsure how best to go about isolating the root cause of the problem [04:37] ill describe the issue anyway and see if anyone wants to have a stab at it [04:38] Deploying an Ubuntu 18.04LTS VM on Azure. [04:38] Intermittently, cloud-init will fails with: [04:38] Fetched 18.7 MB in 6s (2935 kB/s)Reading package lists...E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? [04:39] For some reason it appears that two `apt` commands are running [04:39] I am unsure why this is so [04:39] cloud-config simply says: [04:39] ```cloud-config simply says: [04:40] package_upgrade: truepackages:- jq- chrony- ipvsadm [04:40] apols for the formatting [04:40] package_upgrade: truepackages: (new line, list of packages in the correct format) [04:41] anyway, sometimes it works, sometimes it doesnt. Feels like a race condition to me in the sequencing of cloud-init [04:41] but im not an expert so figured it wouldnt hurt to seek some guidance here [09:56] Odd_Bloke: re, meena> that seems like an interesting omission… ← calling the thing that makes it work. === MAbeeTT_ is now known as MAbeeTT === paride9 is now known as paride [13:37] meena: Yeah, it only happens with wifi, which is the puzzling part. [13:39] ausfestivus: Thanks for the report! For future reference, a pastebin service like https://paste.ubuntu.com/ makes it a lot easier to communicate multi-line files. That does look like a race of some description; is this an official Ubuntu image in Azure? [13:40] (There have been races between cloud-init and unattended-updates in the past, but I believe those have been resolved.) [16:16] #startmeeting cloud-init status meeting [16:16] Meeting started Tue May 5 16:16:41 2020 UTC. The chair is blackboxsw. Information about MeetBot at http://wiki.ubuntu.com/meetingology. [16:16] Available commands: action commands idea info link nick [16:17] good morning, afternoon and evening folks. Welcome to another cloud-init status meeting. [16:17] #chair Odd_Bloke smoser rharper [16:17] Current chairs: Odd_Bloke blackboxsw rharper smoser [16:17] our IRC channel topic carries the next planned status meeting for those that wish to participate. All are welcome to interject or drive converstation topics here [16:18] I'll set the next status meeting topic while we are thinking about it. [16:18] 2 weeks from today, same time 16:15 UTC. === blackboxsw changed the topic of #cloud-init to: pull-requests https://git.io/JeVed | Meeting minutes: https://goo.gl/mrHdaj | Next status meeting May 19 16:15 UTC | 20.1 (Feb 18) | 20.2 (Apr 28) | https://bugs.launchpad.net/cloud-init/+filebug [16:18] May 19th it is. [16:19] Previous meeting minutes live over on github [16:19] #link https://cloud-init.github.io/ [16:19] The topics we generally cover in this meeting are the following: Previous Actions, Recent Changes, In-progress Development, Community Charter, Upcoming Meetings, Office Hours (~30 mins). [16:20] #topic Previous Actions [16:20] Looks like no unresolved actions from last meeting [16:20] #topic Recent Changes [16:22] Below is a list of commits that have landed in tip of master: found via git log --since 2020-03-10 [16:22] #link https://paste.ubuntu.com/p/YMb2Tw3tRD/ [16:23] We've had a number of milestones since the last status meeting, Ubuntu Focal Fossa 20.04 was released on Apr 23, cloud-init upstream cut a release 20.2 as well [16:23] Additionally we have two new hires to the canonical ubuntu-server team that will be participating in cloud-init, curtin and ubuntu-advantage-tools projects [16:24] We are really excited to have some extra hands on cloud-init from lucasmoura and falcojr. So welcome gentlemen, glad to have the help. [16:25] They just started yesterday and are going through a bit of onboarding this week, but expect to see them around in cloud-init shortly. I believe they have both landed their first PRs to get added as a contributor to cloud-init. [16:26] #topic In-progress Development [16:26] #link https://github.com/canonical/cloud-init/pulls [16:27] ok active review queue is really getting well maintained now that we've adopted PR assignment. Thanks for helping is land branches quickly folks. [16:28] Generally upstream has set a couple of long-term goals for cloud-init in the next development cycle [16:28] - wrap up cloud-init daemon mode (to reduce boot time by loading python only once) [16:28] - OpenStack network hotplug handling from cloud-init [16:29] - Potentially a new LXD datasource for handling container deployments [16:29] - better json schema coverage for the remaining oncovered cloud config modules. [16:30] #topic Community Charter [16:31] We continue to categorize more bitesize bugs in cloud-init. [16:31] #link https://bugs.launchpad.net/cloud-init/+bugs?field.tag=bitesize [16:32] These bugs are themed at doc updates and json schema improvements across all of cloud-init, but we continue to seed that bug tag with items which should be easy to drop in and make a lasting impact on cloud-init [16:33] All cloud-init contributors are encouraged to participate in any part of the cloud-init lifecycle, from bug filing, to fixing, to release testing and PR reviews. Thanks to everyone who continues to build the cloud-init community! [16:33] #topic Office hours (next ~30 mins) [16:35] During this stage we have a some focus time on cloud-init development and community support. Any questions, concerns, reviews or request for help/triage are most welcome. We should have a couple of upstream developers with eyes on this channel. [16:36] In the absence of discussion, we'll groom the active PR review queue and/or work additional cloud-init dev items. [16:38] community-notice: Ubuntu plans to release cloud-init version 20.2 to Ubuntu's new development release 20.10 (Groovy Gorilla). We expect to start an Ubuntu StableReleaseUpdate into xenial, bionic, eoan and focal within the next 2 weeks. [17:33] alrighty, think that about wraps today's status meeting. Happy Cinco De Mayo folks [17:34] #endmeeting [17:34] Meeting ended Tue May 5 17:34:01 2020 UTC. [17:34] Minutes: http://ubottu.com/meetingology/logs/cloud-init/2020/cloud-init.2020-05-05-16.16.moin.txt [18:25] groovy gorilla… is a good name. [22:24] Morning @odd [22:24] Morning Odd_Bloke, yes its the default Azure 1804LTS image.