-
Notifications
You must be signed in to change notification settings - Fork 19
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
stderr maxBuffer exceeded #17
Comments
Hey, @allan-bonadio. It's weird that |
I've also encountered this issue. I think that the main problem is the usage of I think that the implementation should switch from using @rictorres What is your opinion on that? additional info: |
Changing the "-vv" in index.js to just "-v" worked for me on RHEL 6 and Mac OS 10.14.4 |
I created a PR to remove the PR: #31 |
Hi, I was getting this to work, and I ran into this glitch. I'd run my little rpmbuilder.js program and after maybe a minute i'd get this:
this came from child-process. At first I tried passing in an option:
but that wasn't even big enough. Finally I commended out this line in index.js:
The -vv was generating gobs and gobs of output into stderr. Since it seems to be dropped anyway, you probably don't need it.
BUT, after that the program wouldn't quit. Generated the rpm file, i just have to ^C. could be my problem, but just fyi.
The text was updated successfully, but these errors were encountered: