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 Too many open files (os error 24) #2312

Closed
SuperSandro2000 opened this issue May 30, 2021 · 1 comment · Fixed by #2330
Closed

cp Too many open files (os error 24) #2312

SuperSandro2000 opened this issue May 30, 2021 · 1 comment · Fixed by #2330

Comments

@SuperSandro2000
Copy link
Contributor

I get the following error when copying the vim source package in nixpkgs

cp -pr --reflink=auto -- /nix/store/dvh1x2m7gvp1iv5jjlvrf5ry5g3ay23k-source source
cp: error: '/nix/store/dvh1x2m7gvp1iv5jjlvrf5ry5g3ay23k-source/src/INSTALL' -> 'source/src/INSTALL': Too many open files (os error 24)

The smalled reproduced I came up with is cp -r --reflink=auto -- /nix/store/dvh1x2m7gvp1iv5jjlvrf5ry5g3ay23k-source source with this tarball dvh1x2m7gvp1iv5jjlvrf5ry5g3ay23k-source.zip.

@miDeb
Copy link
Contributor

miDeb commented Jun 1, 2021

Thanks for the bug report! I will submit a fix soon.

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

Successfully merging a pull request may close this issue.

2 participants