-
Notifications
You must be signed in to change notification settings - Fork 116
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
Push simple python application #248
Comments
As a workaround, you can resize the image using
#249 is duplicate. |
CC @lifeeth i think we should have this instruction in qemu machines. Cause my default docker disk is only 1G which might be insufficient for some apps. |
Or... I would actually vote to start shipping qemu images with 4G of docker disk (most of the boards we have use that disk size). CC @petrosagg |
SGTM |
This issue was moved to balena-os/balena-qemu#82 |
Description
Push an a simple python application to the device
Steps to reproduce issue
git clone https://github.com/alexandrosm/hello-python
cd hello-python
git remote add resin YYY (copy the link from the application's dashboard)
git push resin master
Expected result
In the device's logs you should see: "hello python!"
Actual result
Can't download application. In the logs:
and repeatedly try to download.
Started with the default command recommended from the dashboard:
qemu-system-i386 -drive file=resin.img,media=disk,cache=none,format=raw -net nic,model=virtio -net user -m 512 -machine type=pc,accel=kvm -smp 4 -cpu host
Other information
Reported by: Gergely Imreh
Test configuration: QEMU X86 32bit
Test case number: TC06
Test run: https://resinio.testlodge.com/projects/16238/runs/221686?tab=2&run_section_id=231829&executed_case_id=10347326#executed_case_10347326
The text was updated successfully, but these errors were encountered: