Kirill Kirilenko
Kirill Kirilenko
Sorry, do you mean "Fail all self connect requests" option? I tried, but it doesn't work. And after system restart settings in ~/.config/jack/conf.xml were overwritten and no longer have "connect-mode".
Doesn't work. I also run `chmod 400 ~/.config/jack/conf.xml` after editing settings, but after restart Cadence shows (default) "Don't restrict self connect". May be a local problem, so I will try...
Same problem on another machine: something resets Jack settings every time system starts. Linux Mint 17.3 Kernel 4.4.0-87 Jack 1.9.11-RC1 PulseAudio 4.0
You can reset traffic counters via API using this script (requires curl to be installed): ``` #!/bin/bash PROTO="http" HOSTNAME="localhost" PORT=1234 PATH="/abrakadabra" USERNAME="admin" PASSWORD="admin" INBOUND_ID=1 BASE_URL="${PROTO}://${HOSTNAME}:${PORT}${PATH}" /usr/bin/curl --location "${BASE_URL}/login/" \ --header...