[12:00] hi [12:00] I have issues with cloud-init users creation and vmware guestinfo settings [12:00] users never get created [12:01] but as I can't login , I have no logs [12:13] I have tested the same userdata settings with a lxc container and there it works [12:14] anyone has an idea ? [13:49] blackboxsw: that worked. I have applied the patch. No i have a new problem. The network configuration is assigned properly, and NetworkManager is applying all the settings and regenerating resolv.conf. But it does not put the DNS config in there. I wonder if there is another patch that i am missing [15:03] Olivier67: Hello o/ [15:05] Olivier67: Are you able to mount the image locally to grab the logs? [15:24] blackboxsw: ok, found that issue too. it seems that, now that i have applied the patch, cloud-init detects the OVF datasource that comes from the vmware-tools and ignores the VMware datasource. the OVF data source results in a v1 network config that does not have the general dns configuration part, so NetworkManager cannot configure it. But when I [15:24] am using the VMware datsource only, the NIC is not made active in VMware. I feel like my head is exploding [16:44] ryland: sounds frustrating :/ You want to use the VMware datasource for networkv2, but it is using OVF. I'm catching up on the discussion, but at this point it sounds like a datasource mis-detection to me, right? [22:19] holmanb not yet I drop it today .... I will try to mount tomorrow the partition [23:10] ok now I have accessed my logs through LiveCD and I can see the logs [23:10] so apparently it says that my users are well created [23:10] but I have the following in the logs [23:13] running hidden command to protect sensitive input/output logstring: chpasswd for user [23:14] running command [ 'passwd' , '-l', 'user'] [23:21] so in fact I don't know which password the cloud-init has set [23:23] Even the default user ubuntu is created [23:30] or is it only permitted to login with ssh-key ?