You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all thanks for this plugin as it saved me a lot of hours before.
Currently I am setting up a raspberry pi 4 and got confronted with multiple issues.
Reference issues are in this repo: #16 in the solo-io repo: solo-io/packer-plugin-arm-image#58solo-io/packer-plugin-arm-image#50 I found there was a workaround implemented
but this seems to be not the case in this repo.
arm: nameserver 8.8.8.8
==> arm: error: failed retrieving file 'core.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
==> arm: error: failed to update core (invalid url for server)
==> arm: error: failed retrieving file 'extra.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
==> arm: error: failed to update extra (invalid url for server)
==> arm: error: failed retrieving file 'community.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
==> arm: error: failed to update community (invalid url for server)
==> arm: error: failed retrieving file 'alarm.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
==> arm: error: failed to update alarm (invalid url for server)
==> arm: error: failed retrieving file 'aur.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
==> arm: error: failed to update aur (invalid url for server)
==> arm: error: failed to synchronize all databases
==> arm: error while running provision hook: Script exited with non-zero exit status: 1.Allowed exit codes are: [0]
==> arm: optional `fuser -k` failed with exit status 1:
Build 'arm' errored after 25 seconds 349 milliseconds: build was halted
I printed the content of /etc/resolv.conf while provisioning and got the nameserver 8.8.8.8 result.
When trying to ping any domain I get arm: /usr/bin/ping: google.com: Temporary failure in name resolution.
I tried to implement workarounds with using the strategy from the solo-io repo and did manual mounts, without mounting the resolv.conf and instead mounting /run/systemd as additional mount. This gave me the same error.
Host sytem: Archlinux 5.7 kernel inside kvm.
Internet access on host system is working.
Any ideas to proceed?
The text was updated successfully, but these errors were encountered:
Hi, first of all thanks for this plugin as it saved me a lot of hours before.
Currently I am setting up a raspberry pi 4 and got confronted with multiple issues.
Reference issues are in this repo: #16 in the solo-io repo: solo-io/packer-plugin-arm-image#58 solo-io/packer-plugin-arm-image#50 I found there was a workaround implemented
but this seems to be not the case in this repo.
The problem is affecting the discussed issue of using the provisioning to update
the system with network access.
I used https://github.com/mkaczanowski/packer-builder-arm/blob/master/boards/raspberry-pi-3/archlinuxarm.json as a reference.
I printed the content of /etc/resolv.conf while provisioning and got the
nameserver 8.8.8.8
result.When trying to ping any domain I get
arm: /usr/bin/ping: google.com: Temporary failure in name resolution
.I tried to implement workarounds with using the strategy from the solo-io repo and did manual mounts, without mounting the resolv.conf and instead mounting /run/systemd as additional mount. This gave me the same error.
Host sytem: Archlinux 5.7 kernel inside kvm.
Internet access on host system is working.
Any ideas to proceed?
The text was updated successfully, but these errors were encountered: