10.dec.2003
My plan for today was to get OpenMosix working between two of my own machines. I spent hours fiddling with the power supplies and hardware of nekon2, updated the duplicate of nekon's Unix system onto nekon2 via rsync This has the unfortunate side effect that when it replaces /vmlinuz the machine won't boot any more. rdist can handle this as you can tell it to run commands when specified files are updated, but I haven't figured out how to make it work over ssh yet...
Lots of kernel compilation: recreating the dynebolic kernel from fresh sources plus squashfs and openMosix patches plus jaromil's kernel config. Unfortunately the two sets of patches update the same file in the same place, spo whatebver order you do them in, one chuck of the second patch you apply will fail. The botched solution is to re-apply the failed chunk of the second set of patches with totally lax context checking. This makes the patch in the wrong place, about 5 lines too early, but since both sets of patches are just adding #includes here it may just work.
The other kernel is my main one for nekon (and now nekon2 as well), including the Openmosix patches on top of the squashfs ones to be able to see whether I really know how to get OM working or not. Applying the patches to my regular kernel sources fails (saying the patches have already been applied and squawking horribly) so it's back to another virgin 2.4.20 kernel, apply the patches and transport the .config from my main system kernel. Compilation in progress...