Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uyuni Server: Some packages failed to update #4244

Closed
juliogonzalez opened this issue Sep 24, 2021 · 1 comment
Closed

Uyuni Server: Some packages failed to update #4244

juliogonzalez opened this issue Sep 24, 2021 · 1 comment

Comments

@juliogonzalez
Copy link
Member

juliogonzalez commented Sep 24, 2021

Description of the problem

If you try to update to 2021.09, and get the following:

# zypper up
> Loading repository data...
> Reading installed packages...
>
> The following 6 package updates will NOT be installed:
> mgr-osa-dispatcher python3-mgr-osa-common python3-mgr-osa-dispatcher
> python3-rhnlib python3-suseRegisterInfo suseRegisterInfo Nothing to do.
> ata-oxy-uyuni01:/home/simon # zypper up mgr-osa-dispatcher
> Loading repository data...
> Reading installed packages...
> There is an update candidate for 'mgr-osa-dispatcher' from vendor
> 'obs://build.opensuse.org/systemsmanagement:Uyuni', while the current
> vendor is 'SUSE LLC https://www.suse.com/'. Use 'zypper install
> mgr-osa-dispatcher-4.3.1-1.2.uyuni1.noarch' to install this candidate.
> Resolving package dependencies...
> Nothing to do.

Or:

# zypper lu --all
Loading repository data...
Reading installed packages...
S | Repository          | Name                       | Current Version      | Available Version    | Arch
--+---------------------+----------------------------+----------------------+----------------------+-------
v | Uyuni Server Stable | Uyuni-Server-release       | 2021.06-132.3.uyuni1 | 2021.09-141.3.uyuni1 | x86_64
v | Uyuni Server Stable | mgr-osa-dispatcher         | 4.2.6-1.30.1         | 4.3.1-1.2.uyuni1     | noarch
v | Uyuni Server Stable | python3-mgr-osa-common     | 4.2.6-1.30.1         | 4.3.1-1.2.uyuni1     | noarch
v | Uyuni Server Stable | python3-mgr-osa-dispatcher | 4.2.6-1.30.1         | 4.3.1-1.2.uyuni1     | noarch
v | Uyuni Server Stable | python3-rhnlib             | 4.2.4-3.28.1         | 4.3.1-1.2.uyuni1     | noarch
v | Uyuni Server Stable | python3-suseRegisterInfo   | 4.2.4-3.15.1         | 4.3.1-1.2.uyuni1     | noarch
v | Uyuni Server Stable | suseRegisterInfo           | 4.2.4-3.15.1         | 4.3.1-1.2.uyuni1     | noarch

That's happening because of an openSUSE Leap 15.3 bug: https://bugzilla.opensuse.org/show_bug.cgi?id=1190851

Workaround

Stop the services:

spacewalk-service stop

And then run:

zypper in --allow-vendor-change mgr-osa-dispatcher python3-mgr-osa-common python3-mgr-osa-dispatcher python3-rhnlib python3-suseRegisterInfo suseRegisterInfo Uyuni-Server-release 

Then finally start the services:

spacewalk-service start

This way the packages will come again from Uyuni.

@juliogonzalez
Copy link
Member Author

According to https://bugzilla.opensuse.org/show_bug.cgi?id=1190851, this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant