[Bug 1073204] Re: ssh-authkey-fingerprints fails on boot

2014-12-17 Thread Daniel Bidwell
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 are trying to be commissioned?  This is on the current
14.04.1 ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1073204

Title:
  ssh-authkey-fingerprints fails on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1073204/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1396740] [NEW] etherwake does not wake up machines

2014-11-26 Thread Daniel Bidwell
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 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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1396740] Re: etherwake does not wake up machines

2014-11-26 Thread Daniel Bidwell
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs