On Fri, Sep 05, 2014 at 02:57:22PM +0530, Sheesh Mohsin wrote: > Hi, > > I tried to install mongodb in fedora 19 using yum. Its service started > successfully after installation but after a reboot it is not starting > its service. This is the error[1] link. > Please some one help me out from this error. For installation of > mongodb, I have followed this documentation [2] . > > [1] http://ur1.ca/i4h4y > [2] > http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/#install-mongodb-on-red-hat-enterprise-centos-fedora-or-amazon-linux
Hi, all I can tell from the fpaste is that mongo is being started by a sysv script (/etc/init.d/mongod or similar depending on your distribution), and that this scripts exit with value 1 (meaning error). You have to turn on debugging in this script to learn more. Zbyszek _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel