Created
January 13, 2012 12:30
-
-
Save gurglet/1605883 to your computer and use it in GitHub Desktop.
Konstigt fel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@web:/var/sites/kostplaneraren/kostplaneraren$ python manage.py celeryd | |
/usr/local/lib/python2.7/dist-packages/celery/decorators.py:33: CDeprecationWarning: | |
The `celery.decorators` module and the magic keyword arguments | |
are pending deprecation and will be deprecated in 2.4, then removed | |
in 3.0. | |
`task.request` should be used instead of magic keyword arguments, | |
and `celery.task.task` used instead of `celery.decorators.task`. | |
See the 2.2 Changelog for more information. | |
""")) | |
[2012-01-13 13:29:51,212: WARNING/MainProcess] | |
-------------- [email protected] v2.4.5 | |
---- **** ----- | |
--- * *** * -- [Configuration] | |
-- * - **** --- . broker: amqp://guest@localhost:5672// | |
- ** ---------- . loader: djcelery.loaders.DjangoLoader | |
- ** ---------- . logfile: [stderr]@WARNING | |
- ** ---------- . concurrency: 2 | |
- ** ---------- . events: OFF | |
- *** --- * --- . beat: OFF | |
-- ******* ---- | |
--- ***** ----- [Queues] | |
-------------- . celery: exchange:celery (direct) binding:celery | |
[2012-01-13 13:29:51,217: ERROR/MainProcess] Unrecoverable error: OSError(38, 'Function not implemented') | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/celery/worker/__init__.py", line 268, in start | |
component.start() | |
File "/usr/local/lib/python2.7/dist-packages/celery/concurrency/base.py", line 72, in start | |
self.on_start() | |
File "/usr/local/lib/python2.7/dist-packages/celery/concurrency/processes/__init__.py", line 43, in on_start | |
self._pool = self.Pool(processes=self.limit, **self.options) | |
File "/usr/local/lib/python2.7/dist-packages/celery/concurrency/processes/pool.py", line 520, in __init__ | |
self._setup_queues() | |
File "/usr/local/lib/python2.7/dist-packages/celery/concurrency/processes/pool.py", line 695, in _setup_queues | |
self._inqueue = SimpleQueue() | |
File "/usr/lib/python2.7/multiprocessing/queues.py", line 354, in __init__ | |
self._rlock = Lock() | |
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__ | |
SemLock.__init__(self, SEMAPHORE, 1, 1) | |
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__ | |
sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) | |
OSError: [Errno 38] Function not implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment