[00:01] smoser: hi Scott. harlowja sent me your way. :) can you take a look at https://bugs.launchpad.net/cirros/+bug/1605832 and let me know if its feasible? [00:01] mr.cirros [00:01] lol [00:02] cubswin [00:02] lol [00:03] cubswin:) [00:06] ha [11:24] kevinbenton, feel free to join #cirros [18:21] powersj, hey... very simple "does cloud-init work in ubuntu" shown http://paste.ubuntu.com/21303132/ [18:21] script is http://paste.ubuntu.com/21303074/ [18:21] (testing lxd) [18:24] oh sweet! [18:25] I'll look this over this afternoon - thx [19:33] smoser: any reason to not use lxc file pull ? [19:34] i dont know. [19:36] mm, lxc file pull I do with file pull/push had path completion though [20:05] rharper, one thing woudl ble that you can't tell the difference between no file exists and something went horribly wrong [20:06] $ lxc file pull x1/etc/asdf -; echo $? [20:06] error: not found [20:06] 1 [20:06] $ lxc file pull nocontainer/dd -; echo $? [20:06] error: not found [20:06] 1 [20:06] (non-obvious above, but x1 does exist) [20:21] well, you can wait on x1 to be read before your x1 [20:21] or file pull [20:22] my typical idion was launch and wait; I don't see that exposed in the cli though [20:23] actually, IIRC, launch blocks until it's running [20:24] rharper, but you can't tell if it shut itself down or communication from client to daemon is dead... [20:24] you just know something failed. [20:24] which is fine. in that the wait would eventually catch it anyway. [20:24] but the way i did it, exiting '9' indicated that every thing was happy, the file just didn't exist. [20:24] yeah [20:25] hrm, I wonder why they don't let you file pull from stopped containers (I'm guessing zfs isn't mounted) [20:25] oh [20:25] nm [20:25] that works [20:25] that's prolly worth an issue (missing file vs. unknown container name) [20:26] for example, exec throwns the not found for non=container name, but 255 on exec failure [20:33] smoser: did we have a bug filed for the systemd-udev interface rename where it won't rename a second time with .link files ? [20:34] yeah, it works. [20:34] pull and push from non-started. [20:35] there is one... let me find [20:35] https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1579130 [20:47] smoser: thanks!