[Bug 677011] Re: echo_supervisord_conf fails with IOError
Daniel Holbach
daniel.holbach at ubuntu.com
Tue Jul 30 11:47:35 UTC 2013
Should be fixed with the sync of bug 1206474.
** Changed in: supervisor (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/677011
Title:
echo_supervisord_conf fails with IOError
Status in “supervisor” package in Ubuntu:
Fix Released
Status in “supervisor” package in Debian:
Fix Released
Bug description:
Binary package hint: supervisor
Ubuntu releases: 10.04, 10.10
Package version: 3.08a-1
echo_supervisord_conf, a command that displays a sample configuration
file, fails with the following message:
Traceback (most recent call last):
File "/usr/bin/echo_supervisord_conf", line 9, in <module>
load_entry_point('supervisor==3.0a8', 'console_scripts', 'echo_supervisord_conf')()
File "/usr/lib/pymodules/python2.6/supervisor/confecho.py", line 19, in main
config = pkg_resources.resource_string(__name__, 'skel/sample.conf')
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 881, in resource_string
self, resource_name
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1154, in get_resource_string
return self._get(self._fn(self.module_path, resource_name))
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1281, in _get
stream = open(path, 'rb')
IOError: [Errno 2] No such file or directory: '/usr/lib/pymodules/python2.6/supervisor/skel/sample.conf'
Indeed, there's no
/usr/lib/pymodules/python2.6/supervisor/skel/sample.conf available, it
seems to be located at
/usr/share/doc/supervisor/examples/sample.conf.gz.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supervisor/+bug/677011/+subscriptions
More information about the Ubuntu-sponsors
mailing list