Hi there, (as requested by Julian, I'm now sending this to the public list)
today I tested maas package 0.1+bzr1002+dfsg-0+1018+87~ppa0~quantal1 from the dailybuilds archive[1] This package includes the fix for the bug I mentioned yesterday. Scott fixed it (https://code.launchpad.net/bugs/1052660) I confirmed the fix works as now the nodes are enlisting correctly. I think revision r1013 might have broken ipmi support. Once the node is declared, I enter the IPMI configuration and accept & commission but the node doesn't start. I checked by running the command in the maas server and the node is powered off. (Once I power it on, the commissioning process works normally). There's a 'File not found' error in maas.log, but it doesn't look related to ipmi. Or is it? Are there other places to look if an IPMI command fails? ERROR 2012-09-18 18:08:13,412 maas.maasserver ################################ Exception: File not found ################################ ERROR 2012-09-18 18:08:13,412 maas.maasserver Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.7/dist-packages/django/views/decorators/vary.py", line 19, in inner_func response = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/piston/resource.py", line 167, in __call__ result = self.error_handler(e, request, meth, em_format) File "/usr/lib/python2.7/dist-packages/piston/resource.py", line 165, in __call__ result = meth(request, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 303, in dispatcher self, request, request.method, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 246, in perform_api_operation return method(handler, request, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 819, in get_file raise MAASAPINotFound("File not found") MAASAPINotFound: File not found [1] https://code.launchpad.net/~maas-maintainers/+archive/dailybuilds/ Cheers, -- Diogo M. Matsubara -- Mailing list: https://launchpad.net/~maas-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~maas-devel More help : https://help.launchpad.net/ListHelp

