Hi Nux!
On 03/14/2013 06:15 AM, Nux! wrote: Hi,The errors that you see are benign. Why do you see those logs? ------------------------------------- A client attempts to bind to a port before connecting to the server. On Linux systems, we check if the port is reserved by looking for it in /proc/sys/net/ipv4/ip_local_reserved_ports. If /proc/sys/net/ipv4/ip_local_reserved_port contained only a newline (viz. perfectly legal), the parsing logic in 3.4 alpha2, would complain that newline character is an invalid port. This has been fixed in master branch - See http://review.gluster.com/4583 HTH, krish |