Problem with "./install_and_upgrade.sh" gives me an error #589
Closed
overclock25
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After having launched the command "./install_and_upgrade.sh" the process stops and gives me this error:
TASK [common : install dependencies] *******************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: "}
to retry, use: --limit @/home/pi/raspberry-noaa-v2/ansible/site.retry
PLAY RECAP *********************************************************************
localhost : ok=14 changed=0 unreachable=0 failed=1
Error: Something failed with the install - please inspect the logs above
If I edit the site.retry file, inside there is only the word "localhost". Before everything was working normally, I have this since I have run "sudo apt update && upgrade".
How can I solve this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions