Alf-André Walla

Results 95 comments of Alf-André Walla

Its because vmrunner always runs with the bridge setup scripts even though not all services use networking. Note that vmrunner is only for development, as you are supposed to run...

Did we solve this? By just making a constructor parameter have a default value, or something.

I think its still needed for TAP device (which is not easy to do), but yes, its really easy to add user to kvm group.

That's definitely a problem. So, you can probably fix this temporarily by disabling KVM clocks, probably from clocks.cpp in that x86 platform folder. Updating the OS is not easy now...

The plan is to just disable KVM clocks (again). Until the problem with them is solved.

We can at least make a copy of the data and create a new packet for the different driver. As long as the packets size is within the MTU of...

Yea, thats a bug. It happened after a change from a normal vector to one using a polymorphic allocator. Probably a simple fix as its just a matter of changing...

One thing of particular note is that the QEMU version is really really old. ``` QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-156.el7_5.2) ``` I tried installing a newer qemu but the package...

I had this problem again when implementing s2n. The OS will start but networking will not work. Considering all the cases that lead to this, it is safe to assume...

Might as well ref this: https://github.com/hioa-cs/IncludeOS/pull/1887/commits/1a10145045dd744cf2a1fbcc6c002c6c15be3f27 Bug is still alive and well