Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dynamix - V6 Plugins

Featured Replies

1 hour ago, bilben1 said:

Hi,

 

I have an Asrock J1900m board and use s3 sleep. It seems to work pretty good. I have deep sleep 35 disabled in the bios and have no problem using wol to wake the machine.

 

 

Thank you!  What setting did you enable in the bios turn on S3 sleep.

 

Ben

  • Replies 4.4k
  • Views 1.4m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • It has been some time since I visited the Unraid forums. Due to health issues I had to take a break, and unfortunately this break took way longer than anticipated. But I am back and will sta

  • Phoenix Down
    Phoenix Down

    Hi @bonienl, is this the right channel to report a bug? If not, please point me in the right direction     I've been noticing an issue with Autofan in the last couple of months. It seems lik

  • Today has been a productive day   I have updated several Dynamix plugins, mainly bug fixes. Please check your plugins to get the updates.

Posted Images

I believe I left the "suspend to ram" setting on auto. If the other setting is S3 that would be ok too.

Hi all,

Follow-up question.  Will any LAN activity result in WOL?  Or, is a spacific type of packet required?  I have tried to wake my pc with plex and open-vpn with no success.

 

Thank you

Hi all,
Follow-up question.  Will any LAN activity result in WOL?  Or, is a spacific type of packet required?  I have tried to wake my pc with plex and open-vpn with no success.



You have to wake the server sending a magic packet.... WOL in your bios should also be activated [emoji6]

Gesendet von meinem Redmi Note 3 mit Tapatalk

Of course, there are numerous WOL apps for all kind of OS's to do the job manually.

 

Some routers offer options to wake a target if they see inbound traffic/requests for its address.

Open source routers can be customized to do so.

example

https://wiki.openwrt.org/doc/howto/auto_wake_on_lan

 

Edited by Fireball3

Not sure if correct thread...got a question regarding disk temperature notification.  Request a way to set different thresholds for spinners vs ssd.  I have a Sandisk ssd on unassigned devices that I use for Plex database/transcode.  During Plex use or browsing Plex catalogs the ssd can reach 45*C (~16-21* above ambient), which is my warning threshold for spinners and I get emailed daily sometimes several times a day as the ssd reaches 45*C and then goes back below.  I don't want to raise it higher because of the spinners while SSD can typically take a bit more heat.

  • Author

From the Main page click on a device, It gives you an indivdual settings page and here you can change temperature thresholds for the specific disk

From the Main page click on a device, It gives you an indivdual settings page and here you can change temperature thresholds for the specific disk

 

This ssd is not in the array, I don't get the same settings for the disk like i do for a array disk. Thanks.

 

Sent from my ASUS_Z00AD using Tapatalk

 

 

 

Is the SMART driveDB Update plugin still useful? I can't seem to find any info about it and fix common problems yells about it.

Is it important to only make the SSD trim, when the SSD is not in use?

1 hour ago, fc0712 said:

Is it important to only make the SSD trim, when the SSD is not in use?

If its not in use, then why have it installed?

 

Trim "costs" you and the SSD nothing.  There's only benefits and zero downsides

1 minute ago, Squid said:

If its not in use, then why have it installed?

 

Trim "costs" you and the SSD nothing.  There's only benefits and zero downsides

It's more when setting the scheduled trim if it's important that I'm not reading or writing from the ssd at that time

Just now, fc0712 said:

It's more when setting the scheduled trim if it's important that I'm not reading or writing from the ssd at that time

Doesn't matter at all. (Sorry misunderstood your post)

1 minute ago, Squid said:

Doesn't matter at all. (Sorry misunderstood your post)

I wasn't that clear :) How often would you recommend running it? Would running it more than once daily grant me any benefit? 

Edited by fc0712

Once per day is sufficient for most but all the brutal usages of the cache drive.  IE: If you're regularly filling the drive up and emptying it multiple times per day (transferring say 1TB / day onto a 250G cache drive and having mover run 4 times / day to clear it out), then run it 4 times / day.  If not, once per day.

Not really the right thread but didn't want to make a new one about this, my VM unRAID server is currently running without parity, and to my surprise although I can't set a parity check schedule (which I expected) it still started a read check based on the old schedule I had set when there was parity, I don't mind it running since it's a good way to test all disks but would like to change the current schedule, any way I can do it in the CLI without re-adding parity?

1 hour ago, johnnie.black said:

Not really the right thread but didn't want to make a new one about this, my VM unRAID server is currently running without parity, and to my surprise although I can't set a parity check schedule (which I expected) it still started a read check based on the old schedule I had set when there was parity, I don't mind it running since it's a good way to test all disks but would like to change the current schedule, any way I can do it in the CLI without re-adding parity?

Edit /boot/config/plugins/dynamix/dynamix.cfg

 

This section:

[parity]
mode="5"
hour="0 0"
dotm="WL"
month="*"
day="0"
cron="'0 0 1 * * /root/mdcmd check  1>/dev/null 2>&1'"
write=""

No idea what the mode or dotm is though...  Probably need to reboot for changes to take effect.

37 minutes ago, Squid said:

No idea what the mode or dotm is though

 

dotm looks like it's day of the month, mode not sure, my is set at 3, but was able to change what I wanted, thanks.

Edited by johnnie.black

4 minutes ago, johnnie.black said:

dotm looks like it's day of the month

Related image

  • Author

$mode = ['Disabled','Daily','Weekly','Monthly','Yearly','Custom']

 

mode="5" --> Custom

dotm (day of the month)="WL" --> Last week

 

  • 2 weeks later...
On 5/22/2017 at 7:56 PM, ratmice said:

Is the SMART driveDB Update plugin still useful? I can't seem to find any info about it and fix common problems yells about it.

 

The major problems that the plugin solved have been fixed since 6.2b22:

 

LT has been keeping the drivedb.h file pretty current since then. If you want to check for updates on a regular basis anyway, the User Scripts plugin is probably the way to go at this point.

is it possible to show a graph of multiple network interfaces at the same time, I have my nic's bonded & would like to be able to see the bond traffic as well as the individual nic's at the same time to see where & how the traffic is being sent!! Currently having to go back to the Settings page each time I want to see a specific nic makes it difficult when trying to compare traffic over each.

Edited by clowrym

  • Author

When time permits I will introduce mutti-processor and multi-nics in the graphs. Until then you need to have patience... rather busy at the moment.

 

The System Temperature plugin has a one-third output on my MSI 970A Gaming Pro Carbon. The MB temperature is reading 7 degrees C which would be astonishing if it were true. The more likely scenario of 21 degrees C (room temperature) would be more likely. 

 

I've uninstalled/reinstalled the plugin, removed/re-added the MB drivers, and there's been no change. Anything else I can do to get a proper readout?

2 hours ago, bonienl said:

When time permits I will introduce mutti-processor and multi-nics in the graphs. Until then you need to have patience... rather busy at the moment.

 

 

 

Thanks, I'll look forward to the future addition!!

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.