Dimitris Karakasilis
                                            Dimitris Karakasilis
                                        
                                    @mauromorales I think we fixed Auroraboot for now. Refactoring and reusing the naming.sh logic it not as urgent. I can move it lower in the priorities if it's fixed.
> @jimmykarily is this still relevant or we can close it? There is a lot of logic that is duplicating what [versioneer](https://github.com/kairos-io/kairos-sdk/tree/main/versioneer) is doing: https://github.com/kairos-io/AuroraBoot/blob/4dc700c71230c1c5af379ab10b8364fdfcf7d8d5/pkg/schema/artifact.go#L22-L55 iirc `naming.sh` was versioneer's bash-based...
This would only happen if the upgrade is killed in the middle of it. How you continue and recover from this state, depends on where it was stopped. In the...
> @jimmykarily We are running a kairos upgrade in a pod. And sometimes if the pod gets killed in between and a new pod restarts the upgrade we see this...
Possibly relevant link: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1850704 (found [here](https://bbs.archlinux.org/viewtopic.php?id=278865))
I'm confused by the options used in the provided example config. - `p2p.auto.enable: true` - `p2p.network_token` (set) - `p2p.vpn.create: false` - `p2p.vpn.use: false` What is this combination supposed to do?...
> It seems the issue already existed before ([see issue 2088](https://github.com/kairos-io/kairos-net/issues/2088)), and it appears to be related to how edgevpn handles MTU settings. [mudler/edgevpn#90](https://github.com/mudler/edgevpn/pull/90) > > I'll open another issue...
https://trunc.org/learning/syslog-daemons-difference
Tip: kaniko can produce tarballed docker images: ``` docker run -v $PWD:/workspace -it gcr.io/kaniko-project/executor:latest --dockerfile=/workspace/Dockerfile --context=dir://workspace --destination=jimmykarily/test-kaniko --tar-path=/workspace/myimage.tar --no-push ```
The draft PR can now build a basic Dockerfile using kaniko. According to the plan (see image below), the next step would be to hand over to auroraboot, to convert...