Bug 208420

Summary: YOU aborted unexpectedly
Product: [openSUSE] SUSE Linux 10.1 Reporter: Michal Svec <msvec>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: RESOLVED DUPLICATE QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: andreas.hanke, lslezak, meissner
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

Description Michal Svec 2006-09-27 12:08:07 UTC
During YOU update I got an error that package integrity check failed (banshee). I'm not sure what caused it (the package on the you source seems to be OK).

Download again didn't help, so I Ignored the problem and now YOU immediately ended, even not running SuSEconfig. Maybe `ignore interpreted as `abort?
Comment 1 Michal Svec 2006-09-27 12:11:27 UTC
Created attachment 99727 [details]
y2logs
Comment 2 Marcus Meissner 2006-09-27 15:55:01 UTC
from where is you.suse.cz syncing? looks like a temporary problem
Comment 3 Michal Svec 2006-09-27 17:45:17 UTC
I guess from euklid. However, a stupid check 'rpm -qpl banshee*rpm' passed OK, so I suppose the packages were OK. However, I'm not sure, maybe there's something in the log.

Anyways, that's just one thing, I'd say a more important problem is the behavior afterwards, you could always have some issues like this.
Comment 4 Jiří Suchomel 2006-10-02 09:05:18 UTC
I'm not skilled in reading zypp logs, so I'd rather ask - have the other patches been installed successfully or did it just end after the attempt to install banshee?

It doesn't look that the `ignore was wrongly interpreted - because the YouRemovePackages function was called, the installation must have ended with `next.
But then probably yast2-online-update detected that "no patches were installed" and finished correctly. The check is done this way:

list commit = Pkg::PkgCommit (0);
boolean installedPackages = commit[0]:0 > 0;

So - if other parches were installed - there might be a bug in PkgCommit output, reporting that nothing was installed or in incorrect check for that output.

needinfo for Michal (first part), CC lada (PkgCommit confusion).
Comment 5 Michal Svec 2006-10-02 11:14:13 UTC
There were other patches installed before and IIRC the installation of patches ended immediately after banshee.
Comment 6 Jiří Suchomel 2006-10-02 11:24:35 UTC
Lada, could you look why Pkg::PkgCommit returned non-positive value list in the first list? Related log file is y2log-1 (2006-09-27 13:47:19 <3>)
Comment 7 Bart Otten 2006-10-17 22:21:21 UTC
I say it's a dup. So 16 days after the last comment I mark so.

*** This bug has been marked as a duplicate of bug 181658 ***