Hi Shashi -<br>Looks like you are working through your errors one at a time, thanks for keeping the posts coming. <br><br>I think the SAIO instructions for swauth have an error in the third line - this should probably be test3 tester3 testing3<br>

<br><pre>swauth-add-user -K swauthkey -a test tester testing<br>swauth-add-user -K swauthkey -a test2 tester2 testing2<br>swauth-add-user -K swauthkey test tester3 testing3<br></pre><br>I think what's happening is that the credentials it wants are test:tester3 and testing3. Let us know if that works. If not, we'll keep troubleshooting. <br>

<br>We're also working on logging instructions so that should help you troubleshoot in the future. <br><br>I'm going to correct the SAIO instructions to avoid this issue, thanks for asking about it!<br>Anne<br><div style="margin: 2em 0pt;" name="sig_d4a6b6619e">

<div style="padding: 5px; font-size: 11px; color: rgb(102, 102, 102); font-family: sans-serif;">
<strong>Anne Gentle</strong>
 <br>
<a href="mailto:anne@openstack.org" target="_blank">anne@openstack.org</a><br>
<div style="font-size: 10px;">
<a href="http://justwriteclick.com/" target="_blank">my blog</a> |
<a href="http://xmlpress.net/publications/conversation-community/" target="_blank">my book</a> |
<a href="http://www.linkedin.com/in/annegentle" target="_blank"><span>LinkedIn</span></a> | <a href="http://del.icio.us/annegentle" target="_blank">Delicious</a> |
 <a href="http://twitter.com/annegentle" target="_blank">Twitter</a>

</div></div></div><div class="gmail_quote">On Thu, Feb 10, 2011 at 8:23 AM, shashidhar v <span dir="ltr"><<a href="mailto:shashidhar.velagandula@gmail.com">shashidhar.velagandula@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br><br>HI ,<br><br>I am trying to deploy  and test the swift as mentioned in the SAIO docs,<br><br>shashi@test2:~$ <br>
shashi@test2:~$ recreateaccounts <br>
Auth subsystem prep failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
shashi@test2:~$<br><br><br>shashi@test2:~$ curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' <a href="http://127.0.0.1:8080/auth/v1.0" target="_blank">http://127.0.0.1:8080/auth/v1.0</a><br>

* About to connect() to 127.0.0.1 port 8080 (#0)<br>
*   Trying 127.0.0.1... connected<br>* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)<br>> GET /auth/v1.0 HTTP/1.1<br>> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/<a href="http://1.2.3.3" target="_blank">1.2.3.3</a> libidn/1.15<br>


> Host: <a href="http://127.0.0.1:8080" target="_blank">127.0.0.1:8080</a><br>> Accept: */*<br>> X-Storage-User: test:tester<br>> X-Storage-Pass: testing<br>> <br>< HTTP/1.1 401 Unauthorized<br>< Content-Length: 358<br>


< Content-Type: text/html; charset=UTF-8<br>< Date: Thu, 10 Feb 2011 14:14:34 GMT<br>< <br><html><br> <head><br>  <title>401 Unauthorized</title><br> </head><br> <body><br>  <h1>401 Unauthorized</h1><br>


  This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.<br /><br /><br>


<br><br><br> </body><br>* Connection #0 to host 127.0.0.1 left intact<br>* Closing connection #0<br></html>shashi@test2:~$ <br>shashi@test2:~$ curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' <a href="http://127.0.0.1:11000/v1.0" target="_blank">http://127.0.0.1:11000/v1.0</a><br>


* About to connect() to 127.0.0.1 port 11000 (#0)<br>*   Trying 127.0.0.1... connected<br>* Connected to 127.0.0.1 (127.0.0.1) port 11000 (#0)<br>> GET /v1.0 HTTP/1.1<br>> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/<a href="http://1.2.3.3" target="_blank">1.2.3.3</a> libidn/1.15<br>


> Host: <a href="http://127.0.0.1:11000" target="_blank">127.0.0.1:11000</a><br>> Accept: */*<br>> X-Storage-User: test:tester<br>> X-Storage-Pass: testing<br>> <br>< HTTP/1.1 401 Unauthorized<br>< Content-Length: 358<br>


< Content-Type: text/html; charset=UTF-8<br>< Date: Thu, 10 Feb 2011 14:14:46 GMT<br>< <br><html><br> <head><br>  <title>401 Unauthorized</title><br> </head><br> <body><br>  <h1>401 Unauthorized</h1><br>


  This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.<br /><br /><br>


<br><br><br> </body><br>* Connection #0 to host 127.0.0.1 left intact<br>* Closing connection #0<br></html> <br><br>Can someone help me to resolve this error <br><br><br>Thanks & Regards,<br>shashi <br><br>


<br>
<br>_______________________________________________<br>
Openstack-operators mailing list<br>
<a href="mailto:Openstack-operators@lists.openstack.org">Openstack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
<br></blockquote></div><br>