<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">tags 828843 + patch<br>
      <br>
      Here is a (trivial) patch against the current git.<br>
      <br>
      My tests show no problem with this config so far (it just prevents
      find to take into account links to point to anything that isn't a
      regular file).<br>
      <br>
      Cheers,<br>
      <br>
      -- <br>
      nodens<br>
      <br>
      Le 28/06/2016 à 14:36, Clément Hermann a écrit :<br>
    </div>
    <blockquote
cite="mid:146711738516.7589.12242738727895375525.reportbug@shadowfax.nodens.org"
      type="cite">
      <pre wrap="">Package: php5-common
Version: 5.6.22+dfsg-1
Severity: normal

Hi,

in some cases (here: joyent smartos LX zone), there could be broken
links in /proc/<pid>/fd. On LX zones, for instance, deleted files still
show a fd link but no destination (on a proper linux kernel, it would
say "deleted: <path to deleted file>").

This causes (harmless) errors in the session clean script cron job. It's
easy to fix by adding "-xtype f" to the find command arguments, to
prevent find to take broken link into account.

Thanks !

</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Clément (nodens)</pre>
  </body>
</html>