<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr"><br>
Den 11 jun 2015 4:42 em skrev Vinzenz Feenstra &lt;vfeenstr@redhat.com&gt;:<br>
&gt;<br>
&gt; On 05/27/2015 10:39 AM, Alexandr Krivulya wrote:<br>
&gt; &gt; 02.02.2015 12:57, Karli Sjöberg пишет:<br>
&gt; &gt;&gt; On Sat, 2015-01-31 at 23:54 &#43;0200, Alexandr Krivulya wrote:<br>
&gt; &gt;&gt;&gt; 19.08.2013 13:21, Karli Sjöberg пишет:<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; mån 2013-08-19 klockan 12:11 &#43;0200 skrev Vinzenz Feenstra:<br>
&gt; &gt;&gt;&gt;&gt;&gt; On 08/19/2013 10:01 AM, Karli Sjöberg wrote:<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; mån 2013-08-19 klockan 09:53 &#43;0200 skrev Michal Skrivanek:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; On Aug 19, 2013, at 09:41 , Karli Sjöberg &lt;Karli.Sjoberg@slu.se&gt; wrote:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi!<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; As part of a template I´m preparing, I´m wondering how to compile the agent with just the basics included. I´ve tried running like:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; OPTIONS='<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --without-gdm-plugin --without-gdm2-plugin&nbsp; --without-kdm-plugin --without-pam-ovirt-cred<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --with-gdm-plugin=no --with-gdm2-plugin=no --with-kdm-plugin=no --with-pam-ovirt-cred=no<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --disable-gdm-plugin --disable-gdm2-plugin --disable-kdm-plugin --disable-pam-ovirt-cred<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; --enable-gdm-plugin=no --enable-gdm2-plugin=no --enable-kdm-plugin=no --enablepam-ovirt-cred-=no'<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; # ./configure ${OPTIONS}<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Regardless of how I try, it just responds:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; configure: WARNING: unrecognized options: ${OPTIONS}<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I took the package from the &quot;official&quot; oVirt.org repo, src file:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; ovirt-guest-agent-1.0.6.tar.bz2<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; What am I doing wrong?<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; the parameters are gdm, kdm and sso, set them to no<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; I don´t get it, it doesn´t seem to care:<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; # ./configure --without-gdm<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; # ./configure --with-gdm=no<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; # ./configure --enable-gdm=no<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; # ./configure --disable-gdm<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; # ./configure --without-gdm --with-gdm=no --enable-gdm=no<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; --disable-gdm<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; configure: WARNING: unrecognized options: --without-gdm,<br>
&gt; &gt;&gt;&gt;&gt;&gt;&gt; --with-gdm, --enable-gdm, --disable-gdm<br>
&gt; &gt;&gt;&gt;&gt;&gt; this feature of disabling it was introduced to ovirt-guest-agent<br>
&gt; &gt;&gt;&gt;&gt;&gt; in 1.0.8<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; Try this one:<br>
&gt; &gt;&gt;&gt;&gt;&gt; http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/1.0.8/ovirt-guest-agent-1.0.8.1.tar.bz2<br>
&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;&gt; ./configure --without-sso --prefix=/usr<br>
&gt; &gt;&gt;&gt;&gt; You know what, sorry about the noise, because it seems as if<br>
&gt; &gt;&gt;&gt;&gt; virtio-serial isn´t even available on FreeBSD, so it´s moot<br>
&gt; &gt;&gt;&gt;&gt; anyway... Should probably have looked that up before even getting<br>
&gt; &gt;&gt;&gt;&gt; started;)<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; But besides the fact that it won´t work until that´s sorted, I can<br>
&gt; &gt;&gt;&gt;&gt; at least say that it configured, compiled and installed OK using<br>
&gt; &gt;&gt;&gt;&gt; René´s suggestion, cloning from git and building from there.<br>
&gt; &gt;&gt;&gt; Hello!<br>
&gt; &gt;&gt;&gt; Now when virtio_console(4) driver available in CURRENT does anyone<br>
&gt; &gt;&gt;&gt; works on porting ovirt-guest-agent to FreeBSD?<br>
&gt; &gt;&gt;&gt; plain text document attachment (ATT00001)<br>
&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt; Users mailing list<br>
&gt; &gt;&gt;&gt; Users@ovirt.org<br>
&gt; &gt;&gt;&gt; http://lists.ovirt.org/mailman/listinfo/users<br>
&gt; &gt;&gt; I haven´t tested anything since last time but good to know someone doing<br>
&gt; &gt;&gt; something:) I can imagine the guest agent would need some tweeking to<br>
&gt; &gt;&gt; get it running as well:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; http://lists.freebsd.org/pipermail/freebsd-emulation/2013-April/010569.html<br>
&gt; &gt;&gt; &quot;The VirtIO spec is written with mostly Linux in mind and usually takes<br>
&gt; &gt;&gt; varying amounts of extra effort to adapt to FreeBSD.&quot;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt; I have successfully build and run guest agent on FreeBSD-Current. It<br>
&gt; &gt; provides a few information (for example fqdn and logged users) into<br>
&gt; &gt; admin portal, but all other requires rewriting GuestAgentLinux2.py or<br>
&gt; &gt; implementing it as separate module. I have no experience in python and<br>
&gt; &gt; programming itself, but implementing some simple features may be quiet<br>
&gt; &gt; easy. Can anyone help with it?<br>
&gt; Sorry for the late reply, now I didn't notice that the drivers are now <br>
&gt; available, I will be looking into supporting FreeBSD for the guest agent <br>
&gt; then.</p>
<p dir="ltr">Here's an excellent place to start:)<br>
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/</p>
<p dir="ltr">/K</p>
<p dir="ltr">&gt;<br>
&gt; Thanks for the heads up :-)<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Users mailing list<br>
&gt; &gt; Users@ovirt.org<br>
&gt; &gt; http://lists.ovirt.org/mailman/listinfo/users<br>
&gt;<br>
&gt;<br>
&gt; -- <br>
&gt; Regards,<br>
&gt;<br>
&gt; Vinzenz Feenstra | Senior Software Engineer<br>
&gt; RedHat Engineering Virtualization R &amp; D<br>
&gt; Phone: &#43;420 532 294 625<br>
&gt; IRC: vfeenstr or evilissimo<br>
&gt;<br>
&gt; Better technology. Faster innovation. Powered by community collaboration.<br>
&gt; See how it works at redhat.com<br>
&gt;<br>
</p>
</body>
</html>