Jump to content

mgutt

Moderators
  • Posts

    11,371
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by mgutt

  1. Die Templates speichert unRAID auf dem USB Stick. Daher geht nichts verloren. Prüfe über Shares > appdata > Dateien anzeigen in der Spalte LOCATION, ob die Dateien zu 100% auf dem Cache liegen. Das selbe auch bei domain. Wenn nein, sind beide Shares auf bevorzugt eingestellt? Wenn ja, dann Settings und Docker und VM Dienst auf No stellen. Danach den Mover starten und warten bis er fertig ist, bevor du docker und VM wieder startest. Bei Bedarf auch noch mal LOCATION prüfen.
  2. Würdest du auch eine gewisse Zeit ohne Parity klar kommen? Dann würde ich Docker und VM in den Settings auf No stellen. Dann Tools > New Config und Pools behalten dabei auswählen. Jetzt ordnest du die neuen HDDs dem Array zu, lässt aber die neue HDD für die Parity erstmal weg. Jetzt hast du also ein Array ohne Parity mit den neuen leeren HDDs. Jetzt installierst und dir das Unassigned Devices Plugin und mountest die alten HDDs. Jetzt kopierst du die Dateien auf die neuen HDDs. Da du kopierst, hast du auch automatisch ein Backup. Außerdem geht es ohne Parity deutlich schneller. Wenn alles kopiert ist, das Array stoppen und die Parity HDD zuweisen. Danach kann Docker und VM wieder aktiviert werden. Nachteil: Wenn einer der alten HDDs währenddessen kaputt gehen, sind deren Daten futsch. Wenn das zu riskant ist, dann hawihoneys Vorgehensweise wählen.
  3. Öffne das WebTerminal und schließe alle sonstigen WebGUI Fenster. Nun führe das aus: pkill -cf /usr/local/emhttp/webGui/nchan rm /var/run/nchan.pid Schließe nun auch das WebTerminal und prüfe deinen Verbrauch.
  4. Ok, I can reproduce the spikes and "solve" the issue as follows: - Reboot server - connect through SSH and execute the following (= returns only a single process) root@Tower:~# pgrep -af emhttp 1835 /usr/local/sbin/emhttpd - open the WebGUI - open the Main page - open the Dashboard - close the Browser - now the following 10 Bash and PHP scripts stay open and the power consumption raises by several watts and is fluctuating root@Tower:~# pgrep -af emhttp 1835 /usr/local/sbin/emhttpd 10100 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 10240 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/notify_poller 10242 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/session_check 10360 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/device_list 10514 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/ups_status 10364 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/parity_list 10506 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/wg_poller 10508 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_1 10510 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_2 10512 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_3 - now I kill all scripts and remove the pid file: pkill -cf /usr/local/emhttp/webGui/nchan rm /var/run/nchan.pid - power consumption is low and stable (does not show any spikes) - until... opening the WebGUI again, which restarts all the above scripts Note: The script /usr/local/emhttp/webGui/nchan/ups_status is the only one which is automatically stopped, but only if you load an additional WebGUI page after visiting the Dashboard. If you directly close the browser, it will run forever, too. @bonienl ich777 said I should notify you 😉
  5. Hier mal der komplette Verlauf nach einem Neustart, womit ich verbindlich den konstanten Stromverbrauch erreiche und wodurch man die Skripte sehen kann: PS C:\Users\Marc> ssh root@tower Password: Last login: Sat Oct 8 17:36:23 2022 from 192.168.178.88 Linux 5.19.14-Unraid. root@Tower:~# reboot Broadcast message from root@Tower (pts/0) (Sat Oct 8 17:41:02 2022): The system is going down for reboot NOW! root@Tower:~# exit logout Connection to tower closed. PS C:\Users\Marc> ssh root@tower Password: Linux 5.19.14-Unraid. root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd root@Tower:~# # now I will open the WebGUI root@Tower:~# # login page root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd root@Tower:~# # after login root@Tower:~# # main page has loaded root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2857 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/notify_poller 2859 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/session_check 2861 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/device_list 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 2865 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/parity_list root@Tower:~# # I closed the WebGUI, now root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2857 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/notify_poller 2859 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/session_check 2861 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/device_list 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 2865 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/parity_list root@Tower:~# # let's kill the PHP scripts root@Tower:~# pkill -cf /usr/bin/php 4 root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load root@Tower:~# # open the WebGUI again root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load root@Tower:~# # open the dashboard root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 3486 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/wg_poller 3488 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_1 3490 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_2 3492 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_3 3494 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/ups_status root@Tower:~# # close the WebGUI again root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 3486 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/wg_poller 3488 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_1 3490 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_2 3492 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_3 3494 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/ups_status root@Tower:~# # kill php scripts again root@Tower:~# pkill -cf /usr/bin/php 5 root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load root@Tower:~# # open the WebGUI again root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load root@Tower:~# # open dashboard root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 4374 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/ups_status root@Tower:~# # open all menu entries and close the WebGUI root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load root@Tower:~# # power consumption is absolutely constant as it was in Unraid 6.9.2 root@Tower:~# Führt man diese beiden Befehle nach dem Schließen der WebGUI aus, sinkt der Verbrauch und bleibt stabil: pkill -cf /usr/local/emhttp/webGui/nchan rm /var/run/nchan.pid Öffnet man die WebGUI allerdings wieder, werden alle Skripte erneut gestartet und bleiben dann wieder offen: root@Tower:~# pgrep -af emhttp 1833 /usr/local/sbin/emhttpd 2863 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load 10240 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/notify_poller 10242 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/session_check 10360 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/device_list 10364 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/parity_list 10506 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/wg_poller 10508 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_1 10510 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_2 10512 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_3 10514 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/ups_status Das einzige Skript, was sich selbst sauber beendet, wenn das Dashboard verlassen wird, ist /usr/local/emhttp/webGui/nchan/ups_status. Allerdings auch nur dann, wenn man erst mal auf eine andere Seite wie zB die Settings wechselt. Schließt man dagegen den Browser, bleibt auch das Skript für immer offen.
  6. Grobes Zwischenfazit nach einer längeren Analyse: Unraid 6.11.1 hat eine Hand voll PHP- und Bash-Skripte, die konstant laufen, alle 1 bis 2 Sekunden irgendwas auslesen und manche davon aktualisieren auch Dateiinhalte. Nachdem ich die alle gekillt habe, sieht der Verbrauch schon deutlich stabiler aus: In Unraid 6.9.2 gab es die ganzen PHP-Skripte nicht, daher gehe ich davon aus, dass die die Ursache für den höheren und schwankenden Verbrauch sind.
  7. Was mir alles aufgefallen ist: Tausende Einträge zu NFS Mountversuchen (die Dateinamen fand ich sensibel, weshalb ich deine ZIP gelöscht habe): rpc.mountd[6641]: refused mount request from 192.168.2.245 for /Musik BIOS Error?! Gibt es zufällig ein Update? Oct 4 16:25:58 Unraid kernel: ACPI BIOS Error (bug): Failure creating named object [\ADBG], AE_ALREADY_EXISTS (20220331/dswload2-326) Oct 4 16:25:58 Unraid kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220) Oct 4 16:25:58 Unraid kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014) ... Oct 4 16:25:58 Unraid kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.PGON.PBGE], AE_NOT_FOUND (20220331/psargs-330) Oct 4 16:25:58 Unraid kernel: ACPI Error: Aborting method \_SB.PC00.PGON due to previous error (AE_NOT_FOUND) (20220331/psparse-529) Oct 4 16:25:58 Unraid kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PG01._ON due to previous error (AE_NOT_FOUND) (20220331/psparse-529) Ansonsten ist die Log unvollständig. Du solltest syslog mirror aktivieren, deinen NFS Mount korrigieren und dann noch mal die Diagnostics posten, wenn du wieder Fehler beim Parity Check hast, damit wir die Fehler auch in den Logs sehen können.
  8. Statt Unbalance kannst du es auch manuell mit dem neuen File Manager Plugin machen.
  9. Nein. Du kannst nur eben die komplette Datenbank sichern (also einen Dump erstellen) und die dann in einem neuen MariaDB Container wieder importieren. Nur ist das natürlich wenig sinnvoll, wenn die Datenbank gar keine Macke hat. Das steht ja in der config.php, aber was machst du mit den ganzen Dateien? Ich mein klar, du kannst Nextcloud komplett neu installieren. Dann erstellst du die 8 User neu und überschreibst die config.php und in die User-Ordner kopierst du die User-Dateien. Dann eine Neuindexierung anstoßen und es ist quasi "frisch", aber was ist mit sonstigen Einstellungen wie User-Passwörtern, Link-Freigaben und was weiß ich was die User so gemacht haben. Das ist dann logischerweise alles weg. Vielleicht solltest du einfach mal sagen was.
  10. Mach mal das über das Webterminal: smbclient //servername/sharename -c ls -U username Siehst du die Ordner in diesem Share nach Eingabe deines Passworts?
  11. Das haben auch meine beiden Testserver. Die sind quasi nackt. Ich versuche mal die Tage zu monitoren ob Prozesse regelmäßig auftauchen und die CPU mehr fordern als üblich. Ich habe daraus schon mal einen Bug Report gemacht:
  12. Found the problem. Read the first comment of this bug report. TL;DR Multiple users reported spikes in their power consumption after updating to Unraid 6.10 and this is still present in Unraid 6.11: https://forums.unraid.net/topic/105909-mein-10-zoll-server/?do=findComment&comment=1143526 https://forums.unraid.net/topic/108966-strom-sparen-mit-powertop-stromverbrauch-von-unraid-verbessern/?do=findComment&comment=1177306 https://forums.unraid.net/topic/105909-mein-10-zoll-server/?do=findComment&comment=1176094 In Unraid 6.9 the power consumption was relatively stable. Example: I will try to monitor the processes on my test server, which uses Unraid 6.11.1. Hopefully I can find out which process causes those spikes. I will update this bug report later... EDIT: This is what came in my mind: - close all web GUI windows - connect through SSH and execute this: watch -d "ps -Ao comm,pid,pcpu --sort=-pcpu | head -n 12" - watch parallely power consumption... EDIT2: Every couple of minutes I was able to capture an "rpcd_lsad" process: Compared with the default situation: In addition you can see that "emhttpd", "update_3", "file_manager", "device_list" and "parity_list" are constantly producing load. 1.) The "emhttpd" process should be the main webserver process to deliver the Unraid WebGUI. Any possible improvements needed to be checked by @limetech. 2.) The "update_3" process is an PHP script: # pgrep -af update_3 15795 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/update_3 It seems constantly logging network status from multiple network devices and ports. Is it really needed to do this with PHP parser overhead? And is it necessary to run this all the time? 3.) The "file_manager" process is caused through the new Dynamix File Manager Plugin of @bonienl. I wonder why its active although I do not have the GUI open?! After uninstalling it disappears (logic), after installing it's not present (?!), but after opening a dir and closing the GUI it stays present: # pgrep -af file_manager 24508 /usr/bin/php -q /usr/local/emhttp/plugins/dynamix.file.manager/nchan/file_manager I think it should auto-exit after the GUI has been closed. 4.) The "rpcd_lsad" process is related to SMB: # find / -xdev -name rpcd_lsad /usr/libexec/samba/rpcd_lsad Not sure why it is starting and stopping every couple of minutes as I'm not using Active Directory?! 5.) The "parity_list" and "device_list" PHP scripts are really necessary while the GUI is closed?! root@Tower:~# pgrep -af parity_list 2893 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/parity_list root@Tower:~# pgrep -af device_list 2889 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/device_list 6.) The bash script "disk_load" is constantly writing disk stats to an ini file. Is it really needed although the GUI is closed? root@Tower:~# pgrep -af disk_load 2891 /bin/bash /usr/local/emhttp/webGui/nchan/disk_load EDIT3: I deleted the file (test server ) and checking the syslog proofs that it is executed every minute: root@Tower:~# rm /usr/libexec/samba/rpcd_lsad root@Tower:~# tail -f /var/log/syslog ... Oct 8 15:12:01 Tower winbindd[2222]: [2022/10/08 15:12:01.690211, 0] ../../source3/winbindd/winbindd_samr.c:71(open_internal_samr_conn) Oct 8 15:12:01 Tower winbindd[2222]: open_internal_samr_conn: Could not connect to samr pipe: NT_STATUS_CONNECTION_REFUSED Oct 8 15:13:01 Tower winbindd[2222]: [2022/10/08 15:13:01.766520, 0] ../../source3/winbindd/winbindd_samr.c:71(open_internal_samr_conn) Oct 8 15:13:01 Tower winbindd[2222]: open_internal_samr_conn: Could not connect to samr pipe: NT_STATUS_CONNECTION_REFUSED Oct 8 15:14:01 Tower winbindd[2222]: [2022/10/08 15:14:01.844427, 0] ../../source3/winbindd/winbindd_samr.c:71(open_internal_samr_conn) Oct 8 15:14:01 Tower winbindd[2222]: open_internal_samr_conn: Could not connect to samr pipe: NT_STATUS_CONNECTION_REFUSED Oct 8 15:14:01 Tower winbindd[2222]: [2022/10/08 15:14:01.861246, 0] ../../source3/winbindd/winbindd_samr.c:71(open_internal_samr_conn) Oct 8 15:14:01 Tower winbindd[2222]: open_internal_samr_conn: Could not connect to samr pipe: NT_STATUS_CONNECTION_REFUSED EDIT4: Before disabling SMB: After disabling SMB (only a small improvement visible): EDIT5: After killing the "parity_list" and "device_list" processes its still fluctuating, but the overall consumption is reduced: EDIT6: After killing "update_3" As you can see the power consumption has become lower, but it's still fluctuating. EDIT7: After killing all php processes (update_1, update_2, ...) and the bash script /usr/local/emhttp/nchan/disk_load, it looks much more like Unraid 6.9: In comparison Unraid 6.9 only had the constanly running diskload script: root@thoth:~# pgrep -af emhttp 7362 /usr/local/sbin/emhttpd 7590 /bin/bash /usr/local/emhttp/webGui/scripts/diskload root@thoth:~# pgrep -af php 11519 php-fpm: master process (/etc/php-fpm/php-fpm.conf) I will reboot the server and do some more tests, but I think the constantly running PHP-scripts are the reason for the higher power consumption and the spikes (of course the SMB thing has be checked separately).
  13. Wieder was über IPv6 gelernt: Will man seine DDNS Domains lokal über IPv6 erreichen, muss man in der Fritz!Box die Domain im DNS-Rebind-Schutz ausnehmen. Ich dachte das greift nur bei lokalen IPs, aber tatsächlich blockt die Fritz!Box dann grundsätzlich die gesamte IPv6 Auflösung, auch wenn es eigentlich eine öffentliche IPv6 ist. D.h das geht: dig tower.example.com A 123.456.78.9 das aber nicht: dig tower.example.com AAAA Erst wenn man "example.com" auf der DNS-Rebind-Schutz Liste ausnimmt, kommt auch eine öffentliche IPv6 zurück. dig tower.example.com AAAA 1000:2000:3000:4000:5000:6000:7000:8000
  14. Ne die Idee war, ob der Router selbst evtl eine Freigabe erlaubt. Also damit man das Port Forwarding als Problem ausschließen kann. zB kann man in einer Fritz!Box einen beliebigen Port dafür angeben und dann seinen Router über eine Adresse wie zB https://jgo43bfdh43238d23j1294j.myfritz.net:62142/ erreichen. Bliebe vom Prinzip nur noch ein tracert / traceroute von außen oder man versucht mit "nmap <public_ip>" mal diverse Ports durch. Ich gehe recht in der Annahme, dass dein Router NAT-Loopback / Hairpinning unterstützt? Dann solltest du mit "ping -4 deinedomain.de" deine öffentliche IPv4 sehen und der Ping sollte durchgehen, weil er den Router nicht verlässt. Wenn aber von außen genau das selbe nicht geht, dann tippe ich auch auf den Provider, weil das ist ja jetzt nicht wirklich eine Raketenwissenschaft einen Port durchzuleiten.
  15. Copy & Paste und ENTER für jeden Kern. Die CPU verteilt die Prozesse automatisch auf andere Kerne, wenn einer ausgelastet ist.
  16. Bisher gab es bei solchen Meldungen nur Vermutungen Richtung CPU und RAM und eigentlich alle diese Meldungen tauchen nur in der Unraid-Welt auf: Auf Grund dieses Quelltextes würde ich Richtung ECC RAM tippen, kann aber natürlich auch von der CPU ausgehen: https://github.com/Xilinx/linux-xlnx/blob/master/drivers/edac/mce_amd.c Spontan würde ich sagen: - BIOS Update machen - RAM testen - und danach mal das hier pro CPU Kern 1x ausführen: dd if=/dev/zero of=/dev/null & Im Dashboad siehst du dann ja wenn alle Kerne auf 100% Last stehen. Lass das dann mal 30 Minuten laufen (achte auf deine CPU Kühlung) und schau dann mal ob es noch mal solche Fehler gab. Abbrechen kannst du, in dem jeden einzelnen Prozess mit "fg" zurück in den Vordergrund holst und mit STRG+C beendest. Oder du schließt einfach das Terminal.
  17. Ging mir jetzt nur ums testen.
  18. Ist der Router mit einer Firmware vom Internetanbieter? Sonst nicht. Das Forwarding passiert ja im Router. Was er aber blocken könnte wäre eingehenden Datenverkehr auf den Ports 80 und 443. Hat der Router noch eine eigene DDNS Funktion, die man auch mal testen könnte?
  19. In welchem Netzwerk läuft heimdall? Das ständige "entered disabled state" ist nicht normal. Kannst du Netzwerkprobleme ansonsten ausschließen? Gibt es Drops / Error bei der Ausgabe von ifconfig?
  20. Ich gehe davon aus, dass der Knopf auch nur stumpf den Strom trennt. Auswerfen kann schon Sinn machen, damit du nicht den Strom trennst, während der noch Daten aus dem RAM auf die HDD schreibt. So etwas kann noch lange nach einem erfolgreichen Backup passieren, insbesondere wenn man viel RAM hat. Aber wenn du eine smarte Steckdose mit Messfähigkeit hast, könntest du ja messen, wann die Platte nur noch im Leerlauf ist oder vielleicht sogar von unRAID in den Spindown versetzt werden konnte. Wenn du dann erst den Strom trennst, bist du auf der sicheren Seite.
  21. Ich nehme lieber größere Sticks weil es dann häufig auch mehr Ersatzzellen gibt. Und, das ist jetzt nicht wirklich relevant bei unRAID, aber größere Sticks sind ja häufig auch ein paar Prozent schneller.
  22. Das kann den Verbrauch gar nicht beeinflussen. Reine Einbildung. Ist auch völlig irrelevant. powertop ist nur ein Programm um die States, Frequenzen etc für den Nutzer optisch aufzubereiten. Wenn du also meinst, dass das was du angezeigt bekommst, falsch ist, dann spielt das technisch keine Rolle, da powertop die States ja nicht verändert, sondern nur (falsch) anzeigt. Mit powertop --auto-tune werden zb auch nur Linux Config-Dateien so geändert, dass zb ein ungenutzer PCIe Slot schlafen gehen darf. Das Programm powertop selbst, hat während dem sonstigen Betrieb überhaupt keinen Einfluss auf diese Configs. Man könnte es zb löschen und würde immer noch Strom sparen (bis zum nächsten Reboot, weil dann Linux die Werte auf den Standard zurücksetzt. Ich habe zb powertop gar nicht installiert. Ich nutze stattdessen die Kommandos zur Änderungen der Confog-Dateien direkt, die man sich übrigens auch mit powertop --html=powertop.html ausgeben lassen kann.
  23. Calibrate ist überflüssig. Das ist nur relevant, damit man den Verbrauch einzelner Komponenten genauer dargestellt bekommt: --calibrate runs powertop in calibration mode. When running on battery, powertop can track power consumption as well as system activity. When there are enough measurements, powertop can start to report power estimates. One can get more accurate estimates by using this option to enable a calibration cycle. This will cycle through various display levels and USB device activities and workloads. Den Tab mit dem Verbrauch nutzt doch denke ich eh keiner. Da kann powertop auch nur raten was wie viel verbraucht.
  24. Wichtig ist nur, dass die HDD 1:1 der VM als Array Disk1 zugewiesen wurde. Dann hat unRAID sie passend formatiert und dann wären da erstmal deine VMs, Container usw drauf. Den SSD Cache kannst du dann nach der Umstellung nachrüsten.
×
×
  • Create New...