Package: debarchiver Version: 0.6.1 Severity: important I have (for the first time) set up a small Apt package repository:
http://www.bitshapers.com/debian/ At this time the repo contains only binary-all packages. They have been correctly sorted into the main/binary-all directory, but they are not being indexed by the debarchiver cron job in main/binary-<arch>/Packages and Contents-<arch>. The overall repository works ok (including signed Release file, etc.), but this problem makes debarchiver useless for me. I am getting the following error messages from every cron job invocation: dists/unstable/main/binary-i386/: 0 files 0B 0s dists/unstable/main/binary-all/:E: Sub-process gzip returned an error code (100) E: Errors apply to file '/proj/bitshapers/debarchive/dists/unstable/main/binary-all/web/thingy_1.100_all.deb' E: Sub-process gzip returned an error code (100) E: Errors apply to file '/proj/bitshapers/debarchive/dists/unstable/main/binary-all/perl/libwookee-perl_1.101_all.deb' New 20B 2 files 136kB 0s dists/unstable/main/source/: thingy has no source override entry thingy has no binary override entry either libwookee-perl has no source override entry libwookee-perl has no binary override entry either 2 pkgs in 0s Done Packages, Starting contents. dists/unstable/Contents-i386: 0 files 0B 0s dists/unstable/Contents-all: New 20B 0 files 0B 0s Done. 136kB in 2 archives. Took 0s I have attached the cron job I am using. (BTW, I have no idea what the "--scanall" option is supposed to do. The lack of documentation is embarrassing. I simply added the option in the hope that it would cause the binary-all packages to get indexed, but it seems to have no visible effect whatsoever.) For any other files, see the above repo URL. The "bitshapers" user is a member of the "debarchiver" group. Here are the permissions of a few relevant directories: drwxrwsr-x 2 debarchiver debarchiver 4096 2006-06-15 20:50 /var/cache/debarchiver/ drwxrwxr-x 4 bitshapers bitshapers 4096 2006-06-15 17:12 /proj/bitshapers/debarchive/ drwxrwxr-x 3 bitshapers bitshapers 4096 2006-06-15 23:35 /proj/bitshapers/debarchive/dists/ I can provide further information on request. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (600, 'testing'), (90, 'unstable') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-2-k6 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages debarchiver depends on: ii adduser 3.87 Add and remove users and groups ii apt-utils 0.6.44.1 APT utility programs ii dpkg-dev 1.13.19 package building tools for Debian ii opalmod 0.1.13 A set of Perl modules for various
# # Regular cron jobs for the debarchiver package # # Run the archiver every five minutes. #*/5 * * * * debarchiver test -x /usr/bin/debarchiver && /usr/bin/debarchiver -so | logger -t debarchiver -p daemon.info */5 * * * * bitshapers test -x /usr/bin/debarchiver && /usr/bin/debarchiver --debug-level 6 -so --scanall -i /proj/bitshapers/debarchive/incoming | logger -t debarchiver -p daemon.info