Package: fai-client
Version: 3.3.2
Severity: normal
Tags: patch

install_packages does not honor the MAX_PACKAGES limit for packages using the 
aptitude-r method. This can lead to not all packages being 
installed via aptitude-r because the resulting command line for aptitude 
becomes too long.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.16.60-0.33-smp (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fai-client depends on:
ii  file                     4.26-1          Determines file type using "magic"
ii  iproute                  20080725-2      networking and traffic control too
ii  libapt-pkg-perl          0.1.22+b1       Perl interface to libapt-pkg
ii  liblinux-lvm-perl        0.14-1          module to access LVM status inform
ii  libparse-recdescent-perl 1.95.1+dfsg-3   generates recursive-descent parser
ii  perl                     5.10.0-19lenny2 Larry Wall's Practical Extraction 

Versions of packages fai-client recommends:
pn  cfengine2                     <none>     (no description available)
pn  debconf-utils                 <none>     (no description available)

Versions of packages fai-client suggests:
pn  cryptsetup                    <none>     (no description available)
pn  dmsetup                       <none>     (no description available)
pn  ntfsprogs                     <none>     (no description available)

-- no debconf information
--- install_packages.org        2009-11-26 10:55:41.480096165 +0100
+++ install_packages    2009-11-26 19:15:34.668093383 +0100
@@ -186,7 +186,7 @@
     next;
   }
 
-  if ($atype eq "install" || $atype eq "smarti" || $atype eq "aptitude" || 
$atype eq "unpack" || $opt_l || $opt_L) {
+  if ($atype eq "install" || $atype eq "smarti" || $atype eq "aptitude" || 
$atype eq "aptitude-r" || $atype eq "unpack" || $opt_l || $opt_L) {
 
     mkpackagelist(@{$list{$atype}}); # create lists of known and unknown 
packages
     if ($opt_l) {

Reply via email to