Skip to content Skip to sidebar Skip to footer

New Error In Supervisord On Ubuntu

This error seems to have shown up in the latest set of upgrades on ubuntu Traceback (most recent call last): File '/usr/local/bin/supervisord', line 9, in load_e

Solution 1:

_get_default_tempdir just checks access to the temp dirs by writing and deleting a random file into temp dir. So you might want to check permissions on your temp dirs: '/tmp', '/var/tmp', '/usr/tmp', '/usr/lib/python2.6'

Solution 2:

As it turns out, the disk was full.

Post a Comment for "New Error In Supervisord On Ubuntu"