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.

hstone

Members
  • Joined

  • Last visited

  1. I had the same issues. My problem was the PCIe TP Link 2.5 GHz ethernet adapter. Removing it solved all my issues.
  2. I created a smart version for UserScript plugin. You might need to translate the messages. Feel free to use it. #!/usr/bin/env bash #description=Maximale Stabilität mit sauberem Status-Abschluss für Unraid v7. #name=Smart Disk Cache Pro Final SUCCESS_COUNT=0 ERROR_COUNT=0 TOTAL_COUNT=0 ERROR_LIST="" # Funktion zum Auffüllen mit Punkten (für die Spaltenmitten) fill() { local str="$1" local len="$2" local dot=".................................................." local res="${str}${dot}" echo "${res:0:len}" } echo "Prüfung: $(date '+%Y-%m-%d %H:%M:%S')" echo "----------------------------------------------------------------------------------------------------" # KOPFZEILE: Status ohne Punkte am Ende H_DEV=$(fill "Device" 10) H_DRV=$(fill "Driver" 8) H_TYP=$(fill "Typ" 5) H_MOD=$(fill "Modell" 25) H_SER=$(fill "Serial" 20) H_STA="Status" # Hier keine Punkte echo "${H_DEV} ${H_DRV} ${H_TYP} ${H_MOD} ${H_SER} ${H_STA}" echo "----------------------------------------------------------------------------------------------------" for DRIVE_PATH in /sys/block/sd*; do DEV=$(basename "$DRIVE_PATH") NODE="/dev/$DEV" [ -e "$NODE" ] || continue # USB-Geräte ignorieren if [[ $(readlink -f "$DRIVE_PATH") == *"usb"* ]]; then continue; fi ((TOTAL_COUNT++)) # 1. Hardware Info sammeln INFO=$(smartctl -i "$NODE") IFACE="SATA" echo "$INFO" | grep -qi "SAS" && IFACE="SAS" MODEL=$(echo "$INFO" | grep -Ei "Device Model:|Vendor:" | head -1 | awk -F: '{print $2}' | xargs) SERIAL=$(echo "$INFO" | grep -i "Serial Number:" | awk -F: '{print $2}' | xargs) DRIVER=$(basename $(readlink "$DRIVE_PATH/device/driver" 2>/dev/null) 2>/dev/null || echo "???") # 2. Cache-Aktivierung (hdparm & smartctl persistent) hdparm -W 1 "$NODE" &>/dev/null hdparm -A 1 "$NODE" &>/dev/null smartctl -s wcache-sct,on,p "$NODE" &>/dev/null smartctl -s lookahead,on "$NODE" &>/dev/null # 3. Validierung je nach Interface RAW_STATUS="FEHLER" if [[ "$IFACE" == "SATA" ]]; then hdparm -W "$NODE" 2>/dev/null | grep -q "1" && RAW_STATUS="AKTIV" else smartctl -g wcache "$NODE" 2>/dev/null | grep -qi "Enabled" && RAW_STATUS="AKTIV" fi # 4. Status-Formatierung & Statistik if [ "$RAW_STATUS" == "AKTIV" ]; then ((SUCCESS_COUNT++)) FMT_STATUS="[AKTIV]" else ((ERROR_COUNT++)) FMT_STATUS="[FEHLER]" ERROR_LIST+="$DEV, " fi # 5. Datenzeilen: Spalten mit Punkten, Status am Ende frei P_DEV=$(fill "/dev/$DEV" 10) P_DRV=$(fill "$DRIVER" 8) P_TYP=$(fill "$IFACE" 5) P_MOD=$(fill "${MODEL:0:24}" 25) P_SER=$(fill "${SERIAL:0:19}" 20) echo "${P_DEV} ${P_DRV} ${P_TYP} ${P_MOD} ${P_SER} ${FMT_STATUS}" done echo "----------------------------------------------------------------------------------------------------" # --- Unraid v7 Notification Engine --- NOTIFY_BIN="/usr/bin/notify" if [ $ERROR_COUNT -eq 0 ]; then [ -x "$NOTIFY_BIN" ] && $NOTIFY_BIN -e "Disk Cache Optimizer" -d "Alle $SUCCESS_COUNT Laufwerke optimiert." -i "normal" echo "Zusammenfassung: Alle $SUCCESS_COUNT Laufwerke sind aktiv." else CLEAN_ERROR_LIST=$(echo "$ERROR_LIST" | sed 's/, $//') [ -x "$NOTIFY_BIN" ] && $NOTIFY_BIN -e "Disk Cache ERROR" -d "$ERROR_COUNT Fehler!" -m "Betroffen: $CLEAN_ERROR_LIST" -i "alert" echo "Zusammenfassung: $ERROR_COUNT FEHLER gemeldet! ($CLEAN_ERROR_LIST)" fi echo "Script abgeschlossen."
  3. I strongly believe that the power supply is causing the issue. I need to purchase a stronger one. I'll will keep you posted as soon as I have changed and tested it.
  4. I recently made a Mainboard RAM test. All OK. Monthly scrub shows no errors. I started a manual scrub today.
  5. After changing the BIOS setting "Enable Windows 8 Compatibility" to "false" and revertin to MCVLAN the system is now running about 14 hrs without crash. Awaiting scrub results of disks 10, 12, and 13.
  6. Currently, my Unraid System has no internet access. Seems to be stable now. I have no idea, if this is a coincidence or a hint as to where to search for the problem.
  7. Dear Community, my unraid server keeps on hanging for every 8 hrs since I migrated to version 7.x. Version 6.x had no issues at all. I already changed USB ports, swapped Flash Drive and moved to ipvlan. Server memory test was OK. I would appreciate it if you have any ideas about how to get back to a reliable system. syslog syslog-previous
  8. Same issue here Unraid 7.1.2 /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error /usr/local/sbin/monitor_nchan: line 15: /usr/bin/pkill: Input/output error php-fpm[6794]: [WARNING] [pool www] child 1797314 exited on signal ? (SIGBUS) after 0.018981 crond11639): exit status 1 from user root /usr/local/enhttp/plugins/dynamix/scripts/monitor &>/dev/null crond(1659): exit status 1 from user root /usr/local/enhttp/plugins/dynanix/scripts/monitor &>/deu/mall crond16591: exit states 1 from user root usr/local/enhttp/plugins/dynamix/scripts/monitor crond(16991: exit status 1 from user root /usr/local/nahttp/plugins/dymanix/scripts/monitor crund116993: exit status 1 from user root /usr/local/enhttp/plugins/dynamic/scripts/smitur &>/de/mill Is there any solution known to this problem?

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.