Magnus Skjegstad

Results 17 issues of 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...

wontfix

Currently requires suid/sudo to bind to port 53 and set up Xenstore. Use https://github.com/andrenth/release ?

enhancement

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...

DNS records and VMs with IPv6 addresses are currently not supported

enhancement

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...

enhancement

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...

enhancement

We currently have to test nix builds manually. We should investigate options for running builds automatically for PRs in CI

Enhancement
Help wanted
Build

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