Comment 7 for bug 442120

Revision history for this message
Christian Berg (xeniac) wrote :

Seems that this Bug starts to affect me to, since the last update.

I should mention that the "real" couchdb daeomon can not start on both of my systems out of the box. /var/log/couchdb/0.10.0 and /var/lib/couchdb/0.10.0 dind'nt exists. I added them by hand and owned them as couchdb:couchdb 0775.

Since then i could start couchdb with /etc/init.d/couchdb start, but /usr/lib/deskopcouch/desktopcouch-service gives me:
Apache CouchDB has started, time to relax.
Desktop CouchDB is not running; starting it. ...waiting for couchdb to start...
...waiting for couchdb to start...
...waiting for couchdb to start...
.
.
.
Traceback (most recent call last):
  File "/usr/lib/desktopcouch/desktopcouch-service", line 99, in <module>
    replication_runtime = replication.set_up(desktopcouch.find_port)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/replication.py", line 214, in set_up
    port = port_getter()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 40, in find_port__linux
    pid = find_pid()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 29, in find_pid
    pid = start_local_couchdb.start_couchdb()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 303, in start_couchdb
    write_bookmark_file(username, password, pid)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 276, in write_bookmark_file
    port = desktopcouch.find_port(pid=pid)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 50, in find_port__linux
    raise RuntimeError("Unable to find file descriptors in /proc")
RuntimeError: Unable to find file descriptors in /proc