From: John Wilkins Date: Mon, 5 Aug 2013 20:49:58 +0000 (-0700) Subject: doc: Added trouble shooting entry. Fixed formatting. X-Git-Tag: v0.68~105 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5d86057970d0d9d2f5409896bbd11020f70e40b;p=ceph.git doc: Added trouble shooting entry. Fixed formatting. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/troubleshooting.rst b/doc/radosgw/troubleshooting.rst index 1a67b7db1341..9c63742cb971 100644 --- a/doc/radosgw/troubleshooting.rst +++ b/doc/radosgw/troubleshooting.rst @@ -3,6 +3,21 @@ ================= +The Gateway Won't Start +======================= + +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 +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. + + HTTP Request Errors =================== @@ -148,7 +163,7 @@ If you receive an 405 error, check to see if you have the S3 subdomain set up co You will need to have a wild card setting in your DNS record for subdomain functionality to work properly. -Also, check to ensure that the default site is disabled. +Also, check to ensure that the default site is disabled. :: [java] Exception in thread "main" Status Code: 405, AWS Service: Amazon S3, AWS Request ID: null, AWS Error Code: MethodNotAllowed, AWS Error Message: null, S3 Extended Request ID: null