|
Bugzilla – Full Text Bug Listing |
| Summary: | Cannot Change Software Repositories | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Stephan Binner <stbinner> |
| Component: | libzypp | Assignee: | Michael Andres <ma> |
| Status: | RESOLVED FIXED | QA Contact: | Stanislav Visnovsky <visnov> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | bart.otten85, coolo, dimstar, dmacvicar, kkaempf |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Binner
2007-09-17 07:37:12 UTC
Such a warning now also appears when starting the "Software Management" module. Seems this "warning" prevents installation of any new software. Yes, we are doomed since this early morning. Problems with building the cache-database cause a column is missing in the database so it seems. Does NOT work: * Refresh sources in YaST * rpm -v --rebuilddb * zypper refresh -f Guess we have to wait for an proper database-model? Guess the problem arised cause of using Package Manager to update and not Factory Update? Anyway, you can fix the problem by entering these commands as root: rm -R /var/cache/zypp/* After that you can refresh sources: zypper -v refresh -f *** Bug 325727 has been marked as a duplicate of this bug. *** Duncan, is this is a Factory problem or can it happen again? Michael, your fixes for patch & delta RPMs? (In reply to comment #7 from Stephan Kulow) > Duncan, is this is a Factory problem or can it happen again? No, it is a problem of changed cache db schema. I believe http://svn.opensuse.org/viewcvs/zypp?rev=7261&view=rev fixed it (?). ok, fixed |