Goswin von Brederlow
Goswin von Brederlow
mrvn@gamebook:~$ opam install olivine Synchronising pinned packages > [olivine.0.1] no changes from git+https://github.com/Octachron/olivine.git The following actions will be performed: ∗ install olivine 0.1* Processing actions [ERROR] The compilation of olivine...
I have a kind of convoluted setup for building boot images for a high performance computing cluster consisting of 4 layers: 1. a unionfs-fuse over a pristine chroot, a dir...
I have a unionfs for / for centos 7 and on shutdown systemd seems to kill the unionfs process near the end. This shows up as a number of "Transport...
When I boot a live filesystem for centos7 that creates a unionfs-fuse for / the systemd-tmpfiles-setup service fails: unionfs script (set -x output) + FUSE_OPT='-s -o default_permissions -o allow_other -o...
We use unionfs to overlay a ramdisk and NFS server to create the / filesystem of network booted nodes. This makes it kind of hard to have the individual branches...
The octoprint.comm.protocol.gcode hook allows removing or rewriting gcode during printing. But how do I replace one gcdoe with multiple? The problem I want to solve is the backlash correction for...