<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi, still i can't get out from this
      issue, can you please lead me. I follow this guide<br>
      <a
href="http://docs.openstack.org/developer/swift/howto_installmultinode.html">http://docs.openstack.org/developer/swift/howto_installmultinode.html</a><br>
      <br>
      On 9/12/2013 9:24 AM, Kuo Hugo wrote:<br>
    </div>
    <blockquote
cite="mid:CA++_uhtL7YO7EFOnaNeh37XwHs13LAQ-QRY6O1+190UwiWkrDw@mail.gmail.com"
      type="cite">
      <div dir="ltr">You can observe the log out put while issue the
        request. 
        <div>I vote on memcache related ... </div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div dir="ltr">
            <div>+Hugo Kuo+</div>
            <div>(+886) 935004793<br>
            </div>
          </div>
        </div>
        <br>
        <br>
        <div class="gmail_quote">2013/9/11 Mahardhika <span dir="ltr"><<a
              moz-do-not-send="true"
              href="mailto:mahardika.gilang@andalabs.com"
              target="_blank">mahardika.gilang@andalabs.com</a>></span><br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> Hi, following this
              guide <a moz-do-not-send="true"
href="http://docs.openstack.org/developer/swift/development_saio.html#partition-section"
                target="_blank">http://docs.openstack.org/developer/swift/development_saio.html#partition-section</a><br>
              i am stuck at step 14 = Check that you can GET account:<span> </span><tt><span>curl</span><span> </span><span>-v</span><span> </span><span>-H</span><span> </span><span>'X-Auth-Token:</span><span> </span><span><token-from-x-auth-token-above>'</span><span> </span><span><url-from-x-storage-url-above></span></tt><br>
              <br>
              <tt><span></span></tt><b>I run this command</b><br>
              #curl -v -H 'X-Auth-Token:
              AUTH_tkebd882e8ac094a08a1842811e025f2a8' <a
                moz-do-not-send="true"
                href="http://127.0.0.1:8080/v1/AUTH_swift"
                target="_blank">http://127.0.0.1:8080/v1/AUTH_swift</a><br>
              and get<br>
              ===============<br>
              <i>* About to connect() to 127.0.0.1 port 8080 (#0)</i><i><br>
              </i><i>*   Trying 127.0.0.1...</i><i><br>
              </i><i>* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)</i><i><br>
              </i><i>> GET /v1/AUTH_swift HTTP/1.1</i><i><br>
              </i><i>> User-Agent: curl/7.29.0</i><i><br>
              </i><i>> Host: <a moz-do-not-send="true"
                  href="http://127.0.0.1:8080" target="_blank">127.0.0.1:8080</a></i><i><br>
              </i><i>> Accept: */*</i><i><br>
              </i><i>> X-Auth-Token:
                AUTH_tkebd882e8ac094a08a1842811e025f2a8</i><i><br>
              </i><i>></i><i><br>
              </i><i>< HTTP/1.1 401 Unauthorized</i><i><br>
              </i><i>< Content-Length: 131</i><i><br>
              </i><i>< Content-Type: text/html; charset=UTF-8</i><i><br>
              </i><i>< Date: Wed, 11 Sep 2013 04:53:35 GMT</i><i><br>
              </i><i><</i><i><br>
              </i><i>* Connection #0 to host 127.0.0.1 left intact</i><br>
              ===========<br>
              <br>
              <b>Why i get unauthorized?</b><b><br>
              </b><b>this my proxy-server.conf</b><br>
              <br>
              <i>[DEFAULT]</i><i><br>
              </i><i>#cert_file = /etc/swift/cert.crt</i><i><br>
              </i><i>#key_file = /etc/swift/cert.key</i><i><br>
              </i><i>bind_port = 8080</i><i><br>
              </i><i>#bind_port = 443</i><i><br>
              </i><i>workers = 8</i><i><br>
              </i><i>user = swift</i><i><br>
              </i><i>log_facility = LOG_LOCAL1</i><i><br>
              </i><i>eventlet_debug = true</i><i><br>
              </i><i><br>
              </i><i>[pipeline:main]</i><i><br>
              </i><i>pipeline = healthcheck cache tempauth proxy-logging
                proxy-server</i><i><br>
              </i><i><br>
              </i><i>[<a moz-do-not-send="true">app:proxy-server</a>]</i><i><br>
              </i><i>use = egg:swift#proxy</i><i><br>
              </i><i>allow_account_management = true</i><i><br>
              </i><i>account_autocreate = true</i><i><br>
              </i><i><br>
              </i><i>[<a moz-do-not-send="true">filter:tempauth</a>]</i><i><br>
              </i><i>use = egg:swift#tempauth</i><i><br>
              </i><i>user_admin_admin = admin .admin .reseller_admin</i><i><br>
              </i><i>user_test_tester = testing .admin</i><i><br>
              </i><i>user_test2_tester2 = testing2 .admin</i><i><br>
              </i><i>user_test_tester3 = testing3</i><i><br>
              </i><i>#user_system_root = testpass .admin <a
                  moz-do-not-send="true"
                  href="https://$PROXY_LOCAL_NET_IP:8080/v1/AUTH_system"
                  target="_blank">https://$PROXY_LOCAL_NET_IP:8080/v1/AUTH_system</a></i><i><br>
              </i><i>user_swift_swift = pass .admin</i><i><br>
              </i><i><br>
              </i><i>[<a moz-do-not-send="true">filter:healthcheck</a>]</i><i><br>
              </i><i>use = egg:swift#healthcheck</i><i><br>
              </i><i><br>
              </i><i>[<a moz-do-not-send="true">filter:cache</a>]</i><i><br>
              </i><i>use = egg:swift#memcache</i><i><br>
              </i><i>#memcache_servers = $PROXY_LOCAL_NET_IP:11211</i><i><br>
              </i><i><br>
              </i><i>[<a moz-do-not-send="true">filter:proxy-logging</a>]</i><i><br>
              </i><i>use = egg:swift#proxy_logging</i><i><br>
              </i><br>
              Please help me out<br>
              thanks<span class="HOEnZb"><font color="#888888"><br>
                  <div><br>
                    -- <br>
                    Regards,<br>
                    Mahardhika Gilang<br>
                    <br>
                    <br>
                  </div>
                </font></span></div>
            <br>
            _______________________________________________<br>
            Mailing list: <a moz-do-not-send="true"
              href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack"
              target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
            Post to     : <a moz-do-not-send="true"
              href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
            Unsubscribe : <a moz-do-not-send="true"
              href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack"
              target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Regards,<br>
      Mahardhika Gilang<br>
      <br>
      <strong>PT. Andalabs Technology
      </strong><br>
      Gedung Gravira<br>
      Jl. Cideng Barat no. 54<br>
      Jakarta Pusat 10150<br>
      <br>
      HP : 0852 139 55861<br>
      Email : <a class="moz-txt-link-abbreviated" href="mailto:mahardika.gilang@andalabs.com">mahardika.gilang@andalabs.com</a> </div>
  </body>
</html>