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.

6.9.0beta25 Killing Wake On LAN

Featured Replies

After upgrading to above beta version I can no longer WOL that server.

The g WOL option was enabled in the "Sleep" plugin (as before).

The ethtool ... instruction was never required before, but after upgrading it was there in the box Custom commands before sleep. This did not help.

Than I removed it (to restore the situation as before). Again to no avail.

Then re-added the instruction to both the before and after box. Again to no avail.

Note: Instead of sleep I had to use shutdown, because of an SAS addon card which would otherwise not initialize and thus missing a number of harddrives. But as WOL worked while using the shutdown option in the sleep plugin, it was even better; even less power usage.

 

Any advice?

  • 6 months later...
  • Author

As SpaceInvaderOne's excellent videos will cover 6.9.x from now on, I decided to put all my three servers on it, despite one of them without WOL (and basically having to run up and down as it is a media - and main backup server not running all the time). So today I went in deep trying to fix it. Which I found / did!

 

Apparently, the command "Custom commands before sleep:" in the Sleep plugin "ethtool -s eth0 wol g" is not being executed. 

 

By just removing the command from the Sleep plugin, and creating a bash script to run at each array start the WOL is operational again.

 

Steps:

- If not already, install the "User Scripts" plugin;

- Optionally and recommended, if you want it to appear on the menu tabs, install plugin "Custom Tab"

- Create a new plugin, like "ReActivateWOL", with the following lines:

 

#!/bin/bash
ethtool -s eth0 wol g

and save changes.

 

- Instead of "Schedule Disabled" change to "At Startup of Array" (maybe "At Stopping of Array" also works, did not try that yet)

- and click Done.

 

To ReActivateWOL:

- Stop Array

- Start Array

 

Now WOL should work again after Sleep and even after Shutdown (in my case).

 

Hope it will work for you too.

Archived

This topic is now archived and is closed to further replies.

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.