[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#192403: Empty Packages and Release file



FWIW, I looked through the bug report and didn't find this info, so maybe
it's helpful.

I noticed that 2 files were empty of contents:
/var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages
/var/lib/apt/lists/_var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Release

The following seems to correction the situation until the next sources update, when it has to be done again.
highwind:/var/lib/apt/lists# for i in *Packages
> do
> cat $i >> _var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Packages
> done
highwind:/var/lib/apt/lists# for i in *Release
> do
> cat $i >> _var_cache_apt-build_repository_dists_apt-build_main_binary-i386_Release
> done


-- 
Brian Bennett
bahamat@digitalelf.net
http://digitalelf.net/

Live long and prosper.

Attachment: pgpJ8QcbGTaCk.pgp
Description: PGP signature


Reply to: