Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-18 Thread Frank Wall
On Tue, Jan 05, 2016 at 02:27:26PM -0500, Martin Perina wrote:
> please make sure that on your machine you installed correct oVirt
> repositories [1]. slf4j package is available for EL6 in oVirt 3.6
> repo [2].

Thanks for the pointer. And... well, sorry for wasting your time. It was not
working for me due to my yum-priorities configuration. Actually this was the
very first time yum-priorities bit me.

I guess it was the first time that a centos-base package was replaced by
oVirt, too. Normally I wouldn't allow (or expect) any repo to replace a
"base" package, thus my yum-priorities configuration. :)

I've fixed the priorities for the oVirt repositories to be higher than the
CentOS repositories, and now everything is working as expected.

Maybe this should be added to the oVirt 3.6 errata (for EL6).


Thanks
- Frank
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-05 Thread Yedidyah Bar David
On Tue, Jan 5, 2016 at 6:47 PM, Frank Wall  wrote:
> On Tue, Jan 05, 2016 at 05:37:08PM +0200, Yedidyah Bar David wrote:
>> Perhaps to aid debugging you can try this, but _do_not_ press Enter:
>>
>> yum --disableplugin=versionlock update ovirt-engine
>>
>> Kill it (or reply 'no').
>>
>> What does it output?
>
> Basically the same dependency error. I've attached the full output to this 
> e-mail.
>
> To answer your other questions:
>
>> 16:43  fraenki: what happens when you try yum update slf4j?
>
> It is not currently installed (on oVirt 3.5.5) and only the inappropiate 
> version
> is available:

But I assume you do have 3.6 repos enabled, right?

>
> # yum --showduplicates list slf4j
> [...]
> Available Packages
> slf4j.noarch   1.5.8-8.el6  centos-base
>
>
>> 16:44  fraenki: also for vdsm-jsonrpc-java
>
> # yum update vdsm-jsonrpc-java
> [...]
> --> Running transaction check
> ---> Package vdsm-jsonrpc-java.noarch 0:1.0.15-1.el6 will be updated
> --> Processing Dependency: vdsm-jsonrpc-java < 1.1.0 for package: 
> ovirt-engine-backend-3.5.5-1.el6.noarch
> ---> Package vdsm-jsonrpc-java.noarch 0:1.1.5-1.el6 will be an update
> --> Processing Dependency: slf4j >= 1.6.1 for package: 
> vdsm-jsonrpc-java-1.1.5-1.el6.noarch
> [...]
> Error: Package: vdsm-jsonrpc-java-1.1.5-1.el6.noarch (ovirt-3.6)
>Requires: slf4j >= 1.6.1
>Available: slf4j-1.5.8-8.el6.noarch (centos-base)
>slf4j = 1.5.8-8.el6
> [...]
>
> Very similar (of not the same) output to the `yum update ovirt-engine` 
> command.
>
> Where should I get "slf4j >= 1.6.1" from?

As Martin already replied,

http://resources.ovirt.org/pub/ovirt-3.6/rpm/el6/noarch/

Now verified that this works for me on a centos6 machine:

yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
yum --showduplicates list slf4j
=> shows (also) 1.7.7-1.el6

