Jump to content

g1an7

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by g1an7

  1. Hey @russdyer77, It took some google-fu, but in the end this issue comes down to an incompatibility with Nextcloud and the versions/config the docker container has. What I did to solve was downgrade the docker container and then run some Nextcould commands to upgrade some Nextcould apps that were causing issue. I went to UnRaid UI > Docker > Click Nextcould Icon > Edit and change the Repository from 'linuxserver/nextcloud:latest' to 'linuxserver/nextcloud:25.0.2'. Note: my updater.phar also said 20.0.x even though the version installed was 25.0.3. Then went into the UI Terminal for UnRaid and ran to upgrade Nextcloud plugins: docker exec -it nextcloud occ maintenance:mode --on docker exec -it nextcloud occ upgrade docker exec -it nextcloud occ maintenance:mode --off
  2. Running within a Docker, t-rex miner dials to load with "WARN: NVML error, code 12" Output: 20211025 16:05:08 WARN: WATCHDOG: T-Rex does not exist anymore, restarting... 20211025 16:05:09 T-Rex NVIDIA GPU miner v0.24.5 - [Linux] 20211025 16:05:09 r.3ed63f02e8cb 20211025 16:05:09 20211025 16:05:09 WARN: Can't load NVML library, dlopen(25): failed to load libnvidia-ml.so, libnvidia-ml.so: cannot open shared object file: No such file or directory 20211025 16:05:09 WARN: NVML error, code 12 20211025 16:05:09 WARN: Can't initialize NVML. GPU monitoring will be disabled. 20211025 16:05:09 20211025 16:05:09 NVIDIA Driver version N/A 20211025 16:05:09 20211025 16:05:09 + GPU #0: [00:2d.0|2489] GeForce RTX 3060 Ti, 7981 MB 20211025 16:05:09 Workaround I implemented: After starting docker containing with bash shell>connected to shell>'ln -s /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.465.31 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so' There was a symbolic link 'libnvidia-ml.so.1 -> libnvidia-ml.so.465.3' but no 'libnvidia-ml.so' link, this was the result after the workaround: root@959faa8fc6eb:/trex# ls -la /usr/lib/x86_64-linux-gnu/ | grep -i libnvidia-ml lrwxrwxrwx 1 root root 22 Oct 25 16:54 libnvidia-ml.so -> libnvidia-ml.so.465.31 lrwxrwxrwx 1 root root 22 Oct 25 16:54 libnvidia-ml.so.1 -> libnvidia-ml.so.465.31 -rwxr-xr-x 1 root root 1774808 May 18 14:18 libnvidia-ml.so.465.31 I don't know if this is an issue with the docker image 'ptrfrll/nv-docker-trex' I pulled into Unraid or with the T-Rex miner docker image, so I am just posting inform others and trying to see if this is a bug.
×
×
  • Create New...