I am running maas-*-1.7.1 and I am still getting this on machines when
trying to commission them. These machines used to commission just fine,
maybe before the last update. Now nothing commissions. What kinds of
logs are useful and from which machines, the maas server or the client
machines that
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
Public bug reported:
wakeonlan uses a tcp socket to wake up the server and can run as the
maas user. ether_wake uses a udp socket to wake up the server and must
run as root for it to work.
** Affects: maas (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notifi