Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Danilo Šegan
I've had this when networking configuration is inappropriate.  A useful debugging tool is using "virt-manager" to connect to the system running VMs (use "qemu+ssh://username@hostname/system" as the URL to connect to), and then look at the actual console while the VM is being commissioned. Cheers,

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Prabakaran Chandrasekaran
@ Thanks, Prabakaran Chandrasekaran From: Junaid Ali <junaid...@plumgrid.com> To: Prabakaran Chandrasekaran/India/IBM@IBMIN Cc: juju <juju@lists.ubuntu.com> Date: 10/10/2016 01:08 PM Subject:Re: MAAS Commissioning Failed timed out after 0:20:00 Hi Parbakara

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Junaid Ali
Hi Parbakaran, Make sure you have passwordless ssh-access from maas-user to the infra node. I would suggest running these commands on maas-controller and try to commission again: $ sudo chsh -s /bin/bash maas $ sudo su - maas $ ssh-keygen -t rsa $ ssh-copy-id @ $ exit $ ssh-keygen -t rsa