[12:01] In TestConfig.test_only_main_repo, I am all of a sudden getting this error E FileNotFoundError: [Errno 2] No such file or directory: '/run/cloud-init/tmp' [12:02] In fact tests/unittests/config/test_cc_apk_configure.py has failed on multiple cases [12:02] any idea what changed? [12:02] This is on 23.4 [14:00] ani: hard to know without more information. I don't even see that directory being related to the test you mentioned. A pastebin with a whole test output would be more helpful. Also, I'm not sure how "all of a sudden" and "on 23.4" go together. 23.4 was released 3 months ago. Do you mean that you're getting that error since upgrading to 23.4? Or did [14:00] you pull in one of the hotfix releases and now you're seeing that error? If you haven't intentionally pulled in updated code, our released upstream code doesn't change, so if a test started failing all of a sudden without you changing code, then that points to an environment issue. [14:35] falcojr I backported https://github.com/canonical/cloud-init/commit/7c96c9cd9318e816ce4564b58a2c98271363c447 and it seems to have fixed it. We are checking [14:35] -ubottu:#cloud-init- Commit 7c96c9c in canonical/cloud-init "ci: Pin pytest<8.0.0. (#4816)" [17:31] holman: just a ping about #4876, would be great if it could make 24.1 [18:21] Hello world. Here is a paste (user-data) that is meant to create a user, and allow ssh entry by providing password: https://hastebin.com/share/uwuwoqocim.yaml [18:21] However, when I login to the VM physically, and, enter username/password - it reports incorrect username or password. [18:22] what am I doing wrong? [18:29] "ssh_pwauth" is a top-level key, NOT a per-user key [18:30] "chpasswd" is also a top-level key [18:40] minimal: I think holman was waiting for you on that one for what you wanted to do [18:45] https://hastebin.com/share/epipobebux.yaml đŸ‘‰issue still persists [18:51] "expire" not "expires" and "preserve_hostname" not "preserve_host" [18:51] `cloud-init schema --config-file ` can help [18:59] `cloud-init schema ...` gave me a python error: https://hastebin.com/share/ogarihuxek.java [18:59] falcojr: I did respond to him in the PR [19:01] ahhh, I see the resolved comment now. Thanks [20:42] * meena is back on FreeBSD / cloud-init duty o/~