Reynir Björnsson

Results 143 comments of Reynir Björnsson

The reason I asked is because I can't make sense of the line number `Dns_resolver_mirage.Make.resolver.maybe_tcp.(fun) in file "duniverse/ocaml-dns/mirage/resolver/dns_resolver_mirage.ml", line 85, characters 8-53` with any of the recent releases so I...

FWIW the exception was caused by camlimages being compiled without libpng support. I have created an issue at camlimages suggesting the error message should be clarified https://gitlab.com/camlspotter/camlimages/-/issues/3

Yes, I think that works, too. One "concern" could be if you would want to release the mirage code separately at some point (but then you could as well change...

@greydot do you know on which platform you observed this? Was it spt, hvt, virtio, ...?

After testing it turns out that unlike mirage-block-unix solo5 doesn't conjure up magic zero bytes but instead "truncates" the block device. That is, a 1000 byte file will be seen...

I had made some silly mistakes in the code that are now fixed. The following is the output from mirage-skeleton/device-usage/block: ```shell $ solo5-hvt --block:storage=disk.img --block-size:storage=4096 -- block_test.hvt | ___| __|...

I think this is ready once we add to the usage message a warning that changing this could break atomicity.

For some more context the code in question is in https://github.com/roburio/unipi/pull/9.

At first I thought this was about removing tar archive kv-ro, but inspecting the changes it turns out the `` `Archive`` kind of `generic_kv_ro` takes a directory and shells out...

It also seems broken on unix: ``` shell reynir@spurv:~/workspace/mirage-skeleton/device-usage/kv_ro$ ./dist/kv_ro 2022-09-07 18:06:55 +02:00: ERR [mirage-block-unix] connect tar_block1.img: failed to open file Fatal error: exception Failure("connect tar_block1.img: failed to open file")...