Sledgehamma

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by Sledgehamma

  1. I'm using Sonarr and it is not automatically downloading the latest version. Checking the log I|m getting this:

     

    ---Ensuring UID: 99 matches user---
    usermod: no changes
    ---Ensuring GID: 100 matches user---
    usermod: no changes
    ---Setting umask to 0000---
    ---Checking for optional scripts---
    ---No optional script found, continuing---
    ---Taking ownership of data...---
    ---Starting...---
    ---Version manually set to: vlastest---
    ---Version Check---
    ---Version missmatch, installed v4.0.1.933, downloading and installing latest vlastest...---
    ---Something went wrong, can't download Sonarr vlastest, falling back to v4.0.1.933!---
    ---Preparing Server---
    ---Starting Sonarr---

     

    I already tried disabling adblocker, but no change. 

  2. On 12/23/2021 at 8:51 AM, ich777 said:

    Sorry that it took so long, here is the script for Sonarr: themepark and here for Radarr: themepark

    (also updated it on my Github)

     

    Basically it works as follows:

    1. Place the script somewhere on your server (in this example in /mnt/user/appdata/scripts)
    2. Add a variable with the Key: 'TP_ICH777' and the Value: 'true' to the template
    3. Add a path with the Host Path /mnt/user/appdata/scripts/themeparksonarr.sh and the Container Path /opt/scripts/user.sh
    4. (Optional) Add a variable with the Key: 'TP_THEME' and the Value: 'aquamarine' to the template to activate the aqamarine template

    grafik.png.2e7a75257c7b4b5be981869a28286e46.png

     

    Hope that helps. :)

    Thanks again for your support!

    I managed to install it with the provided steps. However, I cant seem to change the theme to anything other than organizr. 

    I tried step 4 and setting it to "aquamarine", "Aquamarine", "Hotpink", "Nord" (tried both small and capital first letter) but it always reverts to the default organizr theme. 

  3. 5 hours ago, ich777 said:

    Sorry that it took so long, here is the script for Sonarr: themepark and here for Radarr: themepark

    (also updated it on my Github)

     

    Basically it works as follows:

    1. Place the script somewhere on your server (in this example in /mnt/user/appdata/scripts)
    2. Add a variable with the Key: 'TP_ICH777' and the Value: 'true' to the template
    3. Add a path with the Host Path /mnt/user/appdata/scripts/themeparksonarr.sh and the Container Path /opt/scripts/user.sh
    4. (Optional) Add a variable with the Key: 'TP_THEME' and the Value: 'aquamarine' to the template to activate the aqamarine template

    grafik.png.2e7a75257c7b4b5be981869a28286e46.png

     

    Hope that helps. :)

    You do it for free in your spare time! No need for an excuse mate! Very happy and thankful that you helped me.

    I will try it next week as I’m currently remote and my VPN decided to take some time off :D

    • Like 1
  4. So I assume its working for everyone just fine with the cache dirs plugin?

     

    //edit:

    So the disk do not spin up when I open a directory which just has other directories in it. But as soon as I open a directory which has video files in it, the disks are spinning up. So could it be that FileBrowser is scanning the files for some reason?

     

    //edit2:

    It seems that this is the intended behaviour of cache dirs...well its already in the name :D stupid me

  5. On 11/30/2021 at 9:09 PM, ich777 said:

    That's actually possible, have to look into where I got the script to activate this... :)

     

    EDIT: Found it... Click

    You have to save the script somewhere on your server and with the container path: "/opt/scripts/user.sh" and as host path the path where the script is and the name from the script.

    Edit the script (for example if you want to use it for Sonarr the file path would be:

    ${DATA_DIR}/Sonarr/UI/index.html

    and add those variables to your container template:

    Key: "APP_NAME"    | Value: "sonarr"
    Key: "DOCKER_MODS" | Value: "ghcr.io/gilbn/theme.park:${APP_NAME}"
    Key: "TP_DOMAIN"   | Value: "theme-park.dev"
    Key: "TP_THEME"    | Value: "organizr-dark"
    Key: "TP_ADDON"    | Value: "sonarr-4k-logo"

     

     

    If you need any further help let me know. :)

     

    I did it the way you described but it is not working.

     

     

    979237077_Screenshot2021-12-02at18_58_10.thumb.png.8a0282b470f2ec4d50e5e024557ffb4d.png1387693750_Screenshot2021-12-02at18_58_26.thumb.png.9e9c669a7afc7456292946a955f155ef.png

     

    I also tried changing  

    Quote

     

    sed -i "s/<\\\\/head>/<link rel=stylesheet href=https:\\\/\\\/'${TP_DOMAIN}'\\\/CSS\\\/themes\\\/radarr\\\/'${TP_THEME}'.css><\\\\/head>/g" '${APP_FILEPATH}' \

     

     

     

    to 

    Quote

     sed -i "s/<\\\\/head>/<link rel=stylesheet href=https:\\\/\\\/'${TP_DOMAIN}'\\\/CSS\\\/themes\\\/sonarr\\\/'${TP_THEME}'.css><\\\\/head>/g" '${APP_FILEPATH}' \

    but it didn't change anything. What did I do wrong?

  6. Does it work for you with the cache directories plugin?

     

    For the Docker I used /srv to /mnt/user in order to see all my shares. I set the option inside the cache dir plugin to also scan /mnt/user.

    But when my drives are asleep and I want to open a share say "movies" (doesn't even have subdirectories) my disk are spinning up.

  7. I just made the switch from Qnap to unRaid and this really bothers me. For me it’s an essential feature to cp,mv,rm files from my smartphone or tablet. Solutions like midnight commander are just not usable with this way. 
    Plus I think an App for that would appear to potential Switchers coming from the competition. 
     

    Im currently trying several different options. Yesterday I tried Nextcloud and it was just buggy. Moving a 50Gb file from cache to a cache enabled share took way too long. Then I tried a 7Gb file which resulted in an error that it couldn’t be moved but it still was. And the whole container crashed…
     

    A very lightweight a beautiful solution is https://filebrowser.org

    I’d be absolutely happy if there was an app for that!

     

    Another solution I’ll be testing over the weekend is tonido.

     

    It was mentioned that SMB 3 can do these operations without moving the files through a client but it doesn’t work on “files” on iOS. Maybe I configured something wrong?

     

    I also tried FE File Explorer on iOS but it doesn’t support moving between shares -.-

     

    //edit:

    Tonido seems very useful! It does exactly what I want. Sadly you don't see your favourites when moving files so you have to go through "\" then scroll down to "unRaid" and then select your share.

     

    Just need to be sure that all remote connections are disabled as I dont what all my shares exposed to the internet. 

     

    //edit2:

    Sadly Tonido creates .tonidodb files for indexing and it cant be disabled. Also, while not a biggie the UI seems quite outdated and more importantly development has stopped. 

    So I'm back at Filebrowser I linked above. The fact that an App is missing, really bothers me. For now I just made a bookmark of it on my home screen. 

    Maybe I'll look into how to build a web app or pay somebody on fiverr to do that for me. 

  8. 1 hour ago, JorgeB said:

    Diags are after rebooting but the btrfs dev stats do suggest that one of the devices dropped offline before, this is not necessarily a device problem, you can redo the pool and if it happens again post new diags before rebooting.

    I just did that and it seems fine for now. No mention of a disconnected device! Thanks for the tip :) 

    Any idea how this can be? Did I mess up the config or something? Or could it still be a bad cable? I just dont want it happen again.

  9. Hello again, it seems after solving one problem another one pops up :(

     

    This time its my Raid1 SDDs (2x240GB Seagate Ironwolf 510), which are connected via "Cablecc 4X NVME M.2 AHCI to PCIE Express 3.0 Gen3 X16 RAID Card VROC Raid0 Hyper Adapter".  Out of the blue I got errors that one of the drives is missing:

    "Cache pool BTRFS missing device(s)". I thought it was the PCIe riser cable which I used, but even with another PCIe to NVME adapter (Sabrent NVMe M.2 SSD to PCIe X16 / X8 / X4 Card with Aluminium Heatsink (EC-PCIE) I still get the same error. 

     

    These errors are with the Sabrent adapter and SSD1:

    I do get these warnings:

    Nov 15 11:14:46 Stormy kernel: ACPI: Early table checksum verification disabled
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:02.0: BAR 14: failed to assign [mem size 0x00500000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 6: failed to assign [mem size 0x00080000 pref]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:20:00.0: BAR 14: failed to assign [mem size 0x02400000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:06.0: BAR 14: failed to assign [mem size 0x01800000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:01.0: BAR 14: failed to assign [mem size 0x00100000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:02.0: BAR 14: failed to assign [mem size 0x00500000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:04.0: BAR 14: failed to assign [mem size 0x00100000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:05.0: BAR 14: failed to assign [mem size 0x00100000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:08.0: BAR 14: failed to assign [mem size 0x00200000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:09.0: BAR 14: failed to assign [mem size 0x00100000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:21:0a.0: BAR 14: failed to assign [mem size 0x00100000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:23:00.0: BAR 0: failed to assign [mem size 0x00004000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:24:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:26:00.0: BAR 0: failed to assign [mem size 0x00080000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:26:00.0: BAR 3: failed to assign [mem size 0x00004000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:27:00.0: BAR 0: failed to assign [mem size 0x00080000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:27:00.0: BAR 3: failed to assign [mem size 0x00004000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:28:00.0: BAR 14: failed to assign [mem size 0x01800000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:29:00.0: BAR 0: failed to assign [mem size 0x01000000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:29:00.0: BAR 1: failed to assign [mem size 0x00020000]
    Nov 15 11:14:46 Stormy kernel: pci 0000:2a:00.1: BAR 0: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:2a:00.3: BAR 0: failed to assign [mem size 0x00100000 64bit]
    Nov 15 11:14:46 Stormy kernel: pci 0000:2b:00.0: BAR 5: failed to assign [mem size 0x00000800]
    Nov 15 11:14:46 Stormy kernel: pci 0000:2c:00.0: BAR 5: failed to assign [mem size 0x00000800]
    Nov 15 11:14:46 Stormy kernel: sd 0:0:0:0: [sda] Asking for cache data failed

     

    And these errors:

    Nov 15 11:16:20 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321237188608 have 545259526
    Nov 15 11:16:20 Stormy kernel: BTRFS: error (device nvme2n1p1) in __btrfs_free_extent:3188: errno=-5 IO failure
    Nov 15 11:16:20 Stormy kernel: BTRFS: error (device nvme2n1p1) in btrfs_run_delayed_refs:2150: errno=-5 IO failure
    Nov 15 11:16:25 Stormy inotifywait[9879]: Couldn't watch /mnt/apps: Input/output error
    Nov 15 11:16:25 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321237745664 have 1157409746040655887
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321241186304 have 826882912313
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321241186304 have 826882912313
    Nov 15 11:16:29 Stormy kernel: blk_update_request: I/O error, dev loop2, sector 62914432 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321241186304 have 826882912313
    Nov 15 11:16:29 Stormy kernel: blk_update_request: I/O error, dev loop2, sector 62914432 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    Nov 15 11:16:29 Stormy kernel: Buffer I/O error on dev loop2, logical block 7864304, async page read
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321241186304 have 826882912313
    Nov 15 11:16:29 Stormy kernel: blk_update_request: I/O error, dev loop2, sector 62914432 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    Nov 15 11:16:29 Stormy kernel: Buffer I/O error on dev loop2, logical block 7864304, async page read
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device nvme2n1p1): bad tree block start, want 321241186304 have 826882912313
    Nov 15 11:16:29 Stormy kernel: blk_update_request: I/O error, dev loop2, sector 62914432 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    Nov 15 11:16:29 Stormy kernel: Buffer I/O error on dev loop2, logical block 7864304, async page read
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device loop2): bad tree block start, want 22020096 have 1117782016
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device loop2): bad tree block start, want 22020096 have 1126170624
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device loop2): failed to read chunk root
    Nov 15 11:16:29 Stormy root: mount: /var/lib/docker: wrong fs type, bad option, bad superblock on /dev/loop2, missing codepage or helper program, or other error.
    Nov 15 11:16:29 Stormy kernel: BTRFS error (device loop2): open_ctree failed
    Nov 15 11:16:29 Stormy root: mount error

     

    I also tried different PCIe slots on my MB, but same behaviour.

     

    When I use the same adapter with SSD2. I get these errors (the PCI warnings are the same):

    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 49, gen 0
    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 50, gen 0
    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 51, gen 0
    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 52, gen 0
    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 53, gen 0
    Nov 15 14:01:54 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 54, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 55, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 56, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 57, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 58, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 59, gen 0
    Nov 15 14:06:11 Stormy kernel: BTRFS error (device loop2): bdev /dev/loop2 errs: wr 0, rd 0, flush 0, corrupt 60, gen 0

     

    So  does this mean that the SSD1 is defective?

    If so I hope that SSD2 is still okay. What. should I do next? Format it again and then install Docker etc. from scratch?

     

     

  10. Alright, so its fixed. Not a big fan oof ASRock that's for sure...

     

    So it wasn't enough to disable network bonding which I already had:

    365686496_Screenshot2021-11-12at21_53_22.thumb.png.8c2c1b0a5d945f7405fa081d748a7ddd.png

    I also had to disable eth1 (eth0 is the IPMI):

    256673736_Screenshot2021-11-12at21_53_39.thumb.png.384b8e4190347cb858311bf4c98eda37.png

     

    It really didn't help that the MAC address of eth1 wasn't listed in unRaid (not blaming Limetech, probably ASRocks fault). Eth0 I can understand because its the IPMI port.

     

    Then I used one of the 10GBe ports in unRaid (disabled bonding as well) and put it as eth0 (this is not the same eth0 as the IPMI port) and disabled all other ethernet ports.

    If anybody else has this problem or this board, for the love go God do not disable eth0! I did and while eth1 was set to DHCP it didn't get an IP address. While stupid me saw the 0.0.0.0 IP in the BMC I thought it was a display error because DHCP for sure would work....of course it didn't and I had to buy a VGA to HDMI adapter in order to access the BIOS or the BMC because I couldn't access it anymore over LAN.

    All in all a pretty bad implementation for a board that costs 500€

     

    168739022_Screenshot2021-11-12at22_02_46.thumb.png.18c9b053a494752877e0cb8de31a205a.png

     

     

    • Like 1
  11. 8 hours ago, Djoss said:

    I don't expect any performance change between the container and the host (unRAID).

     

    Did you perform any disk performance test on unRAID itself ?

    Not sure whats changed (maybe a reboot was necessary for the file patch change?) but now I'm getting 1Gb/s :)

  12. 22 hours ago, spl147 said:

    i am using a Samsung 970 EVO plus reading from and writing to the same drive i hit 450MB/s easy

     

    real world numbers vs advertised numbers are very very different

     

    Yes, that is true but 300 MB/s is a lot off plus you are also seeing faster speeds than I am, even with PCIe 3.0.  And the fact that the remuxing speeds with raid0 vs single are identical for me make it look like there is a bottleneck somewhere. 

    On another forum somebody used W10 with two separate SSDs and is getting around 600-700MB/s. With MKTVToolnix and with tsMuxer around 1.5GBps. 

     

  13. 17 hours ago, trurl said:

     

     

     

    root@Stormy:~# iperf3 -c 192.168.178.21
    Connecting to host 192.168.178.21, port 5201
    [  5] local 192.168.178.83 port 32928 connected to 192.168.178.21 port 5201
    [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
    [  5]   0.00-1.00   sec   112 MBytes   938 Mbits/sec   54    351 KBytes       
    [  5]   1.00-2.00   sec   110 MBytes   923 Mbits/sec    0    225 KBytes       
    [  5]   2.00-3.00   sec   109 MBytes   912 Mbits/sec    0    225 KBytes       
    [  5]   3.00-4.00   sec   109 MBytes   912 Mbits/sec    0    225 KBytes       
    [  5]   4.00-5.00   sec   109 MBytes   912 Mbits/sec    0    311 KBytes       
    [  5]   5.00-6.00   sec   109 MBytes   912 Mbits/sec    0    220 KBytes       
    [  5]   6.00-7.00   sec   110 MBytes   923 Mbits/sec    0    331 KBytes       
    [  5]   7.00-8.00   sec   111 MBytes   933 Mbits/sec    0    396 KBytes       
    [  5]   8.00-9.00   sec   109 MBytes   912 Mbits/sec    0    334 KBytes       
    [  5]   9.00-10.00  sec   110 MBytes   923 Mbits/sec    0    288 KBytes       
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Retr
    [  5]   0.00-10.00  sec  1.07 GBytes   920 Mbits/sec   54             sender
    [  5]   0.00-10.00  sec  1.07 GBytes   915 Mbits/sec                  receiver
    iperf Done.
    root@Stormy:~# iperf3 -c 192.168.178.21
    Connecting to host 192.168.178.21, port 5201
    [  5] local 192.168.178.83 port 32932 connected to 192.168.178.21 port 5201
    [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
    [  5]   0.00-1.00   sec   115 MBytes   967 Mbits/sec    0    259 KBytes       
    [  5]   1.00-2.00   sec   112 MBytes   944 Mbits/sec    0    248 KBytes       
    [  5]   2.00-3.00   sec   111 MBytes   933 Mbits/sec    0    305 KBytes       
    [  5]   3.00-4.00   sec   112 MBytes   944 Mbits/sec    0    245 KBytes       
    [  5]   4.00-5.00   sec   112 MBytes   944 Mbits/sec   65    319 KBytes       
    [  5]   5.00-6.00   sec   112 MBytes   944 Mbits/sec    0    336 KBytes       
    [  5]   6.00-7.00   sec   112 MBytes   944 Mbits/sec    0    245 KBytes       
    [  5]   7.00-8.00   sec   112 MBytes   944 Mbits/sec    0    305 KBytes       
    [  5]   8.00-9.00   sec   112 MBytes   944 Mbits/sec    0    282 KBytes       
    [  5]   9.00-10.00  sec   111 MBytes   933 Mbits/sec    0    331 KBytes       
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Retr
    [  5]   0.00-10.00  sec  1.10 GBytes   944 Mbits/sec   65             sender
    [  5]   0.00-10.00  sec  1.10 GBytes   941 Mbits/sec                  receiver

    Seems like its retrying?

     

    Here is the crit log of my mainboard (but its just the IPMI port, right?):

    <130>  2021-11-03T22:02:07.065678+01:00 AMID05099F720F4 spx_restservice: spx_restservice - -  [12024 : 12024 CRITICAL][libipmi_AMIOEM.c:4212]Error in Get Service Configuration in raw IPMI command layer::403 - 
    <130>  2021-11-03T22:02:07.065994+01:00 AMID05099F720F4 spx_restservice: spx_restservice - -  [12024 : 12024 CRITICAL][libipmi_AMIOEM.c:4300]Error While Getting service configuration 403 - 

     

  14. Is there anything specific I need to change in order to get maximum speed with it?

    I'm using two Seagate IronWolf 530 NVMe SSDs (PCIe 4.0) in raid 0 and only getting around 300MB/s. I tested the same with those two SSDs in separate mode (reading from one and writing to the other one) and I was getting the exact same performance. With these drives I was expecting the speed in the GB/s territory. 

    App data of  that Docker is stored on two 510 NVMe SSDs in raid 1.