Am Donnerstag, den 15.06.2006, 23:44 +0000 schrieb Julian Mehnle:
> 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)

Error code 100 means: gzip not found/installed.

>   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

Thanks. This is probably not a bug in debarchiver. It looks like a bug
in apt-utils, which has already been reported as bug #341326. Could you
please be so kind to run the debarchiver cron-script with '--dl 6'
option and as a strace run? The entry for the cron-script should look
like this:

*/1 * * * * debarchiver strace -o /tmp/debarchiver.log /usr/bin/debarchiver 
--dl 6 -ox --scanall | logger -t debarchiver -p daemon.info

(make sure to stop it after it has run or it will run every minute).
Then please attach the strace log and the log entries
from /var/log/daemon.log to this report. Do _not_ run it manually, as
bug #341326 only occurs in cron-jobs.

Regards, Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to