<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Sorry by the mistake:<br>
    <br>
    The right option is "copytruncate" and not "/copytruncate"....<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 01/05/2015 09:27 AM, rdiez wrote:<br>
    </div>
    <blockquote cite="mid:54AA4B09.4030106@cesga.es" type="cite">Hi:
      <br>
      <br>
      Try to add the option "/copytruncate" to your log logrotate
      setup....
      <br>
      <br>
      <br>
      By default, log rotate move the logfile and creates a new one. But
      the file handle that the process uses already points to the moved
      (renamed) old log file instead the newly created one... so the
      process already writes in the old log file.
      <br>
      <br>
      With the "copytruncate" option, the old log file is first copied
      before "truncate" (i.e. : void its contends) instead moved.... In
      this manner, the file handle already points to the right file.
      <br>
      <br>
      Please note that this action launched by the copytruncate option
      is //much slower that the default action of move the file, so
      there is possible to lose a few log data while it is working...
      <br>
      <br>
      <br>
      I hope this helps you.
      <br>
      <br>
      Cheers
      <br>
      <br>
      /
      <br>
      On 01/02/2015 06:30 PM, Steven Timm wrote:
      <br>
      <blockquote type="cite">
        <br>
        I have a logrotate set up for /var/log/one/oned.log and
        sched.log
        <br>
        that works just fine
        <br>
        <br>
        [timm@snowball logrotate.d]$ more oned
        <br>
        /var/log/one/*.log {
        <br>
            missingok
        <br>
            daily
        <br>
            notifempty
        <br>
            sharedscripts
        <br>
            postrotate
        <br>
                killall -HUP oned
        <br>
                killall -HUP mm_sched
        <br>
            endscript
        <br>
        }
        <br>
        <br>
        However, when I try to have it also rotate the econe-server.log
        <br>
        and the sunstone.log it doesn't work.  the new log file appears
        <br>
        as scheduled but econe-server keeps writing to the old dated one
        <br>
        and the new log file is blank. sending a HUP signal to
        econe-server
        <br>
        does not appear to make any difference.  suggestions?
        <br>
        <br>
        Steve
        <br>
        <br>
        <br>
------------------------------------------------------------------
        <br>
        Steven C. Timm, Ph.D  (630) 840-8525
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:timm@fnal.gov">timm@fnal.gov</a>  <a class="moz-txt-link-freetext" href="http://home.fnal.gov/~timm/">http://home.fnal.gov/~timm/</a>
        <br>
        Office:  Wilson Hall room 804
        <br>
        Fermilab Scientific Computing Division,
        <br>
        Scientific Computing Facilities Quadrant.,
        <br>
        Experimental Computing Facilities Dept.,
        <br>
        Project Lead for Virtual Facility Project.
        <br>
        <br>
        <br>
        _______________________________________________
        <br>
        Users mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
        <br>
      </blockquote>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>