xqs
xqs
# Problem location [root@openeuler-2203-cloud-init ~]# dmesg | grep cloud-init [ 7.946722] systemd[1]: Hostname set to \. [ 8.060676] (sd-executor)[600]: /usr/lib/systemd/system-generators/cloud-init-generator failed with exit status 3. [root@openeuler-2203-cloud-init ~]# /usr/lib/systemd/system-generators/cloud-init-generator /usr/lib/systemd/system-generators/cloud-init-generator: line...
@xiaoge1001 This is because when making the rpm package, the redhat-release in setup.py was changed to openEuler-release, the installation path is changed to /usr/libexec/cloud-init. [https://gitee.com/src-openeuler/cloud-init/blob/openEuler-22.03-LTS-SP3/cloud-init.spec#L125](url) However, if you compile and...