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

errnoException #2

Open
mulhoon opened this issue Oct 17, 2013 · 2 comments
Open

errnoException #2

mulhoon opened this issue Oct 17, 2013 · 2 comments

Comments

@mulhoon
Copy link

mulhoon commented Oct 17, 2013

Hi, this looks very useful.

Unfortunately I get this error.. Do you know what it might be?
Thanks

child_process.js:927
    throw errnoException(process._errno, 'spawn');
          ^
Error: spawn EMFILE
    at errnoException (child_process.js:980:11)
    at ChildProcess.spawn (child_process.js:927:11)
    at exports.spawn (child_process.js:715:9)
    at Object.exports.execFile (child_process.js:607:15)
    at exports.exec (child_process.js:578:18)
    at cut (/Users/Mulhoon/.nvm/v0.10.18/lib/node_modules/sfjs/bin/sfjs:93:5)
    at /Users/Mulhoon/.nvm/v0.10.18/lib/node_modules/sfjs/bin/sfjs:185:11
    at /Users/Mulhoon/.nvm/v0.10.18/lib/node_modules/sfjs/bin/sfjs:80:14
    at ChildProcess.exithandler (child_process.js:635:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
@mulhoon
Copy link
Author

mulhoon commented Oct 17, 2013

Ok, this issue was because of the file limit. ulimit -n 10000 did not help as it has changed now.

this worked for me sudo launchctl limit maxfiles 1000 10000

Also here is a good guide to installing the dependencies. Might be worth including in your readme.
http://www.emersonlackey.com/article/command-line-ogg-conversion

Thanks for the script, now works perfectly.

@PatrickWolleb
Copy link
Owner

Nice one. Glad to hear!

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