We have an Open Balena server running. I have configured balena CLI to use it in ~/.balenarc.yml.
If I want to configure an OS image, I run the following command, which fails:
$ balena os configure --debug --config-network ethernet --fleet admin/pts-cctv-chipsee-7inch-test test-img
[debug] new argv=[/home/tue/balena-cli/balena,/snapshot/balena-cli/bin/balena,os:configure,--config-network,ethernet,--fleet,admin/pts-cctv-chipsee-7inch-test,test-img] length=8
[debug] Deprecation check: 0.18098 days since last npm registry query for next major version release date.
[debug] Will not query the registry again until at least 7 days have passed.
[debug] Event tracking error: getaddrinfo ENOTFOUND data.balena.r2p.com
BalenaRequestError: Request error: Inaccessible host: `resin-production-img-cloudformation.s3.amazonaws.com' at port `undefined'. This service may not be available in the `us-east-1' region.
BalenaRequestError: Request error: Inaccessible host: `resin-production-img-cloudformation.s3.amazonaws.com' at port `undefined'. This service may not be available in the `us-east-1' region.
at Object.<anonymous> (/snapshot/balena-cli/node_modules/balena-sdk/node_modules/balena-request/build/request.js:193:27)
at Generator.next (<anonymous>)
at fulfilled (/snapshot/balena-cli/node_modules/balena-sdk/node_modules/tslib/tslib.js)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
For further help or support, visit:
https://www.balena.io/docs/reference/balena-cli/#support-faq-and-troubleshooting
This has worked previously, and as far as I know, nothing on the Open Balena server has changed.
The device is of the type “raspberrypicm4-ioboard”.
I am using balena CLI version 14.5.12.
Any good suggestions for getting this to work again are more than welcome.