<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">Am 21.06.2012 12:19, schrieb
      <a class="moz-txt-link-abbreviated" href="mailto:ladiko@web.de">ladiko@web.de</a>:<br>
    </div>
    <blockquote cite="mid:4FE2F54C.1040304@web.de" type="cite">Am
      21.06.2012 12:00, schrieb Sebastian Elner:
      <br>
      <blockquote type="cite">Hey,
        <br>
        <br>
        is there a build-in way to determine if wpkg is still running on
        a machine? I have some very long running process run by wpkg
        from the cmd. For example I could imagine wpkg write a lock file
        to a central location, which is deleted when wokg is done (of
        course i could do this with a start and end package somehow).
        <br>
        <br>
        Cheers
        <br>
        <br>
        Sebastian
        <br>
        <br>
        <br>
      </blockquote>
      <br>
      Hello Sebastian,
      <br>
      <br>
      usually the wpkg-share is connected as long as the wpkg script is
      running. I use a samba-share on a linux-host and the wpkg-clients
      connects with the username 'wpkg' to the share \\host\wpkg so i
      can just use
      <br>
      <br>
      sudo smbstatus -b | grep wpkg
      <br>
      to see which machines are still connected or
      <br>
      <br>
      sudo smbstatus -b | grep wpkg | grep <computername>
      <br>
      to see if a specific machine is still connected
      <br>
      <br>
      Olé from Wedding!
      <br>
      Ronny
      <br>
    </blockquote>
    You could also try to edit <span class="st"><param
      name='log_file_path' value='\\\\server\\<em>share</em>\\dir' /></span>
    in the file config.xml to match something like
    \\\\server\\share\\logs\\wpkg_%COMPUTERNAME%.log.<br>
    <br>
    Ronny<br>
    <br>
  </body>
</html>