Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 1174)

Ticket Resolution Summary Owner Reporter
#1031 invalid Automated install of mediagoblin via salt arthur.lutz
Description

I find the mediagoblin installation/deployment really tedious (and I believe the documentation could be better), so I started automating the deployment of mediagoblin using saltstack http://www.saltstack.com/community/ (python based in case you're wondering).

Here is the work in progress : https://gist.github.com/arthurlutz/ab7e9b3486f690a17a89 (and you'll need templated supervisor.conf and nginx.conf which I can upload if anyone is interested).

Is this of interest to anyone here ? Should I make this more usable ? Contribute it to the project ? Make it into a salt formula http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html ?

#1030 no-action supervisord examples in documentation arthur.lutz
Description

One way of running paste and the celery worker is to use supervisord, it would be nice to include and example in the code or the doc

#1029 no-action When uploading media, silently fails in the web interface, and AttributeError("'NoneType' object has no attribute 'processing_metadata'",): arthur.lutz
Description

4: RuntimeWarning: Exception raised outside body: AttributeError("'NoneType' object has no attribute 'processing_metadata'",): Traceback (most recent call last):

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 253, in trace_task

I, R, state, retval = on_error(task_request, exc, uuid)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 201, in on_error

R = I.handle_error_state(task, eager=eager)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 85, in handle_error_state

}[self.state](task, store_errors=store_errors)

File "/srv/videos.lutz.im/mediagoblin/local/lib/python2.7/site-packages/celery-3.1.16-py2.7.egg/celery/app/trace.py", line 120, in handle_failure

task.on_failure(exc, req.id, req.args, req.kwargs, einfo)

File "/srv/videos.lutz.im/mediagoblin/mediagoblin/processing/task.py", line 157, in on_failure

json_processing_callback(entry)

File "/srv/videos.lutz.im/mediagoblin/mediagoblin/tools/processing.py", line 49, in json_processing_callback

if not entry.processing_metadata:

AttributeError: 'NoneType' object has no attribute 'processing_metadata'

exc, exc_info.traceback)))

Processes running in supervisord, postgresql backend

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.