
--_000_E6D1D0304EB84B0ABE0D12FEAF616E25sluse_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 13 sep 2012 kl. 01.21 skrev Dead Horse: Thank you! glad to be able to help ;) As Itamar mentioned if you are running the spice client inside a VM (dunno = if this is case) you will need the guest paravirtual driver and/or services= for mouse handling. I have observed exactly this behavior before when runn= ing the spice client in a VM when the guest tools/drivers for mouse handlin= g are not present (In my case most of the time VirtualBox). Very amusing "bug":) But cripples SPICE=B4s usage. I have tested this from 5 different physical machines running Win7/IE, and = this behavior shows itself only on machines with more than one monitor, or = a laptop with another monitor attached .e.g. These guest tools you both men= tion, would these be "http://spice-space.org/download/binaries/spice-guest-= tools-0.1.exe"? And can you install them in a physical machine as well? /Karli - DHC On Wed, Sep 12, 2012 at 3:49 PM, Itamar Heim <iheim@redhat.com<mailto:iheim= @redhat.com>> wrote: On 09/12/2012 05:21 PM, Karli Sj=F6berg wrote: This is awesome work, thank you so much for this! For our users and administrators, having a button you just click to get a console is sooo much easier than having to copy-paste a bunch of cryptic addresses and passwords, and having to use the infamous, dangerous hacker tool VNC:) I followed the wiki instructions and a vital piece missing is to restart ovirt-engine before trying to install the spice-client from the install portal. I went back and read through the email you first posted and the restart was mentioned there so I did and then it worked! Wohoo! So you might want to add that point to the wiki page as well, to avoid future confusion. But...when I have virt-viewer(-0.5.3) installed, log in to webadmin and click for console on a guest, the console shows up. But when I try to go into the console window with the mouse cursor, the cursor jumps off to one of the edges of my *monitor*, and not into the console window- as you would expect. Maybe virt-viewer mistakenly "thinks" that the edges of it=B4s window really are the edges of the whole monitor? Am I holding it wrong? do you have spice guest side drivers for local mouse handling? /Karli 6 sep 2012 kl. 22.36 skrev Dead Horse: Wiki page added. Feel free to change/edit/contribute or provide feedback. Link: http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_With_Portal - DHC On Thu, Aug 30, 2012 at 11:05 PM, Robert Middleswarth <robert@middleswarth.net<mailto:robert@middleswarth.net> <mailto:robert@mid= dleswarth.net<mailto:robert@middleswarth.net>>> wrote: You should be able to create an ID. Once you create it several people can update your account I am one of them. Thanks Robert On 08/30/2012 11:17 PM, Dead Horse wrote: I would be happy to wiki'fy it ;) I have requested a wiki account so I will just need someone to grant the proper create/edit page access or create a stub page and allow edit access to it. - DHC On Thu, Aug 30, 2012 at 3:03 PM, Douglas Landgraf <dougsland@redhat.com<mailto:dougsland@redhat.com> <mailto:dougsland@re= dhat.com<mailto:dougsland@redhat.com>>> wrote: On 08/30/2012 02:22 AM, Yaniv Kaul wrote: Thanks! Can you wiki'fy it (@ wiki.ovirt.org<http://wiki.ovirt.org/> <http:= //wiki.ovirt.org/>) ? Y. +1 Thanks! -------------------------------------------------------------------= ----- I have seen this question asked many times on this list and the spice-devel list. Now having figured out how to make it work I will provide the answer to the rest of the community. *NOTE* this only applies to Windows/Internet Explorer users. There exists no other option other than the html5 spice console (still beta/in development) for windows users ATM. This will also only work with Internet Explorer. Basic Steps: - Install an oVirt server. - Add at least one node - Setup storage/iso/export domains Advanced steps - Start by downloading: http://elmarco.fedorapeople.org/spice.cab - Create a directory for it oVirt looks by default in /usr/share/spice - Rename spice.cab to SpiceX.cab and copy it into /usr/share/spice - Now edit /usr/share/ovirt-engine/engine.ear/root.war/WEB-INF and add the following: <!-- SpiceX.cab --> <servlet> <servlet-name>SpiceX.cab</servlet-name> <servlet-class>org.ovirt.engine.core.FileServlet</servlet-class=
<init-param> <param-name>type</param-name> <param-value>application/octet-stream</param-value> </init-param> <init-param> <param-name>file</param-name> <param-value>/usr/share/spice/SpiceX.cab</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>SpiceX.cab</servlet-name> <url-pattern>/spice/SpiceX.cab</url-pattern> </servlet-mapping> - Next create an html file within /usr/share/ovirt-engine/engine.ear/root.war - In the example below an html file called "spice.html" - Copy/Paste the below into spice.html: <!DOCTYPE html> <html> <head> <title>SPICE Plugin Installer</title> <script type=3D"text/javascript"> function installSpice() { try { document.getElementById('SpiceX').innerHTML =3D '<OBJECT id=3D"SpiceX" codebase=3D"/spice/SpiceX.cab" classid=3D"clsid:ACD6D89C-938D-49B4-8E81-DDBD13F4B48A" width=3D"0" height=3D"0"></OBJECT>'; } catch (ex) { alert("Epic Fail!: " + ex.Description); } } </script> </head> <body> <p> <p><b id=3D'SpiceX'>Spice ActiveX Plugin</b> </p> <button onclick=3D'installSpice()'>Install Spice Plugin</button> </p> </body> </html> - Save the file - You will now need to restart the ovirt-engine service EG: systemctl restart ovirt-engine.service OR service ovirt-engine restart - The installer page will now be available at http://<url to ovirt server>/spice.html EX: http://ovirt.azeroth.net/spice.html - Navigate to that page and click the install button - IE will prompt you to deploy/install the SpiceX cabinet file - It may gripe about an unsigned or untrusted source, acknowledge this an proceed anyways - If the install succeeds the text "Spice ActiveX Plugin" on the page will change to blank (it's actually the plugin with null values) - The console button in the user and webadmin portals will now launch the new virt-viwer spice based console! Happy Spice Consoling to your VM's from Windows! *NOTE* To uninstall the plugin: - The below removes the add-on from IE (EG: removes knowledge of "application/x-spice") - pop a command terminal and type: On Windows XP: regsvr32 /u "C:\Documents and Settings\Administrator\Local Settings\Application Data\virt-viewer\bin\SpiceX.dll" On Windows 7 regsvr32 /u C:\Documents and Settings\Administrator\Local Settings\AppData\virt-viewer\bin\SpiceX.dll" - Next we need to remove the rest of virt-viewer - Go to add/remove programs and uninstall virt-viewer, this removes the rest of virt-viewer from the system _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> <mailto:Users@ovirt.org= <mailto:Users@ovirt.org>> http://lists.ovirt.org/mailman/listinfo/users _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> <mailto:Users@ovirt.org<ma= ilto:Users@ovirt.org>> http://lists.ovirt.org/mailman/listinfo/users -- Cheers Douglas _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> <mailto:Users@ovirt.org<mailto= :Users@ovirt.org>> http://lists.ovirt.org/mailman/listinfo/users -- Thanks Robert Middleswarth @rmiddle (twitter/Freenode IRC) @RobertM (OFTC IRC) _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> <mailto:Users@ovirt.org<mailto:= Users@ovirt.org>> http://lists.ovirt.org/mailman/listinfo/users _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> <mailto:Users@ovirt.org<mailto:User= s@ovirt.org>> http://lists.ovirt.org/mailman/listinfo/users Med V=E4nliga H=E4lsningar ---------------------------------------------------------------------------= ---- Karli Sj=F6berg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kron=E5sv=E4gen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66<tel:%2B46-%280%2918-67%2015%2066> karli.sjoberg@slu.se<mailto:karli.sjoberg@slu.se> <mailto:karli.sjoberg@adm= .slu.se<mailto:karli.sjoberg@adm.slu.se>> _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users Med V=E4nliga H=E4lsningar ---------------------------------------------------------------------------= ---- Karli Sj=F6berg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kron=E5sv=E4gen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se<mailto:karli.sjoberg@adm.slu.se> --_000_E6D1D0304EB84B0ABE0D12FEAF616E25sluse_ Content-Type: text/html; charset="iso-8859-1" Content-ID: <87250A2E7FE3194CAE91330CC32DEBCC@ad.slu.se> Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-= 1"> </head> <body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin= e-break: after-white-space; "> <br> <div> <div>13 sep 2012 kl. 01.21 skrev Dead Horse:</div> <br class=3D"Apple-interchange-newline"> <blockquote type=3D"cite">Thank you! glad to be able to help ;)<br> <br> As Itamar mentioned if you are running the spice client inside a VM (dunno = if this is case) you will need the guest paravirtual driver and/or services= for mouse handling. I have observed exactly this behavior before when runn= ing the spice client in a VM when the guest tools/drivers for mouse handling are not present (In my case mos= t of the time VirtualBox).<br> </blockquote> <div><br> </div> Very amusing "bug":) But cripples SPICE=B4s usage.</div> <div><br> </div> <div>I have tested this from 5 different physical machines running Win7/IE,= and this behavior shows itself only on machines with more than one monitor= , or a laptop with another monitor attached .e.g. These guest tools you bot= h mention, would these be "<a href=3D"http://spice-space.org/download/= binaries/spice-guest-tools-0.1.exe">http://spice-space.org/download/binarie= s/spice-guest-tools-0.1.exe</a>"? And can you install them in a physical machine as well?</div> <div><br> </div> <div>/Karli</div> <div><br> </div> <div> <blockquote type=3D"cite"><br> - DHC<br> <br> <div class=3D"gmail_quote">On Wed, Sep 12, 2012 at 3:49 PM, Itamar Heim <sp= an dir=3D"ltr"> <<a href=3D"mailto:iheim@redhat.com" target=3D"_blank">iheim@redhat.com<= /a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <div class=3D"im">On 09/12/2012 05:21 PM, Karli Sj=F6berg wrote:<br> </div> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <div class=3D"im">This is awesome work, thank you so much for this! For our= users and<br> administrators, having a button you just click to get a console is sooo<br> much easier than having to copy-paste a bunch of cryptic addresses and<br> passwords, and having to use the infamous, dangerous hacker tool VNC:)<br> <br> I followed the wiki instructions and a vital piece missing is to restart<br=
ovirt-engine before trying to install the spice-client from the install<br> portal. I went back and read through the email you first posted and the<br> restart was mentioned there so I did and then it worked! Wohoo! So you<br> might want to add that point to the wiki page as well, to avoid future<br> confusion.<br> <br> But...when I have virt-viewer(-0.5.3) installed, log in to webadmin and<br> click for console on a guest, the console shows up. But when I try to go<br=
into the console window with the mouse cursor, the cursor jumps off to<br> </div> one of the edges of my *monitor*, and not into the console window- as <div class=3D"im"><br> you would expect. Maybe virt-viewer mistakenly "thinks" that the = edges<br> of it=B4s window really are the edges of the whole monitor? Am I holding<br=
it wrong?<br> </div> </blockquote> <br> do you have spice guest side drivers for local mouse handling?<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <div class=3D"im"><br> /Karli<br> <br> 6 sep 2012 kl. 22.36 skrev Dead Horse:<br> <br> </div> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <div class=3D"im">Wiki page added. Feel free to change/edit/contribute or p= rovide feedback.<br> Link:<br> <a href=3D"http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_With_= Portal" target=3D"_blank">http://wiki.ovirt.org/wiki/<u></u>How_to_Connect_= to_SPICE_<u></u>Console_With_Portal</a><br> <br> - DHC<br> <br> On Thu, Aug 30, 2012 at 11:05 PM, Robert Middleswarth<br> </div> <div class=3D"im"><<a href=3D"mailto:robert@middleswarth.net" target=3D"= _blank">robert@middleswarth.net</a> <mailto:<a href=3D"mailto:robert@mid= dleswarth.net" target=3D"_blank">robert@middleswarth.<u></u>net</a>>>= wrote:<br> <br> You should be able to create an ID. Once you create it = several<br> people can update your account I am one of them.<br> <br> Thanks<br> Robert<br> <br> <br> On 08/30/2012 11:17 PM, Dead Horse wrote:<br> </div> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <div class=3D"im"> I would be happy to wiki'fy it ;)<br> I have requested a wiki account so I will just need someone t= o<br> grant the proper create/edit page access or create a stub pag= e<br> and allow edit access to it.<br> - DHC<br> <br> On Thu, Aug 30, 2012 at 3:03 PM, Douglas Landgraf<br> </div> <div class=3D"im"> <<a href=3D"mailto:dougsland@redhat.com"= target=3D"_blank">dougsland@redhat.com</a> <mailto:<a href=3D"mailto:do= ugsland@redhat.com" target=3D"_blank">dougsland@redhat.com</a>>> wrot= e:<br> <br> On 08/30/2012 02:22 AM, Yaniv Kaul wrote:<br> </div> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> Thanks!<br> Can you wiki'fy it (@ <a href=3D"http://wiki.ov= irt.org/" target=3D"_blank">wiki.ovirt.org</a> <<a href=3D"http://wiki.o= virt.org/" target=3D"_blank">http://wiki.ovirt.org/</a>>) ?<br> Y.<br> </blockquote> +1<br> <br> Thanks!<br> <br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"> <br> ------------------------------<u></u>----------= --------------------<u></u>------------ <div> <div class=3D"h5"><br> <br> I have seen this question asked m= any times on this list<br> and the spice-devel list. Now hav= ing figured out how to<br> make it work I will provide the a= nswer to the rest of<br> the community.<br> <br> *NOTE* this only applies to Windo= ws/Internet Explorer<br> users. There exists no other opti= on other than the html5<br> spice console (still beta/in deve= lopment) for windows<br> users ATM. This will also only wo= rk with Internet Explorer.<br> <br> Basic Steps:<br> - Install an oVirt server.<br> - Add at least one node<br> - Setup storage/iso/export domain= s<br> <br> Advanced steps<br> - Start by downloading:<br> <a href=3D"http://elmarco.fedorap= eople.org/spice.cab" target=3D"_blank">http://elmarco.fedorapeople.<u></u>o= rg/spice.cab</a><br> - Create a directory for it oVirt= looks by default in<br> /usr/share/spice<br> - Rename spice.cab to SpiceX.cab = and copy it into<br> /usr/share/spice<br> - Now edit<br> /usr/share/ovirt-engine/<u></u>en= gine.ear/root.war/WEB-INF and<br> add the following:<br> <br> <!-- SpiceX.cab --><b= r> <servlet><br> <servlet-name>= ;SpiceX.cab</<u></u>servlet-name><br> <br> <servlet-class>org.ovirt.<u=
</u>engine.core.FileServlet</<u></u>servlet-class><br> <init-param><= br> <param-na= me>type</param-name><br> <param-va= lue>application/<u></u>octet-stream</param-value><br> </init-param>= <br> <init-param><= br> <param-na= me>file</param-name><br> <param-va= lue>/usr/share/spice/<u></u>SpiceX.cab</param-value><br> </init-param>= <br> </servlet><br> <servlet-mapping><br=
<servlet-name>= ;SpiceX.cab</<u></u>servlet-name><br> <url-pattern>= /spice/SpiceX.<u></u>cab</url-pattern><br> </servlet-mapping><b= r> <br> - Next create an html file within= <br> /usr/share/ovirt-engine/<u></u>en= gine.ear/root.war<br> - In the example below an html fi= le called "spice.html"<br> - Copy/Paste the below into spice= .html:<br> <br> <!DOCTYPE html><br> <html><br> <head><br> <title>SPICE Plugin Install= er</title><br> <br> <script type=3D"text/java= script"><br> function installSpice()<br> {<br> try {<br> document.getElement= ById('<u></u>SpiceX').innerHTML =3D<br> '<OBJECT id=3D"SpiceX&quo= t; codebase=3D"/spice/SpiceX.cab"<br> classid=3D"clsid:ACD6D89C-93= 8D-<u></u>49B4-8E81-DDBD13F4B48A"<br> width=3D"0" height=3D&q= uot;0"></OBJECT>';<br> } catch (ex) {<br> alert= ("Epic Fail!: " + ex.Description);<br> }<br> }<br> </script><br> <br> </head><br> <body><br> <p><br> <p><b id= =3D'SpiceX'>Spice ActiveX Plugin</b> </p><br> <button onclick= =3D'installSpice()'><u></u>Install Spice<br> Plugin</button><br> </p><br> </body><br> </html><br> <br> - Save the file<br> - You will now need to restart th= e ovirt-engine service<br> EG: systemctl restart ovirt-engin= e.service OR service<br> ovirt-engine restart<br> - The installer page will now be = available at<br> http://<url to ovirt server>= ;/spice.html EX:<br> <a href=3D"http://ovirt.azeroth.n= et/spice.html" target=3D"_blank">http://ovirt.azeroth.net/<u></u>spice.html= </a><br> - Navigate to that page and click= the install button<br> - IE will prompt you to deploy/in= stall the SpiceX<br> cabinet file<br> - It may gripe about an unsigned = or untrusted source,<br> acknowledge this an proceed anywa= ys<br> - If the install succeeds the tex= t "Spice ActiveX<br> Plugin" on the page will cha= nge to blank (it's actually<br> the plugin with null values)<br> - The console button in the user = and webadmin portals<br> will now launch the new virt-viwe= r spice based console!<br> <br> Happy Spice Consoling to your VM'= s from Windows!<br> <br> *NOTE*<br> To uninstall the plugin:<br> - The below removes the add-on fr= om IE (EG: removes<br> knowledge of "application/x-= spice")<br> - pop a command terminal and type= :<br> On Windows XP: regsvr32 /u "= C:\Documents and<br> Settings\Administrator\Local Sett= ings\Application<br> Data\virt-viewer\bin\SpiceX.<u></= u>dll"<br> On Windows 7 regsvr32 /u C:\Docum= ents and<br> Settings\Administrator\Local<br> Settings\AppData\virt-viewer\<u><= /u>bin\SpiceX.dll"<br> - Next we need to remove the rest= of virt-viewer<br> - Go to add/remove programs and u= ninstall virt-viewer,<br> this removes the rest of virt-vie= wer from the system<br> <br> ______________________________<u>= </u>_________________<br> Users mailing list<br> </div> </div> <a href=3D"mailto:Users@ovirt.org= " target=3D"_blank">Users@ovirt.org</a> <mailto:<a href=3D"mailto:Users@= ovirt.org" target=3D"_blank">Users@ovirt.org</a>> <div class=3D"im"><br> <a href=3D"http://lists.ovirt.org= /mailman/listinfo/users" target=3D"_blank"> http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> <br> <br> <br> <br> ______________________________<u></u>__________= _______<br> Users mailing list<br> </div> <a href=3D"mailto:Users@ovirt.org" target=3D"_b= lank">Users@ovirt.org</a> <mailto:<a href=3D"mailto:Users@ovirt.or= g" target=3D"_blank">Users@ovirt.org</a>><br> <a href=3D"http://lists.ovirt.org/mailman/listi= nfo/users" target=3D"_blank">http://lists.ovirt.org/<u></u>mailman/listinfo= /users</a><br> </blockquote> <div class=3D"im"><br> <br> --<br> Cheers<br> Douglas<br> <br> <br> <br> <br> ______________________________<u></u>_________________<br> Users mailing list<br> </div> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ov= irt.org</a> <mailto:<a href=3D"mailto:Users@ovirt.org" target=3D"_= blank">Users@ovirt.org</a>><br> <a href=3D"http://lists.ovirt.org/mailman/listinfo/users" tar= get=3D"_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> </blockquote> <div class=3D"im"><br> <br> --<br> Thanks<br> Robert Middleswarth<br> @rmiddle (twitter/Freenode IRC)<br> @RobertM (OFTC IRC)<br> <br> <br> ______________________________<u></u>_________________<br> Users mailing list<br> </div> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ov= irt.org</a> <mailto:<a href=3D"mailto:Users@ovirt.org" target=3D"_blank"=
Users@ovirt.org</a>> <div class=3D"im"><br> <a href=3D"http://lists.ovirt.org/mailman/listinfo/users" tar= get=3D"_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> <br> <br> ______________________________<u></u>_________________<br> Users mailing list<br> </div> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt.org</a> &l= t;mailto:<a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt.o= rg</a>><br> <a href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"= http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> </blockquote> <div class=3D"im"><br> <br> <br> Med V=E4nliga H=E4lsningar<br> ------------------------------<u></u>------------------------------<u></u>-= ------------------<br> Karli Sj=F6berg<br> Swedish University of Agricultural Sciences<br> Box 7079 (Visiting Address Kron=E5sv=E4gen 8)<br> S-750 07 Uppsala, Sweden<br> Phone: <a href=3D"tel:%2B46-%280%2918-67%2015%2066" value=3D"+461= 8671566" target=3D"_blank">+46-(0)18-67 15 66</a><br> </div> <a href=3D"mailto:karli.sjoberg@slu.se" target=3D"_blank">karli.sjoberg@slu= .se</a> <mailto:<a href=3D"mailto:karli.sjoberg@adm.slu.se" target=3D"_b= lank">karli.sjoberg@adm.slu.<u></u>se</a>> <div class=3D"im"><br> <br> <br> <br> ______________________________<u></u>_________________<br> Users mailing list<br> <a href=3D"mailto:Users@ovirt.org" target=3D"_blank">Users@ovirt.org</a><br=
http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br> <br> </div> </blockquote> <br> <br> </blockquote> </div> <br> </blockquote> </div> <br> <div> <div><br class=3D"Apple-interchange-newline"> <br> </div> <div>Med V=E4nliga H=E4lsningar<br> ---------------------------------------------------------------------------= ----<br> Karli Sj=F6berg<br> Swedish University of Agricultural Sciences<br> Box 7079 (Visiting Address Kron=E5sv=E4gen 8)<br> S-750 07 Uppsala, Sweden<br> Phone: +46-(0)18-67 15 66</div> <div><a href=3D"mailto:karli.sjoberg@adm.slu.se">karli.sjoberg@slu.se</a></=
<a href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"= div> </div> <br> </body> </html> --_000_E6D1D0304EB84B0ABE0D12FEAF616E25sluse_--