On Wed, Sep 19, 2012 at 6:37 PM, Diogo Matsubara <[email protected]> wrote: > On Tue, Sep 18, 2012 at 10:55 PM, Julian Edwards > <[email protected]> wrote: >> On Tuesday 18 September 2012 19:38:38 Diogo Matsubara wrote: >>> 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? >> >> What were you doing when it came up with this? I *think* it's a problem with >> juju looking for its files in MAAS's file store. I've only ever seen it when >> the database gets out of sync with the actual files on disk (which happens >> when someone deletes one or the other by mistake). >> > > I reproduced the error. It's indeed juju, when I run juju status > without a bootstrapped environment. Should this be a bug?
Filed: https://bugs.launchpad.net/maas/+bug/1053143 > >>> >>> 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, >> >> -- >> Mailing list: https://launchpad.net/~maas-devel >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~maas-devel >> More help : https://help.launchpad.net/ListHelp > > > > -- > Diogo M. Matsubara -- 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

