I just installed Meteor version 0.5.9 (45fef52095) on my CentOS server version 6.3 (Final) (Linux version 2.6.32-279.19.1.el6.i686 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)) # 1 SMP Wed Dec 19 04:30:58 UTC 2012)
I have a samba share on a Windows SBS server installed as / mnt / apshared under the apache user. I created a directory inside it called "webmeteor". I created an application called "myapp" inside the "webmeteor" directory, so my directory looks like this: / mnt / apshared / webmeteor / myapp.
I am registered as root. When I try to start the application using the meteor command, I get the following error messages:
Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Can't start mongod MongoDB had an unspecified uncaught exception. Check to make sure that MongoDB is able to write to its database directory.
My first call point was this StackOverflow question: Creating a new meteor.js file and getting a 100 error, MongoDB cannot write - however, following these suggestions (sudo'ing the meteor command and checking the disk space on which I have 70 GB free), did not work. I am quite sure that these problems are related to resolution.
I tried to recursively relay chown to root: root (as I am registered as root) and chmod to 777 recursively, but to no avail.
I ask you what should I try to get my Meteor app to start?
Thanks in advance.
mongodb meteor permissions samba centos
Aaron Cunnington Mar 25 '13 at 8:20 2013-03-25 08:20
source share