| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
else we keep the RPM DB open several times until rpm fails:
created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)
regression introduced in commit r2946 on 2012-02-14
(was: '(install) --test: do not display "More information on package"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
else we keep the RPM DB open several times until rpm fails:
created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line
Import urpmi
------------------------------------------------------------------------
|
| |
|
|
|
|
|
|
| |
rationale: all prints in transaction/installation code now go through
a callback that redirects the output at install time
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
r254652 ; revert both:
- r253559 (2009-03-04) "(install) close another fd leak (needed for
drakx)"
- and r253550 (2009-03-04: "(install) explicitely close the RPM DB on
comleting transaction (needed for drakx -- looks like refcount has
hard work)"
|
|
|
|
|
|
|
| |
many times in installer
(regression introduced in r253510 when adding new callbacks for the installer)
|
|
|
|
|
|
|
|
| |
detecting whether installing ackages succedded or not)
this doesn't impact anything since this is a freshly added callback used only
by drakx
|
| |
|
|
|
|
|
| |
(needed for drakx -- looks like refcount has hard work):
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- it has been "replaced" by $urpm->{logger_count}
(r15626 | rgarciasuarez | 2006-03-20)
- it was still used before when urpmi was forking on multiple transactions
(dropped in urpmi 4.9.0, Nov 2006)
|
| |
|
|
|
|
|
|
| |
o diskspace issues are now a fatal error (need perl-URPM 3.20)
(no use going on with the other transactions)
|
|
|
|
|
|
| |
o handle --replacefiles, will be used by mdkonline
(require perl-URPM 3.19)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use $blists instead
- create urpm::get_pkgs::selected2local_and_blists(),
which is similar to selected2list(), but returns a $blists
- the following functions have been modified to use a $blists instead of $list:
urpm::cdrom::copy_packages_of_removable_media()
urpm::install::prepare_transaction()
urpm::removable::try_mounting_non_cdroms()
urpm::get_pkgs::download_packages_of_distant_media()
- adapt code to use $blists
|
|
|
|
|
| |
modifying the parameters
|
| |
|
| |
|
|
|
|
|
| |
o handle README.urpmi in utf8 (but not other encodings) (#41553)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
nothing to remove
|
|
|
|
|
|
| |
o fix "using one big transaction" that occurs when using --keep
(#30198) (part of the fix is in perl-URPM 3.09)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- do not say "removing installed rpms" for rpms which were not scheduled to be
installed, instead remove those rpms from cachedir with a special error
message
|
|
|
|
|
| |
(allow to test nofsync and private db)
|
|
|
|
|
| |
o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
|
|
|
|
|
| |
is not used
|