what's this (startmain): Exception: Could not bind to 0.0.0.0:6010 after trying for 30 seconds?
Hello community, I finally got something moving forward with the installation, I chose root:root for the user:group in the saio instructions because I have no time to fine tune or take the chance that I'll have to reinstall again, I just need SAIO to work and develop a cloud protocol against it, done.
My issue now, when I run the startmain I get the following: (link to screen shot: https://docs.google.com/file/d/0BwZ6oWiCB_x9aWZZM1IzMmhwa2s/edit?usp=sharing )
text:
root@saio:~# 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)
Traceback (most recent call last):
File "/usr/local/bin/swift-object-server", line 7, in <module>
execfile(__file__)
File "/root/swift/bin/swift-object-server", line 22, in <module>
run_wsgi(conf_file, 'object-server', default_port=6000, **options)
File "/root/swift/swift/common/wsgi.py", line 244, in run_wsgi
sock = get_socket(conf, default_port=kwargs.get('default_port', 8080))
File "/root/swift/swift/common/wsgi.py", line 161, in get_socket
bind_addr[0], bind_addr[1], bind_timeout))
Exception: **Could not bind to 0.0.0.0:6010** after trying for 30 seconds
root@saio:~#