Jan Pazdziora
Jan Pazdziora
Truth be told, we haven't tested the client branches and behaviour for ages. Are you sure the default DNS server properly helps the client find the FreeIPA / IdM server...
We seem to have lost traction here.
Hello @JoveToo, I recently hit the GCode Viewer acting out on my GCode files, it turns out the scarf joints were the cause of the problem. I used your WIP...
If I understand the dilemma correctly, it is not about scarf seams specifically but about the concept of layer in general. Where does the previous layer end and a new...
[Basic bodies - cylinder_8m_0.20mm_215C_PLA_ENDER3.gcode](https://github.com/user-attachments/files/21697080/Basic.bodies.-.cylinder_8m_0.20mm_215C_PLA_ENDER3.txt) Also, looking at the `master` code and the PR code, the logic determining the scarf join seems to be ``` // we have a Z increase...
I don't think it's the same situation. The `/etc/cni` does not seem to be overlayfs on the GitHub Actions runner machine: ``` $ df -h /etc/cni/net.d Filesystem Size Used Avail...
I confirm that when I do ``` sudo touch /var/lib/rancher/k3s/data/cni/.rescan ``` that CRI-O finds the CNI binary ``` sudo[3796]: runner : TTY=pts/2 ; PWD=/home/runner/work/freeipa-container/freeipa-container ; USER=root ; COMMAND=/usr/bin/touch /var/lib/rancher/k3s/data/cni/.rescan crio[2947]:...
I also confirm that my claim "This approach works on a fresh Ubuntu 24.04 VM" from the initial comment is not true -- when I tried the steps on a...
While we have a workaround for the situation (poke CRI-O to rescan the CNI directory by touching a phony file there), I wonder if CRI-O itself should perhaps add a...
Looking at https://github.com/k3s-io/k3s/blob/857412ae589107e33d6f4c1f34d14b108637afff/cmd/k3s/main.go#L300-L323, is it possible that the targets are created in `tempDest := dir + "-tmp"`, the symlinks point to `cniBin := filepath.Join(dir, "bin", "cni")`, and only in https://github.com/k3s-io/k3s/blob/857412ae589107e33d6f4c1f34d14b108637afff/cmd/k3s/main.go#L371...