On Sat, Mar 01, 2008 at 11:06:24AM +0100, intrigeri wrote:
> Package: apt-cacher
> Version: 1.6.1
> Severity: normal
>
> Hello,
>
> here is the output from apt-cacher's daily cronjob on a system I run :
>
> /etc/cron.daily/apt-cacher:
> Could not read config file: No such file or directory at
> /usr/share/apt-cacher//apt-cacher-lib.pl line 39.
> run-parts: /etc/cron.daily/apt-cacher exited with return code 2
>
> David Prévot gets the same output, which I found in a presumably
> unrelated BTS discussion (#460020) ; his email was sent on 20 Jan 2008.
Thanks. I don't see how this is happening.
Could you apply this patch and post the output.
Thanks,
Mark
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);
};
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]