Dimitris Karakasilis

Results 329 comments of Dimitris Karakasilis

`journalctl -f -u k3s` shows these errors: ``` Jun 13 07:19:58 localhost k3s[7254]: E0613 07:19:58.993820 7254 remote_runtime.go:222] "StopPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed...

hm, I re-installed with this config: ``` #cloud-config users: - name: kairos passwd: kairos debug: true install: grub_options: extra_cmdline: "pcie_aspm=off" ``` to put the options there by default and avoid...

ok the cmdline option is completely irrelevant. It just happens that after the first crash, k3s becomes even more broken. So after reboot, when the service is started again, it...

After starting the k3s service and before it crashes, this command returns a value: ``` $ systemctl show -p InvocationID --value k3s.service fc073eb96e0a491dbed23e2d444dc826 ``` I don't know where [this output](https://github.com/k3s-io/k3s/issues/10101#issuecomment-2121600083)...

random data point: I disabled immutability with `rd.cos.debugrw` just to see if this has anything to do with the failure. The failure still occurs, so nothing to do with it.

(I delete the previous message about non-working TW, it works fine there). ----------------- Working TW (`kairos-opensuse-tumbleweed-standard-amd64-generic-v3.0.12-k3sv1.29.3+k3s1.iso`): ``` systemd 255 (255.6+suse.30.g3ea0e1dff3) +PAM +AUDIT +SELINUX +APPARMOR +IMA -SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL...

btw, on an upstream ubuntu 24.04 k3s starts just fine. Kernel: ``` root@ubuntu-vm:/home/dimitris# uname -a Linux ubuntu-vm 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64...

Following @Itxaka 's suggestion, installing these packages on Ubuntu (`kairos-ubuntu-24.04-standard-amd64-generic-v3.0.4-85-g7f41a1b4-dirty-k3sv1.29.4+k3s1` - custom build from master) makes it work: ``` selinux-utils selinux-basics selinux-policy-default ``` (I also tried to install only `selinux-basics`...

Network stage runs when network becomes available. Thus, it can happen before or after other stages. The problem in docs is this image: https://user-images.githubusercontent.com/2420543/195111193-3167eab8-8058-4676-a1a0-f64aea745646.png which implies that it always runs...

I think I've even seen a go panic at some point but it was too quick for me to capture it. I'll keep an eye for that to see if...