mgutt

Moderators
  • Posts

    11246
  • Joined

  • Last visited

  • Days Won

    123

Everything posted by mgutt

  1. Ja, ich kann dir Komponenten raussuchen und bei Bedarf auch zusammensetzen. Am besten telefonieren wir mal und du beschreibst mir deinen Bedarf. Meine Kontaktdaten findest auf meiner Website: https://gutt.it
  2. Denkbar wären noch Nextcloud und Filebrowser.
  3. Einfach nach der Modellbezeichnung googlen. Bei eBay gibt es zB was.
  4. Naja. Die kommen sicher nicht vom Board und der CPU. Da läuft doch noch anderes im Leerlauf. Was hast du alles verbaut?
  5. BTRFS macht nicht von sich aus die Sektoren kaputt. Entweder ist der RAM defekt oder die PCIe Verbindung der NVMe gestört. Letzteres ist ebenfalls in den Logs zu sehen. Bitte mal eine Diagnostics posten.
  6. This isn't really helpful I think. I tested the Seasonic Titanium power supply and it's far away of being the best: https://gutt.it/seasonic-titanium-netzteil-bei-niedriglast-keine-option/
  7. Has no impact regarding my tests: https://forums.unraid.net/topic/121551-erlaubt-der-neue-linux-kernel-stromsparende-amd-server/?do=findComment&comment=1337385
  8. The go file should never be executed manually. It starts the unRAID WebGUI. You need to paste the commands line by line or use a separate script with the user scripts plugin. For example I'm not using the go file. I have a user script which gets executed on first array start. PS you should restart your server to avoid further problems with your execution of the go file.
  9. Yes. Sadly I can't find this newer version as download.
  10. Jo, ich habe noch keine Enterprise SSD gesehen, die DIPM beherrscht und daher laufen die immer und ziehen alleine meist 3 bis 4W im Leerlauf pro Stück plus den Verlust der tiefen C-States, was auch noch mal 5 bis 10W ausmacht.
  11. No. The display is switched off after some minutes. Then the Intel iGPU driver (which everyone should have installed) switches off the GPU. And as far as I know only then C10 is possible.
  12. Maybe you could try to open a bug report: https://bugzilla.kernel.org/ Or learn C# or Rust, optimize the driver and pull it to the Linux Kernel 😅
  13. Another ASRock owner did the same in this thread and this was his only option: https://forums.unraid.net/topic/98070-reduce-power-consumption-with-powertop/page/26/#comment-1355095 Maybe this SSD prevents lower C-States. Check without it.
  14. USB Datenträger sind im RAID oder Array problematisch. Wenn dann nur für Backup als einzelner Datenträger sinnvoll. Nein. Steht aber auch auf der ersten Seite. Theoretisch schon. Praktisch alles auf deine eigene Gefahr. Lies aufmerksam bei GitHub die Diskussion. Der Mod hat ein paar Einschränkungen wie zb verdrehte PCIe Lanes, wie man mittlerweile vermutet.
  15. Read the first post. The rating levels are completely irrelevant for low power consumption efficiency. At the moment it looks like a very bad board for low power consumption 😔 I think the main problem of this board is the ASM1064 SATA controller. As far as I know this controller is incompatible to ASPM, which means it stops the whole cpu package reaching a lower state than C3.
  16. Two active disks cost you 10 to 16W. Why are they active? Not the best for super low power consumptions, but at the moment not your main problem. Undervolting is nearly useless for idle power consumption. It influences only high CPU usage. Disable array auto start, remove both components, spindown your HDDs, execute powertop and check if this influences your PKG states. If yes, find out, which of both is your problem. Ask the biostar support. If their answer doesn't make you happy: Throw it in the trash.
  17. I don't really understand why they even limit the version so exactly. But yes, you are right, there is a more recent version available: https://hub.docker.com/r/mtand/rsync If course you can easily change the source in the docker template to use this version.
  18. You wrote "http". Did you set in BTCPay really "http" and not "https"? Maybe this is the reason.
  19. All commands are mentioned in the first post. Even an example how to set sleep for specific SATA hosts: echo med_power_with_dipm | tee /sys/class/scsi_host/host1/link_power_management_policy But finally you should simply buy an ASM1166 card which supports those sleep states.
  20. Which isn't different in the relevant part, which is this: proxy_set_header Host $http_host This config sets the host header, which is the same domain which was used to reach the proxy. Are you able to upload a php file or edit a php file of BTCPay? I would like to see what is returned if you create a test.php with the following content: <?php print_r($_SERVER); ?> And open it as follows: http://btcpay.domain2.com/test.php By that you will see the http headers and one of it should contain the Host Header which contains the Domain and if this is the case, the problem is caused by BTCPay and not NPM.
  21. This is strange as forwarding headers is the default behavior of NPM. This are the default settings: add_header X-Served-By $host; proxy_set_header Host $host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Real-IP $remote_addr; proxy_pass $forward_scheme://$server:$port;
  22. Die existiert auch nur außerhalb der unRAID Welt. Das Gerücht hält sich hartnäckig. Hier wirst du keinen finden, dem beim Spinup plötzlich eine Platte kaputt gegangen ist. Und ich nehme an, dass die meisten mit Spindown arbeiten. Ich handhabe das mit Proxmox und Unraid so: Einfach beides nutzen 😅 Für VMs ist Proxmox einfach besser und dafür kann man sich problemlos einen Tiny PC hinstellen, der nur 5W oder so zieht, weil der braucht ja nicht massig SATA Buchsen. Und Backup kann man ja auf den unRAID Server schieben, wenn man will.
  23. Du verstehst das Problem nicht. Sobald dein Besucher IPv6 verwendet UND deine Domain einen AAAA (IPv6) Eintrag hat, kommt der Besucher über IPv6 auf deine Seite und genau das kann nicht funktionieren. Wenn du dagegen sicherstellen kannst, dass es keinen AAAA Eintrag gibt, hast du kein Problem.