You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugging.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,12 @@ ERROR: for mysql Cannot start service mysql: driver failed programming external
150
150
1) sudo lsof -i :3306
151
151
2) kill -15 <PID found in step1>
152
152
```
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
+
153
159
## toomanyrequests: too many failed login attempts for username or IP address
0 commit comments