Jump to content

dlandon

Community Developer
  • Posts

    10,283
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by dlandon

  1. There is an issue with the CPU and MB temperatures. This line in the SystemTemps.php sorts the temperatures and the lowest one always shows first (left position) on the webpage. exec("sensors -A|awk '/^CPU Temp/ {print $3*1}; /^M\/?B Temp/ {print $3*1}'",$temp); No matter which temperature is associated with the CPU and MB, the lowest temperature will always show first on the left. In my case the MB temp is lower so it shows in the CPU temperature position. Really a minor issue, but may cause some consternation when trying to get the temperatures to show in the correct positions.
  2. There is a new version of powerdown that can help with the start and stop process. Powerdown is installed by Dynamix, and the apcupsd plugin. The apcupsd plugin for V6 has not been updated yet, but it's a simple matter to change the one you have to install the latest powerdown package. You can also install powerdown as a stand alone plugin. This post http://lime-technology.com/forum/index.php?topic=31735.0 describes how it works.
  3. That is the latest version. Joe didn't change the version message in the script.
  4. Joe, I don't see this as an unraid issue. I don't think I am making myself clear. Let me try again. You have logic in the cache_dirs script to stop caching when 'mover' is running. I don't believe that logic is stopping the caching in my situation. Whenever cache_dirs is running on my setup and the 'mover' script runs, I get the "duplicate object" log entries. I get them at night when 'mover' runs, and I get them also when I execute 'mover' manually. If I stop cache_dirs (cache_dirs -q), the log entries stop when 'mover' runs. Is there anything I can do to troubleshoot this?
  5. If I read you correctly, you are saying that I actually have duplicate objects? As far as I know I don't. I ran a dupe check and came up with nothing. These log entries only come up when "mover" is running. I stopped cache_dirs yesterday because I am running a pre_clear on a new disk. I stopped it because I didn't want to slow down the pre_clear. Last night I did not get any "duplicate objects" when mover was running. As a side note, I have 8Gb of memory. I don't know if this means anything.
  6. I am getting the "duplicate objects" log entries whenever mover is running. As a test I stopped cache_dirs and ran the mover manually and did not get the "duplicate object" log entries. I can't say for sure that cache_dirs is causing these entries, but it looks to be the cuplrit. Is there a way to confirm this? If so, then what steps can I take to stop the log entries? I have checked and I am running the latest version of cache_dirs. There are a lot of these log entries at night when the mover is running. Seems like a lot of needless entries in the log.
×
×
  • Create New...