Skip to content

Commit 468b66f

Browse files
authored
docs: update quickstart debug guide
1 parent d048723 commit 468b66f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/debugging.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ ERROR: for mysql Cannot start service mysql: driver failed programming external
150150
1) sudo lsof -i :3306
151151
2) kill -15 <PID found in step1>
152152
```
153+
### OCI runtime create failed
154+
If you see an error message like below, please make sure to git update your local repo to HEAD.
155+
```
156+
ERROR: for datahub-mae-consumer Cannot start service datahub-mae-consumer: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"bash\": executable file not found in $PATH": unknown
157+
```
158+
153159
## toomanyrequests: too many failed login attempts for username or IP address
154160
Try the following
155161
```bash

0 commit comments

Comments
 (0)