-
-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
Hi,
suddenly the cookbook started giving this kind of error when running:
* execute[python manage.py syncdb --noinput] action run
================================================================================
Error executing action `run` on resource 'execute[python manage.py syncdb --noinput]'
================================================================================
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '1'
---- Begin output of python manage.py syncdb --noinput ----
STDOUT:
STDERR: ImportError: No module named fields
---- End output of python manage.py syncdb --noinput ----
Ran python manage.py syncdb --noinput returned 1
I tried to run the command by hand and I can get:
/opt/graphite/webapp/graphite# python manage.py syncdb --noinput
ImportError: No module named fields
Cookbook version is 1.0.2 and OS is Ubuntu 14.04.2 LTS.
Anyone else experiencing this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels