swift-init proxy start "bind_port wasn't properly set in the config file" the first few lines of proxy-server.conf: [DEFAULT]
I've tried different bind_ports and different bind_ips and the results are always the same: "bind_port wasn't properly set in the config file. It must be explicitly set to a valid port number."
Can someone help me understand the swift proxy server refuses to start using swift-init proxy start. The "bind_port ..." message is all that I can find in any of the log files. Per netstat, there are no process running on port 80 or 8080 or 8088 (some of the port numbers I have tried).
Head of /etc/swift/proxy-server.conf: [DEFAULT] # #bind_ip = 0.0.0.0 bind_ip = 192.168.208.118 bind_port = 8080 # bind_timeout = 30 # backlog = 4096 # swift_dir = /etc/swift # user = swift
Make sure you have started all services of swift.
After a clean reboot of the system and executing "swift-init all start", I still get the bind_port message.