413rate_sship

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by 413rate_sship

  1. Am also having this issue. I haven't connected any new usb devices and these errors are being generated every 4 to 5 seconds. Huge PITA.
  2. quick update: pinned to binhex/arch-jenkins:2.242-1-01 and no issues with `libfreetype.so.6`
  3. +1 for the `libfreetype.so.6` error on the latest release. First two lines of the error received when accessing the web console below. AWT is not properly configured on this server. Perhaps you need to run your container with "-Djava.awt.headless=true"? See also: https://jenkins.io/redirect/troubleshooting/java.awt.headless java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory Tried adding `-Djava.awt.headless=true` as a java option and still no dice. This thread looked somewhat related: https://github.com/GoogleContainerTools/distroless/issues/321