mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
ci: fix rawhide netlink error
The rawhide netlink errors are fixed with a newer kernel than the default 6.2 available in Fedora 38. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
committed by
Andrei Vagin
parent
9f9737c800
commit
fc94b2d158
@@ -57,6 +57,11 @@ fedora-no-vdso() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fedora-rawhide() {
|
fedora-rawhide() {
|
||||||
|
# The 6.2 kernel of Fedora 38 in combination with rawhide userspace breaks
|
||||||
|
# zdtm/static/socket-tcp-nfconntrack. To activate the new kernel previously
|
||||||
|
# installed this reboots the VM.
|
||||||
|
vagrant reload
|
||||||
|
ssh default uname -a
|
||||||
#
|
#
|
||||||
# Workaround the problem:
|
# Workaround the problem:
|
||||||
# error running container: error from /usr/bin/crun creating container for [...]: sd-bus call: Transport endpoint is not connected
|
# error running container: error from /usr/bin/crun creating container for [...]: sd-bus call: Transport endpoint is not connected
|
||||||
|
Reference in New Issue
Block a user