Hi, I have the following problem with the new apt-conf 4.1 package in woody :
+++++++++++++++ thetys:~# apt-move sync Updating from local Packages files... cat: /var/state/apt/lists/ftp.fr.debian.org_*_Sources: No such file or directory Syncing mirror... Removing obsolete packages... usage: realpath filename ... usage: realpath filename ... Creating Packages.gz files... Building: unstable dists/unstable/main/binary-i386 Packages.gz Building: unstable dists/unstable/contrib/binary-i386 Packages.gz Building: unstable dists/unstable/non-free/binary-i386 Packages.gz +++++++++++++ Everything worked all right with the old apt-move 3.x. Is it a bug or am I doing any mistake? Any help would be appreciated... Some other information which may be useful : thetys:~# cat /etc/apt/sources.list deb ftp://ftp.fr.debian.org/debian unstable main contrib non-free deb http://spidermonkey.helixcode.com/distributions/debian/ unstable main thetys:~# cat /etc/apt-move.conf # 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="ftp.fr.debian.org" # The architectures that your site contain, separated with spaces. ARCHS="i386" # The full (absolute) path to your debian directory (top of your local mirror) LOCALDIR=/home/ftp/debian # The distribution you want to mirror (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=/var/cache/apt/archives # 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/state/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 # End Configuration ------------------------------------------------------ thetys:~# ls /var/state/apt/lists ftp.fr.debian.org_debian_dists_unstable_contrib_binary-i386_Packages ftp.fr.debian.org_debian_dists_unstable_contrib_binary-i386_Release ftp.fr.debian.org_debian_dists_unstable_main_binary-i386_Packages ftp.fr.debian.org_debian_dists_unstable_main_binary-i386_Release ftp.fr.debian.org_debian_dists_unstable_non-free_binary-i386_Packages ftp.fr.debian.org_debian_dists_unstable_non-free_binary-i386_Release lock partial spidermonkey.helixcode.com_distributions_debian_dists_unstable_main_binary-i386_Packages -- Sébastien Sablé