https://bugzilla.suse.com/show_bug.cgi?id=1204042 https://bugzilla.suse.com/show_bug.cgi?id=1204042#c1 --- Comment #1 from Jos� Iv�n L�pez Gonz�lez <jlopez@suse.com> --- Finally we did manage to make podman checkpoints to work in non-encrypted ALP. Fot that, we manually loaded all missing *diag modules (copying them from encrypted ALP image): $ transactional-update shell
scp # for missing modules depmod -a exit $ reboot
After booting, for some reason the modules are not loaded, so we have manually loaded them: $ modprobe module # for each added module The complete list of missing *diag modules is: af_packet_diag, inet_diag, netlink_diag, raw_diag, tcp_diag, udp_diag, unix_diag. I think those modules should be candidates to be included as part of kernel-defaults-base. -- You are receiving this mail because: You are on the CC list for the bug.