User Tools

Site Tools


rpm5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
rpm5 [2012-12-13 00:38]
baggins update
rpm5 [2013-01-30 14:29]
glen remove excess escaping
Line 33: Line 33:
  
 That returned //​kernel-headers-A.B.C-R.arch.rpm//​ with old rpm, will return nothing with rpm 5.x. You have to do '''​readlink -f'''​ first, or change to symlinked directory and do relative path query. ​ That returned //​kernel-headers-A.B.C-R.arch.rpm//​ with old rpm, will return nothing with rpm 5.x. You have to do '''​readlink -f'''​ first, or change to symlinked directory and do relative path query. ​
 +
 +==== poldek error "Too many open files" ====
 +
 +You have to remove .poldek-cache directory if, after rpm/poldek ugrade, you see error similiar to the following:
 +
 +<​code>​
 +Loading [pndir]th...
 +Loading [pndir]th...
 +19616 packages read
 +Loading [rpmdbcache]/​var/​lib/​rpm...
 +rpmdb: /​var/​lib/​rpm/​__db.005:​ Too many open files
 +error: db_init:​db3.c:​1087:​ dbenv->​open(24):​ Too many open files
 +error: cannot open Packages(0) index: Too many open files(24)
 +        DB: Berkeley DB 5.2.36: (September 14, 2011)
 +error: //​var/​lib/​rpm:​ open rpm database failed
 +Abort
 +</​code>​
  
 ==== DB_BUFFER_SMALL error messages ==== ==== DB_BUFFER_SMALL error messages ====
Line 82: Line 99:
 ==== Excluding dependencies ==== ==== Excluding dependencies ====
  
-Regexp patterns for ''​'%%_noauto*%%'''​ macros changed slightly, and '​('​ must be escaped now, for example:+Regexp patterns for ''​_noauto*''​ macros changed slightly, and '​('​ must be escaped now, for example:
  
 <code rpmspec> <code rpmspec>
rpm5.txt ยท Last modified: 2015-01-13 16:01 by glen