<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/02/2013 11:46 AM, Sean Kilpatrick
      wrote:<br>
    </div>
    <blockquote cite="mid:201310021146.52294.kilpatms@gmail.com"
      type="cite">
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;">CAn anyone explain what is going one here?</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;">I ran &lt;ps aux&gt; and got this oddity:</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;">STAT START TIME COMMAND</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;"> S Sep21 0:00 /usr/libexec/gvfsd-http
        --spawner :1.89 /org/gtk/gvfs/exec_spaw/0</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;">googling explained that gvfs stands for gnome
        virtual file system.</p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;
        -qt-user-state:0;">That's nice, I guess, but my desktop
        environment is KDE. The directory /org/gtk/exec_spaw does not
        exist on my box. It's not using any memory or CPU cycles.</p>
    </blockquote>
    <br>
    This means that an application using GObject (either a C program, or
    a program written using GObject instrospection bindings) used the
    GIO library to connect to a Web server using the GVFS filesystem
    wrappers at some point.<br>
    <br>
    The address at the end of the command are, IIRC, D-Bus addresses.<br>
    <br>
    Depending on the configuration of your system, you'll be able to
    find the directory in ~/.gvfs or in /run/user/${UID}/gvfs, which is
    where the GVFS modules house their virtual filesystem so as to allow
    common UNIX utilities (e.g., cp, cat, mv, ls, rm, and so forth) to
    work with those filesystems, even though they're not filesystems
    which are implemented by the operating system or managed by e.g.,
    mount/umount.<br>
    <br>
    &nbsp;&nbsp;&nbsp; &#8212; Mike<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <table border="0">
        <tbody>
          <tr>
            <td> <img src="cid:part1.08050604.01070000@naunetcorp.com"
                alt="Naunet Corporation Logo"> </td>
            <td> Michael B. Trausch<br>
              <br>
              President, <strong>Naunet Corporation</strong><br>
              &#9742; (678) 287-0693 x130 or (855) NAUNET-1 x130<br>
              FAX: (678) 783-7843<br>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>