<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Nux!<br>
      <br>
      On 03/14/2013 06:15 AM, Nux! wrote:<br>
    </div>
    <blockquote cite="mid:fbbbc7a589a45eaa707fd6fe951f5ee9@li.nux.ro"
      type="cite">Hi,
      <br>
      <br>
      I keep seeing this in my logs on all servers:
      <a class="moz-txt-link-freetext" href="http://fpaste.org/RGuu/">http://fpaste.org/RGuu/</a>
      <br>
      <br>
      What does it mean?
      <br>
      <br>
      I thought it may be related to NFS so I disabled that for the only
      volume left that I had, but no change.
      <br>
      <br>
      Despite the errors the volume seems functional though.
      <br>
      This is 3.4.0-alpha2.
      <br>
      <br>
      I really want to put something in production but always keep
      getting in some sort of errors..
      <br>
      <br>
      <br>
    </blockquote>
    The errors that you see are benign.<br>
    <br>
    Why do you see those logs? <br>
    -------------------------------------<br>
    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. <br>
    <br>
    This has been fixed in master branch - See
    <a class="moz-txt-link-freetext" href="http://review.gluster.com/4583">http://review.gluster.com/4583</a><br>
    <br>
    HTH,<br>
    krish<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </body>
</html>