-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/var/lib/sss/pipes/nss prevents criu to work #17
Comments
Maybe at least hook should check the file and throw exception? Now it is cryptic death:) |
OK, so one way to fix this would be to add the following hooks: class TestClearNSS extends Hook { class TestRestoreNSS extends Hook { |
Hello! great idea! However...one show stopper and one small nit: Based on that. If jigawatts is running as root, then add you pre and post hooks. If not, then instead of remova, trhow exception or at least print warning. The outpu when you attempt to suspend process and the file exists, do not let any clues |
Update: in my previous comment, I was wrong. Only very dummy usecases on some systems do not require root. Everithing serius needs root, so the above gave sense. |
In my experience with
|
Thanx a lot for enumeration! |
Possible handling: #30 |
Hello! I have no idea what this pipe is, but with it, criu fails. If you
it, it will start work... a bit of magic for me. SHoudl be fixed, or documented or IDK....
The text was updated successfully, but these errors were encountered: