-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Labels
Description
Trying to use pycriu:
sudo criu service &
from pycriu import criu as pycriu_criu
criu = pycriu_criu()
criu.use_sk('criu_service.socket')
criu.check()But I get the following error:
pycriu.criu.CRIUExceptionExternal: CHECK failed: Error(0): Unknown
Output from criu service:
(13.259281) Connected.
(13.259432) Waiting for connection...
(13.259533) CRIU run id = 7ae68e84-7a16-4271-bb4b-fe017c9ff8e1
(13.313752) Worker(pid 1791) exited with 0
I tested this on an Ubuntu Server virtual machines for both x86_64 and aarch64.