-
Notifications
You must be signed in to change notification settings - Fork 40
the HOWTO tutorial does not work for me #14
Description
I'm following the page https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO
the docker version is 17.03.1-ce, installed at /usr/bin/docker
criu version is 3.4, installed by make and make install
Following the mtouch HOWTO step 0, protobuf & protobuf-python is installed when following CRIU installation guidance. python-rpyc is installed via pip install rpyc.
Then on both nodes, create CRIU_dir directory and command sudo criu service -o CRIU_dir/log -v4 --daemon
on destination node, start p.haul service ./p.haul-wrap service
Log for CRIU is
(00.000037) Version: 3.4 (gitid 0)
(00.000074) Warn (criu/cr-service.c:1113): Binding to local dir address!
(00.000105) The service socket is bound to ./criu_service.socket
(00.000436) Waiting for connection...
Log for p.haul is
Waiting for connection...
Am I missing something? Appreciate for your help