On Tue, Oct 23, 2012 at 7:44 PM, Salil Wadnerkar <[email protected]> wrote:
> When I try to delete this partial package, I get these errors:
...
> File /usr/local/share/locale/en@quot/LC_MESSAGES/pkg.c8llMmPSGl does not exist
> Read failed: Input/output error at /usr/libdata/perl5/OpenBSD/md5.pm line 59
> I checked the source code. It is some coe that adds a file into some
> data structure (most probably, it is finding out which files to
> delete) and it fails to do so because the file is no longer there.
>
> How do I get rid of this partial package?

The error message "Input/output error" indicates that the error is for
some other file which does exist but for which the kernel is reporting
an I/O error.  That suggests that you have some sort of disk problem.
Has the kernel reported anything to dmesg?  If dmesg doesn't show
anything, then I would fsck all your filesystems and, if that doesn't
find anything, do a read check by dd'ing the raw partitions to
/dev/null and see what that turns up.


Philip Guenther

Reply via email to