Bug 920555

Summary: installation of patch openSUSE-2015-172 ends up with error
Product: [openSUSE] openSUSE 13.1 Reporter: Reinhard Mutz <reinhard.mutz>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: bwiedemann, meissner, systemd-maintainers
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 13.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Reinhard Mutz 2015-03-04 09:32:59 UTC
I am operating 2 32-bit systems and switched back from systemd 208-32.1-i586 to systemd 208-23.3-i586 because of lots  of errors and crashes.

I tried to install patch openSUSE-2015-172 and installation breaks.
The error message is
patch:openSUSE-2015-172-1.noarch conflicts with systemd-sysvinit.i586 < 208-32.1 provided by systemd-sysvinit-208-23.3.i586
Comment 1 Bernhard Wiedemann 2015-03-06 13:48:09 UTC
hmm. I thought, systemd-208-23.3 was the bad one
and systemd-208-32.1 had the fix for the crashes...


I think, there is some info missing.
e.g. how did you downgrade?
using zypper in -f systemd-208-23.3-i586 ?

did you do zypper addlock?

Some clues might be in the conflict resolution proposals 
below the quoted "conflicts" message.
Comment 2 Marcus Meissner 2015-03-06 14:23:57 UTC
the full zypper error message would be helpful.

It is likely a zypper lock issue.

zypper ll

to show all locks
Comment 3 Reinhard Mutz 2015-03-06 15:20:15 UTC
(In reply to Marcus Meissner from comment #2)
> the full zypper error message would be helpful.
> 
> It is likely a zypper lock issue.
> 
> zypper ll
> 
> to show all locks

zypper ll
# | Name             | Typ     | Repository
--+------------------+---------+-----------
1 | systemd          | package | (jedes)   
2 | systemd-sysvinit | package | (jedes)
Comment 4 Marcus Meissner 2015-03-06 15:31:36 UTC
delete them to continue with updating

zypper rl systemd
zypper rl systemd-sysvinit
Comment 5 Reinhard Mutz 2015-03-06 16:16:56 UTC
(In reply to Marcus Meissner from comment #4)
> delete them to continue with updating
> 
> zypper rl systemd
> zypper rl systemd-sysvinit

Perfect!
Patch installed without any errors!

Thanks for help.
Please close that bug.
Comment 6 Marcus Meissner 2015-03-06 16:46:55 UTC
good to hear it works!