[Bug 1396740] Re: etherwake does not wake up machines
Daniel Bidwell
bidwell at andrews.edu
Wed Nov 26 19:06:53 UTC 2014
The fix for this is ato add the following line to /etc/sudoers.d/99
-maas-sudoers:
maas ALL= NOPASSWD: /usr/sbin/etherwake
and edit /etc/maas/templates/power/ether_wake.template to change:
/usr/sbin/etherwake $mac_address
to:
sudo /usr/sbin/etherwake $mac_address
If the network that you need to send to is not eth0 then you need to use
the following instead:
sudo /usr/sbin/etherwake -i ethx $mac_address
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1396740
Title:
etherwake does not wake up machines
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1396740/+subscriptions
More information about the Ubuntu-server-bugs
mailing list