AJNOURI / COA

Openstack Foundation Openstack Certified Administrator exam Preparation
MIT License
45 stars 36 forks source link

Swift installation on centos #71

Open manojcb opened 6 years ago

manojcb commented 6 years ago

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_bindports() 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_bindports() 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