Everything posted by maTTi
-
Ntfy notification agent is not working
Ok I understand. First try to ping ntfy server for Unraid in console and see if it is visible then try to post message from console (replace token and url) curl \ -H "Authorization: Bearer tk_AgQdq7mVBoFD37zQVN29RhuMzNIz2" \ -d "Look ma, with auth" \ https://ntfy.example.com/mysecrets https://docs.ntfy.sh/publish/#access-tokens
-
Ntfy notification agent is not working
Yes I found what was the problem. You need to check this option in docker settings: “Host access to custom networks:” This will make ntfy container visible for Unraid host
-
rsync Incremental Backup
Thanks for the great script. How to edit settings variables to keep last two backup? I am running the script every week on Sunday.
-
[Docker] “Host access to custom networks” is not preserved after reboot
After every reboot I need to reset host access option to make it work (stop docker, turn off option, start docker, stop docker turn on option, start docker) it is not working despite it is turn on in the settings menu after reboot after reboot: after reset option:
-
Drive StandBy Monitor - Plugin Support
No, directly connected to router
-
[Plugin] Appdata.Backup
There is no log file in the backup folder, I did not reboot after last run
-
[Plugin] Appdata.Backup
-
[Docker] Wrong Port Mappings values when using --net= in Extra Parameters
Hi all, I have container that use network from other container using --net parameter (network type is set to none): for some reason in Docker tab I can see random IP and ports maping for this container, sometimes after reboot this value is correct and empty:
-
PCIe NIC is not visible in Unraid when motherboard NIC is disabled in Bios
My motherboard has only one pcie slot :(, I must live with Realtek and maximum C3 state
-
PCIe NIC is not visible in Unraid when motherboard NIC is disabled in Bios
Ok I did like you said, after that I disable realtek in bios and remove network.cfg. No I see Device eth0 does not exist and igc: probe of 0000:02:00:0 failed with error -13
-
PCIe NIC is not visible in Unraid when motherboard NIC is disabled in Bios
Should I run "append pci=realloc=off initrd=/bzroot" in Unraid console?
-
PCIe NIC is not visible in Unraid when motherboard NIC is disabled in Bios
Hi all, I bought PCIe NIC Intel i226 for replacing Realtek that is on my motherboard. When I disable Realtek NIC in Bios Unraid doesn't see any NIC, I see error that there is no eth0. When I leave realtek NIC enabled in Bios, Unraid see two cards and after reboot randomly pick eth0 us Intel or Realtek. How to force Unraid to use only pcie nic and do not use motherboard nic? I want to switch to intel beacuse realtek prevent higher C states. diagnostictower-diagnostics-20240417-0955.zip
-
Bought new NIC, how to change eth0 to use it?
When I disable Realtek NIC in BIOS Unraid doesn’t see any eth
-
Bought new NIC, how to change eth0 to use it?
Thanks JorgeB for fast response. I connect both NIC with router and now settings looks like this: Still I want to remove Realtek and make Intel my default NIC
-
Bought new NIC, how to change eth0 to use it?
Hi all, My motherboard has Realtek NIC buldin, I want to disable it in bios and use only Intel i226-v that I connect in pcie. How to change unraid setup to make Intel NIC default and disable Realtek?
-
Replace build-in Realtek NIC
Hi all, My motherboard has a built-in Realtek chipset which causes blocking of higher processor C states. I intend to buy a PCI network card, I don’t know which one will better cooperate with Unraid, I care about the best possible compatibility, should I choose Intel i225-v b3 or Intel i226? I226 https://a.aliexpress.com/_EjHJPMT I225 https://a.aliexpress.com/_ExxT7s7 or maybe I should choose something else? I don’t need 2,5gb because my network is 1gb
-
[Support] Josh5 - Unmanic - Library Optimiser
I want to use unmanic to extract subtitle from the movie file. I installed the plugin for this. The problem is the unmanic is coping file first to the tmp folder before starting extracting subtitles and that process take ages. Is it possible to make unmanic will start extracting in the original folder without coping movie to tmp first?
-
[Request] Plugin for monitorring power consumption on Esphome devices
There is a plugin for Tasmota devices Is there a possibility to create the same plugin but with support for devices with Esphome?
-
[Plugin] Realtek R8125 R8126 R8168 and R8152\6\7 drivers
Everything was enabled (last image) after install this plugin the version of driver is different r8168 vs r8169 is it ok?
-
System Drivers tab is no loading on 6.12.9
There is "Uncaught SyntaxError: unexpected token: identifier" error in console and tab is loading forever
-
Iperf3 different speed in both direction, unraid <-> router
Hi, I am trying to test speed connection between my Unraid server and router (Unraid is connected directly to the router). The problem is I get 1Gb network only when Unraid is server and router client, in the opposite direction I don't get 1Gb. unraid - server, router - client: unraid - client, router - server:
-
How to run Speedtest.net CLI on Unraid?
Is there a way to run Speedtest CLI on Unraid to test speed connection? https://www.speedtest.net/pl/apps/cli
-
Reduce power consumption with powertop
everybody with Realtek network card like me, try to run this command to force aspm: echo 1 | sudo tee /sys/bus/pci/drivers/r8169/0000\:0*\:00.0/link/l1_aspm replace 0* with your card id after this I am reaching C8 and everything has aspm: enabled
-
[Plugin] Realtek R8125 R8126 R8168 and R8152\6\7 drivers
Hi, Unraid shows me I am using one of the supported card so I installed this driver but after running powertop ---auto-tune I got a lot of errors in the log and I lost connection with the server: Does anybody knows something about it? My system get maximum to C3 so I think I need update a driver for this card. After I installed this driver I had every ASMP enabled, after uninstalled:
-
Reduce power consumption with powertop
After run powertop --auto-tune &>/dev/null I have everything marked as good but still maximum what I get is C3 What I am doing wrong? Do I need to restart the server after run auto-tune command?