Benjamin Scholtz

Results 34 comments of Benjamin Scholtz

A few links to related issues: 1. https://stackoverflow.com/questions/42449999/webpack-import-module-exports-in-the-same-module-caused-error 2. https://github.com/webpack/webpack/issues/3997

Rolling back to `v2.1.2` fixes this issue, this is pre-dependency updates that I think introduced a breaking change in `webrtc-adapter` or some interaction with it, related to the above issues.

Hi @kenanduman1988. Does manually running `start-avd.sh` throw any similar errors? I haven't come across this before. Will see what I can find. I also haven't run/updated the project in a...

So I just tested it on my system without any issues. `entrypoint.sh` is run when building the Docker image, you should run `start-avd.sh` once you're in the graphical session -...

Here's the issue. The KVM driver seems to be missing. I'm a bit out of context, so will try investigate why that may be the case. ```bash root@8d1f203c0c13:~# cd /app/...

For the above shell, I accessed it from within the VNC session, at localhost:6080. Otherwise you could maybe go directly through the Docker process: e.g. `docker exec -it /bin/bash`

Okay, so something I really didn't know much about is that Docker containers share the host kernel and kernel modules... So that's the root of the issue I think. What...

For reference, this is where I got the qemu-kvm setup code originally: https://github.com/sivaramsk/docker-kvm

I'm unfortunately running NixOS which complicates things slightly with loading the host kernel modules into the Docker container, but you could try something like binding the host modules `-v /lib/modules:/lib/modules`.

If you'd like to check I found this helpful: https://stackoverflow.com/questions/11116704/check-if-vt-x-is-activated-without-having-to-reboot-in-linux @smashah I see you forked the repo, let us know if you have any luck :) I'm pretty sure I...