feat(templates): add Fedora 44 template; remove Fedora 41 template#4905
feat(templates): add Fedora 44 template; remove Fedora 41 template#4905valdela1 wants to merge 1 commit intolima-vm:masterfrom
Conversation
Maybe not because tests failed. I will try to fix it. |
|
The problem is related to containerd-rootless-setuptool.sh: The problematic part is: At each reboot, the same problem occurs. What I don't understand is that if I change one line in This is beyond my understanding, if someone can help. Thanks |
|
That script comes from here: https://github.com/containerd/nerdctl (in extras/rootless) So might need to report the issue there as well? Could be educational to run the command with stderr, to see what systemd complains about?
|
|
Another problem is this starting from second boot (first one is OK): Potentially a quickfix: Of what I understand, dbus-broker is a new service and replace legacy dbus, but again this is beyond my understanding and could be totally false. |
This comment was marked as resolved.
This comment was marked as resolved.
I will open an issue there.
When I modify the line like this: I don't have the problem, it seems solved after reboot: |
|
Right, but now you have also changed it to (the incompatble) dbus-broker.service in the output line above... But changing to dbus.socket should be safe, and start either dbus.service or dbus-broker.service when called |
I tried this: It fixes dbus problem but there is still the one with containerd-rootless-setuptool.sh at each reboot: Now if I retry this: Problem solved after reboot: |
|
If I execute after login I really don't understand problem's cause. |
|
|
||
| Update the Fedora Linux image location to version 41 in ~/.lima/fedora/lima.yaml: | ||
| $ $(basename "${BASH_SOURCE[0]}") --version 41 ~/.lima/fedora/lima.yaml | ||
| Update the Fedora Linux image location to version 44 in ~/.lima/fedora/lima.yaml: |
There was a problem hiding this comment.
No need to update this example every time
There was a problem hiding this comment.
ok for next time, I suppose now that it's in place, we might as well leave it ?
I traced it, and there is a new feature in Apparently it now also requires TERM to be set... (?) So adding Fedora 43less 685 (POSIX regular expressions) WARNING: terminal is not fully functional Fedora 44less 691 (POSIX regular expressions) 'unknown': unknown terminal type. |
fca6846 to
3390b40
Compare
Signed-off-by: Valentin Dela <valdela@netc.fr>
3390b40 to
8517c46
Compare
|
Please do two commits, the words "and" and "also" in commit messages are usually a warning sign :-) |
Hello,
Fedora 44 VM is usable but there is an error with cloud-init-main.service:
I think this problem can be resolved later, I will try to fix it.
Regards