* [fatal error] cannot pread pack file: Input/output error
@ 2014-04-01 11:22 sunny110
2014-04-01 11:53 ` Jeff King
0 siblings, 1 reply; 3+ messages in thread
From: sunny110 @ 2014-04-01 11:22 UTC (permalink / raw)
To: git
Hi;
I hope this is the right place for my question.
I wanna build GoldenDict from source, however I get a fattal error when I
try to clone the repository.
Here is the recorded session:
sunny@s9:~/Programs/goldendict$ git clone
git://github.com/goldendict/goldendict.git
Cloning into 'goldendict'...
remote: Reusing existing pack: 11370, done.
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 11377 (delta 1), reused 0 (delta 0)
Receiving objects: 100% (11377/11377), 27.17 MiB | 11 KiB/s, done.
fatal: cannot pread pack file: Input/output error
fatal: index-pack failed
So what's the problem? could anyone help me? Thanks in advance.
--
View this message in context: http://git.661346.n2.nabble.com/fatal-error-cannot-pread-pack-file-Input-output-error-tp7607133.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [fatal error] cannot pread pack file: Input/output error
2014-04-01 11:22 [fatal error] cannot pread pack file: Input/output error sunny110
@ 2014-04-01 11:53 ` Jeff King
2014-04-01 12:45 ` sunny110
0 siblings, 1 reply; 3+ messages in thread
From: Jeff King @ 2014-04-01 11:53 UTC (permalink / raw)
To: sunny110; +Cc: git
On Tue, Apr 01, 2014 at 04:22:04AM -0700, sunny110 wrote:
> I wanna build GoldenDict from source, however I get a fattal error when I
> try to clone the repository.
>
> Here is the recorded session:
>
> sunny@s9:~/Programs/goldendict$ git clone
> git://github.com/goldendict/goldendict.git
> Cloning into 'goldendict'...
> remote: Reusing existing pack: 11370, done.
> remote: Counting objects: 7, done.
> remote: Compressing objects: 100% (7/7), done.
> remote: Total 11377 (delta 1), reused 0 (delta 0)
> Receiving objects: 100% (11377/11377), 27.17 MiB | 11 KiB/s, done.
> fatal: cannot pread pack file: Input/output error
> fatal: index-pack failed
>
> So what's the problem? could anyone help me? Thanks in advance.
At the point you see that message, git has received the whole contents
from the remote side and written them to disk. It's then trying to read
back the data it just wrote to do some checks on it. However, your
filesystem has reported a low-level I/O error, which may indicate a
disk problem or filesystem corruption.
Is it possible that your disk is dying?
-Peff
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-01 12:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 11:22 [fatal error] cannot pread pack file: Input/output error sunny110
2014-04-01 11:53 ` Jeff King
2014-04-01 12:45 ` sunny110
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).