Package: apt-move Version: 4.2.24-1 Severity: normal Hi,
The command apt-move update return the following: [EMAIL PROTECTED] % apt-move update ~/paquets-debian/cache Moving files... unexpected eof encountered on /tmp/MOVE_gPSaM7/movefiles-fifo1 xargs: md5sum a termin? son ex?cution par le signal 13 Unknown error: domove: 1. attached my conf file. This used to work few days ago... runig the script with set -x gives these (last) lines: + mkdir /tmp/MOVE_q5m3Nh/movefiles/deb /tmp/MOVE_q5m3Nh/movefiles/dsc + [ yes ] + xargs -r md5sum + awk -f /usr/share/apt-move/cmpbignum.awk -f /usr/share/apt-move/cmpversion.awk -f /usr/share/apt-move/getdist.awk -f /usr/share/apt-move/move4 /tmp/MOVE_q5m3Nh/movefiles/deb /tmp/MOVE_q5m3Nh/movefiles-fifo1 /tmp/MOVE_q5m3Nh/movefiles-skip1 /tmp/MOVE_q5m3Nh/movefiles-pkg no + xargs -r stat -L -c %s unexpected eof encountered on /tmp/MOVE_q5m3Nh/movefiles-fifo1 + err=1 + set +e + CHILDREN= + [ -n ] + wait + rm -rf /tmp/MOVE_q5m3Nh + [ ] + getout domove 1 + [ ] + printerr domove 1 + echo Unknown error: domove: 1. Unknown error: domove: 1. + GETOUT=yes + exit 1 regards Jean-Luc -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-k8-4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages apt-move depends on: ii apt [libapt-pkg-libc6.3-6-3.1 0.6.42.3 Advanced front-end for dpkg ii bc 1.06-17 The GNU bc arbitrary precision cal ii dash 0.5.2-8 The Debian Almquist Shell ii libc6 2.3.5-7 GNU C Library: Shared libraries an ii libgcc1 1:4.0.2-3 GCC support library ii libstdc++6 4.0.2-3 The GNU Standard C++ Library v3 Versions of packages apt-move recommends: ii apt 0.6.42.3 Advanced front-end for dpkg -- no debconf information
# Configuration file for the apt-move script. # # You should modify the following configuration to suit your system. # See the apt-move(8) manpage for information about these settings. # # The defaults for this file are simply the settings I currently use. # Configuration for apt-move script -------------------------------------- # The sites in ``/etc/apt/sources.list'' that you wish to mirror. APTSITES="/all/" # The absolute path to your debian directory (top of your local mirror). # This MUST appear as the first entry of your sources.list if you use # sync or mirror. LOCALDIR=/mirrors/debian # The default distribution (see the apt-move(8) manpage for details) DIST=unstable # The package types you want to mirror. # Possible values are: binary, source, and both (use only one). PKGTYPE=binary # The full (absolute) path to your local cache of package files. The default # will work for the apt-get packages, unless you've reconfigured apt. FILECACHE=/home/jean-luc/paquets-debian/cache # The full (absolute) path to your local cache of Packages files. The # default will work for the apt-get Packages, unless you've reconfigured apt. LISTSTATE=/var/lib/apt/lists # Do you want apt-move to delete obsolete files from your mirror? (yes/no) DELETE=yes # Maximum percentage of files to delete during a normal run. MAXDELETE=20 # Set this to yes if you wish to keep the originals for move/movefile. COPYONLY=no # Set this to 'none gzip' to get uncompressed Packages/Sources files. PKGCOMP=gzip # Set this to yes to make apt-move generate Contents files. CONTENTS=no # Set this to key name to be used for signing Release files. SIGNINGKEY= # End Configuration ------------------------------------------------------