From: Scoots Hamilton Date: Wed, 14 Nov 2018 15:27:48 +0000 (-0500) Subject: doc: Fixed the paragraph and boxes. X-Git-Tag: v14.1.0~929^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25094%2Fhead;p=ceph.git doc: Fixed the paragraph and boxes. Signed-off-by: Scoots Hamilton --- diff --git a/doc/radosgw/troubleshooting.rst b/doc/radosgw/troubleshooting.rst index 3e4a0577768..69c2627258b 100644 --- a/doc/radosgw/troubleshooting.rst +++ b/doc/radosgw/troubleshooting.rst @@ -10,19 +10,17 @@ If you cannot start the gateway (i.e., there is no existing ``pid``), check to see if there is an existing ``.asok`` file from another user. If an ``.asok`` file from another user exists and there is no running ``pid``, remove the ``.asok`` file and try to start the -process again. - -This may occur when you start the process as a ``root`` user and +process again. This may occur when you start the process as a ``root`` user and the startup script is trying to start the process as a ``www-data`` or ``apache`` user and an existing ``.asok`` is preventing the script from starting the daemon. The radosgw init script (/etc/init.d/radosgw) also has a verbose argument that -can provide some insight as to what could be the issue: +can provide some insight as to what could be the issue:: /etc/init.d/radosgw start -v -or +or :: /etc/init.d radosgw start --verbose