Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

g1an7

Members
  • Joined

  • Last visited

  1. Just in case someone runs into this too while trying to reset the password with a newer version of MariaDB. Don't use mysqld_safe --skip-grant-tables use mariadbd-safe --skip-grant-tables. Everything else stays the same.
  2. 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
  3. g1an7 joined the community
  4. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.