pappaq

Members
  • Posts

    209
  • Joined

  • Last visited

Everything posted by pappaq

  1. I'm settling with RC2 right now. I hope it runs relatively smooth. I've got the next problem though. My HDDs are held spun up by somthing, I can't tell what. Does anyone can take a look at the diagnosis? Thanks. dringenet-ms-diagnostics-20210214-1551.zip
  2. Updated to RC2 and the behavior is gone. Going to test some more.
  3. Hey there, by investigating the high powerdraw of my system I stumbled upon a very bad quirk in my system. The system shows all disks as spun down but they are actually spun up! I can feel them vibrating or spinning back up, after I forced them to spin down. That is a HUGE difference of nearly 40W!!! Not to talk about the always running disks that should be spun down to enhance their lifespan. Here my diagnostics. dringenet-ms-diagnostics-20210214-1144.zip
  4. Very good idea! Thanks. Gonna try that out. I've ordered the CPU nevertheless. In case the sidegrade doesn't turn out as I hope it will, the CPU will propably sell for the very same price I've ordered it today. They are sold as salvaged parts from OEM systems. Does anyone have information about newer Ryzen generations and the powerstate handling under Unraid?
  5. Hey community, I'm in the process of upgrading/sidegrading my server. First off, I wanna get the powerdraw significantly lower. My current setup consists of: Ryzen 1700 @ 3000MHz Asus B450 ROG Strix F Gaming 32GB RAM @ 2400MHz 10x HDDs helium/Non-helium 4x SSDs 1x Dell H310 SAS controller 1x Intel Gigabit NIC 5x Noctua Fans 1x Nvidia GTX1070 for transcoding 34 Dockers and 2 Debian VMs running. The system draws around 100W in idle state. I've got several thoughts about getting the powerdraw lower: I've set the CPU clockspeed that low because under unraid the powerstates weren't managed right like 2 years ago and setting it lower was the only option to keep the CPU under control. Same with the RAM. I don't neet the speed of the RAM but from 3200MHz to 2400MHz were a decrease in powerdraw of 6W. Second I'm considering changing the CPU to a Ryzen 3 PRO 4350G. These CPUs should have a severly lower powerdraw. What do you guys think? Thanks for suggestions in advance! cheers!
  6. Hi, do you have information about the powerdraw of the system? I'm considering downgrading my Ryzen 1700 8 Core CPU to a more energy saving, newer CPU. Thanks!
  7. I've solved the docker issue for now. I changed the following setting: There was a second entry for br1 with no gateway etc. I've unchecked the entry and restarted the docker service. The dockers are resolving the addresses correctly now. I have no clue, why a docker with an IP in the 192.168.1.0/24 net would try to communicate via br1 and its not available gateway. It's a mystery to me. My problem from the first post isn't resolved yet. Maybe someone could help? Thanks a lot in advance!
  8. I've pinned the issue down to all the dockers with a static IP address and br0 as their network. They can't resolve any address. What am I missing? Do I have to configure the second NIC any different to not intervene with the traffic of br0 or sth like that? Has anyone an idea?
  9. Some docker, which are part of the network via br0 can't resolve DNS. I can't figure out what's wrong. Pleas help! dringenet-ms-diagnostics-20201027-1905.zip
  10. So my interface rules are set as follows: But after each reboot, unraid sets the default gateway to br1, like this: It should use 192.168.1.210 via br0! I can't delete the default route via GUI, so I do it after every reboot by hand via SSH. What am I doing wrong?
  11. Ok, do I have an option to see how far the reconstruction of the array is without the GUI?
  12. Here it is: [here was an upload]
  13. Perhaps I did not express myself properly. I change the default route after each reboot as described above. Gonna check the GUI later, if somebody answers my question regarding my "File not found." GUI problems!
  14. Hello there, I've got a problem with my default route in unRAID. After every reboot, the second NIC is used for the default route configuration. I have to change it after every reboot back to my first NIC. Is there a way around that? Thanks in advance!
  15. Hey there, my server was running for many days without issues now, but now after swapping out a disk, to replace it with a bigger one, the GUI doesn't show. I've started the array with the encryption key and after I said start, the server shows this: I had that problem before. Fixed it by rebooting. But I hope, that the new HDD is being rebuild and don't want to mess with that. Does anyone have a fix? Thanks in advance
  16. After a few re-installations it seems to run for now. Thanks anyway.
  17. Hey, I've tried the exact same procedure. It doesn't work. I'm always getting the following error message in the docker log: I've created the database and user and checked the connection to my mariadb docker, that is already hosting like 3 databases. I can't figure out what is wrong.
  18. Hello there, I can't get an external HFS+ drive to mount. It only says format. And I've got UD+ installed. Do I miss something? The HDD comes right out of an old iMac from 2008. Thanks in advance!
  19. Thanks so much saarg. Pretty standard rookie mistakes but I'm learning so much from guys like you. Thanks for the support! It runs as expected!
  20. Ah that sound logical. In the deprecated habridge docker that was not the case. I've changed it and will try it out this evening. Thank you!
  21. Ok, that was one dumb failure of me...in my other scripts I have #!/bin/bash at the beginning... Now some more content to explain my last problem to get this working again: I've got the following scripts to enable and disable my ambilight based on hyperion on my TV: on.sh #!/bin/bash ssh [email protected] "sudo systemctl start hyperion" which enables the ambilight. off.sh #!/bin/bash ssh [email protected] "sudo systemctl stop hyperion" which disables the ambilight. These work from the commandline of the habridge docker. I've copied the SSL keys to the ambilight raspi and all works well. But with the below config the scripts are not executed properly. Does someone have a clue what I'm missing here? Thanks in advance!
  22. I posted the script as a picture in the initial post...and yes, it is executable.