> It does not seem to be available from
> the "centos-base" repository (there's only slf4j = 1.5.8-8.el6 available):
> http://mirror.centos.org/centos/6/os/x86_64/Packages/
>
>> 16:46  fraenki: if it still fails for you after the usual things, e.g.
>> yum clean all, check repos etc., I'll try to reproduce
>
> Yeah, tried this. Already wiped my repos and reinstalled ovirt-release36.rpm.

Perhaps a mirror/proxy issue?

>
> FWIW, I've noticed that a more recent slf4j is available from the SL6 repo at:
> http://ftp.scientificlinux.org/linux/scientific/6x/external_products/maven/$basearch/
> But I fear that this will break things in the long run (and it would replace
> several other packages as well, very likely to break ovirt-engine completely).
>
>> > I'd switch my Hosted-Engine VM to EL7 if it wouldn't be such a pain. The 
>> > only
>> > "Upgrade Guide" I could find for Engine VM is this:
>> > http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore
>> > No fun. :(
>>
>> This one does not deal with upgrading the engine OS. For that Sandro
>> started [1] but gave up after having some issues.
>
> Yeah, I wasn't really expecting that an in-place upgrade EL6->EL7 would work
> in this case. That's why I was thinking about the Backup/Restore method...

Didn't try that myself, but I think it should work.
It only deals with the engine, though. Whatever other stuff you had on the
engine machine, including an iso domain, extra packages/services/conf/etc.,
you'll have to recreate (or copy if relevant).
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-05 Thread Martin Perina
Hi,

please make sure that on your machine you installed correct oVirt
repositories [1]. slf4j package is available for EL6 in oVirt 3.6
repo [2].


Martin Perina

[1] http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
[2] 
http://resources.ovirt.org/pub/ovirt-3.6/rpm/el6/noarch/slf4j-1.7.7-1.el6.noarch.rpm


- Original Message -
> From: "Frank Wall" 
> To: "Yedidyah Bar David" 
> Cc: "users" 
> Sent: Tuesday, January 5, 2016 5:47:51 PM
> Subject: Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on 
> EL6
> 
> On Tue, Jan 05, 2016 at 05:37:08PM +0200, Yedidyah Bar David wrote:
> > Perhaps to aid debugging you can try this, but _do_not_ press Enter:
> > 
> > yum --disableplugin=versionlock update ovirt-engine
> > 
> > Kill it (or reply 'no').
> > 
> > What does it output?
> 
> Basically the same dependency error. I've attached the full output to this
> e-mail.
> 
> To answer your other questions:
> 
> > 16:43  fraenki: what happens when you try yum update slf4j?
> 
> It is not currently installed (on oVirt 3.5.5) and only the inappropiate
> version
> is available:
> 
> # yum --showduplicates list slf4j
> [...]
> Available Packages
> slf4j.noarch   1.5.8-8.el6  centos-base
> 
> 
> > 16:44  fraenki: also for vdsm-jsonrpc-java
> 
> # yum update vdsm-jsonrpc-java
> [...]
> --> Running transaction check
> ---> Package vdsm-jsonrpc-java.noarch 0:1.0.15-1.el6 will be updated
> --> Processing Dependency: vdsm-jsonrpc-java < 1.1.0 for package:
> ovirt-engine-backend-3.5.5-1.el6.noarch
> ---> Package vdsm-jsonrpc-java.noarch 0:1.1.5-1.el6 will be an update
> --> Processing Dependency: slf4j >= 1.6.1 for package:
> vdsm-jsonrpc-java-1.1.5-1.el6.noarch
> [...]
> Error: Package: vdsm-jsonrpc-java-1.1.5-1.el6.noarch (ovirt-3.6)
>Requires: slf4j >= 1.6.1
>Available: slf4j-1.5.8-8.el6.noarch (centos-base)
>slf4j = 1.5.8-8.el6
> [...]
> 
> Very similar (of not the same) output to the `yum update ovirt-engine`
> command.
> 
> Where should I get "slf4j >= 1.6.1" from? It does not seem to be available
> from
> the "centos-base" repository (there's only slf4j = 1.5.8-8.el6 available):
> http://mirror.centos.org/centos/6/os/x86_64/Packages/
> 
> > 16:46  fraenki: if it still fails for you after the usual things,
> > e.g.
> > yum clean all, check repos etc., I'll try to reproduce
> 
> Yeah, tried this. Already wiped my repos and reinstalled ovirt-release36.rpm.
> 
> FWIW, I've noticed that a more recent slf4j is available from the SL6 repo
> at:
> http://ftp.scientificlinux.org/linux/scientific/6x/external_products/maven/$basearch/
> But I fear that this will break things in the long run (and it would replace
> several other packages as well, very likely to break ovirt-engine
> completely).
> 
> > > I'd switch my Hosted-Engine VM to EL7 if it wouldn't be such a pain. The
> > > only
> > > "Upgrade Guide" I could find for Engine VM is this:
> > > http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore
> > > No fun. :(
> > 
> > This one does not deal with upgrading the engine OS. For that Sandro
> > started [1] but gave up after having some issues.
> 
> Yeah, I wasn't really expecting that an in-place upgrade EL6->EL7 would work
> in this case. That's why I was thinking about the Backup/Restore method...
> 
> 
> Regards
> - Frank
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-05 Thread Frank Wall
On Tue, Jan 05, 2016 at 05:37:08PM +0200, Yedidyah Bar David wrote:
> Perhaps to aid debugging you can try this, but _do_not_ press Enter:
> 
> yum --disableplugin=versionlock update ovirt-engine
> 
> Kill it (or reply 'no').
> 
> What does it output?

Basically the same dependency error. I've attached the full output to this 
e-mail.

To answer your other questions:

> 16:43  fraenki: what happens when you try yum update slf4j?

It is not currently installed (on oVirt 3.5.5) and only the inappropiate version
is available:

# yum --showduplicates list slf4j
[...]
Available Packages
slf4j.noarch   1.5.8-8.el6  centos-base


> 16:44  fraenki: also for vdsm-jsonrpc-java

# yum update vdsm-jsonrpc-java
[...]
--> Running transaction check
---> Package vdsm-jsonrpc-java.noarch 0:1.0.15-1.el6 will be updated
--> Processing Dependency: vdsm-jsonrpc-java < 1.1.0 for package: 
ovirt-engine-backend-3.5.5-1.el6.noarch
---> Package vdsm-jsonrpc-java.noarch 0:1.1.5-1.el6 will be an update
--> Processing Dependency: slf4j >= 1.6.1 for package: 
vdsm-jsonrpc-java-1.1.5-1.el6.noarch
[...]
Error: Package: vdsm-jsonrpc-java-1.1.5-1.el6.noarch (ovirt-3.6)
   Requires: slf4j >= 1.6.1
   Available: slf4j-1.5.8-8.el6.noarch (centos-base)
   slf4j = 1.5.8-8.el6
[...]

Very similar (of not the same) output to the `yum update ovirt-engine` command.

Where should I get "slf4j >= 1.6.1" from? It does not seem to be available from
the "centos-base" repository (there's only slf4j = 1.5.8-8.el6 available):
http://mirror.centos.org/centos/6/os/x86_64/Packages/

> 16:46  fraenki: if it still fails for you after the usual things, e.g.
> yum clean all, check repos etc., I'll try to reproduce

Yeah, tried this. Already wiped my repos and reinstalled ovirt-release36.rpm.

FWIW, I've noticed that a more recent slf4j is available from the SL6 repo at:
http://ftp.scientificlinux.org/linux/scientific/6x/external_products/maven/$basearch/
But I fear that this will break things in the long run (and it would replace 
several other packages as well, very likely to break ovirt-engine completely).

> > I'd switch my Hosted-Engine VM to EL7 if it wouldn't be such a pain. The 
> > only
> > "Upgrade Guide" I could find for Engine VM is this:
> > http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore
> > No fun. :(
> 
> This one does not deal with upgrading the engine OS. For that Sandro
> started [1] but gave up after having some issues.

Yeah, I wasn't really expecting that an in-place upgrade EL6->EL7 would work
in this case. That's why I was thinking about the Backup/Restore method...


Regards
- Frank
Resolving Dependencies
--> Running transaction check
---> Package ovirt-engine.noarch 0:3.5.5-1.el6 will be updated
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-restapi-3.5.5-1.el6.noarch
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-backend-3.5.5-1.el6.noarch
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-webadmin-portal-3.5.5-1.el6.noarch
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-userportal-3.5.5-1.el6.noarch
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-dbscripts-3.5.5-1.el6.noarch
--> Processing Dependency: ovirt-engine = 3.5.5-1.el6 for package: 
ovirt-engine-tools-3.5.5-1.el6.noarch
---> Package ovirt-engine.noarch 0:3.6.1.3-1.el6 will be an update
--> Processing Dependency: slf4j >= 1.7.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-iso-uploader >= 3.6.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-image-uploader >= 3.6.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-wildfly-overlay >= 8.0.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-wildfly >= 8.2.1 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-websocket-proxy >= 3.6.1.3-1.el6 for 
package: ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-vmconsole-proxy-helper >= 3.6.1.3-1.el6 
for package: ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-cli >= 3.6.0.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Running transaction check
---> Package ovirt-engine.noarch 0:3.6.1.3-1.el6 will be an update
--> Processing Dependency: slf4j >= 1.7.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-engine-cli >= 3.6.0.0 for package: 
ovirt-engine-3.6.1.3-1.el6.noarch
---> Package ovirt-engine-backend.noarch 0:3.5.5-1.el6 will be updated
---> Package ovirt-engine-backend.noarch 0:3.6.1.3-1.el6 will be an update
--> Processing Dependency: vdsm-jsonrpc-java >= 1.1.5 for package: 
ovirt-engine-backend-3.6.1.3-1.el6.noarch
--> Processing Dependency: ovirt-host-deploy-java >= 1.4.0 for package: 
ovirt-engine-backe

Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-05 Thread Yedidyah Bar David
On Tue, Jan 5, 2016 at 5:16 PM, Frank Wall  wrote:
> On Sun, Jan 03, 2016 at 03:18:40PM +0100, Frank Wall wrote:
>> [ INFO  ] Checking for product updates...
>> [ ERROR ] Yum: [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 
>> 1.7.0', u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
>> [ INFO  ] Yum: Performing yum transaction rollback
>> [ ERROR ] Failed to execute stage 'Environment customization': 
>> [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
>> u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
>
> Nobody's using EL6 anymore? :)

On the contrary - in RHEV we still support only el6 for the engine:

https://bugzilla.redhat.com/show_bug.cgi?id=1195123

I still didn't try to reproduce your failure, no idea.

It should work.

Perhaps to aid debugging you can try this, but _do_not_ press Enter:

yum --disableplugin=versionlock update ovirt-engine

Kill it (or reply 'no').

What does it output?

>
> I'd switch my Hosted-Engine VM to EL7 if it wouldn't be such a pain. The only
> "Upgrade Guide" I could find for Engine VM is this:
> http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore
> No fun. :(

This one does not deal with upgrading the engine OS. For that Sandro
started [1] but gave up after having some issues.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1234257
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-05 Thread Frank Wall
On Sun, Jan 03, 2016 at 03:18:40PM +0100, Frank Wall wrote:
> [ INFO  ] Checking for product updates...
> [ ERROR ] Yum: [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
> u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
> [ INFO  ] Yum: Performing yum transaction rollback
> [ ERROR ] Failed to execute stage 'Environment customization': 
> [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
> u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']

Nobody's using EL6 anymore? :)

I'd switch my Hosted-Engine VM to EL7 if it wouldn't be such a pain. The only
"Upgrade Guide" I could find for Engine VM is this:
http://www.ovirt.org/OVirt_Hosted_Engine_Backup_and_Restore
No fun. :(

FWIW, my oVirt nodes are all running EL7.


Regards
- Frank
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2016-01-02 Thread Yedidyah Bar David
On Fri, Jan 1, 2016 at 12:44 AM, Frank Wall  wrote:
> Hi,
>
> I've just tried to upgrade my ovirt-engine 3.5.5 which is still running on 
> EL6,
> but it failed due to a dependency error regarding slf4j:
>
> # engine-setup
> [ INFO  ] Stage: Initializing
> [ INFO  ] Stage: Environment setup
>   Configuration files: 
> ['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', 
> '/etc/ovirt-engine-setup.conf.d/10-packaging.conf', 
> '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
>   Log file: 
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20151231233407-lmovl5.log
>   Version: otopi-1.4.0 (otopi-1.4.0-1.el6)
> [ INFO  ] Stage: Environment packages setup
> [ INFO  ] Stage: Programs detection
> [ INFO  ] Stage: Environment setup
> [ INFO  ] Stage: Environment customization
>
>   --== PRODUCT OPTIONS ==--
>
>   --== PACKAGES ==--
>
> [ INFO  ] Checking for product updates...
> [ ERROR ] Yum: [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
> u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
> [ INFO  ] Yum: Performing yum transaction rollback
> [ ERROR ] Failed to execute stage 'Environment customization': 
> [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
> u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
> [ INFO  ] Stage: Clean up
>   Log file is located at 
> /var/log/ovirt-engine/setup/ovirt-engine-setup-20151231233407-lmovl5.log
> [ INFO  ] Generating answer file 
> '/var/lib/ovirt-engine/setup/answers/20151231233424-setup.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Execution of setup failed
>
> I've followed the upgrade guide [1], and yes, I'm aware that AiO is no longer
> supported on EL6 [2], but this is just my Hosted-Engine VM, *not* an AiO host.
> So I thought it would still work.
>
> I haven't attached any further logs, because this error is really obvious I
> guess. These are the currently installed oVirt packages:
>
> otopi-1.4.0-1.el6.noarch
> otopi-java-1.4.0-1.el6.noarch
> ovirt-engine-3.5.5-1.el6.noarch
> ovirt-engine-backend-3.5.5-1.el6.noarch
> ovirt-engine-cli-3.5.0.5-1.el6.noarch
> ovirt-engine-dbscripts-3.5.5-1.el6.noarch
> ovirt-engine-extension-aaa-jdbc-1.0.4-1.el6.noarch
> ovirt-engine-extensions-api-impl-3.5.5-1.el6.noarch
> ovirt-engine-jboss-as-7.1.1-1.el6.x86_64
> ovirt-engine-lib-3.6.1.3-1.el6.noarch
> ovirt-engine-restapi-3.5.5-1.el6.noarch
> ovirt-engine-sdk-python-3.5.2.1-1.el6.noarch
> ovirt-engine-setup-3.6.1.3-1.el6.noarch
> ovirt-engine-setup-base-3.6.1.3-1.el6.noarch
> ovirt-engine-setup-plugin-ovirt-engine-3.6.1.3-1.el6.noarch
> ovirt-engine-setup-plugin-ovirt-engine-common-3.6.1.3-1.el6.noarch
> ovirt-engine-setup-plugin-websocket-proxy-3.6.1.3-1.el6.noarch
> ovirt-engine-tools-3.5.5-1.el6.noarch
> ovirt-engine-userportal-3.5.5-1.el6.noarch
> ovirt-engine-webadmin-portal-3.5.5-1.el6.noarch
> ovirt-engine-websocket-proxy-3.5.5-1.el6.noarch
> ovirt-host-deploy-1.3.1-1.el6.noarch
> ovirt-host-deploy-java-1.3.1-1.el6.noarch
> ovirt-image-uploader-3.5.1-1.el6.noarch
> ovirt-iso-uploader-3.5.2-1.el6.noarch
> vdsm-jsonrpc-java-1.0.15-1.el6.noarch
>
> Any ideas?
>
> [1] http://www.ovirt.org/OVirt_3.6.1_Release_Notes#oVirt_Hosted_Engine
> [2] http://www.ovirt.org/OVirt_3.6.1_Release_Notes#Known_issues

Sounds like:

https://bugzilla.redhat.com/show_bug.cgi?id=1276651

Can you post exact flow and logs? Thanks.
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Unable to upgrade ovirt-engine 3.5.5 to 3.6.1 on EL6

2015-12-31 Thread Frank Wall
Hi,

I've just tried to upgrade my ovirt-engine 3.5.5 which is still running on EL6,
but it failed due to a dependency error regarding slf4j:

# engine-setup
[ INFO  ] Stage: Initializing
[ INFO  ] Stage: Environment setup
  Configuration files: 
['/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf', 
'/etc/ovirt-engine-setup.conf.d/10-packaging.conf', 
'/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf']
  Log file: 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20151231233407-lmovl5.log
  Version: otopi-1.4.0 (otopi-1.4.0-1.el6)
[ INFO  ] Stage: Environment packages setup
[ INFO  ] Stage: Programs detection
[ INFO  ] Stage: Environment setup
[ INFO  ] Stage: Environment customization
 
  --== PRODUCT OPTIONS ==--
 
  --== PACKAGES ==--
 
[ INFO  ] Checking for product updates...
[ ERROR ] Yum: [u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
[ INFO  ] Yum: Performing yum transaction rollback
[ ERROR ] Failed to execute stage 'Environment customization': 
[u'ovirt-engine-3.6.1.3-1.el6.noarch requires slf4j >= 1.7.0', 
u'vdsm-jsonrpc-java-1.1.5-1.el6.noarch requires slf4j >= 1.6.1']
[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20151231233407-lmovl5.log
[ INFO  ] Generating answer file 
'/var/lib/ovirt-engine/setup/answers/20151231233424-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed

I've followed the upgrade guide [1], and yes, I'm aware that AiO is no longer
supported on EL6 [2], but this is just my Hosted-Engine VM, *not* an AiO host.
So I thought it would still work. 

I haven't attached any further logs, because this error is really obvious I
guess. These are the currently installed oVirt packages:

otopi-1.4.0-1.el6.noarch
otopi-java-1.4.0-1.el6.noarch
ovirt-engine-3.5.5-1.el6.noarch
ovirt-engine-backend-3.5.5-1.el6.noarch
ovirt-engine-cli-3.5.0.5-1.el6.noarch
ovirt-engine-dbscripts-3.5.5-1.el6.noarch
ovirt-engine-extension-aaa-jdbc-1.0.4-1.el6.noarch
ovirt-engine-extensions-api-impl-3.5.5-1.el6.noarch
ovirt-engine-jboss-as-7.1.1-1.el6.x86_64
ovirt-engine-lib-3.6.1.3-1.el6.noarch
ovirt-engine-restapi-3.5.5-1.el6.noarch
ovirt-engine-sdk-python-3.5.2.1-1.el6.noarch
ovirt-engine-setup-3.6.1.3-1.el6.noarch
ovirt-engine-setup-base-3.6.1.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.6.1.3-1.el6.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.6.1.3-1.el6.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.6.1.3-1.el6.noarch
ovirt-engine-tools-3.5.5-1.el6.noarch
ovirt-engine-userportal-3.5.5-1.el6.noarch
ovirt-engine-webadmin-portal-3.5.5-1.el6.noarch
ovirt-engine-websocket-proxy-3.5.5-1.el6.noarch
ovirt-host-deploy-1.3.1-1.el6.noarch
ovirt-host-deploy-java-1.3.1-1.el6.noarch
ovirt-image-uploader-3.5.1-1.el6.noarch
ovirt-iso-uploader-3.5.2-1.el6.noarch
vdsm-jsonrpc-java-1.0.15-1.el6.noarch

Any ideas?

[1] http://www.ovirt.org/OVirt_3.6.1_Release_Notes#oVirt_Hosted_Engine
[2] http://www.ovirt.org/OVirt_3.6.1_Release_Notes#Known_issues


Regards
- Frank
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users