Package: fetch-crl
Version: 3.0.15-1
Severity: normal
After installing fetch-crl, I got the following error from cron:
--------
Subject: Cron <root@ypig> [ ! -f /var/lock/fetch-crl-cron ] || ( [ -f
/etc/default/fetch-crl ] && . /etc/default/fetch-crl ;
/usr/sbin/fetch-crl -q -r 360 )
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
Invalid meta-data directory /etc/grid-security/certificates
--------
The directory /etc/grid-security doesn't exist.
The error comes from:
# sanity check on configuration
$cnf->{_}->{statedir} and ! -d $cnf->{_}->{statedir} and
die "Invalid state directory " . $cnf->{_}->{statedir} . "\n";
$cnf->{_}->{infodir} and ! -d $cnf->{_}->{infodir} and
die "Invalid meta-data directory ".$cnf->{_}->{infodir}."\n";
I suppose that the directory should automatically be created if
it doesn't exist.
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages fetch-crl depends on:
ii libwww-perl 6.08-1
ii openssl 1.0.1j-1
ii perl 5.20.1-3
fetch-crl recommends no packages.
fetch-crl suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]