[Ovirt-devel] problem with kerberos (I think)

sylvain.desbureaux at orange-ftgroup.com sylvain.desbureaux at orange-ftgroup.com
Mon Aug 3 15:49:48 UTC 2009


No problem for delayed response :-)
If I want to install it on F11, do you think it's better to install from rpms or to build it?
Thanks,

--
Sylvain Desbureaux
+33 296 051 380


-----Message d'origine-----
De : Jason Guiditta [mailto:jguiditt at redhat.com] 
Envoyé : lundi 3 août 2009 16:44
À : DESBUREAUX Sylvain RD-BIZZ-LAN
Cc : ovirt-devel at redhat.com
Objet : RE: [Ovirt-devel] problem with kerberos (I think)

On Mon, 2009-08-03 at 14:30 +0200, sylvain.desbureaux at orange-ftgroup.com
wrote:
> For question 2,
> It appears to be a problem with the "object" function which doesn't work.
> I've found a workaround (quite ugly) in order to make it work.
> 
> I replace line 582 and 583 with:
> node_found=nil
> nodes = @session.objects(:class => "node")
> nodes.each do |node|
>   @logger.info "node: #{node.hostname}"
>   if node.hostname==host.hostname
>     node_found=node
>     @logger.info "node found!"
>     break
>   end
> end
> @logger.info "node: #{node_found.hostname}" unless node_found.nil?
> return node_found if node_found
> 
> 
> See https://bugzilla.redhat.com/show_bug.cgi?id=515217 
> 
> 
> PS: I'm not saying we have to include but I'm just showing a way to make it work for people who may encounter the same issue.
> 
> --
> Sylvain Desbureaux
> +33 296 051 380
> 
> 
Sylvain, sorry for the delayed response, we have been furiously trying
to get patches in for the next release.  The main issue is that the code
you are running is from an old release, and I think some of our deps in
F10 have broken ovirt (mostly qpid stuff I think).  Because of this,
ovirt currently only runs on F11 and rawhide. My suggestion would be
either to build from next or try the new f11 release when it is out
(never been closer).





More information about the ovirt-devel mailing list