Jump to content

wisem2540

Members
  • Posts

    426
  • Joined

  • Last visited

Everything posted by wisem2540

  1. Looking for someone selling a rig that maybe they have retired. I run plex so the passmark score is important. I am wanting to possibly start using passthru to a VM and replace a desktop in the house. Let me know what you have. Located in the Midwest, us
  2. I have a 6 core unraid rig that lately has been pretty idle. I run Plex, duckdns, Plexwatch, Plexrequest, and crashplan. I do have a windows VM that handles torrent downloading and such. I guess lately I feel like unraid could be doing more. I would like to get a feel for what others are doing, and maybe pick up something that sounds interesting
  3. This. The newer chips are much more efficient overall, they turn off circuits they don't need internally. The TDP value is maximum power at full load, and has nothing to do with day to day power usage. Let me paint a picture with words. You have a transcoding job that requires X amount of maths to be completed. The low TDP version of the chip will slow itself down so as not to exceed its power dissipation rating, and take much longer to do the same amount of maths. The total electricity to do the job is about the same for the CPU, possibly even totalling more overall power with the low TDP chip because the rest of the machine is waiting on the job to complete. The normal chip has finished the job in a shorter time, and allowed the drives to spin down, thus actually saving power. Ok I am with you. I can forget low TDP chips. If I go with a standard 80w Core I7, I will still save money over my 1045T right? Plus I would go from about a 4000 passmark to about a 10,000 passmark and give my server some breathing room. I am not always starved for CPU, but my 8GB of RAM is being pushed to the max with crashplan running. So a rebuild is in order. The other option I have is leaving the build as is, and just buying 16GB of Ram. But if there is enough savings to be had over time from the power savings, id like to do that
  4. My current server uses a 1045T 125w chip and runs anywhere from 100-160w. I figure its costing me about 20-25 dollars a month to run
  5. Thats what I was thinking as well. I am not sure the Xeon is actually worth the extra cpu cost and board cost
  6. I have been looking for a 45w (or so) CPU....like the I7-4790T but I cant seem to find any on newegg...same for the "L" Xeon E3 and E5
  7. I was looking really heavy at an E3 or an E5 Xeon. I slowly started learning more toward an I7. Not only do I get a similr passmark score over 10,000 with an I7-4790, but I can use a Sub 100 dollar board. My question is, is there really any advantage to a Xeon assuming the passmark is almost identical?
  8. I found the "my.service.xml" file in the conf folder of the crashplan container, but I can't find the "ui.info" file? Where is the "ui.info" file located?
  9. Minutes makes much more sense...especially if you factor in the time between my initial post and when I posted the snippet. Thanks for that.
  10. Here is a snippet of the smart data from unraid. Let me know what you think SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 114 099 006 Pre-fail Always - 67489640 3 Spin_Up_Time 0x0003 093 087 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 098 098 020 Old_age Always - 2747 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 072 060 030 Pre-fail Always - 19735809 9 Power_On_Hours 0x0032 012 012 000 Old_age Always - 77170 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 55 If you are referring to the VALUE, rather than RAW VALUE, then it 12, and that does not seem right either.
  11. One my older Seagate 2TB drives is showing a RAW value of 77086, if my math is correct, this thing is almost 9 years old. Am I looking at the right value here? I am curious to see some people who have been at this a while and how old some of their drives might be. 9 years seems pretty long for an HDD these days. If I am right, I don't even wanna know what I paid for this thing 9 years ago
  12. I've done this, and am having no luck getting the console to connect. I continue to get an 'unable to connect to backup engine'. My console shows version 4.4.1 - I don't know how to find out if the engine is the correct version. When I looked at the ui_info file initially it was set to the loopback 127.0.0.1, not 0.0.0.0, so I've tried that, the 172.17.42.1, as well as my unraid IP 192.168.x.x I should note that I've had the Crashplan docker running for some time (a year or so?), and I've only just now tried the -Desktop container to try and manage it. I can see online that the backup was recently run, so I know that part is working. I haven't had a way to manage this in some time - I used to have another linux server that would connect to it, but that quit working awhile ago and I didn't have time to figure it out then as long as it kept running. But now with the ease of docker I want to get it back up and functional. I'd be happy to remove the container and start over with new crashplan /config directory, but I'm not confident on how to retain my crashplan ID - I have a lot of data backed up on crashplan central, and several friends backing up to me. I've also done the "turn it off & turn it back on" approach: Stop both the CrashPlan and CrashPlan-Desktop dockers Update the CrashPlan docker, give it is a few minutes Update the CrashPlan-Desktop docker Any thoughts/direction? ***EDIT*** Thanks to LEIFGG's signature link!! I found my issue was in the my.service.xml file - it was listening on 127.0.0.1. I changed it to 0.0.0.0 as suggested, restarted everything, and it's all working well. Thanks!! Thank you! You solved this issue for me! http://lime-technology.com/forum/index.php?topic=44190.0 It was driving me NUTS
  13. gfjardim, On your GUI container for Crashplan, the Crashplan app does not launch for me. What am I missing?
  14. Take the duckdns part out. It should just be MYNAME...at least thats how it works for me.
  15. Good. If you wanna see how its working, run htop from a telnet session. Screenshot attached
  16. Check out the edit I made to my previous post. This config goes right into the Container Config. You dont have to touch folding@home at all
  17. I believe the universally accepted way to is use "CPU Pinning" with the F@H docker container. I gave F@H 3 of my 6 cores, and my CPU bounces between 40-60 percent. Is that what you are looking for? EDIT: Actually I lied... I am only using 2 cores. This line goes into "Extra Parameters" in "Advanced Settings" --cpuset-cpus="1,2" Keep in mind that CPU Count starts at 0. In my case, Core 0 is being used for a VM. So I have a 6 core CPU. Core 0 - VM Core 1,2 - F@H Core 3,4,5 - Plex Since 0,3,4,5 should really never been at 100%, unraid still works fine. You will find though that 1 and 2 will be at 100 most of the time. All clear?
  18. @Darqfallen Some score!! Good job! What are the specs of your unRAID machine? You much be flying through the work units to get that score (417268 at time of post) with that few work units done (42 at the of post). You are averaging 9935 points per work unit, that is amazing!! I am only averaging 155 by comparision!! (My CPU: AMD Athlon 64x2 Dual core 4600+ 2.41GHZ) @everyone Incase anyone is interested (I was, I just read it) here is how points are calculated!! Also Team unRAID is doing great everyone!, with only 8 named members we are in the 96th percentile of all Folding@Home Teams ie: We doing better than 95% of all the teams registered with Folding@Home. Thanks to all, hopefully more unRAID users will join us! The Capt. Add me to the list. My 10,000 points arent much....but climbing at 1900 per day
  19. So I may have uncovered the source of the issue. I have a windows 7 VM running. If I shut it down, and set boinc to 50% CPU, all works fine. Now, its worth mentioning that the unraid dashboard bounces all over the place, but HTOP shows a nice even 50%. However, as soon as I fire up my VM, CPU goes crazy again and BOINC crashes like before. Traditionally, the VM does not use much, if any CPU, and its all on Core 0. But, it does use memory, and boinc seems to use alot as well. Could this be a result of my machine running out of RAM? I have 4GB only, and the VM allocates 2GB
  20. For what its worth, Folding@Home is working great with 3 pinned CPUs
  21. here are screenshots of Htop. Trurl - So you see in the GUI the same as I do. However, when mine happens, I can barely navigate through unraid menus, and like i said before, BOINC RDP disconnects. aptalca - I have tried the 50% setting. It seems to make no difference. Can you post a screenshot of your settings?
  22. Trurl - are you actually subscribed to a project? My issue starts after I add my first project Squid - I will try this. However, I suspect it is accurate because when the cpu spike happens, I lose connection to the boinc rdp session
  23. I found advanced view and set it to no more than 50% on multicore CPUs and still no difference
  24. Yes you are correct. I was just coming back to report that. So I set Boinc to use no more than 50% of CPU in the preferences. Started it again and my CPU still went to 100%
×
×
  • Create New...