On Fri, 2010-06-18 at 12:48 +0200, [email protected] wrote: > From: Jan Provaznik <[email protected]> >
I am good with all the changes you made from the previous version of this patch, however, in testing this, when I get to the software tab, if I select 'Fedora' from the dropdown, I get nothing returned, and if I select either jboss or 'all', I seemingly get the fedora list on both cases. This worked fine before, so not sure what is going on. When I go to software -> Packages tab, I can filter on repo, but they are backwards.IOW, if I click fedora, I get the jboss list of packages. If I roll back my checkout to before this patch, then Both these problems go away. Also, with the patch, adding a package or group is _very_ slow, but without, it is quite fast. I suspect something is looping more than expected, but can't say for sure. Also, in a couple cases, I got an error: SocketError (getaddrinfo: Name or service not known): /usr/lib/ruby/1.8/net/ftp.rb:347:in `gethostbyname' /usr/lib/ruby/1.8/net/ftp.rb:347:in `getaddress' /usr/lib/ruby/1.8/net/ftp.rb:370:in `login' /usr/lib/ruby/1.8/open-uri.rb:657:in `buffer_open' /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop' /usr/lib/ruby/1.8/open-uri.rb:162:in `catch' /usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop' /usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri' /usr/lib/ruby/1.8/open-uri.rb:518:in `open' /usr/lib/ruby/1.8/open-uri.rb:30:in `open' app/util/repository_manager.rb:104:in `get_xml' app/util/repository_manager.rb:96:in `get_groups_nodes' app/util/repository_manager.rb:56:in `get_groups' app/util/repository_manager.rb:138:in `all_groups' app/util/repository_manager.rb:136:in `each' app/util/repository_manager.rb:136:in `all_groups' app/controllers/templates_controller.rb:33:in `software' haml (2.2.24) rails/./lib/sass/plugin/rails.rb:20:in `process' This happened both when I chose the jboss 'service', and on package listing a couple times. Perhaps as simple as retrying if connection fails, not sure though. Actually, just tried again with jboss service selected, and I get: RuntimeError (group JBoss Core Packages not found in repositories): app/util/image_descriptor_xml.rb:173:in `add_group' app/util/image_descriptor_xml.rb:87:in `services=' app/util/image_descriptor_xml.rb:82:in `each' app/util/image_descriptor_xml.rb:82:in `services=' app/models/image_descriptor.rb:13:in `update_xml_attributes!' app/controllers/templates_controller.rb:46:in `software' haml (2.2.24) rails/./lib/sass/plugin/rails.rb:20:in `process' Which makes me remember you are doing something specific based on that temporary jboss repo that ian had put together, so that is likely the cause of this second error. _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
