[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-11 Thread Jörg Frings-Fürst
Hello Nico, thank your for your work. I close this bug now. Jörg ** Changed in: mongodb (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1267791 Title:

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Nico T
Hello Jörg, I tried the hotfix you suggested and it works. At the same time I tried a fresh install in a virtualbox and mongodb- server works out of the box. It seems I'm the only one to have this problem so it might come from something specific in my installation. Thanks for your help, Nicola

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Jörg Frings-Fürst
Hello Nico, please test this hotfix: In file /etc/init/mongodb.conf [...] pre-start script mkdir -p /var/lib/mongodb/ mkdir -p /var/log/mongodb/ +touch /var/log/mongodb/mongodb.log +chown -R mongodb /var/lib/mongodb/ +chown -R mongodb /var/log/mongodb/ end script [...] and p

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Nico T
** Attachment added: "/etc/init/mongodb.conf" https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1267791/+attachment/3945376/+files/mongodb.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/12

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Nico T
** Attachment added: "/etc/mongodb.conf" https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1267791/+attachment/3945375/+files/mongodb.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1267791

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Jörg Frings-Fürst
Hello, please attach your /etc/mongodb.conf /etc/init/mongodb.conf Thanks ** Changed in: mongodb (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1267791 Ti

[Bug 1267791] Re: Mongodb server don't start because of bad log folder owner

2014-01-10 Thread Nico T
** Description changed: If I install (or reinstall) the mongodb-server package everything is fine. - At the end of the installation the server is properly started and + At the end of the installation the server is properly started and clients can connect to it. At that time, the own