Code Monkey home page Code Monkey logo

Comments (3)

rst0git avatar rst0git commented on August 14, 2024

I have a feeling I am missing something very obvious here; please help.

checkpoint/restore of test/piggie requires root privileges.

$ sudo make test
mkdir -p image
test/piggie
Child forked, pid 325139
test/test dump `pidof piggie` image                                                                                                                   
CRIU version 31500                                                                                                                                    
Dumping                                                                                                                                               
TEST PRE DUMP                                                                                                                                         
Success                                                                                                                                               
test/test restore image                                                                                                                               
CRIU version 31500                                                                                                                                    
Restoring                                                                                                                                             
Success                                                                                                                                               
pkill -9 piggie || :

from go-criu.

kolyshkin avatar kolyshkin commented on August 14, 2024

This was caused by not running tests as root, as well as lack of checking in piggie and Makefile.

All this is addressed now:

  • #44 test/piggie.c: handle error from clone()
  • 93b6a6a (item 2) Fix mixing C and go files, enable golangci-lint (this is part of #46)

from go-criu.

kolyshkin avatar kolyshkin commented on August 14, 2024

now fixed:

[kir@kir-rhat go-criu]$ make test
mkdir -p image
PID=$(test/piggie/piggie) && { \
test/test dump $PID image && \
test/test restore image; \
pkill -9 piggie; \
}
clone() failed: Operation not permitted
make: *** [Makefile:23: test] Error 1

(it' is more clear now that EPERM is the cause of the failure, and where it comes from)

from go-criu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.