Hello all, I have a problem! a number of my debian boxes are increased and rise 13 $-). I want to have a debian packages on every box, the only way that I have is to create a ftp server with debian CD's. And setup dselect to use this ftp server as a source. /*------------------------ Ftp structure /----- /CD1 /CD2 /CD3 /*------------------------ /var/lib/dpkg/methods/ftp/vars
$VAR1 = { 'proxyhost' => '', 'site' => [ [ 'debian.ftp.local', '/CD1', [ 'dists/stable/main', 'dists/stable/contrib', 'dists/stable/non-US/contrib', 'dists/stable/non-US/main' ], '0', 'debftpi', 'password' ], [ 'debian.ftp.local', '/CD2', [ 'dists/stable/main', 'dists/stable/contrib', 'dists/stable/non-US/contrib', 'dists/stable/non-US/main' ], '0', 'debftpi', 'password' ], [ 'debian.ftp.local', '/CD3', [ 'dists/stable/main', 'dists/stable/contrib', 'dists/stable/non-US/contrib', 'dists/stable/non-US/main' ], '0', 'debftpi', 'password' ] ], 'proxypassword' => '', 'proxylogname' => 'root', 'done' => 1, 'use_auth_proxy' => '0', 'dldir' => 'debian' }; When I try to use this structure, I could not see all packages that I have in my 3 CD, and I thought than dselect couldnot correctly download all packages list. Is there are any idea? Best regards, Ant mailto:[EMAIL PROTECTED]