Kroese

Results 432 comments of Kroese

Is the domain controller on the same system that runs the Docker container? Because with macvlan its normal that you can ping every computer except for the host (I describe...

Closing because of no response

Looks like some problem with your CPU. Try with this added in your compose file: ```yaml environment: HV: "N" BOOT_MODE: "windows_plain" ```

You can use my fork: https://github.com/dobtc/bitcoin

Very strange.. Normally when it shuts down it should at least print an error message or the reason of shutting down. So its very hard to tell now whats happening.

I now created a new release (v2.05) which should provide more error info in your case. Can you please try and see if it reports more info? And if not,...

@kiesstein Mmmh, very interesting find! In the past I had `/dev/vhost-net` in the example compose file, but it seemed it was not necessary as the container can create this device...

Yes but the problem in this case is that `mknod` didnt return any error on your system. If it would have failed, the script launches QEMU without `vhost-net` and everything...

I created a new tag (v2.06). Could you do me a favor and test if this version works in your original situation (where you did not mount /dev/vhost-net yet)? To...

Can you try v3.05 while adding the `privileged: true` setting to your compose file ? This will set the `ignore_msrs` KVM parameter automaticly, which might solve your issue.