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
After some digging and specially after reading https://erlang.org/doc/apps/erts/crash_dump.html
I found that the issue is that because Tsung wasn't installed in the default folder, and the installation dir is hardcoded. It wasn't finding the Tsung nor controllers paths.
Not sure if it is already possible to override these values on runtime, I didn't found a way, with env vars. But if you got this error just ensure that things are were they suppose to be.
This was resolved for us using configure --prefix=/new_path/tsung during the installation from source. This is not well documented that I could find.
I will see about adding a small PR to the docs to show that you can change the install path.
On starting tsung it crashes with error:
On Ubuntu 20, OTP-23.
dependencies installed:
The text was updated successfully, but these errors were encountered: