Jump to content

bmdegraaf

Members
  • Posts

    100
  • Joined

  • Last visited

Posts posted by bmdegraaf

  1. I can attest, running SCM846 with BPN-SAS-846A backplane myself. No restrictions whatsoever. I did end up gutting out the rest of chassis to run power efficient, e.g. moving to ATX power supply (Corsair RM550x 2021)… and swapping out the supermicro fans for a fan wall based on Noctua. System is dead silent!

  2. First of all, many thanks for all the tips gathered throughout this topic and points given by @Mgutt! 

     

    My setup is  hovering between 27 and 32 watt when disks are idling. Which I think is a great feat on it's own, but with my continuous quest to bring down power consumption, I would like to ask some pointers whether more is possible with current usage. I have applied all recommended bios settings tweaks and Powertop tuning as per instruction.

     

    My setup is:

    MB: Gigabyte C246M-WU4

    CPU: Intel® Xeon® E-2288G

    HDD: 6x WD ULTRASTAR 18TB

    SSD: Samsung 970 EVO 1TB (NVME)

            Samsung 970 EVO Plus 2TB (NVME)

    PSU: Corsair RM550x (2021)

    RAM: 2x KINGSTON 2666 MHz ECC 32 GB

     

    C states reach C9, but I always seems to have CPU's stuck in C2.

     

    image.png.f5aea9fb47f913de6b0772bdf6cb282f.png

     

    I am not running VM's, but believe Home-Assistant docker is to blame. CPU usage seems to continuously around 1 - 2%.

    Is anyone experiencing the same and having ideas whether this could be lowered by e.g. tweaking Home-Assistant ?

     

    image.thumb.png.c2c28485738a9b50679e3cc5c69c8cdf.png

     

  3. I am also keen to set this up through docker. Any help is welcome. Tried to follow instructions on the original authors page: https://github.com/jens-maus/RaspberryMatic/wiki/Installation-Docker-OCI#start-of-content But getting the following error message : Error response from daemon: pull access denied for jens-maus/raspberrymatic, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

     

    Out of curiosity, what type of RF module are you using? HmIP-RFUSB ? Is it easy to passthrough an USB device to a docker container?

  4. I am using the preset. The only thing I changed was the port number of the proxy pass :

    server {
    listen 443 ssl;

    server_name nextcloud.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    location / {
    include /config/nginx/proxy.conf;
    resolver 127.0.0.11 valid=30s;
    set $upstream_nextcloud nextcloud;
    proxy_max_temp_file_size 2048m;
    proxy_pass https://$upstream_nextcloud:444/;

  5. I am trying to get nextcloud to work under nextcloud.xxxxx.com 

     

    I have sonarr, ombi, etc... working fine under their respective subdomains, but for nextcloud I keep getting a 502 Bad Gateway error nginx/1.12.2 

    I have followed the guide on linuxserver.io, including amending /config/www/nextcloud/config/config.php

     

    When accessing the nextcloud docker from within unraid [unraid IP adress:444], I do get the message that safari cannot access the page securely.

    Letsencrypt wise, the certificate is available. 

  6. Hi Gridrunner, just wanted to say, it all just works! Just updated my XML with your directions and things seems to be more natively supported, e.g. cpu type etc is now being recognised correctly etc.. Got myself a cheap Gmyle bluetooth usb dongle the other day and having native bluetooth support (detecting apple keyboard and trackpad), GPU is passed through (GTX970) and working without the need for an additional HDMI sound kext, having native USB 3.0 support through the Inatech card ... Superb, and a great shout out to all contributers on the forum. I would almost say it is a golden build, if only QEMU would completely be supported in clover. I guess it is a matter of time.

  7. I am isolating cpu's and stubbing an usb pcie card in the syslinux:

    append pcie_acs_override=downstream vfio-pci.ids=1b73:1100 isolcpus=2,3,6,7 initrd=/bzroot

     

    I didn't change any clover or xml settings. XML basically comes from Gridrunner's video (Penryn, etc...). Added emulatorpin: <emulatorpin cpuset='1,5'/> and an usb, gpu passthrough to the XML

     

     

      <vcpu placement='static'>4</vcpu>

      <cputune>

        <vcpupin vcpu='0' cpuset='2'/>

        <vcpupin vcpu='1' cpuset='3'/>

        <vcpupin vcpu='2' cpuset='6'/>

        <vcpupin vcpu='3' cpuset='7'/>

        <emulatorpin cpuset='1,5'/>

      </cputune>

     

    It works fine with the patched file, but doesn't if i use the regular clover file.

  8. Do we still need to use the patched clover bootloader or is the latest clover version patched for use with QEMU?

    Se my comments here

    http://www.insanelymac.com/forum/topic/309087-insanely-fast-virtual-mac-qemu-ovmf-clover-and-native-graphics/page-23#entry2338923

     

     

    Skickat från min iPhone med Tapatalk

     

    Unfortunately it did not work out for me: crumbling sound, and felt a bit slower, ...

     

    Edit

    Used the "newer" patched clover version mentioned in the insanelymac link without issues. Thanks for pointing to that!

×
×
  • Create New...