progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
622 stars 173 forks source link

src/commands.py refers to 404 error #806

Open Mikaela opened 10 years ago

Mikaela commented 10 years ago
  99     except OSError:
 100         log.error('Using multiprocessing.Queue raised an OSError.\n'
 101                 'This is probably caused by your system denying semaphore\n     '
 102                 'usage. You should run these two commands:\n'
 103                 '\tsudo rmdir /dev/shm\n'
 104                 '\tsudo ln -Tsf /{run,dev}/shm\n'
 105                 '(See https://github.com/travis-ci/travis-core/issues/187\n     '
 106                 'for more information about this bug.)\n')
jlu5 commented 10 years ago

The issue tracker on that repository (travis-ci/travis-core) is disabled, that's why.