blista99

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

blista99's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey guys First of all...thank you very much for your awesome work of art with these docker images! I can't wrap my head around this problem... I'm trying to install the Unifi Video Controller on a QNAP NAS. Even though the docker has the required permissions, Java claims "permission denied" on mounting the volume. The Unifi Controller works without any problem. Getting the following debug message in the console: 2018-08-18 16:48:16.118487 [info] PUID defined as '0' 2018-08-18 16:48:16.516328 [info] PGID defined as '0' 2018-08-18 16:48:16.545135 [info] Setting permissions recursively on volume mappings... [debug] Running unifi-video service with --debug. Starting unifi-video... Java Runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre JSVC: /usr/bin/jsvc JVM options: -Dav.tempdir=/var/cache/unifi-video -Djava.security.egd=file:/dev/./urandom -Xmx4170M -Djava.library.path=/usr/lib/unifi-video/lib -Djava.a wt.headless=true -Djavax.net.ssl.trustStore=/usr/lib/unifi-video/data/ufv-truststore -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port= 7654 -Djava.rmi.server.hostname=192.168.1.120 JSVC options: -cwd /usr/lib/unifi-video -debug -user unifi-video -home /usr/lib/jvm/java-8-openjdk-amd64/jre -cp /usr/share/java/commons-daemon.jar:/usr/ lib/unifi-video/lib/airvision.jar -pidfile /var/run/unifi-video/unifi-video.pid -procname unifi-video -Dav.tempdir=/var/cache/unifi-video -Djava.securit y.egd=file:/dev/./urandom -Xmx4170M -Djava.library.path=/usr/lib/unifi-video/lib -Djava.awt.headless=true -Djavax.net.ssl.trustStore=/usr/lib/unifi-vide o/data/ufv-truststore -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=7654 -Djava.rmi.server.hostname=192.168.1.120 mount: permission denied failed. Using the latest pducharme-push of Unifi-video-controller (3.9.7) in QNAP ContainerStation (Docker) As I am a Docker newbie, I am not able to debug this. Could not find any similar error on the net. Anyone seen this before? Thanks for any help.