Dynamix - V6 Plugins


Recommended Posts

9 minutes ago, dlandon said:

Both servers are the same setup.  Cache is an SSD and system share is on cache as 'Prefer' cache setting.  Why would there be a difference?

 

Both systems have the same plugin version?

 

The schedule which is used to trim all available sources (see /etc/cron.d/root) looks like:

# Generated ssd trim schedule:
25 6 * * * /sbin/fstrim -a -v | logger &> /dev/null

 

Link to comment
1 hour ago, nuhll said:

Hey, i use the cache thingy, but doesnt seem to work correct.

 

I added /Archiv/ and /downloads/

 

If i visit /Archiv/ a drive spinns up... :(

 

Did you add these shares to the include/exclude settings of the plugin?

When you add new shares you'll need to restart or reconfigure the plugin to let it learn these new shares.

Link to comment
13 minutes ago, bonienl said:

 

Both systems have the same plugin version?

 

The schedule which is used to trim all available sources (see /etc/cron.d/root) looks like:


# Generated ssd trim schedule:
25 6 * * * /sbin/fstrim -a -v | logger &> /dev/null

 

This is the cron on my server:

# Generated ssd trim schedule:
30 5 * * * /sbin/fstrim -v /mnt/cache | logger &> /dev/null

Both servers running 2017.04.23a.  Ok.  I figured out one difference that could affect the decision to include the '-a'.  On my backup server I have a UD ssd and that is probably what is used to include the '-a'.

Link to comment

root@Unraid-Server:~# ps -ef | grep cache.dirs
root       374     1  0 12:50 ?        00:00:15 /bin/bash /usr/local/emhttp/plugins/dynamix.cache.dirs/scripts/cache_dirs -u -e http_cache -i Archiv -i downloads
root      9381  9296  0 15:22 pts/0    00:00:00 grep cache.dirs

 

 

This time no hdd spined up.

 

I will go now, and when i come back check again if it works now, if not, i come back and report.
 

Edited by nuhll
Link to comment

So i removed the include and just put an exclude in. Yesterday it worked, now it wont work...i dont get it.

 

root@Unraid-Server:/# ps -ef | grep cache.dirs
root      5974     1  0 Dec30 ?        00:01:10 /bin/bash /usr/local/emhttp/plugins/dynamix.cache.dirs/scripts/cache_dirs -u -e http_cache
root     15167 15096  0 11:56 pts/2    00:00:00 grep cache.dirs

 

Link to comment

The Directory Cache is in RAM used by the Linux kernel. Nothing permanent is stored anywhere with Cache Dirs program -- all it does is continually do directory listings so the Kernel keeps using the entries so they're still in use and less likely to be purged from it's cache.

 

Link to comment

I have just installed System Temp and Fan Auto Control in my Server, running on a Supermicro X11SSM-F motherboard.

System Temp works without installing perl.

Problem is I don't see any PWM controller in Fan Auto Control. I read through most of the thread but can't find any solution.

Please help.

Link to comment
On 04/01/2018 at 12:53 PM, nuhll said:

how long the cache stays valid?

 

Until some other process needs the memory. I don't think it's possible to be more specific than that. If you have plenty of memory and not much demand for it and a relatively small number of files the chances are the directory information will stay cached for a long time. If you have some process that needs a lot of memory running, say, once a day then the cache may end up being purged every day so that the memory can be re-allocated by the kernel.

Link to comment

After installing the temp plugin and PERL I was able to locate a coretemp driver by detection and then see sensors/temps, but I never really set and saved them.

 

I came back later it doesn't show anything under the sensors/temps, the driver shows but that's it.

The command line also shows the following error over and over until I go delete the plugin.

 

sensors_init: Can't parse bus name
Edited by CorneliousJD
Link to comment

I have a problem with S3 sleep plugin, it's putting my server to sleep after the defined period, regardless of array activity (eg. when I'm watching a movie). I have set the "Wait for array inactivity" to "Yes, exclude Cache" and in the syslog I see the following:

Jan 14 11:18:23 StatekMatka s3_sleep: action mode=sleep
Jan 14 11:18:23 StatekMatka s3_sleep: check disks status=yes
Jan 14 11:18:23 StatekMatka s3_sleep: check network activity=no
Jan 14 11:18:23 StatekMatka s3_sleep: check active devices=no
Jan 14 11:18:23 StatekMatka s3_sleep: check local login=no
Jan 14 11:18:23 StatekMatka s3_sleep: check remote login=no
Jan 14 11:18:23 StatekMatka s3_sleep: version=3.0.4
Jan 14 11:18:23 StatekMatka s3_sleep: ----------------------------------------------
Jan 14 11:18:23 StatekMatka s3_sleep: included disks=
Jan 14 11:18:23 StatekMatka s3_sleep: excluded disks=sda sdb sdc sdd sde sdf

where sde is my Cache disk. When I set "Wait for array inactivity" to just "Yes", what I get in syslog is:

Jan 14 11:23:16 StatekMatka s3_sleep: action mode=sleep
Jan 14 11:23:16 StatekMatka s3_sleep: check disks status=yes
Jan 14 11:23:16 StatekMatka s3_sleep: check network activity=no
Jan 14 11:23:16 StatekMatka s3_sleep: check active devices=no
Jan 14 11:23:16 StatekMatka s3_sleep: check local login=no
Jan 14 11:23:16 StatekMatka s3_sleep: check remote login=no
Jan 14 11:23:16 StatekMatka s3_sleep: version=3.0.4
Jan 14 11:23:16 StatekMatka s3_sleep: ----------------------------------------------
Jan 14 11:23:16 StatekMatka s3_sleep: included disks=sde
Jan 14 11:23:16 StatekMatka s3_sleep: excluded disks=sda sdb sdc sdd sdf

Is this correct?

statekmatka-diagnostics-20180114-1133.zip

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.