← Back to team overview

openstack team mailing list archive

Re: (no subject)

 

Hi,

This is the content of the proxy-server.conf
[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
bind_port = 8080
workers = 8
user = swift

[pipeline:main]
pipeline = healthcheck cache swift3 tempauth proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:swift3]
use = egg:swift#swift3

[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:cache]
use = egg:swift#memcache
memcache_servers = x.x.x.x:11211


Best regards
Khaled

> From: chmouel@xxxxxxxxxxxxx
> Date: Fri, 20 Jan 2012 09:14:53 -0600
> Subject: Re: [Openstack] (no subject)
> To: khaled-bbk@xxxxxxxxxxx
> CC: me@xxxxxx; openstack@xxxxxxxxxxxxxxxxxxx
> 
> Hi,
> 
> What is the content of your proxy-server.conf ? I would be interested
> to know what is your auth server and can you reproduce this problem
> with the tempauth auth server.
> 
> This could mean a lot of different problems, make sure of the basic
> stuff lke file permissions on the storage nodes.
> 
> Chmouel.
> 
> On Fri, Jan 20, 2012 at 2:57 AM, Khaled Ben Bahri
> <khaled-bbk@xxxxxxxxxxx> wrote:
> > Hi,
> > I restarted proxyserver, and i checked to head the account by executing this
> > command :
> >
> > curl -k -v -H 'X-Auth-Token: <My x-auth-token>' <My x-storage-url>
> >
> > but I got the same error
> >
> > This what i found in the syslog file:
> >
> > Jan 20 09:43:34 node1 proxy-server - x.x.x.x 20/Jan/2012/08/43/34 GET
> > /auth/v1.0 HTTP/1.0 200 -
> > 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
> > - - - - - - 0.0012
> > Jan 20 09:45:19 node1 proxy-server Account GET returning 503 for [] (txn:
> > txf1ab6d3bbe994668a816d3ec585ab8eb) (client_ip: x.x.x.x)
> > Jan 20 09:45:19 node1 proxy-server x.x.x.x x.x.x.x 20/Jan/2012/08/45/19 GET
> > /v1/AUTH_system HTTP/1.0 503 -
> > 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
> > system%2CAUTH_tkec61648aa80744f18ebb28ece90073b1 - - -
> > txf1ab6d3bbe994668a816d3ec585ab8eb - 0.0082
> >
> > Can you please help me to solve this problem
> >
> >
> > Thanks in advance for any help
> >
> > Best regards
> > Khaled
> >
> >
> >> Subject: Re: [Openstack] (no subject)
> >> From: me@xxxxxx
> >> Date: Thu, 19 Jan 2012 18:35:20 -0600
> >> CC: openstack@xxxxxxxxxxxxxxxxxxx
> >> To: khaled-bbk@xxxxxxxxxxx
> >
> >>
> >> look in syslog on your proxy server to see what caused the error.
> >>
> >> --John
> >>
> >>
> >> On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:
> >>
> >> > Hi all,
> >> >
> >> > I tryed to install OpenStack swift,
> >> >
> >> > after creating and configuring all nodes, when i want to check that
> >> > swift works,
> >> > I execute this command :
> >> > swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K
> >> > testpass stat
> >> >
> >> > but I have an error :
> >> > Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal
> >> > Server Error
> >> > Can any one please help me
> >> >
> >> > Thanks in advance for any help
> >> >
> >> > Best regards
> >> > Khaled
> >> > _______________________________________________
> >> > Mailing list: https://launchpad.net/~openstack
> >> > Post to : openstack@xxxxxxxxxxxxxxxxxxx
> >> > Unsubscribe : https://launchpad.net/~openstack
> >> > More help : https://help.launchpad.net/ListHelp
> >>
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~openstack
> > Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/ListHelp
> >
 		 	   		  

Follow ups

References