Magnus Skjegstad
Magnus Skjegstad
I'm unable to get the TCP/IP stack to connect to its own listening ports. The unikernel seems to try to resolve its own IP in ARP, but not sure if...
Currently requires suid/sudo to bind to port 53 and set up Xenstore. Use https://github.com/andrenth/release ?
For jitsu we use a faster vif setup script (available [here](https://github.com/mirage/jitsu/blob/master/scripts/fast-vif-bridge) and in C [here](https://github.com/mirage/jitsu/blob/master/scripts/add_vif.c)) instead of the default in /etc/xen/scripts/vif-bridge. With mirage-net-xen version 1.4.1 they stopped working. Downgrading to...
Jitsu should be able to manage the synjitsu unikernel. This would include: - starting/stopping synjitsu - setting up /ip with write permissions for synjitsu only - allow booted unikernels to...
Currently we use the latest dependencies from opam repository to build, but as the dependency versions may change over time they can affect the benchmark results. It would be useful...
We currently have to test nix builds manually. We should investigate options for running builds automatically for PRs in CI
Currently only error messages returned from Irmin as strings are reported correctly. In some cases the string contains JSON data which confuses the current unmarshaller and the error string will...
`compare-and-set` is implemented in irmin-go, but it's not exposed in the Irmin HTTP API. See also https://github.com/mirage/irmin/issues/288