503 when running curl -k -v -H 'X-Auth-Token to get HEAD

Bug #999387 reported by Warik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Invalid
Undecided
Unassigned

Bug Description

Hi,

I followed a Swift multi-nodes installation (http://swift.openstack.org/howto_installmultinode.html) under Precise (swift 1.4.8-0ubuntu2_
Everything gets launched without any visible errors on both logs and command output.

Below are the outputs of the two curl command I am trying to run.

-----------------------------------------------
curl -k -v -H 'X-Storage-User: system:root' -H 'X-Storage-Pass: testpass' http://10.38.8.20:8888/auth/v1.0
* About to connect() to 10.38.8.20 port 8888 (#0)
* Trying 10.38.8.20... connected
* Connected to 10.38.8.20 (10.38.8.20) port 8888 (#0)
> GET /auth/v1.0 HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host: 10.38.8.20:8888
> Accept: */*
> X-Storage-User: system:root
> X-Storage-Pass: testpass
>
< HTTP/1.1 200 OK
< X-Storage-Url: http://10.38.8.20:8888/v1/AUTH_system
< X-Storage-Token: AUTH_tk455a5189e95a4513888637d7f29dd830
< X-Auth-Token: AUTH_tk455a5189e95a4513888637d7f29dd830
< X-Trans-Id: txfa53360a5bb049d690a6fe0c9fec5717
< Content-Length: 0
< Date: Mon, 14 May 2012 23:38:01 GMT
<
* Connection #0 to host 10.38.8.20 left intact
* Closing connection #0

-----------------------------------------------
curl -k -v -H 'X-Auth-Token: AUTH_tk455a5189e95a4513888637d7f29dd830' http://10.38.8.20:8888/v1/AUTH_system
* About to connect() to 10.38.8.20 port 8888 (#0)
* Trying 10.38.8.20... connected
* Connected to 10.38.8.20 (10.38.8.20) port 8888 (#0)
> GET /v1/AUTH_system HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host: 10.38.8.20:8888
> Accept: */*
> X-Auth-Token: AUTH_tk455a5189e95a4513888637d7f29dd830
>
< HTTP/1.1 503 Service Unavailable
< Content-Length: 212
< Content-Type: text/html; charset=UTF-8
< X-Trans-Id: txfa73832769eb4d7da2549b5d63384632
< Date: Mon, 14 May 2012 23:38:24 GMT
<
<html>
 <head>
  <title>503 Service Unavailable</title>
 </head>
 <body>
  <h1>503 Service Unavailable</h1>
  The server is currently unavailable. Please try again at a later time.<br /><br />

 </body>
* Connection #0 to host 10.38.8.20 left intact
* Closing connection #0
-----------------------------------------------

Is there something here that I missed?
Thanks

Revision history for this message
Warik (warik) wrote :

Hi!

Anyone has input about this issue?

Thanks a lot.

Revision history for this message
Greg Lange (greglange) wrote :

This might be a problem with your installation and not a bug.

You should take this to

https://answers.launchpad.net/swift/+questions

or the irc channel for help.

Also, try looking in the logs.

I'm closing this.

Changed in swift:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.