My colleague and I just installed couchdb-1.5.0-1.fc19.x86_64 on Fedora 19 and we are unable to start couchdb using systemctl. We are able to start using /usr/bin/couchdb.
Running 'systemctl start couchdb' followed by 'systemctl status couchdb' results in the following output
[root@localhost yum.repos.d]# systemctl status couchdb
couchdb.service - CouchDB Server
Loaded: loaded (/usr/lib/systemd/system/couchdb.service; disabled)
Active: failed (Result: start-limit) since Tue 2014-04-22 18:44:25 EDT; 3s ago
Process: 10551 ExecStart=/usr/bin/erl +Bd -noinput -sasl errlog_type error +K true +A 4 -couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini -s couch -pidfile /var/run/couchdb/couchdb.pid -heart (code=exited, status=1/FAILURE)
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: Unit couchdb.service entered failed state.
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: couchdb.service holdoff time over, scheduling restart.
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: Stopping CouchDB Server...
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: Starting CouchDB Server...
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: couchdb.service start request repeated too quickly, refusing to start.
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: Failed to start CouchDB Server.
Apr 22 18:44:25
uxw-laptop-7.bio.noblis.org systemd[1]: Unit couchdb.service entered failed state.
Has anyone had any luck running couchdb as a service on fedora 19?
Any assistance is greatly appreciated.
Thanks.
Chris.