=== rangerpb is now known as rangerpbzzzz [01:13] harlowja, argparse is really wierd on centos i know that ot be true. [01:13] def [01:13] i'm not sure if we really depend on cheetah any where else or not. [01:13] i really ahve to run... sorry. [01:13] np [01:13] i'm wliling to listen tomorrow [07:26] smoser: hi, today I have had a few uvt based kvms that stalled infinitely not getting /var/lib/cloud/instance/boot-finished created [07:27] smoser: known issue / not an issue / worth to report / worth to debug ? [10:49] Hello, quick question about creating users and groups with cloud-init, is it possible to specify the GID and UID numbers as well? [10:49] I don't see it in the syntax/examples [11:25] https://bugs.launchpad.net/cloud-init/+bug/1396362 [11:26] Looks like there was a patch but it wasn't merged [12:34] cpaelzer, hm.. no. not to my knowledge. [12:35] smoser: ok, then I'll at least check how reproducible that is ... just a sec should be fast [12:35] cpaelzer, it seems likely it is https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1623868 [12:38] reproducible [12:40] smoser: no mine has that service properly starting http://paste.ubuntu.com/23181982/ [12:41] I seem to match the second comment with the inactive cloud-init.target [12:44] cpaelzer, can you get journalctl ? [12:45] smoser: yes [12:45] I can log in and check all I need [12:45] currently writing bug update [12:45] but the more you help me to debug the more I can help [12:45] cpaelzer, see in ubuntu-devel === rangerpbzzzz is now known as rangerpb [17:48] nrezinorn smoser ok its tommorow! [17:48] lol [17:48] * harlowja thinks nrezinorn wants to destroy brpm and replace it with the raw spec files [17:50] suck [17:50] lol [17:50] * smoser shakes fist at time [17:51] nrezinorn is making a list of naughty things [17:52] harlowja, what do you need ? [17:52] lol [17:52] let's see [17:52] i'd like a milk shake [17:55] let's see when nrezinorn gets around === rangerpb is now known as rangerpbzzzz [21:32] smoser: cloud-init 0.7.8-1-g3705bb5-0ubuntu1~16.04.1 works fine for me === aps is now known as Guest17562 [21:56] smoser if u get some time https://code.launchpad.net/~harlowja/cloud-init/+git/cloud-init/+merge/305882 [21:57] nrezinorn saw init-cloud-local blowup with a invalid argument on reading from /sys [21:57] i'm thinking we need to catch those, due to weird reading issues at that early of boot [21:57] [ 4.405675] cloud-init[271]: File "/usr/lib/python2.7/site-packages/cloudinit/util.py", line 1242, in pipe_in_out [21:57] [ 4.406060] cloud-init[271]: data = in_fh.read(chunk_size) [21:57] [ 4.407056] cloud-init[271]: IOError: [Errno 22] Invalid argument [21:57] [ 4.407377] cloud-init[271]: -------------------------------------- [21:57] thats weird ... [21:57] because its always 1024, lol [21:57] so pretty sure its masking some other issue [21:58] catching IOErrors should be fine though [21:58] the rest of traceback is around https://git.launchpad.net/cloud-init/tree/cloudinit/net/__init__.py?id=0.7.7#n145 [22:00] does that remind u of anything?