Comment 5 for bug 1557337

Revision history for this message
Ankur Jain (j-ankur) wrote :

As per suggestions, I have fixed to clean Traceback logs for "swift-init main restart":

Below will be output after fix:
No proxy-server running
No container-server running
No account-server running
No object-server running
Starting proxy-server...(/etc/swift/proxy-server.conf)
Starting container-server...(/etc/swift/container-server.conf)
Starting account-server...(/etc/swift/account-server.conf)
Starting object-server...(/etc/swift/object-server.conf)
Could not bind to 192.168.52.131:8080 after trying for 30 seconds

Could not bind to 192.168.52.131:6001 after trying for 30 seconds

Could not bind to 192.168.52.131:6002 after trying for 30 seconds

Could not bind to 192.168.52.131:6000 after trying for 30 seconds

I will submit patch soon.
Please let me know in case of any further suggestions.