VPS で Meteor を実行しようとしたところ、次のエラーが発生しました。
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.
MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.
問題は自分のユーザー権限などにあることがわかりました。accessで meteor を実行しようとすると、非常にスムーズに動作しroot
ます。custom
" " ユーザーでmeteor を実行しようとすると失敗します。DigitalOceanにリストされているように、私は彼に sudo 権限を付与していますが。なぜそうなのですか?背後にある問題は何ですか?
私はUbuntu 14.04.1 LTSを使用しています。Meteor はバージョン 0.8.3 で、Meteor に付属の MongoDB を使用しています。MongoDB を個別にインストールしていません。
更新: 基本的に問題は見つかりましたが、問題の原因はまだわかりません。私は DigitalOcean VPS を利用しています。SSH 経由で Meteor を実行すると失敗します。Web コンソール アクセスで Meteor を実行すると、動作します。わかりません。