Really can't say what's misconfigured with out the logs.

Since the container is 404 it's something with the account databases.

The container create will try to update the account databases, with
account_autocreate the first container create will try to create the
account database.  It's that part that's failing, but it has to be in some
weird way - probably some directory doesn't exist or some symlink is
missing.

-Clay


On Thu, Dec 5, 2013 at 3:58 AM, pragya jain <prag_2...@yahoo.co.in> wrote:

> hello all,
>
> I had installed swift using link
> http://docs.openstack.org/developer/swift/development_saio.html
> I get an error in creating the container
> --------------
> root@pragya-VirtualBox:~# sudo swift-init account start
> 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)
> root@pragya-VirtualBox:~# sudo swift-init proxy restart
> No proxy-server running
> Starting proxy-server...(/etc/swift/proxy-server.conf)
> root@pragya-VirtualBox:~# curl -v -H 'X-Storage-User: prag2648:prag' -H
> 'X-Storage-Pass: pj2648' http://127.0.0.1:8080/auth/v1.0
> http://paste.openstack.org/show/54498/
> root@pragya-VirtualBox:~# curl -v -H 'X-Auth-Token:
> AUTH_tk850294e7f80b4ca09d9acda278466391'
> http://127.0.0.1:8080/v1/AUTH_prag2648
> http://paste.openstack.org/show/54497/
> root@pragya-VirtualBox:~# curl -v -H 'X-Auth-Token:
> AUTH_tk850294e7f80b4ca09d9acda278466391' -X PUT
> http://127.0.0.1:8080/v1/AUTH_prag2648/photos
> http://paste.openstack.org/show/54496/
> root@pragya-VirtualBox:~# sudo swift-init container start
> 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)
> root@pragya-VirtualBox:~# curl -v -H 'X-Auth-Token:
> AUTH_tk850294e7f80b4ca09d9acda278466391' -X PUT
> http://127.0.0.1:8080/v1/AUTH_prag2648/photos
> http://paste.openstack.org/show/54495/
> ----------------
>
> Please help me in this regard
>
> Pragya jain
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to