Guest User

Untitled

a guest
Apr 3rd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1.  
  2. [vagrant@meteor vagrant]$ ls
  3. microscope  Vagrantfile
  4. [vagrant@meteor vagrant]$ cd microscope/
  5. [vagrant@meteor microscope]$ cd .meteor/
  6. [vagrant@meteor .meteor]$ cd local/
  7. [vagrant@meteor local]$ ls
  8. db
  9. [vagrant@meteor local]$ ln -s ~/db/
  10. ln: creating symbolic link `./db': File exists
  11. [vagrant@meteor local]$ ls -la
  12. total 0
  13. drwxrwxrwx 1 vagrant vagrant 0 Apr  3 19:30 .
  14. drwxrwxrwx 1 vagrant vagrant 0 Apr  3 19:30 ..
  15. drwxrwxrwx 1 vagrant vagrant 0 Apr  3 19:30 db
  16. [vagrant@meteor local]$ cd ../../
  17. [vagrant@meteor microscope]$ meteor
  18. [[[[[ /vagrant/microscope ]]]]]
  19.  
  20. => Started proxy.
  21. Unexpected mongo exit code 100. Restarting.
  22. Unexpected mongo exit code 100. Restarting.
  23. Unexpected mongo exit code 100. Restarting.
  24. Can't start Mongo server.
  25. MongoDB had an unspecified uncaught exception.
  26. This can be caused by MongoDB being unable to write to a local database.
  27. Check that you have permissions to write to .meteor/local. MongoDB does
  28. not support filesystems like NFS that do not allow file locking.
  29. [vagrant@meteor microscope]$
Advertisement
Add Comment
Please, Sign In to add comment