Your message dated Tue, 01 Dec 2015 07:04:21 +0800
with message-id <[email protected]>
and subject line Re: [Aptitude-devel] Bug#800017: Bug#800017: Could not open 
file 
/var/lib/apt/lists/ftp.tw.debian.org_debian_dists_experimental_main_i18n_Translation-en.IndexDiff
 - open (2: No such file or directory)
has caused the Debian Bug report #800017,
regarding Could not open file 
/var/lib/apt/lists/ftp.tw.debian.org_debian_dists_experimental_main_i18n_Translation-en.IndexDiff
 - open (2: No such file or directory)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
800017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800017
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.7.2-1

# aptitude update
Get: 1 http://ftp.tw.debian.org experimental InRelease [186 kB]
Get: 2 http://ftp.tw.debian.org unstable InRelease [251 kB]
Get: 3 http://ftp.tw.debian.org experimental/main i386 Packages/DiffIndex 
[7,819 B]
Get: 4 http://ftp.tw.debian.org experimental/contrib i386 Packages/DiffIndex 
[7,819 B]
Get: 5 http://ftp.tw.debian.org experimental/non-free i386 Packages/DiffIndex 
[7,819 B]
Get: 6 http://ftp.tw.debian.org experimental/contrib Translation-en/DiffIndex 
[7,819 B]
Hit http://ftp.tw.debian.org experimental/main Translation-en/DiffIndex
Fetched 468 kB in 3s (133 kB/s)
E: Could not open file 
/var/lib/apt/lists/ftp.tw.debian.org_debian_dists_experimental_main_i18n_Translation-en.IndexDiff
 - open (2: No such file or directory)
# apt-get update
Hit:1 http://ftp.tw.debian.org/debian experimental InRelease
Hit:2 http://ftp.tw.debian.org/debian unstable InRelease
Ign:3 http://mozilla.debian.net experimental InRelease
Hit:4 http://mozilla.debian.net experimental Release
Reading package lists... Done
#

--- End Message ---
--- Begin Message ---
MAFM> Have you seen this problem with the recent updates?
No. Closing. Thanks.

I currently do:

aa=/var/cache/apt/archives\ /var/lib/apt/lists
set -- $(find $aa -maxdepth 0 -type d -perm 0)
if test $# -ne 2
then
    ls -ld $aa
    echo -n "$0: not 000 !!!!! Got that holmes? "; read
fi

err=0
for m in $aa
do
    fsck -C -f -a $m && mount $m && chown -R root:root $m &&
    find $m/partial -type f -delete
    chown -R _apt:root $m/partial || err=1
done
if test $err != 0
then echo "MOUNT and chown $aa YOURSELF, DUDE, OK? "; read
fi

--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel

Reply via email to