Sebastian Cohnen
Sebastian Cohnen
I'd say this looks good, could you maybe take another look, @nniclausse? I'm not familiar with AMQP…
Since protobuf is a binary format, directly editing this in Tsung's XML configuration is not really an option. I don't really see an easy option here, aport from writing some...
ping @didier13150
Hi! `enoent` basically means "No such file or directory". Are you running tsung as root? Can you verify that the user that you are running tsung as, can access `/root/.tsung`?...
I'm not really familiar with centos. Can you confirm that you are not running tsung in a jail/container etc? Another think you could try is to tell tsung to use...
How did you install tsung? Reading the code it looks like tsung fails to read some stylesheets it needs to render reports (which will be copied to the log directory).
I'm a bit confused what's going on. The error originates here https://github.com/processone/tsung/blob/v1.7.0/src/tsung_controller/ts_controller_sup.erl#L109. The template path is build here https://github.com/processone/tsung/blob/v1.7.0/src/tsung_controller/ts_controller_sup.erl#L144-L149. But I don't understand why in your centos environment `make &&...
Unforntualty I'm not familiar with XMPP and I'm having a hard time reading the ngrep log. It might be helpful if you could just launch a single Tsung client via...
ping @nniclausse. Can you maybe help so that I can locate or even fix the problem?
@victorqhong you actually have a pretty "good" error message. `bad record mac` indicates that there is a problem with the TLS handshake. I'm struggling with (other) TLS handshake issues as...