Skip to content

Meteor tool swallows Mongo's error message on low disk space #2378

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

Closed
Slava opened this issue Aug 3, 2014 · 2 comments
Closed

Meteor tool swallows Mongo's error message on low disk space #2378

Slava opened this issue Aug 3, 2014 · 2 comments

Comments

@Slava
Copy link
Contributor

Slava commented Aug 3, 2014

To reproduce:

  • find a machine with no free disk available
  • run the leaderboard example with released Meteor 0.8.3
  • observe the error message with code "100" being printed
  • run mongod manually and observe the "not enough disk space" error being printed

Expected:

  • "not enough disk space" message being printed
@glasser glasser added this to the Winter 2015 Mongo Maintenance milestone Feb 4, 2015
glasser added a commit that referenced this issue Feb 6, 2015
Fixes #2378.

Note that this error is detected by reading stdout, and we don't
actually want to buffer all of stdout in memory (it grows pretty fast).
@glasser glasser closed this as completed in b276aa7 Feb 6, 2015
@glasser
Copy link
Contributor

glasser commented Feb 6, 2015

ubuntu@ip-10-142-215-109:~/leaderboard$ ~/meteor/meteor
[[[[[ ~/leaderboard ]]]]]

=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.

Looks like you are out of free disk space under .meteor/local.

@Slava
Copy link
Contributor Author

Slava commented Feb 6, 2015

👍

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

No branches or pull requests

2 participants