multiplY

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

multiplY's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey, i still have this Problem. Can somebody see what the Problem is?
  2. Hi, since i updated to unraid Version 6.9.2, i have a Problem with the S3 Sleep Plugin. It seemed to shut the system down instead of sleep and never came back up, i mirrored the syslog to flash and now finaly found the time to look into it but i don't really understand why its happening: The Server was supposed to go sleep at 2:00 and wakeup the same day at 19:00. To Achive this i set this custom command before sleep: echo 0 > /sys/class/rtc/rtc0/wakealarm echo `date '+%s' --date='19:00:00'` > /sys/class/rtc/rtc0/wakealarm It was working fine for years. In the syslog i now saw whats happening: Its going to sleep at night as planned: Oct 6 02:00:16 unRAID s3_sleep: Disk activity detected. Reset timers. Oct 6 02:01:16 unRAID s3_sleep: All monitored HDDs are spun down Oct 6 02:01:16 unRAID s3_sleep: Extra delay period running: 0 minute(s) Oct 6 02:01:16 unRAID s3_sleep: Initialize TCP activity counter Oct 6 02:02:16 unRAID s3_sleep: All monitored HDDs are spun down Oct 6 02:02:16 unRAID s3_sleep: Check TCP/SSH/TTY/IP activity Oct 6 02:02:38 unRAID s3_sleep: Communication state is idle Oct 6 02:02:38 unRAID s3_sleep: Execute custom commands before sleep Oct 6 02:02:38 unRAID s3_sleep: Enter sleep state now Oct 6 02:02:38 unRAID kernel: PM: suspend entry (deep) Oct 6 02:02:38 unRAID kernel: Filesystems sync: 0.003 seconds But when it wakes up, it seems to do some stuff that was supposed to be done before sleep but i never looked into the syslog before the problem so it could be normal: Oct 6 19:00:12 unRAID kernel: Freezing user space processes ... (elapsed 0.001 seconds) done. Oct 6 19:00:12 unRAID kernel: OOM killer disabled. Oct 6 19:00:12 unRAID kernel: Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done. Oct 6 19:00:12 unRAID kernel: printk: Suspending console(s) (use no_console_suspend to debug) Oct 6 19:00:12 unRAID kernel: e1000e: EEE TX LPI TIMER: 00000011 Oct 6 19:00:12 unRAID kernel: sd 5:0:0:0: [sde] Synchronizing SCSI cache Oct 6 19:00:12 unRAID kernel: sd 6:0:0:0: [sdf] Synchronizing SCSI cache Oct 6 19:00:12 unRAID kernel: sd 6:0:0:0: [sdf] Stopping disk Oct 6 19:00:12 unRAID kernel: sd 5:0:0:0: [sde] Stopping disk Oct 6 19:00:12 unRAID kernel: sd 4:0:0:0: [sdd] Synchronizing SCSI cache Oct 6 19:00:12 unRAID kernel: sd 4:0:0:0: [sdd] Stopping disk Oct 6 19:00:12 unRAID kernel: sd 3:0:0:0: [sdc] Synchronizing SCSI cache Oct 6 19:00:12 unRAID kernel: sd 2:0:0:0: [sdb] Synchronizing SCSI cache Oct 6 19:00:12 unRAID kernel: sd 2:0:0:0: [sdb] Stopping disk Oct 6 19:00:12 unRAID kernel: sd 3:0:0:0: [sdc] Stopping disk Oct 6 19:00:12 unRAID kernel: bond0: (slave eth0): link status definitely down, disabling slave Oct 6 19:00:12 unRAID kernel: device eth0 left promiscuous mode Oct 6 19:00:12 unRAID kernel: bond0: now running without any active interface! Oct 6 19:00:12 unRAID kernel: br0: port 1(bond0) entered disabled state Oct 6 19:00:12 unRAID kernel: ACPI: Preparing to enter system sleep state S3 Oct 6 19:00:12 unRAID kernel: PM: Saving platform NVS memory Oct 6 19:00:12 unRAID kernel: Disabling non-boot CPUs ... After that it seems to do normal wakeup stuff: Oct 6 19:00:12 unRAID kernel: smpboot: CPU 1 is now offline Oct 6 19:00:12 unRAID kernel: smpboot: CPU 2 is now offline Oct 6 19:00:12 unRAID kernel: smpboot: CPU 3 is now offline Oct 6 19:00:12 unRAID kernel: ACPI: Low-level resume complete Oct 6 19:00:12 unRAID kernel: PM: Restoring platform NVS memory Oct 6 19:00:12 unRAID kernel: smpboot: Scheduler frequency invariance went wobbly, disabling! Oct 6 19:00:12 unRAID kernel: Enabling non-boot CPUs ... Oct 6 19:00:12 unRAID kernel: x86: Booting SMP configuration: Oct 6 19:00:12 unRAID kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2 Oct 6 19:00:12 unRAID kernel: CPU1 is up Oct 6 19:00:12 unRAID kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1 Oct 6 19:00:12 unRAID kernel: CPU2 is up Oct 6 19:00:12 unRAID kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3 Oct 6 19:00:12 unRAID kernel: CPU3 is up Oct 6 19:00:12 unRAID kernel: ACPI: Waking up from system sleep state S3 Oct 6 19:00:12 unRAID kernel: sd 2:0:0:0: [sdb] Starting disk Oct 6 19:00:12 unRAID kernel: sd 5:0:0:0: [sde] Starting disk Oct 6 19:00:12 unRAID kernel: sd 3:0:0:0: [sdc] Starting disk Oct 6 19:00:12 unRAID kernel: sd 4:0:0:0: [sdd] Starting disk Oct 6 19:00:12 unRAID kernel: sd 6:0:0:0: [sdf] Starting disk After that, there seems to be the problem, s3_sleep initiates a shutdown, which its not supposed to do and while at the same time still wakeup tasks are execudet like spinup: Oct 6 19:00:12 unRAID s3_sleep: Shutdown system now Oct 6 19:00:12 unRAID emhttpd: read SMART /dev/sdc Oct 6 19:00:12 unRAID shutdown[27671]: shutting down for system halt Oct 6 19:00:12 unRAID init: Switching to runlevel: 0 Oct 6 19:00:12 unRAID s3_sleep: System woken-up. Reset timers Oct 6 19:00:12 unRAID init: Trying to re-exec init Oct 6 19:00:14 unRAID kernel: mdcmd (46): nocheck cancel Oct 6 19:00:15 unRAID emhttpd: Spinning up all drives... Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sdd Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sde Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sdb Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sdf Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sdc Oct 6 19:00:15 unRAID emhttpd: read SMART /dev/sda Oct 6 19:00:15 unRAID emhttpd: Stopping services... Oct 6 19:00:15 unRAID emhttpd: shcmd (74385): /etc/rc.d/rc.libvirt stop Oct 6 19:00:15 unRAID root: Waiting on VMs to shutdown Here are my Plugin-settings, its Version 3.0.8 Full syslog is also attached. I hope you can help me with this problem, thanks in advance. syslog
  3. Yup, kind of too late I was thinking about getting the fully passive cooled seasonic but the prive was double of the PSU i have now, i also switched to the FOCUS Gold 450W because the G-Series was too hard to get because its not produced anymore i think. But the NAS is not going to be in the room where i sleep so it'll be ok.. My bigger problem with noise right now is that i cant get Fan Auto Control to detect my PWM Fans, it just detects nothing, i allready installed pearl and System Temp. Is there a rundown of how to install the driver manually? I cant find anything. The other solution of controling fans with a script just works for mainboards with IPMI, right? Space for Cable management is kind of ok right now with 4 disks installed but i allready see that it will much harder to do it clean when you have all 6 disks installed. Also, are there any other must have plugins, dockers? For Buildlog: sadly i didn't had time to do photos since i put it together at work but here are some pics of the final product.
  4. Thanks for looking over it, i just pulled the trigger
  5. Hi, I did a lot of research over the last few weeks but im still very new to this topic so i would be glad if somebody would take a look at my build and point out some flaws or recommendations. What is your budget? At first it was 1000€ (drives included) but i highered a bit, my current build costs around ~1200€ and im still ok with that but i dont want to go significantly higher. How many drives do you want your server to be able to support and how much capacity do you need? I thought alot about that and im OK with the 6 drives that the Node 304 can hold. I will start with 4 drives, which gives me 24TB minus 6TB for parity. That should be enough for the foreseeable future and then i can still easily add another two drives. When the 6 drive setup still isnt enough in the far future im totally OK with upgrading the whole setup and get a new Case, MoBo and so on. Is expandability important to you? If so, what's your long term goal? This is allready partially answered in the previous question. I like the ability to add another two drives but that should be enough for a long time. I'm not willing to get a bigger case just to be able to add more drives in 6 years or something. What is your use case? Are you interested in running any unRAID Add Ons? If so, which ones? Be specific. Pure network storage for movies and a backup of my Computer is the main use case here. I want to experiment with dockers like plex, piHole ,syncthing, OpenVPN and stuff like that but that will not be the main use case and i dont want to spend much more on a better CPU. If i will use plex, one video stream at a time will be enough and i think this CPU is able to handle that. I dont want to run VMs, i know i would need a better CPU and more RAM for that. Power consumption is very important to me. At first i planned to use a Atom CPU but then i learned that a modern Coffee Lake CPU will use about the same power in idle, is that correct? I like the idea of having some head room for stuff like plex but also having a low power consumption in idle mode. I know i have chosen consumer grade hardware, the first NAS software i looked into was FreeNAS and i looked into server grade stuff like supermicro boards and ECC RAM but i learned that this is not really needed for a home use NAS for 1-3 users and replaceable data on it. Data that is really important to me and not replaceable will additionally be saved to other places like external HDD and maybe some cloud. I know that this hardware will die at some point but given the fact that this is my first NAS and its not ment to hold forever, thats OK for me. I still hope i will get alot of years out of it and i dont have to replace everything at the day the warranty is over. Do you want to run green/low power drives or faster 7200 rpm drives? If you don't have a specific need for 7200 rpm drives, then choose green drives. What do you plan to run for hard drives? I think WD Reds will be a solid choise. Do you have any spare parts laying around that you would like to apply towards your build? This includes drives. No spare Parts, need to buy the whole setup. TLDR - Main Goals: - Low Power Consumption - 4-6 drives with RAID5-type redundancy - Use Case: Casual Home Use Network Storage and some spare processing power to play around with some Dockers but in a very Limited way - Budget 1000€ - 1200€ - Low noise level but not silent The Build: https://pcpartpicker.com/list/K8xgQZ CPU: Intel - Pentium Gold G5400 3.7GHz Dual-Core Processor Motherboard: ASRock - H370M-ITX/ac Mini ITX LGA1151 I know i could get a cheaper board when i switch to Micro ATX but i like the case and it only fits Mini-ITX RAM: G.Skill - Value 8GB (1 x 8GB) DDR4-2400 Memory HDD: 4x Western Digital - Red 6TB 3.5" 5400RPM Internal Hard Drive Case: Fractal Design - Node 304 Mini ITX PSU: SeaSonic - 450W 80+ Gold Certified Semi-Modular ATX Fans: 1x Noctua - NF-A14 PWM 2x Noctua - NF-A9 PWM 1x InLine 33328Y Y-Adapter for 4-Pin Fans CPU Cooler: Stock USB Stick for OS: Kingston DataTraveler SE9 16GB, USB-A 2.0 (DTSE9H/16GB)