clearlinux / micro-config-drive

An alternative and small cloud-init implementation in C
Other
46 stars 17 forks source link

ucd failed with coredump #47

Closed mgonzal1 closed 4 years ago

mgonzal1 commented 5 years ago

Deploying Clear Linux on baremetal using Openstack causes ucd core dump Logs: ` image

`

My user-data is: `#cloud-config package_upgrade: yes packages:

ahkok commented 4 years ago

Which version of micro-config-drive was this? There was a crash in a previous release that is currently fixed in v43

mgonzal1 commented 4 years ago

I was using V42. I tested with V43 and it doesn't crash but it seems that network is not available to download packages: package_upgrade: Waited for network for 5 minutes, no answer - giving up.

ahkok commented 4 years ago

I tested with V43 and it doesn't crash but it seems that network is not available to download packages:

The method to look for an active connection uses a DNS request. If this fails then all subsequent swupd commands will also fail because they use the same DNS addresses to perform the software download.

Are you in a restricted network? Did networking work after the 5 minute timeout? Did the packages install correctly?

ahkok commented 4 years ago

I have one more fix. You'll need v44.

ahkok commented 4 years ago

No answer. Please check the thread and re-test if you can.