<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>This is the content of the proxy-server.conf<br>[DEFAULT]<br>cert_file = /etc/swift/cert.crt<br>key_file = /etc/swift/cert.key<br>bind_port = 8080<br>workers = 8<br>user = swift<br><br>[pipeline:main]<br>pipeline = healthcheck cache swift3 tempauth proxy-server<br><br>[app:proxy-server]<br>use = egg:swift#proxy<br>allow_account_management = true<br>account_autocreate = true<br><br>[filter:swift3]<br>use = egg:swift#swift3<br><br>[filter:tempauth]<br>use = egg:swift#tempauth<br>user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system<br><br>[filter:healthcheck]<br>use = egg:swift#healthcheck<br><br>[filter:cache]<br>use = egg:swift#memcache<br>memcache_servers = x.x.x.x:11211<br><br><br>Best regards<br>Khaled<br><br><div><div id="SkyDrivePlaceholder"></div>> From: chmouel@openstack.org<br>> Date: Fri, 20 Jan 2012 09:14:53 -0600<br>> Subject: Re: [Openstack] (no subject)<br>> To: khaled-bbk@hotmail.com<br>> CC: me@not.mn; openstack@lists.launchpad.net<br>> <br>> Hi,<br>> <br>> What is the content of your proxy-server.conf ? I would be interested<br>> to know what is your auth server and can you reproduce this problem<br>> with the tempauth auth server.<br>> <br>> This could mean a lot of different problems, make sure of the basic<br>> stuff lke file permissions on the storage nodes.<br>> <br>> Chmouel.<br>> <br>> On Fri, Jan 20, 2012 at 2:57 AM, Khaled Ben Bahri<br>> <khaled-bbk@hotmail.com> wrote:<br>> > Hi,<br>> > I restarted proxyserver, and i checked to head the account by executing this<br>> > command :<br>> ><br>> > curl -k -v -H 'X-Auth-Token: <My x-auth-token>' <My x-storage-url><br>> ><br>> > but I got the same error<br>> ><br>> > This what i found in the syslog file:<br>> ><br>> > Jan 20 09:43:34 node1 proxy-server - x.x.x.x 20/Jan/2012/08/43/34 GET<br>> > /auth/v1.0 HTTP/1.0 200 -<br>> > curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3<br>> > - - - - - - 0.0012<br>> > Jan 20 09:45:19 node1 proxy-server Account GET returning 503 for [] (txn:<br>> > txf1ab6d3bbe994668a816d3ec585ab8eb) (client_ip: x.x.x.x)<br>> > Jan 20 09:45:19 node1 proxy-server x.x.x.x x.x.x.x 20/Jan/2012/08/45/19 GET<br>> > /v1/AUTH_system HTTP/1.0 503 -<br>> > curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3<br>> > system%2CAUTH_tkec61648aa80744f18ebb28ece90073b1 - - -<br>> > txf1ab6d3bbe994668a816d3ec585ab8eb - 0.0082<br>> ><br>> > Can you please help me to solve this problem<br>> ><br>> ><br>> > Thanks in advance for any help<br>> ><br>> > Best regards<br>> > Khaled<br>> ><br>> ><br>> >> Subject: Re: [Openstack] (no subject)<br>> >> From: me@not.mn<br>> >> Date: Thu, 19 Jan 2012 18:35:20 -0600<br>> >> CC: openstack@lists.launchpad.net<br>> >> To: khaled-bbk@hotmail.com<br>> ><br>> >><br>> >> look in syslog on your proxy server to see what caused the error.<br>> >><br>> >> --John<br>> >><br>> >><br>> >> On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:<br>> >><br>> >> > Hi all,<br>> >> ><br>> >> > I tryed to install OpenStack swift,<br>> >> ><br>> >> > after creating and configuring all nodes, when i want to check that<br>> >> > swift works,<br>> >> > I execute this command :<br>> >> > swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K<br>> >> > testpass stat<br>> >> ><br>> >> > but I have an error :<br>> >> > Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal<br>> >> > Server Error<br>> >> > Can any one please help me<br>> >> ><br>> >> > Thanks in advance for any help<br>> >> ><br>> >> > Best regards<br>> >> > Khaled<br>> >> > _______________________________________________<br>> >> > Mailing list: https://launchpad.net/~openstack<br>> >> > Post to : openstack@lists.launchpad.net<br>> >> > Unsubscribe : https://launchpad.net/~openstack<br>> >> > More help : https://help.launchpad.net/ListHelp<br>> >><br>> ><br>> > _______________________________________________<br>> > Mailing list: https://launchpad.net/~openstack<br>> > Post to     : openstack@lists.launchpad.net<br>> > Unsubscribe : https://launchpad.net/~openstack<br>> > More help   : https://help.launchpad.net/ListHelp<br>> ><br></div>                                          </div></body>
</html>