Skip to content
pe3zx edited this page Aug 7, 2019 · 10 revisions

exec user process caused "no such file or directory"

This would be happened due to format of run.sh on pe3zx/misp-docker. There are two possible solutions to fix this:

  1. Make sure EOL of run.sh file is Unix-style. You can change EOL on the file with dos2unix like this:
dos2unix run.sh
  1. Change #!/bin/bash to #!/bin/sh on run.sh.

All solution required rebuilding of misp image.

Clone this wiki locally