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

I am using the "Dynamix System Buttons" program on my system. When I click "reboot" it does not restart my array. It only Stops the array and will take the array off-line. I then have to click the restart button on unRAID itself to finally get it to reboot. This works one a friends machine so my guess is my virtual machines are causing this. I noticed that reboot will not trigger my powerdown S00.sh scripts like if I were to type "powerdown -r" into SSH. Any thoughts on if I am on the right track?

 

Relevant syslog attached

 

When you keep CTRL pressed, while selecting reboot, it will initiate the powerdown script (if installed) instead of the standard reboot sequence.

  • 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

So holding down ctrl and pushing shutdown I should be able to shut down unraid from within a VM also?

  • Author

So holding down ctrl and pushing shutdown I should be able to shut down unraid from within a VM also?

 

CTRL + Shutdown will call the powerdown script as well. You may want to give it a try ...

So holding down ctrl and pushing shutdown I should be able to shut down unraid from within a VM also?

 

CTRL + Shutdown will call the powerdown script as well. You may want to give it a try ...

I'll try it when I get back home some time this week  :)

I am using the "Dynamix System Buttons" program on my system. When I click "reboot" it does not restart my array. It only Stops the array and will take the array off-line. I then have to click the restart button on unRAID itself to finally get it to reboot. This works one a friends machine so my guess is my virtual machines are causing this. I noticed that reboot will not trigger my powerdown S00.sh scripts like if I were to type "powerdown -r" into SSH. Any thoughts on if I am on the right track?

 

Relevant syslog attached

 

When you keep CTRL pressed, while selecting reboot, it will initiate the powerdown script (if installed) instead of the standard reboot sequence.

 

Oh, that's awesome! You really think of everything!

  • Author

Oh, that's awesome! You really think of everything!

 

You haven't seen my special version  ;D

beverages.png.1a589552a2c43ee38a675e34fd24f4f5.png

Oh, that's awesome! You really think of everything!

 

You haven't seen my special version  ;D

 

feature requests: fetch the paper, rub my feet :P

Oh, that's awesome! You really think of everything!

 

You haven't seen my special version  ;D

 

And what's the time frame for release?    ;D

 

I hope it's configurable, I'd prefer root beer and ice tea!

Oh, that's awesome! You really think of everything!

 

You haven't seen my special version  ;D

 

Whoa, first docker and KVM and next drink service! "unRAID the most advanced NAS in the world! It even serves drinks because WHY NOT?" disclaimer the general surgeon and Lime Tech discourage copious amounts of beer drinking. The definition of copious is left up to the interpretation of each user.

If it can cook and mow the grass I'm in love.:D

Holy cow!  I can get rid of the Kuerig.  Awesome!

 

Does it slow down my parity checks at all?

OHHH. Could you add a nice female voice for audio notifications??? And maybe a "Hey unRAID" voice activation and then we could ask unRAID how our hard drives are doing and if unRAID is too hot or cold.

Forgive me if this has been answered already, but what happens to the VMs when the S3 Sleep happens and consequently when the machine is awaken via the WOL? Are they sent a shutdown commmand?

 

As upon inspection it would appear that the VMs aren't gracefully shutdown and restarted with sleep/wake. Is that something difficult to implement?

Hi

In version 6.1.2 autofan cannot be started by using the enable and disable button, it only stops and will not start back up again. Any ideas on how to fix this. In the syslog it would normally shows it stopping then starting again when a value is changed but now it just stops only and show not running in its settings tab. After a reboot it starts again though.

 

 

 

Thanks

Deon

When you keep CTRL pressed, while selecting reboot, it will initiate the powerdown script (if installed) instead of the standard reboot sequence.

 

Doesn't work in Safari.

 

28h1lz7.jpg

 

What do you get if you don't press control when you select reboot?

Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up.

 

Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it.

for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done

 

thanks in advance for any help.

 

Same problem here. The commands no longer run after wake up so the drive status gets out of sync and as a result some drives never spin down. I am on 6.1.2 and it hasn't worked since a few versions ago but before that S3 Sleep worked perfectly other than the drive temps sometimes not showing but that's a different problem.

  • Author

Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up.

 

Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it.

for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done

 

thanks in advance for any help.

 

Same problem here. The commands no longer run after wake up so the drive status gets out of sync and as a result some drives never spin down. I am on 6.1.2 and it hasn't worked since a few versions ago but before that S3 Sleep worked perfectly other than the drive temps sometimes not showing but that's a different problem.

 

Try it with a reference to /usr/local/sbin/mdcmd

 

Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up.

 

Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it.

for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done

 

thanks in advance for any help.

 

Same problem here. The commands no longer run after wake up so the drive status gets out of sync and as a result some drives never spin down. I am on 6.1.2 and it hasn't worked since a few versions ago but before that S3 Sleep worked perfectly other than the drive temps sometimes not showing but that's a different problem.

 

Try it with a reference to /usr/local/sbin/mdcmd

 

Thanks Bonienl. That seems to have fixed it.

I installed the system temp plugin but the detect button is not detecting anything.

What should I do? (Didn't reboot the server though - will that help?)

Board is a Supermicro X7SBA

I installed the system temp plugin but the detect button is not detecting anything.

What should I do? (Didn't reboot the server though - will that help?)

Board is a Supermicro X7SBA

You need to install perl to detect. It was removed from stock unRAID. Search this thread for perl.

bonienl, there is a lot of confusion about the reboot/ctrl reboot operation on the button plugin.  Would it make sense to just have the button click run powerdown if installed, and run the emhttp reboot if not?  I also saw one poster say that the ctrl key for him cannot be used this way.

I installed the system temp plugin but the detect button is not detecting anything.

What should I do? (Didn't reboot the server though - will that help?)

Board is a Supermicro X7SBA

You need to install perl to detect. It was removed from stock unRAID. Search this thread for perl.

OK, I see.

I'm almost sure that I read that dynamix has perl included already.

Although, knowing where I read it won't help.

 

While perl is not necessary to run the temps plugin, I will avoid polluting my install.

I will set up a trial USB, install perl, grab the info and insert that into the plugin.

Should work or?

To use powerdown with those buttons, press the ctrl key then click the button to reboot.

That doesn't work in Safari. Ctrl has it's own special functions. Copy link, open link in new tab, etc.

 

I can assign it to the SHIFT key instead of the CTRL key, will that work in Safari ?

 

Looks like SHIFT doesn't have anything special mapped to it in Safari if you still want to do Shift+power button press=call to powerdown script. dlandon's idea might be better though.

  • Author

I changed it as per dlandon's recommendation.

 

When the powerdown plugin is installed it will be used to shutdown or reboot the system instead of the standard webGUI commands.

 

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.