threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
85 stars 14 forks source link

Some deployed VMs can't reach the public network #2177

Closed AhmedHanafy725 closed 7 months ago

AhmedHanafy725 commented 10 months ago

env: qa nodeId: 2

It doesn't always happen, but sometimes the deployed vm has /etc/resolv.conf empty.

ramezsaeed commented 10 months ago

we need to check node on qa net when started and the version of software running on it. as a work around u can populate the /etc/resolve.conf manually and it should work.

muhamadazmy commented 10 months ago

can you provide information about the flist used to deploy this VM.

AhmedHanafy725 commented 10 months ago

I was using Caprover flist https://hub.grid.tf/tf-official-apps/tf-caprover-latest.flist

AbdelrahmanElawady commented 9 months ago

It's an issue with cloud-container not continuing network configuration if an error happens which leads to empty /etc/resolv.conf file (among maybe other things). https://github.com/threefoldtech/cloud-container/issues/20

muhamadazmy commented 9 months ago

Reopened to be verified first