<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:12pt"><div> hello all,</div><div> after a long time of struggle of 3 months, I had installed swift successfully on my machine using the link  <a href="http://docs.openstack.org/developer/swift/development_saio.html">http://docs.openstack.org/developer/swift/development_saio.html</a> .
But, i have doubt on some results whether they are right. </div> <div>root@pragya-VirtualBox:~# startmain
Starting proxy-server...(/etc/swift/proxy-server.conf)
Starting container-server...(/etc/swift/container-server/1.conf)
Starting container-server...(/etc/swift/container-server/2.conf)
Starting container-server...(/etc/swift/container-server/3.conf)
Starting container-server...(/etc/swift/container-server/4.conf)
Starting account-server...(/etc/swift/account-server/1.conf)
Starting account-server...(/etc/swift/account-server/2.conf)
Starting account-server...(/etc/swift/account-server/3.conf)
Starting account-server...(/etc/swift/account-server/4.conf)
Starting object-server...(/etc/swift/object-server/1.conf)
Starting object-server...(/etc/swift/object-server/2.conf)
Starting object-server...(/etc/swift/object-server/3.conf)
Starting object-server...(/etc/swift/object-server/4.conf)</div> <div> root@pragya-VirtualBox:~#curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing'  <a href="http://127.0.0.1:8080/auth/v1.0">http://127.0.0.1:8080/auth/v1.0</a> 
* About to connect() to 127.0.0.1 port 8080 (#0)
*   Trying 127.0.0.1... connected </div> <blockquote> <div>GET /auth/v1.0 HTTP/1.1
  User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  Host: 127.0.0.1:8080
  Accept: <em>/</em>
  X-Storage-User: test:tester
  X-Storage-Pass: testing</div> <div> < HTTP/1.1 200 OK
  < X-Storage-Url:  <a href="http://127.0.0.1:8080/v1/AUTH_test">http://127.0.0.1:8080/v1/AUTH_test</a> 
  < X-Auth-Token: AUTH_tk93448ba4e6bb4cd491379daff388637f
  < Content-Type: text/html; charset=UTF-8
  < X-Storage-Token: AUTH_tk93448ba4e6bb4cd491379daff388637f
  < Content-Length: 0
  < X-Trans-Id: txf51e8a15f7a2477ba3ed0-0052a00d97
  < Date: Thu, 05 Dec 2013 05:22:31 GMT
  < 
  * Connection #0 to host 127.0.0.1 left intact
  * Closing connection #0
  root@pragya-VirtualBox:~# curl -v -H 'X-Auth-Token: AUTH_tk93448ba4e6bb4cd491379daff388637f'  <a href="http://127.0.0.1:8080/v1/AUTH_test">http://127.0.0.1:8080/v1/AUTH_test</a> 
  * About to connect() to 127.0.0.1 port 8080 (#0)
  *   Trying 127.0.0.1... connected
  GET /v1/AUTH_test HTTP/1.1
  User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
  Host: 127.0.0.1:8080
  Accept:  <em>/</em>
  X-Auth-Token: AUTH_tk93448ba4e6bb4cd491379daff388637f</div> <div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif; background-color: transparent; font-style: italic;"> < HTTP/1.1 204 No Content
  < Content-Type: text/plain; charset=utf-8
  < X-Account-Object-Count: 0
  < X-Timestamp: 1386221096.76830
  < X-Account-Bytes-Used: 0
  < X-Account-Container-Count: 0
  < X-Put-Timestamp: 1386221096.76830
  < Content-Length: 0
  < X-Trans-Id: txb4c0201ba5ac4179a363d-0052a00e28
  < Date: Thu, 05 Dec 2013 05:24:56 GMT
  < 
  * Connection #0 to host 127.0.0.1 left intact
  * Closing connection #0
  root@pragya-VirtualBox:~# 
  swift -A  <a href="http://127.0.0.1:8080/auth/v1.0">http://127.0.0.1:8080/auth/v1.0</a>  -U test:tester -K testing stat
         Account: AUTH_test
      Containers: 0
         Objects: 0
           Bytes: 0
    Content-Type: text/plain; charset=utf-8
     X-Timestamp: 1386221206.86540
      X-Trans-Id: txa106237afef342e09e338-0052a00e96
  X-Put-Timestamp: 1386221206.86540
  root@pragya-VirtualBox:~# 
  ~/swift/.functests </div> <h2>.....................................................................................................S............................................S......................................</h2> </blockquote> <div>Ran 185 tests in 84.345s</div> <div>OK (SKIP=2)
/root</div> <h2>......................</h2> <div>Ran 22 tests in 6.885s</div> <div>OK
/root
root@pragya-VirtualBox:~# ~/swift/.probetests</div> <h2><a href="http://paste.openstack.org/show/54471/">http://paste.openstack.org/show/54471/</a></h2> <div>my main doubt is in the result of probetest.
Please help</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif; background-color: transparent; font-style: normal;">Pragya jain<br></div></div></body></html>