Jonas Fröhler

Results 14 comments of Jonas Fröhler

@adrianreber But in the container /usr/share/zoneinfo/UTC already exists, as the container works in the user space. I call the CRIU dump after the container is setup and has the directory...

Gave my root directory as root path. ` strace -o strace.log -s 256 -f criu restore -o restore.log -v4 -D ./ --shell-job --root / --ext-mount-map /etc/group:/etc/group --ext-mount-map /etc/passwd:/etc/passwd --ext-mount-map /etc/resolv.conf:/etc/resolv.conf...

I tried another restore command with the overlay as the root directory and the external command: strace -o strace.log -s 256 -f criu restore -o restore.log -v4 -D ./ --shell-job...

The creation of the sys folder fixed it. Now the hopefully last problem... ` 1278 mmap(NULL, 8520, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fde08e0c000 1278 munmap(0x7fde08e0c000, 8520) = 0 1278 write(127,...