<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I am implementing the use of<font face="Courier New, Courier,
        monospace"><b> llapi_file_open()</b></font> in my I/O library so
      I can set the striping.  If the file already exists I get the
      following message on stderr:<br>
    </p>
    <p><b><font face="Courier New, Courier, monospace">error on ioctl
          0x4008669a for 'dd.dat' (4): stripe already set</font></b><br>
    </p>
    Is there some way to suppress this message?  The end-uers of my
    library will get these messages in stderr of their job and will
    likely have no clue as to why.  My library detects the failed
    llapi_file_open() and retrys with open64() and spits out its own
    error message to the library's log.<br>
    <br>
    Thanks<br>
    <br>
    John<br>
    <pre class="moz-signature" cols="72">-- 
I/O Doctors, LLC
507-766-0378
<a class="moz-txt-link-abbreviated" href="mailto:bauerj@iodoctors.com">bauerj@iodoctors.com</a></pre>
  </body>
</html>