Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift installation on centos #71

Open
manojcb opened this issue Apr 6, 2018 · 0 comments
Open

Swift installation on centos #71

manojcb opened this issue Apr 6, 2018 · 0 comments

Comments

@manojcb
Copy link

manojcb commented Apr 6, 2018

swift-init all start
Starting container-updater...(/etc/swift/container-server.conf)
Starting account-auditor...(/etc/swift/account-server.conf)
Starting object-replicator...(/etc/swift/object-server.conf)
Starting container-sync...(/etc/swift/container-server.conf)
Starting container-replicator...(/etc/swift/container-server.conf)
Starting object-auditor...(/etc/swift/object-server.conf)
Starting object-expirer...(/etc/swift/object-expirer.conf)
Starting container-auditor...(/etc/swift/container-server.conf)
Starting container-server...(/etc/swift/container-server.conf)
Starting object-reconstructor...(/etc/swift/object-server.conf)
Starting object-server...(/etc/swift/object-server.conf)
Starting account-reaper...(/etc/swift/account-server.conf)
Starting proxy-server...(/etc/swift/proxy-server.conf)
Starting account-replicator...(/etc/swift/account-server.conf)
Starting object-updater...(/etc/swift/object-server.conf)
Starting container-reconciler...(/etc/swift/container-reconciler.conf)
Starting account-server...(/etc/swift/account-server.conf)
Traceback (most recent call last):
File "/usr/bin/swift-container-server", line 23, in
sys.exit(run_wsgi(conf_file, 'container-server', **options))
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 906, in run wsgi
error_msg = strategy.do_bind_ports()
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 490, in do
bind_ports
self.sock = get_socket(self.conf)
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 208, in get _socket
'timeout': bind_timeout})
Exception: Could not bind to 192.168.0.126:6201 after trying for 30 seconds

Traceback (most recent call last):
File "/usr/bin/swift-object-server", line 27, in
**options))
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 906, in run wsgi
error_msg = strategy.do_bind_ports()
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 490, in do
bind_ports
self.sock = get_socket(self.conf)
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 208, in get _socket
'timeout': bind_timeout})
Exception: Could not bind to 192.168.0.126:6200 after trying for 30 seconds

No handlers could be found for logger "keystonemiddleware._common.config"
Traceback (most recent call last):
File "/usr/bin/swift-proxy-server", line 23, in
sys.exit(run_wsgi(conf_file, 'proxy-server', **options))
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 906, in run_wsgi
error_msg = strategy.do_bind_ports()
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 490, in do_bind_ports
self.sock = get_socket(self.conf)
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 208, in get_socket
'timeout': bind_timeout})
Exception: Could not bind to 0.0.0.0:8080 after trying for 30 seconds

Traceback (most recent call last):
File "/usr/bin/swift-account-server", line 23, in
sys.exit(run_wsgi(conf_file, 'account-server', **options))
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 906, in run_wsgi
error_msg = strategy.do_bind_ports()
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 490, in do_bind_ports
self.sock = get_socket(self.conf)
File "/usr/lib/python2.7/site-packages/swift/common/wsgi.py", line 208, in get_socket
'timeout': bind_timeout})
Exception: Could not bind to 192.168.0.126:6202 after trying for 30 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant