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

  • Author

Can you check your syslog (see: tools -> system log). In here is the logging of the s3_sleep plugin, or you may stop and start the plugin and the logging appears at the end. Below is an example.

 

Feb 10 22:59:41 vesta s3_sleep: ----------------------------------------------

Feb 10 22:59:41 vesta s3_sleep: command-args=-C 1 -a -c -m 0 -n -e bond0 -N 1250 -L -D 0

Feb 10 22:59:41 vesta s3_sleep: action mode=sleep

Feb 10 22:59:41 vesta s3_sleep: check disks status=yes

Feb 10 22:59:41 vesta s3_sleep: check network activity=yes

Feb 10 22:59:41 vesta s3_sleep: check active devices=no

Feb 10 22:59:41 vesta s3_sleep: check local login=no

Feb 10 22:59:41 vesta s3_sleep: check remote login=yes

Feb 10 22:59:41 vesta s3_sleep: version=3.0.0

Feb 10 22:59:41 vesta s3_sleep: ----------------------------------------------

Feb 10 22:59:41 vesta s3_sleep: included disks=sdc sdd sde sdf sdg sdh sdi sdj sdk sdl sdm

Feb 10 22:59:41 vesta s3_sleep: excluded disks=sda sdb

Feb 10 22:59:41 vesta s3_sleep: ----------------------------------------------

Feb 10 22:59:41 vesta s3_sleep: s3_sleep process ID 23979 started, To terminate it, type: s3_sleep -q

  • 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

Hey,

 

is it possible to extend the s3_sleep with an option-checkbox to suspend KVM virtual machines (and wait until its asleep) before going to sleep?

 

Thanks :)

Bonienl, I think this what you want.

 

Feb 15 00:39:41 Tower s3_sleep: killing s3_sleep process 14933

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: command-args=-C 2 -m 10 -D 0

Feb 15 00:40:44 Tower s3_sleep: action mode=shutdown

Feb 15 00:40:44 Tower s3_sleep: check disks status=no

Feb 15 00:40:44 Tower s3_sleep: check network activity=no

Feb 15 00:40:44 Tower s3_sleep: check active devices=no

Feb 15 00:40:44 Tower s3_sleep: check local login=no

Feb 15 00:40:44 Tower s3_sleep: check remote login=no

Feb 15 00:40:44 Tower s3_sleep: version=3.0.0

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: included disks=sdb sdc sdd sde sdf sdg sdh sdi

Feb 15 00:40:44 Tower s3_sleep: excluded disks=sda

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: s3_sleep process ID 18005 started, To terminate it, type: s3_sleep -q

 

i'm having an issue with the s3 sleep plugin, whereby on boot the included/excluded disks are not being set correctly.  Once the server has booted i have to go into the s3 sleep settings page and toggled, excluded "yes, except cache" off and then back on again to have the disk settings set correctly.

 

Some information is included http://lime-technology.com/forum/index.php?topic=37598.0 along with a seperate issue i'm having

 

I have a look.

 

I just noticed the updated s3_sleep plugin, I can confirm that this resolves my issue with excluded/included disks on startup.

 

Thank you!

  • Author

Bonienl, I think this what you want.

 

Feb 15 00:39:41 Tower s3_sleep: killing s3_sleep process 14933

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: command-args=-C 2 -m 10 -D 0

Feb 15 00:40:44 Tower s3_sleep: action mode=shutdown

Feb 15 00:40:44 Tower s3_sleep: check disks status=no

Feb 15 00:40:44 Tower s3_sleep: check network activity=no

Feb 15 00:40:44 Tower s3_sleep: check active devices=no

Feb 15 00:40:44 Tower s3_sleep: check local login=no

Feb 15 00:40:44 Tower s3_sleep: check remote login=no

Feb 15 00:40:44 Tower s3_sleep: version=3.0.0

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: included disks=sdb sdc sdd sde sdf sdg sdh sdi

Feb 15 00:40:44 Tower s3_sleep: excluded disks=sda

Feb 15 00:40:44 Tower s3_sleep: ----------------------------------------------

Feb 15 00:40:44 Tower s3_sleep: s3_sleep process ID 18005 started, To terminate it, type: s3_sleep -q

 

The above settings act like an unconditional shutdown, in other words your system goes down after 30 minutes - if all works (better define at least one condition).

 

s3_sleep makes use of 'powerdown' to do a proper shutdown of the system, however this is not standard in unRAID and the powerdown plugin needs to be installed. See this topic: http://lime-technology.com/forum/index.php?topic=31735.0

 

To install powerdown, use the install page under the plugin manager. Copy and paste this URL to install the plugin https://github.com/dlandon/unraid-snap/raw/master/powerdown-x86_64.plg

This is a known issue, requires a system update.

 

A workaround to suppress the emails is to telnet into your system and edit the crontab.

 

# Run daily cron jobs at 4:40 every day:

40 4 * * * /usr/bin/run-parts /etc/cron.daily 1>/dev/null 2>&1

Pointing the error output to null will stop the emails.

Can you explain what to do so it will continue working after a system restart ?

Thanks

  • Author

This is a known issue, requires a system update.

 

A workaround to suppress the emails is to telnet into your system and edit the crontab.

 

# Run daily cron jobs at 4:40 every day:

