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.

tonyhamm

Members
  • Joined

  • Last visited

Solutions

  1. tonyhamm's post in Updating plugins fail after server runs for a few days was marked as the answer   
    I found the problem!!  I had a bash script that was scheduled to run every other day that, as part of the script, was incorrectly redirecting the output of a command to /dev/null.  Because it was not doing the redirection of stdout and stderr it was overwriting the character device /dev/null with a regular file called /dev/null.
     
    Anytime something was trying to redirect to /dev/null it was failing.
     
    I have
    removed the incorrect /dev/null file  created a new character device named /dev/null and finally corrected the redirection to  rm -rf *.1 > /dev/null 2>&1 instead of 
    rm -rf *.1 2>&1 /dev/null  
    Since making this change to script and running manually the permissions on /dev/null are staying
    root@Tower:/dev# ll null crw-rw-rw- 1 root 1, 3 Nov 2 14:59 null  

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.