<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/20/2013 03:12 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:suporte@logicworks.pt">suporte@logicworks.pt</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:6790791.304.1369055568360.JavaMail.ferra@pc-ferra"
      type="cite">
      <style type="text/css">p { margin: 0; }</style>
      <div style="font-family: arial,helvetica,sans-serif; font-size:
        10pt; color: #000000">Ok, thanks. from where can I start?<br>
        <br>
      </div>
    </blockquote>
    On Fedora 17+ you can install the guest agent by 'yum install
    ovirt-guest-agent-common'<br>
    <br>
    On other OS you can start by checking out the git repository on the
    OS you'd like to build it on.<br>
    <br>
    `git clone <a class="moz-txt-link-freetext" href="http://gerrit.ovirt.org/p/ovirt-guest-agent.git">http://gerrit.ovirt.org/p/ovirt-guest-agent.git</a>`<br>
    <br>
    On Windows you should follow these instructions:
<a class="moz-txt-link-freetext" href="http://gerrit.ovirt.org/gitweb?p=ovirt-guest-agent.git;a=blob;f=ovirt-guest-agent/README-windows.txt;h=HEAD">http://gerrit.ovirt.org/gitweb?p=ovirt-guest-agent.git;a=blob;f=ovirt-guest-agent/README-windows.txt;h=HEAD</a><br>
    <br>
    On Linux you go into the repository<br>
    $ ./autogen.sh<br>
    $ ./configure --prefix=/usr --without-sso<br>
    And then as root<br>
    # make install <br>
    <br>
    However not all files might yet be put into the right places on all
    systems, and for Debian/Ubuntu systems we don't have any daemon or
    upstart scripts, so far we only support systemd in the repository so
    that would have to be done manually.<br>
    <br>
    HTH<br>
    <blockquote
      cite="mid:6790791.304.1369055568360.JavaMail.ferra@pc-ferra"
      type="cite">
      <div style="font-family: arial,helvetica,sans-serif; font-size:
        10pt; color: #000000">Jose<br>
        <br>
        <hr id="zwchr">
        <div style="color: rgb(0, 0, 0); font-weight: normal;
          font-style: normal; text-decoration: none; font-family:
          Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Vinzenz
          Feenstra" <a class="moz-txt-link-rfc2396E" href="mailto:vfeenstr@redhat.com">&lt;vfeenstr@redhat.com&gt;</a><br>
          <b>To: </b><a class="moz-txt-link-abbreviated" href="mailto:suporte@logicworks.pt">suporte@logicworks.pt</a><br>
          <b>Cc: </b>"Itamar Heim" <a class="moz-txt-link-rfc2396E" href="mailto:iheim@redhat.com">&lt;iheim@redhat.com&gt;</a>,
          <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
          <b>Sent: </b>Segunda-feira, 20 de Maio de 2013 10:56:21<br>
          <b>Subject: </b>Re: [Users] Guest Agent<br>
          <br>
          <div class="moz-cite-prefix">On 05/19/2013 10:14 AM, <a
              moz-do-not-send="true" class="moz-txt-link-abbreviated"
              href="mailto:suporte@logicworks.pt" target="_blank">suporte@logicworks.pt</a>
            wrote:<br>
          </div>
          <blockquote
            cite="mid:1412706295.24552.1368951260749.JavaMail.root@logicworks.pt">
            <div style="font-family: Times New Roman; font-size: 10pt;
              color: rgb(0, 0, 0);">
              <div>For Linux (Ubuntu, Fedora, RH) and Windows
                (7,8,2008,2012)<br>
              </div>
              <div><br>
              </div>
              <div>Thanks<br>
              </div>
              <div>Jose<br>
              </div>
              <div><br>
              </div>
              <hr id="zwchr">
              <div style="color: rgb(0, 0, 0); font-weight: normal;
                font-style: normal; text-decoration: none; font-family:
                Helvetica,Arial,sans-serif; font-size: 12pt;"><b>De: </b>"Itamar

                Heim" <a moz-do-not-send="true"
                  class="moz-txt-link-rfc2396E"
                  href="mailto:iheim@redhat.com" target="_blank">&lt;iheim@redhat.com&gt;</a><br>
                <b>Para: </b><a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:suporte@logicworks.pt" target="_blank">suporte@logicworks.pt</a><br>
                <b>Cc: </b><a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>,
                "Vinzenz Feenstra" <a moz-do-not-send="true"
                  class="moz-txt-link-rfc2396E"
                  href="mailto:vfeenstr@redhat.com" target="_blank">&lt;vfeenstr@redhat.com&gt;</a><br>
                <b>Enviadas: </b>Sábado, 18 Maio, 2013 20:50:29<br>
                <b>Assunto: </b>Re: [Users] Guest Agent<br>
                <div><br>
                </div>
                On 05/18/2013 09:38 PM, <a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:suporte@logicworks.pt" target="_blank">suporte@logicworks.pt</a>
                wrote:<br>
                &gt; Hi, where can I found guest agent for installation?<br>
                <div><br>
                </div>
                for which OS?<br>
                Vinzenz - we should have a wiki on this if we don't
                already have one.<br>
              </div>
            </div>
          </blockquote>
          We do have a description in the repository for Fedora and
          Windows targets, however we don't have yet a description for
          other Linux distributions than Fedora since we haven't
          supported it yet.<br>
          There has been some work done for supporting other
          distribution targets however without single sign on support.<br>
          <br>
          I will put the wiki pages on my todo list.<br>
          <blockquote
            cite="mid:1412706295.24552.1368951260749.JavaMail.root@logicworks.pt">
            <div style="font-family: Times New Roman; font-size: 10pt;
              color: rgb(0, 0, 0);">
              <div style="color: rgb(0, 0, 0); font-weight: normal;
                font-style: normal; text-decoration: none; font-family:
                Helvetica,Arial,sans-serif; font-size: 12pt;">
                <div><br>
                </div>
                &gt;<br>
                &gt; Thanks<br>
                &gt; Jose<br>
                &gt;<br>
                &gt; --<br>
                &gt;
                ------------------------------------------------------------------------<br>
                &gt; Jose Ferradeira<br>
                &gt; <a moz-do-not-send="true"
                  class="moz-txt-link-freetext"
                  href="http://www.logicworks.pt" target="_blank">http://www.logicworks.pt</a><br>
                &gt;<br>
                &gt;<br>
                &gt;<br>
                &gt; _______________________________________________<br>
                &gt; Users mailing list<br>
                &gt; <a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
                &gt; <a moz-do-not-send="true"
                  class="moz-txt-link-freetext"
                  href="http://lists.ovirt.org/mailman/listinfo/users"
                  target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
                &gt;<br>
                <div><br>
                </div>
              </div>
              <div><br>
              </div>
            </div>
          </blockquote>
          <br>
          <br>
          <pre class="moz-signature">-- 
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R &amp; D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com</pre>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R &amp; D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com</pre>
  </body>
</html>