Giter Club home page Giter Club logo

Comments (3)

kroese avatar kroese commented on July 21, 2024

Strange.. I thought we had confirmation in #37 now that it works in Pi 5.

But this timeout is maybe a different issue, because that other one produced an error message about registers.

I dont have a clue why it hangs unfortunately :( I only tested this container on the Raspberry Pi 5 and there it worked fine.

from windows-arm.

rogerdk avatar rogerdk commented on July 21, 2024

At the beginning of #37 I was able to solve the:
❯ ERROR: qemu-system-aarch64: Failed to put registers after init: Invalid argument
but then I had the timout error.

I started the docker with bash as entrypoint and ran step by step the /run/entry.sh to debug.
It seems to fail to start the tty for the vnc but I couldn't find any other log even though there was some CPU usage.
Although in the last 2 versions, after the timeout the container died.

bad luck I guess...

from windows-arm.

kroese avatar kroese commented on July 21, 2024

Yes, because I added this line to kill QEMU when there is no output for 15 seconds:

{ kill -15 "$pid" || true; } 2>/dev/null

How did you find that it fails to start the TTY?

Because all that complicated code with pseudo-terminals is just so that I can launch QEMU in the background to be able to do graceful shutdown when the container stops. It can technically all be removed if needed.

from windows-arm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.