-
China C246 ITX Board mit 8x SATA, 2x M.2 und 4x 2.5G LAN Buchsen für kleines Geld
Mit einem anderen Schalt-Netzteil an der PicoPSU komme ich auf 13.9W! Das ist nochmal weniger als ich mit meinem alten N5105 BKHD erreicht habe (ähnliches Setup nur 6 SATA und nur 1 NVMe Slot)
-
China C246 ITX Board mit 8x SATA, 2x M.2 und 4x 2.5G LAN Buchsen für kleines Geld
Die V1.4 der CloudStar Version mit VPro habe ich Gestern geliefert bekommen. C8 sollten mit diesem Board physisch nicht möglich sein weil CLKREQ# scheinbar nicht bei den M2 Ports verdrahtet ist - zumindest scheinen die Symptome zu passen und ich habe ich alles versucht inkl BIOS Dump und setup_var.efi enablement für Native PCIE/ASPM tuning. Bin aber zu faul das Mainboard auszubauen, das also nur als Vermutung. Ist wohl einfach nicht drinnen bei 8xSATA und 3x NVMe Es könnten aber einfach meine zwei Optane M10 32G sein, die dank Kernel Driver Quirks den Deep Sleep verhindern. Nach allen Optimierungen bin ich bei 15.6W auf C2 mit: 2x M2 Optane M10 1x M2 Phison PS5013-E13 128G 2x16GB DDR4 ECC SK Hynix HMA82GU7MFR8N-TF 2x Seagate ST1800NM003D-3DL103 mit je 18 TB Ich denke das kann sich sehen lassen, vor allem mit dem Potential nach Oben auch wenn er offiziell kein C8 erreicht. Allein die Optanes dürften wegen dem Kernel Quirk rund 2-3W ziehen ... Edith: Ach ja ganz wichtig - ich bin mir nicht sicher aber könnte sein dass bei der Version der Boot Guard aktiv ist (also Augen auf beim flashen).
-
-
Reduce power consumption with powertop
have you looked up standby power consumption for those? It's 5x spinning rust + 7x ssd so 12 physical devices. There is a limit to what kind of power consumption you can save from standby and spindown. however what you are describing sounds like something is constantly writing to your array. do you have apps on a separate nvme/ssd only pool? If not there's your answer as to why the hdds constantly spin up.
-
[Plugin] Mover Tuning
I'm for one glad I decided to move away from Unraid for my Backup Server to a pure Debian System with ZOL. Otherwise I would have never noticed that the mover script didn't really move a lot of data of my restic repository over from the Ssd-Pool which could have led to catastrophic loss of all/most data in my repository and hassle full recovery from Offsite. In the end I think the Mover Script itself should undergo fundamental refactoring in how it works. For example making it carry a two way Sync option, Excludes, Includes. Better Locks, better checking and delay/debounce for Moves. There is a lot that could be improved. Verification and Transparency in the UI most importantly! Not just running silently as a background service. There is a lot to take from this Plugin here and make it much more stable that doesn't require Money patching with a Plugin and much better integrated. I only see this because I have migrated and am recreating my own now (which naturally makes that much more transparent for myself) . Be careful if what you are looking at is beyond a simple script you might be fooled into a false sense of security is what I'm saying.
-
-
[7.0.0] broken at-3.2.5 scheduler? + workaround with official slackware package ...
While setting up some backup schedules with crond and checking the log I just noticed on both of my servers that there are at lot of log spams like these: atd[1260378]: Userid 0 not found - aborting job 6 (a0000601b9b9fa) While there are reports here to be found related to samba I did a lot of trying to bug fix this (the usual stuff including giving world access permissions too). So naturally I moved to my backup server, because that has almost nothing installed - let alone customized naturally given the job of trying to find the cullprint. I disabled Samba, checked permissions on all files, most importantly related users and user-resolution, disabled, restarted - cleared all jobs. Checked if the ids for the root users are correct and so on ... Last but not least I installed strace from Slackware 15 repos and did an strace with a test-job like this: pkill atd strace -f -e trace=all -s 10000 atd -d > /root/atd_strace_detailed.log 2>&1 & echo "echo 'Test job' > /root/test_job_output.txt" | at now + 1 minute Attached is the atd_strace_detailed.log too just in case you are wondering ... After further steps up and down I tough about checking the version via at -V: # at -V at version 3.2.5 Please report bugs to the Debian bug tracking system (http://bugs.debian.org/) or contact the maintainers ([email protected]). Weird, why does that mention Debian? Lets check /etc/slackware-version ... # cat /etc/slackware-version Slackware 15.0+ Lets check the official repo ... oh it appears like the last one is 3.2.4 there for Slackware 15 at least ... hm. https://slackware.pkgs.org/15.0/slackware-x86_64/at-3.2.4-x86_64-1.txz.html Lets install it over the current one ... wget https://slackware.uk/slackware/slackware64-15.0/slackware64/ap/at-3.2.4-x86_64-1.txz upgradepkg --reinstall at-3.2.4-x86_64-1.txz Suprise Surprise - Its back to working now. I have NO clue if any kind of Plugin did that to me, if anything I would suspect NerdTools (yada, yada I know its not supported in Unraid 7 - I didnt use it anyhow but neither uninstalled it or the previous extra packages to not change anything yet) or if it was an Extra package OR if its a broken at at-scheduler base package from Unraid 7.0.0 but I figured I should maybe report this just in case its an official issue - because then all kind of scheduling using at would be broken at this point, e.g. using Unassigned Devices. Sorry if its a local issue for my two Servers - but I really barely touched the Backup-Server in terms of configuration over the time I last installed it. So I figured I better give it a go with an detailed write-up. atd_strace_detailed.log
-
Announcing New Unraid OS License Keys
Had a quick glance into the code base. Honestly not sure if I want to do it - C++ or Qt aint my strongest contenders and they come with a lot of uglyness in that specific code base (many external dependencies, originally based on Qt5 which is Out-of-Support already). Specifically speaking from a low-level the customization features are also tailored for the Raspi-Bootloader - should be U-Boot as most SBCs as far as I remember. But then again this topic interests me quite a bit (in terms of learning) so I decided to create something from scratch in Rust (yesh): https://github.com/thiscantbeserious/usb-creator-rs Upside is I charge 0,00 - if you want to help with the planning and design feel free to contribute by feature requests. If it turns out useful / works as intended then I'll gladly rebrand / customize it for Unraid too. But no promises - I was initially planning to keep quite about it but here we are ... no pressure!
-
Announcing New Unraid OS License Keys
yes absolutely, did a quick search but didn't find the topic for the requirements
-
Announcing New Unraid OS License Keys
Is this already being worked on?
-
Announcing New Unraid OS License Keys
> assuming open to internet Unraid was and is never ment to be used being exposed to the Internet directly. You should always honor such design decisions - and work with that. Say run Unraid in a VM like on Proxmox in such cases. If you need internet exposure you can use a pull solution like Syncthing - if you want to expose services you have much better solutions based on Kubernetes/Portainer on hardened Server OSes with LTS Kernels which can run in a seperate VM and just use the NAS-Storage as a mount. Docker containers are still updatable, as it is too ... so the individual containers are never staying behind. It all sounds a lot more like that you want to use it in edge cases the easy way - that's not going to work out too well. Can't you simply downgrade to the last known stable and call it a day. Like outlined above: Unraid was never be designed to be exposed to the internet directly. There are shit ton of equipments with far older Kernels hidden behind propitary firmware with much bigger holes than that.
-
ZFS in Unraid 7.x wait or go ahead with 6.x for a media server + *arr apps
I'm honestly not sure - maybe someone from the team can tell but if you're using pools and not the array it might not even use shfs. 🤔 I personally never encountered such issues myself - I'm "just" using it to host Paperless, Nextcloud (58k pictures/video), Homeassistant, Node-Red, Calibre and stuff like that ... and never had an issue. But this is all on an classic Array with BTRFS individual drives (ssd's only) of different sizes ... I've yet to use any form of Media-Streaming use cases myself ...
-
ZFS in Unraid 7.x wait or go ahead with 6.x for a media server + *arr apps
Eh well, that explains it - server hardware and maybe an not so power efficient PSU all combined with 12 drives probably none of them in spin-down ... there is a LOT of potential to save energy here hehe (just not for FreeNAS). I remember that there was an issue related to *arr with shfs (the underlying technology used as a basr for Unraid merged folders) so I'd highly recommend you to test the trial to the fullest to be able to face any issues and get yourself an idea what you might need to do.
-
-
ZFS in Unraid 7.x wait or go ahead with 6.x for a media server + *arr apps
Right now on mobile but my second backup server is running on Unraid too and is 100% ZFS on Spinning Rust. But I'm not using RaidZ - but invidiual ZFS drives in the array with a parity drive. That gives me the ability to do snapshots and enables the drives to spin down - especially when combined with the Folder Caching Plugin (which reduces Reads from the HDDs by caching recently/often used folders into RAM). ZFS single drive array has the downside of no automated bitrot protection on the fly and I wish RaidZ support would be already there especially with multiple Arrays that would be even more powerfull - as I understand it that's planned for later. Right now ZFS does have some downsides, like if you are manually creating folders within your shares via commandline - this is not handled automatically and can lead to weird problems / dataloss (yet). All that in mind: What the heck is wasting away those 200W? Both my servers use less then 60W together ...
-
Announcing New Unraid OS License Keys
I had two Plus Licenses - just Upgraded one to Pro. I can totally understand the change to the licensing model and will still purchase additional licenses as needed - with subscription fees and will still recommend it to anyone looking for a server/NAS/media OS. There needs to be a steady income flow for you guys, to continue founding and development - otherwise there will be no more versions at a point in time. I'm 100% sold and satisfied that Unraid is a much better general use home server system then any of the other options I've so far seen and used - for my use case (like, for example DSM - or heck much more complex setups like with Proxmox/k8s/or any of the countless server distros I've been trough in my years).
-
-
AliExpress "NAS server board"?
You'll have to turn off Turbo too (as mentioned in the powertop readme), and probably also have to limit PL1/PL2 power states - keeping PL1 within 32 seconds. The exact values you'll have to try yourself (i think mine are set to 5000 and 8000). If it doesn't reach C8 then it might be related to your nvme-drive ... have you tried removing that yet?
-
jit-010101 started following Reduce power consumption with powertop
-
Reduce power consumption with powertop
That consumption levels seem to be quite fine - 20W for 4x HDD and 2x SSD is quite good. I do reach 15.8W with a lot of tuning an C8 on a N5105 board with the same amount of drives I'd say the difference is that you use 3x RAM-Sticks and maybe C6 vs C8 - and obviously the drives themselves. if you remove everything but one RAM-Stick you might be able to see lower consumption - have you also enabled GEAR2 for the memory ... that could give you a little bit more power savings too ...
jit-010101
Members
-
Joined
-
Last visited