Package: sks
Version: 1.1.5-4
Severity: normal

The daily cron job for sks is failing on my system, sending me email
that says:

/etc/cron.daily/sks:
/etc/cron.daily/sks: line 29: db_archive: command not found
run-parts: /etc/cron.daily/sks exited with return code 127

It should not be doing this.  The message appears to be from this bit of
/etc/cron.daily/sks:


clean_directory() {
        dir=$1
        if [ -d "$dir" ]
        then
                db_archive -h $dir -d
        fi
        return 0
}

# The DB directory holds indexes and keys.
clean_directory /var/lib/sks/DB


It looks to me like db_archive is provided by the db-util package, which is not installed on my system. sks depends on db5.3-util, but not on db-util. Maybe sks should be using db5.3_archive explicitly, or maybe it should depend on db-util.

--
Ben Harris, University of Cambridge Information Services.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages sks depends on:
ii  adduser     3.113+nmu3
ii  db5.3-util  5.3.28-9
ii  libc6       2.19-19
ii  libdb5.3    5.3.28-9
ii  logrotate   3.8.7-2
ii  zlib1g      1:1.2.8.dfsg-2+b1

sks recommends no packages.

Versions of packages sks suggests:
ii  exim4-daemon-light [mail-transport-agent]  4.86-2
pn  procmail                                   <none>

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to