Advertisement
Guest User

Untitled

a guest
Nov 6th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. root@qemux86-64:/lib# uname -a
  2. Linux qemux86-64 5.8.13-yocto-standard #1 SMP PREEMPT Tue Oct 6 12:23:29 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  3. root@qemux86-64:/lib# systemctl | grep cloud
  4. root@qemux86-64:/lib# find . -name '*cloud*'
  5. ./systemd/system/cloud-config.service
  6. ./systemd/system/cloud-config.target
  7. ./systemd/system/cloud-init.target
  8. ./systemd/system/cloud-init.service
  9. ./systemd/system/cloud-final.service
  10. ./systemd/system/cloud-init-local.service
  11. ./systemd/system-generators/cloud-init-generator
  12. root@qemux86-64:/lib# systemctl start cloud-config
  13. [ 7439.561495] cloud-init[11545]: Cloud-init v. 20.3 running 'init-local' at Fri, 06 Nov 2020 21:15:51 +0000. Up 7439.53 seconds.
  14. [ 7439.728883] cloud-init[11545]: 2020-11-06 21:15:51,223 - util.py[WARNING]: did not find either path /sys/class/dmi/id or dmidecode command
  15. [ 7439.789147] cloud-init[11545]: 2020-11-06 21:15:51,283 - util.py[WARNING]: Failed to load metadata and userdata
  16. [ 7439.790408] cloud-init[11545]: 2020-11-06 21:15:51,283 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceRbxCloud.DataSourceRbxCloud'> failed
  17. [ 7439.813203] cloud-init[11545]: 2020-11-06 21:15:51,307 - stages.py[ERROR]: Unable to render networking. Network config is likely broken: No available network renderers found. Searched through list: ['netplan', 'eni', ]
  18. ^C
  19. root@qemux86-64:/lib#
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement