Skip to content

Commit 6c186af

Browse files
committed
Provide guidance in case of error
1 parent c6b7801 commit 6c186af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Use Maven to build
1313

1414
Please refer to [README](https://github.com/CRaC/docs#users-flow) for details.
1515

16+
If you see an error, you may have to update your `criu` permissions with
17+
```
18+
sudo chown root:root $JAVA_HOME/lib/criu
19+
sudo chmod u+s $JAVA_HOME/lib/criu
20+
```
21+
1622
### Preparing the image
1723
1. Run the [JDK](README.md#JDK) in the checkpoint mode
1824
```

0 commit comments

Comments
 (0)