Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: error reading ‘<file>’: Numerical result out of range #10

Open
fabio-porcedda opened this issue Apr 13, 2015 · 1 comment
Open

Comments

@fabio-porcedda
Copy link

I have build git-fs on Ubuntu 14.04, using opam to install the dependencies.
It seems to buld fine but when i try to copy a file from a mounted git repository i always got the following error:

cp: error reading ‘’: Numerical result out of range
cp: failed to extend ‘’: Numerical result out of range

Any hint?

Thanks

@benley
Copy link

benley commented Dec 10, 2015

I don't always get that error, but as soon as I try to do something like using tar to read every file in a worktree directory, lot of errors happen quickly, mostly in the form:

tar: ./path/to/file: Read error at byte 0, while reading 3584 bytes: Numerical result out of range

If I then try to cat any of the files mentined I'll get the "Numerical result out of range" error again. If I wait a few more seconds and cat again, it works. Seems ... not good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants