RedReddington

Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RedReddington's Achievements

Rookie

Rookie (2/14)

3

Reputation

1

Community Answers

  1. Is anybody experiencing a similiar issue? When I disable the Onboard NIC (Intel I225V) I can only reach C3. When I enable it, I can reach C10. I also flashed my Intel 710-DA4 to the newest firmware, the older firmware blocked higher C-States (it reported ASPM enabled and L1 before but was still not working). And I can only run the powertop commands for each device on it's own. With --autotune the server will be unreachable because of the Intel I225V. That's why I tried to disable it... I can live with it for now, but 39W idle with all discs in idle with C10 still seems to be on a higher side.
  2. I also came around this issue. Somehow it was working fine with "--auto-tune" for half a year now, but I noticed some crashes after the recent updates and finally found this information. I manually set all my PCI devices to auto and left the built-in NIC as is. Maybe I will just disable it in the BIOS, but I noticed some weird bug that I can't reach lower C-states when I disabled it. Atleast when I was testing it a while ago... Does this issue only apply for unused NICs? I also have a Intel 710-DA4 on one of my chipset NVME slots with a PCIe converter. I can also finally reach C10 states after using that PCIe converter (I was using a native PCIe lane from the CPU lane and could only reach C3). But now the power consumption is the same, which is weird.
  3. - change the whole PCIe settings in the BIOS to PCIe 3.0 (if such a setting exists) I can check that, but I think this is only possible for the PCIe devices and not my M.2 nvmes. - install the NVMe only on chipset M.2 slots. Does it help? I will also check that. - Which NVMe brand / models are you using? Samsung has the best C-State compatibility as of my experience. I changed both of them to 970 EVO Plus 2TB - They idea is not to use CPU PCIe lanes at all Using CPU lanes prevents C-states? Is this true? But I will also remove both my NIC and the ASMedia card and also unplug all sata and nvme devices and boot into a "fresh Unraid" on another USB stick to check the behaviour. Maybe it's on of the usb ports.. I will also try some of them. - did you disable Thunderbolt in the BIOS (if possible)? - did you disable audio in the BIOS? - did you remove the Wifi card? I disabled both audio and thunderbolt. I didn't remove the wifi card, but if i remember correctly I also disabled it. I can check all of this today in the evening, I will report my progress...
  4. I ran the auto tune and everything is on "good".
  5. I'm also experiencing issues getting my Pkg C-states lower than C2. I replaced my Mellanox Connect-X3 card to an Intel X710-DA4. And also changed my LSI 3008 to an SilverStone Technology ECS06 with an ASMedia-ASM1166 chip. Now my whole system supports ASPM. I'm using a 13900KS with the Asus Z790 Pro Art Mainboard. I disabled the 10GB internal NIC (no ASPM support unfortunately) and also enabled all C-state options. Output of "lspci -vv | awk '/ASPM/{print $0}' RS= | grep --color -P '(^[a-z0-9:.]+|ASPM )'":
  6. I moved my MariaDB data with "cp -r" from an "Unassigned Devices" SSD to "user/appdata" and now have the following error when trying to start the docker: 2023-04-15 12:30:41 0 [ERROR] mariadbd: File '/var/lib/mysql/aria_log_control' not found (Errcode: 13 "Permission denied") 2023-04-15 12:30:41 0 [ERROR] mariadbd: Got error 'Can't open file' when trying to use aria control file '/var/lib/mysql/aria_log_control' 2023-04-15 12:30:41 0 [ERROR] Plugin 'Aria' init function returned error. 2023-04-15 12:30:41 0 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 2023-04-15 12:30:41 0 [ERROR] InnoDB: The data file './ibdata1' must be writable 2023-04-15 12:30:41 0 [ERROR] InnoDB: The data file './ibdata1' must be writable 2023-04-15 12:30:41 0 [ERROR] Plugin 'InnoDB' init function returned error. 2023-04-15 12:30:41 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2023-04-15 12:30:41 0 [Note] Plugin 'FEEDBACK' is disabled. 2023-04-15 12:30:41 0 [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' doesn't exist". Some plugins may be not loaded 2023-04-15 12:30:41 0 [ERROR] Failed to initialize plugins. 2023-04-15 12:30:41 0 [ERROR] Aborting Are the folder permissions somehow screwed up when manually copying them, so that they are not readable/writable by the root user? Running "docker exec -it MariaDB-Official mariadb -u root -p" also doesn't help: Error response from daemon: Container 0bc6acbbc6e2bc850bfc6eee6a45ffa3527bbd0c408867c695ab2a966a684f27 is not running.
  7. Update: It seems that the issue was the Ubiquiti UF-RJ45-10G SFP+ to RJ-45 adapter. On my main computer I have a Mellanox ConnectX-3 with a direct connection to the Unraid server. It used to be a 1:1 SFP connection with two of those cards, but as the new board has a built-in 10G NIC I prefer to use that one. With the ‎MikroTik ‎S+RJ10 it works fine.
  8. Hey, I recently upgraded to the Asus Z790 Pro Art and the 13900KS. The built in AQC113CS 10 GB NIC works fine for a few hours and after a while I loose the connection. After restarting the computer, it works fine again for a while. Could this be related to some power saving features? I checked this with powertop and the NIC is set to bad and should not go to sleep?
  9. Hello, was someone successful to get the newest seafile server running in docker on Unraid? I tried it several hours now and I really have no idea what I am doing wrong... The CA docker is outdated and even changing some files here and there didn't bring the success I was hoping of.
  10. Having issues with Vaultwarden. With nginx it works perfectly fine, but when using NPM as proxy I get a 502 gateway error. Anthing special to configure?
  11. Nope, still having this issue. I may switch from swag to use ha-proxy from my OPNsense if this can not be solved soon.
  12. Hey, I tried around for several hours but found no solution for this. According to Spaceinvader I have a working swag and Bitwarden Docker. But for Nextcloud I decided to go for a VM. swag and Bitwarden are in the "proxynet" and VM is in the same subnet as Unraid. Is it possible to reverse to the Nextcloud VM IP? Thank you!
  13. Issue solved. I have three interfaces and gave two of them a gateway. This was working fine for months but stopped today. Reminder to myself. Never configure two gateways for one system.
  14. Ok.. it's not a networking issue.... I plugged in the new USB drive from the Intel NUC to my NAS and started Unraid. It has the same IP as the original NAS and I can reach the web interface. So my config is corrupted and I have to start from scratch.. damn.