Hello,

Mark Hindley wrote (07 Mar 2008 09:15:53 GMT) :
> Thanks. I don't see how this is happening.
> Could you apply this patch and post the output.

> diff --git a/apt-cacher-cleanup.pl b/apt-cacher-cleanup.pl
> index 507ce0f..12fa08a 100755
> --- a/apt-cacher-cleanup.pl
> +++ b/apt-cacher-cleanup.pl
> @@ -67,7 +67,7 @@ require 'apt-cacher-lib.pl';

>   # $cfg needs to be global for setup_ownership
>    our $cfg;
>    -
>    +warn "Configfile is $configfile\n";
>     eval {
>        $cfg = read_config($configfile);
>         };

I did so, and also added a warn after the eval { ... read_config ... }
block ; here is the output :

# /etc/cron.daily/apt-cacher
Configfile is /etc/apt-cacher/apt-cacher.conf
Read config file.
Configfile is /etc/apt-cacher/apt-cacher.conf
Read config file.

Then the program runs for a while (it’s running on a low-performance
box) and exits cleanly with exit code ($?) = 0.

Bye,
--
   <[EMAIL PROTECTED]>
  | gnupg key @ http://gaffer.boum.org/intrigeri/intrigeri.asc
  | The impossible just takes a bit longer.


Reply via email to