[Bug 220451] New: Error messages when removing patches using PersistentStorage
https://bugzilla.novell.com/show_bug.cgi?id=220451 Summary: Error messages when removing patches using PersistentStorage Product: openSUSE 10.2 Version: Beta 2 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: libzypp AssignedTo: dmacvicar@novell.com ReportedBy: lslezak@novell.com QAContact: kkaempf@novell.com CC: locilka@novell.com y2log contains a lot of error messages when yast removes patches using PersistentStorage class during update: 2006-11-13 10:34:08 <1> 10.20.1.66(3527) [store] XMLFilesBackend.cc(storedObjects):814 done reading 50 stored objects for file of kind patch 2006-11-13 10:34:08 <2> 10.20.1.66(3527) [wfm] Target.cc(TargetStoreRemove):745 Removing 50 objects of kind 'patch' from /mnt 2006-11-13 10:34:08 <0> 10.20.1.66(3527) [zypp] PathInfo.cc(_Log_Result):295 unlink /mnt/var/lib/zypp/db/patches/665b6873b79894dd315961c6b1bcea7d 2006-11-13 10:34:08 <3> 10.20.1.66(3527) [store] XMLFilesBackend.cc(deleteObject):680 This backend was not designed to store resolvable of kind atom, ignoring. . 2006-11-13 10:34:08 <3> 10.20.1.66(3527) [store] XMLFilesBackend.cc(deleteObject):680 This backend was not designed to store resolvable of kind atom, ignoring. . 2006-11-13 10:34:08 <3> 10.20.1.66(3527) [store] XMLFilesBackend.cc(deleteObject):680 This backend was not designed to store resolvable of kind atom, ignoring. . .. The complete y2logs will be attached. It seems that removing works - all patch metadata are removed, but I don't know whether the error is severe or the message should be ignored (it shoulde be a warning in that case). The problem happens in TargetStoreRemove binding, see bug #210552 for more information. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220451 ------- Comment #1 from lslezak@novell.com 2006-11-13 09:07 MST ------- Created an attachment (id=104980) --> (https://bugzilla.novell.com/attachment.cgi?id=104980&action=view) y2logs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220451 dmacvicar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from dmacvicar@novell.com 2007-05-21 09:35 MST ------- This bug is harmless. I recommend not touching the code. The target should not push atoms into the store. Looking at the code in 10.2 branch it seems fixed. Line 633 TargetImpl.cc else if (!isKind<Atom>(it->resolvable())) // atoms are re-created from the patch data, no need to save them { -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com