← Back to team overview

maas-devel team mailing list archive

Re: Experimental package problems

 

On Tuesday 28 August 2012 08:02:26 Andres Rodriguez wrote:
> Hi Julian,
> 
> > [1]
> > Preconfiguring packages ...
> > /tmp/maas.config.38743: 32: /tmp/maas.config.38743: dbc_go: not found
> > maas failed to preconfigure, with exit status 127
> > 
> > I am guessing this is the DHCP configuration script blowing up?
> 
> Nope it is not DHCP. This is nothing to worry about. Just a missing
> check for file existence.

Ah ok, thanks.

> 
> > [2]
> > Celery ends up unable to run tasks, with errors like:
> > """
> > [2012-08-28 14:36:39,770: ERROR/MainProcess] Received unregistered task of
> > type 'provisioningserver.tasks.write_full_dns_config'.
> > The message has been ignored and discarded.
> > 
> > Did you remember to import the module containing this task?
> > Or maybe you are using relative imports?
> > """
> 
> Seems to me that this might be an upstream problem as we don't make
> packaging packages to import modules and so on. (Unless of course
> there's missing files)

This was working in the previous package I tested so it's likely to be a 
PYTHONPATH problem in this latest package.  It works fine in trunk when that's 
set correctly.

celeryd needs to find celeryconfig.py which is in etc/ in the trunk tree.

> 
> > [3]
> > Celery is not being started in beat mode, it is needed to parse leases:
> > 
> > - *** --- * ---   . beat:        OFF
> 
> How do you turn it on?

Just start it with -B.

Cheers.


References