This shows you the differences between two versions of the page.
| — |
rpm:rpm_database [2010/02/22 13:23] (current) matthew created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | error: db4 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found | ||
| + | |||
| + | |||
| + | |||
| + | Fix: | ||
| + | <code> | ||
| + | rpm --rebuilddb | ||
| + | <code> | ||
| + | |||
| + | It might have to be done twice: | ||
| + | |||
| + | <code> | ||
| + | # rpm --rebuilddb | ||
| + | error: db4 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found | ||
| + | # rpm --rebuilddb | ||
| + | </code> | ||