jfbauer432

Results 5 comments of jfbauer432

I was using v3.5.2, but that didn't appear to have the synthEngine stuff. I deleted the old library and installed the latest zip (4.0.0). Tried both synthEngine mixer(20E3) and synthEngine...

I just tried that change as well. Worked as expected.

> Yeah, seems to be related to apparmor permissions. Here is a kernel log that happened when watchtower got the error `kernel: [510121.642686] audit: type=1400 audit(1703840408.407:47786): apparmor="DENIED" operation="signal" class="signal" profile="docker-default"...

Looks like this change fixes the issue ``` diff -u -r /etc/apparmor.d.bak/docker /etc/apparmor.d/docker --- /etc/apparmor.d.bak/docker 2024-01-05 13:51:22.718451513 -0500 +++ /etc/apparmor.d/docker 2024-01-05 13:59:18.445871143 -0500 @@ -37,4 +37,5 @@ # suppress ptrace...

I found a workaround by directly running a very old version of java ``` /usr/lib/jvm/java-8-openjdk-amd64/bin/java -version openjdk version "1.8.0_362" OpenJDK Runtime Environment (build 1.8.0_362-8u372-ga~us1-0ubuntu1~23.04-b09) OpenJDK 64-Bit Server VM (build 25.362-b09,...