Bug 103185
| Summary: | up2date can fail to restart after updating itself | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Michael Young <m.a.young> |
| Component: | up2date | Assignee: | Adrian Likins <alikins> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fanny Augustin <fmoquete> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta1 | CC: | nobody+pnasrat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:58:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michael Young
2003-08-27 13:02:08 UTC
I had an error running sudo up2date --nox up2date. I got the following stack
trace, I'm assuming it's the same root cause.
error: db4 error(-30989) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page
not found
error: db4 error(-30989) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page
not found
New Up2date available
error: db4 error(-30989) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page
not found
error: db4 error(-30989) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page
not found
Fetching Obsoletes list for channel: redhat-linux-severn-i386-9.0.93...
Fetching Obsoletes list for channel: redhat-linux-severn-i386-9.0.93-updates...
Fetching Obsoletes list for channel: fedora-9-i386-stable...
########################################
Fetching Obsoletes list for channel: up2date-beta...
########################################
Fetching Obsoletes list for channel: jpackage-1.5-generic-nonfree...
########################################
Testing package set / solving RPM inter-dependencies...
########################################
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1148, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 755, in main
updateUp2date=None)
File "/usr/sbin/up2date", line 1014, in batchRun
batch.run()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 64, in run
self.__dryRun()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 134, in __dryRun
self.percentCallback)
File "/usr/share/rhn/up2date_client/up2date.py", line 487, in dryRun
rc)
up2date_client.up2dateErrors.ConflictError: RPM package conflict error. The
message was:
Test install failed because of package conflicts:
package up2date-3.9.15-2 is already installed
I should add that up2date successfully updated itself despite my stack trace, then again this could be an unrelated problem :) looks like the same as #104152 should be fixed in 3.9.27 or later *** This bug has been marked as a duplicate of 104152 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |