Meteor: unexpected mongo exit code 100

前端 未结 26 1260
栀梦
栀梦 2020-12-01 04:34

I have just installed Meteor version 0.5.9 (45fef52095) to my CentOS release 6.3 (Final) server (Linux version 2.6.32-279.19.1.el6.i686 (mockbuild@c6b8.bsys.dev.centos.org)

26条回答
  •  Happy的楠姐
    2020-12-01 04:40

    If you have installed Mongo globally, then be sure to delete all the prealloc files in the /db/journal folder.

    For Ubuntu, the /db/ folder is normally located in /data so the full path is /data/db/journal. This might be different for other OS's.

提交回复
热议问题