=== blackboxsw_ is now known as blackboxsw_eod [08:22] HI, Stupid question maybe, but if a bug is confirmed, what is the workflow then? [11:16] Carbrich_r: it's discussed, and prioritise or, if someone has a bunch w [11:17] *hunch what the issue is, assigned [11:17] unless, of course, someone from the community steps up and delivers a patch [13:38] How can I pass a user-script via vendor data? I am not sure if that is possible also. [13:44] rs_goyal__: I'm new here ... but you definitely want to pass it as vendor data and not user data? [13:48] yes @beantaxi [13:49] Then I'm out of ideas :) but I'm sure someone more knowledgable will be along [13:50] For my own curiosity, why vendor data? In case I find myself in the same position some day [13:52] If it would talk too long to explain, no worries [13:54] In case of user data, you need to pass it everytime you create an instance. Vendordata will be common for all [13:56] Thanks! [16:18] rs_goyal__, passing vendor data is dependent on the datasource, for example on lxd you can pass it in by setting a key: https://cloudinit.readthedocs.io/en/latest/topics/faq.html#lxd [16:26] ok [16:44] Carbrich_r: Confirmed bug statue just means someone else confirms this looks like a valid bug, it has yet to be prioritized in any work queues. Once it is in-progress you know it's imminent. But as it currently stands any bug that transistions to Triaged/Confirmed doesn't imply anyone is working that bug. Until it has an assignee it is considered an open bug that anyone in the community with interest can provide [16:44] patches for. I'm assuming this was a question related to https://bugs.launchpad.net/cloud-init/+bug/1892902 [16:44] Ubuntu bug 1892902 in cloud-init "Cloud-init received SIGTERM and is thereby unable to install packages or running runcmd completely" [Undecided,Confirmed] [16:45] I think ultimately "we" (cloud-init upstream folks) should have set that to Triaged. which means the same thing "real bug and unprioritized" except it carries the weight that the "bug supervisor" agrees. [16:46] * blackboxsw changes the bug state drop down [16:47] and looks like from your attached logs there that ['dnf', '-y', 'makecache'] causes a hiccup for cloud-init process for some reason. === ijohnson is now known as ijohnson|lunch === meena6 is now known as meena === ijohnson|lunch is now known as ijohnson [18:07] @meena: thanks for the explanation. [18:09] Carbrich_r: additionally, currently folks might be slow to respond, cuz they're in the middle of an SRU release [18:09] https://wiki.ubuntu.com/StableReleaseUpdates ← sru [18:26] thx again meena for fielding context for folks [18:27] blackboxsw: i try my best, but most of my best is currently directed at my daughter, so i've been neglecting my FLOSS projects that nobody pays me me for :P [18:28] hah. fam first always :) [18:28] then FLOSS fam second :) [19:57] Fyi I believe the manual instructions in https://wiki.ubuntu.com/Testing/EnableProposed only work if you are sudo [19:57] I mean root [19:58] This works: `echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe" | sudo tee >/dev/null /etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list`