40 4 * * * /usr/bin/run-parts /etc/cron.daily 1>/dev/null 2>&1

Pointing the error output to null will stop the emails.

 

Can you explain what to do so it will continue working after a system restart ?

Thanks

 

Actually it was found that System Stats is the cause of these error messages. The permissions for the folder '/var/log' are inadvertently changed while installing the plugin.

 

A update to System Stats is available and contains a quick fix for the issue. A future release of System Stats will have a 'cleaner' approach for installation of the plugin.

 

On my system the S3Sleep plugin still doesn't display the sleep button in the array operations tab. dynamix.cfg exists, but instead of sleep="plugins/dynamix.s3.sleep/Sleep.php", sleep="1" is added by the plugin. Manually changing it works, but only until reboot.

 

Then both lines will be present in the file:

sleep="plugins/dynamix.s3.sleep/Sleep.php"
sleep="1"

Manually removing the sleep="1" will make it work again until reboot.

Bonienl, Thanks for taking the time to help me with this issue. I was unaware I needed the power down plugin. Sorry, about that. Although, thinking about it now, I think I did have it when I was using ver 5

 

Anyway, your plugin is now working on my server and I am happy about that. As for the setting of the switches, I set them for the unconditional shutdown hoping to eliminate any influence of some unknown server activity as I was trying to get the plugin to work. I will be setting them properly to suit my needs.

 

 

Thanks again.

I'm running into an issue with notifications.  For some reason I'm not getting any notifications (updates available, parity check running).  I've tried both email and browser (having both checked and either/or checked), and nothing shows up under archived notifications either.  I have run the test in SMTP, and get the email so I don't think it's a setup thing with my email.  I've noticed this on both beta 12 and beta 13, so anything to check to get his working would be fantastic.

For beta 13 you have to install the band aid plugin.  Its in the announcement thread.  On my phone right now so its a pain to search but there's also a patch for beta 12. 

 

I think there's a thread named gui not sending notifications that has the patch in it.  I will look for it tonight

Found it, and that seems to have fixed the issue, thanks!

Hi.

Now that the APCUPSD plugin is part of the core of unraid, is it still needed to install the powerdown plugin ?

Thanks

Powerdown has been and still is optional.

I think I've missed something.

What is the benefit of installing Powerdown and how is it different then the default operation of unRaid ?

Sorry for hijacking this thread. Will gladly move the discussion somewhere else if needed...

I am seeing the following error message on the console when I boot up unRAID.

 

"awk: fatal: cannot open file '/proc/mdcmd' for reading (No such file or directory)"

 

I do not see this message when I reboot without plugins.  It does show when plugins are loaded.  The only plugins I have installed are Dynamix.

  • Author

I am seeing the following error message on the console when I boot up unRAID.

 

"awk: fatal: cannot open file '/proc/mdcmd' for reading (No such file or directory)"

 

I do not see this message when I reboot without plugins.  It does show when plugins are loaded.  The only plugins I have installed are Dynamix.

 

This error message comes from the plugins "cache dirs" or "s3_sleep". Upon reboot the file /proc/mdcmd is checked which does not exist yet when the plugin is installed. It is harmless though.

 

I have updated the respective PLG files on github to test the existence of /proc/mdcmd, however since it isn't a new plugin version, it won't show up as a update.

 

You can either download the updated PLG files from github and overwrite the existing PLG files on your flash manually, or you wait until I release a new version of the plugins and it will become automatically available via the plugin manager.

 

When I saw 'fatal', I thought it might be important.  No problem, just wanted to see if it was really an issue.  You once told me you run headless and can't see these messages.

 

I use cache_dirs, but not the s3_sleep plugin.

I was wondering how to set up and use the AutoFan script in Dynamix.

 

I had a quick look and could not get any of the PWM channels on my motherboard to be detected. Is there anything I need to run first or edit to get my PWM channels detected correctly? PWM Controller dropdown just has "None" as the only entry.

 

Motherboard used : Gigabyte H97N-WIFI with two PWM channels (one for CPU, one for case fans)

If I remember correctly, I used to see FTP file transfers in the Active Streams.  I am not seeing these now.  Did they used to be in the Active Streams?

Any chance there is an issue with the sleep plugin with the new release of 14b?  My server didn't shutdown last night as it normally does and the plugin is running.  I was wondering if it was related to array activity since I believe limetech changed how we report disk activity etc.

 

Just checking

When you checked your server where all disk spun down?

 

I also had sometimes my problems with S3, but normally it was not the script what failed but some App which kept for example my cache disk spinning.

 

Btw you could do a quick test. Infact what the S3 Script does is to check if an drive is active or in standby by analyzing the output of he command hdparm -C /dev/sdX.

You can log onto your unRaid and issue this command to any of your data- or cachedrives to see if there is an useful output. If not this would break the script of course.

Btw i want to switch to v6 now. Is it possible to save the config for example of the Cache Dir and S3 Plugin and reuse it again?

Btw i want to switch to v6 now. Is it possible to save the config for example of the Cache Dir and S3 Plugin and reuse it again?

 

If you don't get a quick direct answer to your question, I would suggest you just print out the configuration setting pages on your current version and use that information to configure Dynamix and its plugins in ver 6.

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.