Too many open files in poldek --- https://www.pld-linux.org/rpm5?rev=1355355517 +++ https://www.pld-linux.org/rpm5 @@ -31,8 +31,25 @@ rpm -q -f /usr/src/linux/include/linux/fs.h </code> 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 ==== If running rpm built with BDB 5.3 you may see errors like this:
Diff URL: https://www.pld-linux.org/rpm5?do=diff&r1=1355355517&r2=1358417633 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
