Linus Färnstrand
Linus Färnstrand
I also powered the entire thing via the battery + zigbee board when I did this flashing. So that's not what's stopping you. Ok. I ran a whole bunch of...
The java runtime initializes and handles socket in a very ugly non-standard way. This is currently incompatible with our split tunneling kernel driver. It might be possible, but would be...
But don't let the current release be blocked on this suggestion. I just wanted to leave this here :)
Thanks for figuring out how to build it on Linux! I will try this in the coming days. Just waiting for my STM programmer to arrive. I don't know how...
`core::net` is now stable since Rust 1.77. So we do not need to depend on `no-std-net` at all if we accept 1.77 as MSRV. This would be great IMHO, since...
I have not tested this myself. But I suspect that the UTM networking might work like how the Windows WSL2 networking works. It forwards the traffic on layer 2 from...
While connected using the Mullvad app in the host OS, but not in the guest OS: 1. Figure out the name of the network interface for your actual internet connection...
Thanks for the very thorough brainstorming. I'm currently adding extra logging around all `wait()` and `kill()` calls. So next time it happens we hopefully have a little bit more info....
> Out of curiosity, how do you send SIGTERM? Duct hasn't exposed a way to get the child PID, so you must be using some side channel? Sorry, my bad....
I did not. But we don't store the Expression anywhere, it goes out of scope just after spawning the child anyway. This works fine 99.999% of the time. So that's...