Jan Harkes

Results 46 comments of Jan Harkes

We don't have an opentpod image on dockerhub, so you have to build locally first, and then tag the image as stable. ``` docker-compose build docker tag opentpod:latest opentpod:stable docker-compose...

Editing the title and leaving this bug open as we do want to push a stable opentpod container to dockerhub at some point.

There is no good reason to mention systemd in any documentation yet because as far as I am concerned it is still pretty broken. Systemd silently kills Coda servers that...

Currently we have to shut down the client during an upgrade because `/coda` and `/coda/NOT_REALLY_CODA` are included as packaged files. So if we leave `/coda` mounted it complains that the...

Most likely the Coda kernel module has not been loaded. The udev people decided long ago that having a virtual device that triggers loading of a kernel module was racy,...

Oh, forgot to mention the solution, it is to run 'modprobe coda' before starting the `venus` process.

@stephenrkell Yes there may be a version mismatch. The Linux kernel updated timestamps to use 64-bit values on 32-bit systems, nothing changed on 64-bit because it was using long integers...

I'm slightly hesitant applying this because I'm afraid we might call some command that is in some cases allowed to fail, and should be converted to `cmd || true` when...

Yes, i think something as failure prone as vice-setup is an excellent candidate to be rewritten in python.

This seems to be about right for serializing pioctl data, https://troydhanson.github.io/tpl/index.html Unless we want to go to a json or sprintf/sscanf textual format.