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.

photonix

Members
  • Joined

  1. Just want to add my findings regarding IO issues during boot that may help someone. I am seeing the same issues on my new hardware (Intel 12600K running on MSI PRO Z690-A DDR4). I ruled out the USB stick right away as it continues to work fine on other hardware. I've narrowed down the IO issues occurring during the copy of rclone -> /sbin/rcloneorig . The file is 80% copied and the USB drive is reset. This appears to be a timing issue with something going on in the background at the time the copy takes place in my setup. I added a 10 second wait just before the copy and that resolved the boot issue: if [ -f /boot/config/plugins/rclone/install/rclone ]; then sleep 10 cp /boot/config/plugins/rclone/install/rclone /usr/sbin/rcloneorig.new mv /usr/sbin/rcloneorig.new /usr/sbin/rcloneorig chown root:root /usr/sbin/rcloneorig chmod 755 /usr/sbin/rcloneorig version=`rcloneorig --version | head -n 1` fi; Tough to diagnose this edge case since it could be a factor of hardware, number of plugins loading, etc. Hope the helps others that might run into this.

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.