Hello Cephers
I have read a lot of sources about ceph RGW using civetweb and my understanding is
* It does not require apache , mod_fastcgi
* Embedded into ceph-radosgw service and very easy to configure
* civetweb support added from Firefly
I am trying civetweb in my current setup but its asking for APACHE user and throws this error.
Is there something I'm missing in the configuration OR this is a known problem. I would really appreciate your kind advice / tips to fix this.
[root@rgw-node1 ceph]# journalctl -xn
-- Logs begin at Thu 2015-04-09 21:58:47 EEST, end at Fri 2015-04-10 00:41:14 EEST. --
Apr 10 00:41:13 rgw-node1.netscale.com systemd[1]: Started /bin/sudo -u apache bash -c ulimit -n 32768; /bin/radosgw -n client.radosgw.gate
-- Subject: Unit run-2966.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit run-2966.service has finished starting up.
--
-- The start-up result is done.
Apr 10 00:41:13 rgw-node1.netscale.com ceph-radosgw[2950]: Starting client.radosgw.gateway...
Apr 10 00:41:13 rgw-node1.netscale.com sudo[2967]: root : unknown user: apache
Apr 10 00:41:13 rgw-node1.netscale.com sudo[2967]: sudo: unknown user: apache
Apr 10 00:41:13 rgw-node1.netscale.com sudo[2967]: sudo: unable to initialize policy plugin
Apr 10 00:41:13 rgw-node1.netscale.com systemd[1]: run-2966.service: main process exited, code=exited, status=1/FAILURE
Apr 10 00:41:14 rgw-node1.netscale.com ceph-radosgw[2950]: /bin/radosgw is not running.
Apr 10 00:41:14 rgw-node1.netscale.com systemd[1]: ceph-radosgw.service: control process exited, code=exited status=1
Apr 10 00:41:14 rgw-node1.netscale.com systemd[1]: Failed to start LSB: radosgw RESTful rados gateway.
-- Subject: Unit ceph-radosgw.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ceph-radosgw.service has failed.
--
-- The result is failed.
Apr 10 00:41:14 rgw-node1.netscale.com systemd[1]: Unit ceph-radosgw.service entered failed state.
[root@rgw-node1 ceph]# tail -8 ceph.conf
[client.radosgw.gateway]
host = rgw-node1
keyring = /etc/ceph/ceph.client.radosgw.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
log file = /var/log/ceph/client.radosgw.gateway.log
rgw frontends = "civetweb port=80"
rgw dns name = rgw-node1.netscale.com
rgw print continue = false
[root@rgw-node1 ceph]#
[root@rgw-node1 ceph]# ceph -v
ceph version 0.87.1 (283c2e7cfa2457799f534744d7d549f83ea1335e)
[root@rgw-node1 ceph]#
[root@rgw-node1 ceph]# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
[root@rgw-node1 ceph]#
-VS-
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com