Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Os configure throws IO: Input/output error if you apply the command more that one time on the same image. #2220

Open
mbalamat opened this issue Mar 17, 2021 · 2 comments
Labels

Comments

@mbalamat
Copy link
Contributor

Steps to reproduce

[~/tmp/test]$ balena -v -a
balena-cli version "12.41.1"
Node.js version "12.20.0"
[master][~/tmp/test]$ balena os download raspberrypi3 -o my.img
Getting device operating system for raspberrypi3
OS version not specified: using latest stable version
The image was downloaded successfully

[master][~/tmp/test]$ balena os configure my.img -a pi3cli
? Network Connection wifi
? Wifi SSID asdf
? Wifi Passphrase [hidden]
Configuring operating system image

[master][~/tmp/test]$ balena os configure my.img -a pi3cli
? Network Connection ethernet
Configuring operating system image
IO: Input/output error

Additional information may be available with the `--debug` flag.

For further help or support, visit:
https://www.balena.io/docs/reference/balena-cli/#support-faq-and-troubleshooting


[master][~/tmp/test]$ balena os configure my.img -a pi3cli
? Network Connection wifi
? Wifi SSID rewq
? Wifi Passphrase [hidden]
Configuring operating system image
IO: Input/output error

@aessig
Copy link

aessig commented Feb 20, 2023

@mbalamat Do you have some updates on this point?

fisehara added a commit that referenced this issue Apr 14, 2023
Change-type: patch

Signed-off-by: Harald Fischer <[email protected]>
@jellyfish-bot
Copy link

[fisehara] This has attached https://jel.ly.fish/bc8978c2-f3de-48a2-941e-8bcc5b4368a9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants