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.

mgutt

Moderators
  • Joined

  • Last visited

Everything posted by mgutt

  1. https://support.plex.tv/articles/repair-a-corrupted-database/
  2. This error usually indicates a corrupt Plex database file. You need to repair the database or restore a backup.
  3. No, the used powertop version does not recognize your setup. Test it without this card and you probably see better c-states.
  4. It contains the commands? 😅
  5. Auto is often "disabled".
  6. Did you pass this directory to the container? Try to open the command line of the container and use this command to output all available directories: find / -type d
  7. You could use the list of commands or powertop auto tune and add it to the go file. I instead prefer the user scripts plugin and start the script on array start. By that I'm able to start the server without plugins (so without the script) if an OS Update causes any incompatibilities.
  8. Sometimes an application needs to be rebuild if the newer OS version contains changes on library files, which are used by the application. So even if the application wasn't changed in the meantime, it could fail to start. So someone needs to test it.
  9. You can use the method you like. For 7.0.0 we probably need a new package. If this is available I can provide it through github and add it to the manual. Or maybe there will be an alternative to nerd tools in the future?!
  10. The Corsair RM750x (2024) consumes 1 watt more than the RM550x (2021) which is still good. And it has the nice feature to adjust a minimum fan speed (or semi passive as usual). As of other users the Bequiet Pure Power 12M 550W consumes 1 watt more than the RM550x (2021), too. Avoid the seasonic power supplies mentioned in this list as they have changed the electronics: https://docs.google.com/spreadsheets/d/1TnPx1h-nUKgq3MFzwl-OOIsuX_JSIurIq3JkFZVMUas/edit#gid=110239702 Maybe the listed Cooler Master MWE400 is an option?!
  11. Unraid does a fresh install on every reboot into the RAM. This means everything is lost on reboot. Only small changes are stored in config files on your USB flash drive like for example the network settings, but those are only known by Unraid or its plugins. Powertop does not change settings which survive a reboot or does even "know" about the config files on the USB flash drive. It wouldn't be even necessary to remove powertop. It's only a executable file which does nothing as long the user isn't using it. So your problem has a different cause. You should check what causes your load. Check the processes with for example "top".
  12. Probably the drivers of the devices are not installed or do not support ASPM. I mean you are having a huge amount of devices like dGPU, HBA, PCIe Multiplexer, ASMedia USB... This setup will never be power efficient.
  13. mgutt replied to guybrush2012's topic in Deutsch
    Kann es sein, dass du in der Fritz Box versehentlich alle Ports freigeben hast? Weil anders macht das keinen Sinn. Lokal? Naja, das wäre ja dann auch logisch. Oder hast du mit Mobilfunk getestet? Du musst ja schon von außen testen.
  14. mgutt replied to guybrush2012's topic in Deutsch
    Welchen Port verwenden das Unraid Web Interface und warum hast du den freigegeben?! Nginx sollte auf den Ports 80 und 443 lauschen und nur die beiden gibst du frei.
  15. Führe die Kommandos einzeln im Terminal aus, bis du weißt welches das Problem verursacht. Und Pack das am Ende, wenn du weißt welche Kommandos in Ordnung sind, nicht in die Go File, sondern nimm das User Scripts Plugin und stell das Skript dann auf "bei array start". So kannst du im Härtefall immer noch beim Boot Menü ohne Plugins starten und Array Autostart deaktivieren und so das Skript wieder deaktivieren.
  16. Du meinst: Bevor du mit deinem PC auf den SMB-Share zugreifen kannst, musst du Wireguard aktivieren? Wenn ja: Dann müsste die Automatisierung ja auf deinem PC stattfinden, denn nur dein PC weiß ja, wann du den Share öffnest. Wenn es jetzt zB Windows sein sollte: ChatGPT könnte dir ein Powershell Skript erstellen, das folgendes macht: - der User öffnet über den Windows Explorer den SMB-Share \\Server1\Verbindung-Starten - sobald Powershell feststellt, dass \\Server1\Verbindung-Starten geöffnet wurde, soll ein Tunnel im Wireguard Client aktiviert werden - im Share \\Server1\Verbindung-Starten liegt bereits eine Windows Verknüpfung mit dem Ziel \\10.1.2.3\Freigabe, die nur geöffnet werden kann, wenn der Tunnel steht - sobald x Minuten lang keine Verbindung mehr zu \\Server1\Verbindung-Starten und \\10.1.2.3\Freigabe besteht, wird der Wireguard Tunnel deaktiviert Zur Erklärung: \\Server1\Verbindung-Starten = ein Share auf deinem Unraid-Server. Der dient einfach nur als Auslöser der Verbindung. \10.1.2.3\Freigabe = der Share auf dem Server deines Freundes Das hinterlegst du dann in der Windows Aufgabenplanung, so dass es direkt nach deiner Anmeldung ausgeführt wird. Allerdings solltest du auch darum bitten, dass alle relevanten Schritte des Skripts in eine Log-Datei geschrieben werden, damit du weißt wo es evtl mal hängt.
  17. Du verwendest mein Skript um dir syslog Fehler melden zu lassen. Das Skript prüft einfach nur, ob eine Zeile das Wort "error" enthält. Das kann also durchaus mal false-negatives wie in deinem Fall auslösen. Im Bereich ignore_lines könntest du die Zeilen ignorieren lassen, in dem du folgende Regeln ergänzt: 'Parity Check Tuning*(0 errors)' 'Parity Check Tuning*(0 errors)*)'
  18. Tatsächlich kann auch nicht jeder USB Controller mit sehr großen Kapazitäten umgehen. Diese Einschränkung verstehe ich nicht wirklich, aber man sollte Erfahrungsberichte dazu prüfen. Ich hatte schon mal CRC Fehler deswegen im Smart der Platte.
  19. The following happened while updating from 6.12.13 to 6.12.14: I received an email from: "Console and webGui login account" <[email protected]> This should not happen as I'm using "[email protected]" for notifications. Maybe "MAILFROM=<email address of notification settings>" should be used in crontab? the logs contained at the same time the following: ```Dec 8 15:36:18 horus webGUI: Successful login user root from 192.168.178.215 Dec 8 15:39:59 horus root: plugin: creating: /tmp/unRAIDServer.sh - from INLINE content Dec 8 15:39:59 horus root: plugin: running: /bin/bash /tmp/unRAIDServer.sh Dec 8 15:39:59 horus root: plugin: creating: /tmp/unRAIDServer.zip - downloading from URL https://stable.dl.unraid.net/6.12.14/054a5ec80465b19d64fddff1fe0705da62cbb318217f99d863c2aad5d90bb66a/unRAIDServer-6.12.14-x86_64.zip Dec 8 15:42:01 horus root: plugin: creating: /tmp/unRAIDServer.md5 - downloading from URL https://stable.dl.unraid.net/6.12.14/054a5ec80465b19d64fddff1fe0705da62cbb318217f99d863c2aad5d90bb66a/unRAIDServer-6.12.14-x86_64.md5 Dec 8 15:42:02 horus root: plugin: creating: /tmp/unRAIDServer.sh - from INLINE content Dec 8 15:42:02 horus root: plugin: running: /bin/bash /tmp/unRAIDServer.sh Dec 8 15:42:03 horus sSMTP[3634]: Creating SSL connection to host Dec 8 15:42:03 horus sSMTP[3634]: SSL connection using TLS_AES_256_GCM_SHA384 Dec 8 15:42:04 horus sSMTP[3634]: Sent mail for [email protected] (221 2.0.0 Bye) uid=0 username=root outbytes=384 Dec 8 15:42:46 horus kernel: bash (14042): drop_caches: 3 Dec 8 15:42:54 horus root: plugin: unRAIDServer.plg installed``` Was this "job 4" created by the update process and not successful or did it maybe stop a different cronjob like the ones of the File Integrity Plugin? I'm not sure how to find "job 4".
  20. Same error, but much less often compared to others: Dec 8 14:29:03 horus smbd[7082]: Could not close dir! fname=<dirname>, fd=34, err=116=Stale file handle Dec 8 14:29:03 horus smbd[7082]: PANIC: assert failed at ../../source3/smbd/fd_handle.c(39): (fh->fd == -1) || (fh->fd == AT_FDCWD) Dec 8 14:29:03 horus smbd[7082]: INTERNAL ERROR: assert failed: (fh->fd == -1) || (fh->fd == AT_FDCWD) in pid 7082 (4.17.12) Dec 8 14:29:03 horus smbd[7082]: PANIC (pid 7082): assert failed: (fh->fd == -1) || (fh->fd == AT_FDCWD) in 4.17.12 The server had a hard shutdown a few days ago. Maybe related. Will try to investigate this.
  21. Das das unrealistisch ist, ist schon beantwortet worden. Meiner Ansicht nach solltest du eine lange Garantie, die man bei teuren Platten bekommt, nicht als Zeichen von Qualität betrachten (da alle gut sind), sondern wie eine überteuerte Versicherung zur Garantieverlängerung, wie sie Mediamarkt bzw Amazon gerne verkauft. Je nachdem wie viele Platten du kaufen willst, ist der Aufpreis nämlich deutlich höher als der mögliche Schaden, außer du gehst davon aus, dass innerhalb von 5 Jahren alle Platten kaputt gehen.
  22. In theory I would say yes, but finally it seems Unraid's array is slower than the performance impact as I don't recognize any.
  23. Yes. Based on the file's mtime which is updated to the time the file was deleted and moved to the Recycle Bin. I deleted an old screenshot of 2021 and it still has its modified date of 2021. Then I used the "remove aged files" button and it is still present. Are you using ctime (change time) instead? # stat /mnt/disk6/<share>/.Recycle.Bin/Bilder/screenshot.png File: /mnt/disk6/<share>/.Recycle.Bin/Bilder/screenshot.png Size: 273908 Blocks: 536 IO Block: 4096 regular file Device: 9,6 Inode: 2466751703 Links: 1 Access: (0666/-rw-rw-rw-) Uid: ( 1000/ marc) Gid: ( 100/ users) Access: 2024-12-02 12:32:46.865376664 +0100 Modify: 2021-07-19 12:02:46.749770309 +0200 Change: 2024-12-02 12:32:46.864793814 +0100 Birth: 2021-07-19 12:00:13.494626363 +0200 I only found that you don't update the mtime: recycle:touch = Yes recycle:touch_mtime = No EDIT: Ah ok, you are using atime instead: -atime +$AGE -delete Ok, this explains why its sometimes not cleaned up for me as I had a backup job accessing all recycle bin files. I added the folder now to its ignore list, which should solve this issue. Do you know why ctime is updated on deletion? I thought this happens only if the inode changes.... hmm maybe because I deleted the file through a user share and unraid internally creates a new inode?
  24. Ich habe dann mal die jeweils populärsten Portale in einem angepinnten Thread im Hardware-Bereich verlinkt: https://forums.unraid.net/forum/105-nasserver-eigenbau-hardware/

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.