Danny Howard, you need to insure that the directories
/var/lib/couchdb/$vers and /var/log/couchdb/$vers exist and are owned by
the user:group couchdb:couchdb ($vers is the package version, currently
0.10.0). The directory permissions should be set to 0770.
Once the directories are created, kill th
I can confirm that this bug is present in the latest Karmic package. The
log and database directories are not being created at installation time
and thus the process fails to start.
--
[karmic] CouchDB crashes on start
https://bugs.launchpad.net/bugs/398380
You received this bug notification beca
Roger,
On 7/5/07, Roger Binns <[EMAIL PROTECTED]> wrote:
> Is there any workaround for this while I wait for ubuntu to come out
> with a fix? It pretty much makes python newt unusable since the bug is
> in widget destructor so if any ever get destroyed you get the crash.
You are welcome to downl
Public bug reported:
Binary package hint: python-newt
Python scripts using the python-newt extension module crash on exit when
using Python 2.5. The crash is caused by an invalid pointer being
passed to the C library function free() when the Python interpreter does
its final module cleanup. The