0
votes
1answer
46 views
Why doesn't MongoDB's debian jessie package install an init.d script?
I'm installing MongoDB Community Edition on debian using the instructions here. It says:
The mongodb-org-server package provides an initialization script that starts mongod with the /etc/mongod....
0
votes
1answer
47 views
parse Mongodb logs with syslog-ng
I'm receiving a lot of Mongodb logs with my Syslog-ng. below is the sample of logs parsed and stored like this:
2016-10-18 19:01:08 f:local1.p:info h:10.133.126.81 prog:sharmongo-log m:sharmongo-log ...
0
votes
1answer
73 views
How to su to a daemon user?
To repair mongodb running on arch linux arm, the doc says that the specific command must be run with the same user as the one running the service, to avoid permission issues later on.
The dbpath ...
0
votes
0answers
22 views
XFS: is the fragmentation factor of our MongoDB replicaset alarming for performance?
We see those values on prod MongoDB nodes. Customer complains about performance and we found out it's disk I/O related
[root@mongodb-1 ~]# xfs_db -c frag -r /dev/vdatavg/mongodb_mms_datalv
...
2
votes
0answers
155 views
OpenStack/KVM - monitor memory ballooning from within the affected VM
I have the same question like an other user on serverfault.com, but not for VMware. We use KVM/OpenStack.
Is it possible to detect from within a Linux VM that memory is being
reclaimed by the ...
0
votes
1answer
93 views
How to Upgrade or Downgrade MongoDB
I have a fairly archaic webapp setup that relies on MongoDB running on a server with Debian 8.5. Unfortunately MongoDB was recently upgraded on the server and the application broke. MongoDB was ...
0
votes
2answers
86 views
Reasons for a server to be unreachable, How to investigate?
One of my server which host a mongoDB is, sometimes and "randomly" unreachable.
After a while, it come back, like nothing happend.
During this period, impossible to open an ssh tunnel (timeout, don'...
0
votes
1answer
291 views
Arch Linux + MongoDB - GLIBCXX_3.4.22 not found
I have mongodb installed on my Arch linux:
$ sudo pacman -S mongodb
$ pacman -Qi mongodb
Name : mongodb
Version : 3.2.6-2
Description : A high-performance, open source, schema-...
1
vote
0answers
59 views
Date, Facility and Severity is missing in LogAnalyzer
I have install Syslog-NG with MongoDB and LogAnalyzer, and as the Title saying, im missing Date, Facility and Severity on a front page of the LogAnalyzer ( first page ). I get just Hostname and ...
3
votes
2answers
3k views
How to install mongodb 3.x in debian jessie (8)?. mongodb web only supports wheezy
I want to install mongodb in debian jessie, but debian repo only has mongodb 2.4 and I need mongodb 3.x.
Mongodb web page instructions for installing latest mongodb in debian only supports wheezy.
...
0
votes
1answer
192 views
Not able to do sudo apt-get update after installing Mongo DB
I tried installing MongoDb on my linux mint Rosa 17.3 system from the following link
https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
However when I type and run sudo apt-get ...
1
vote
1answer
332 views
mongo.so working fine with php apache ini but not with php cli
I added the mongo.so extension to /etc/php5/apache2/php.ini and it is loading perfectly in php info.
But it does not work with /etc/php5/cli/php.ini.
When I try to run composer for adding mongodb ...
1
vote
1answer
369 views
MongoDB authentication failed?
I'm currently trying to set up a secure MongoDB database for my various applications, but whenever I try to login with a username and password, but the shell always replies with Error: Authentication ...
0
votes
1answer
1k views
Problem installing MongoDB using apt-get?
I am following
"tutorialforlinux.com/2014/12/13/how-to-install-mongodb-for-linux-debian-9-sid-32-64bit-step-by-step-easy-guide/"
tutorial to install MongoDB in kali linux 2.0.
MongoDb version I ...
2
votes
1answer
194 views
Ubuntu: Process vfs-worker taking all CPU resources
My Cloud9 (Ubuntu-based cloud IDE) began to be unresponsive after I tried to save some files (they didn't save to my cloud workspace). It shows 100% CPU utilization and a process that takes all CPU ...
0
votes
1answer
516 views
mongodb unmet dependencies
When I try to install mongodb (sudo apt-get install mongodb), i get this :
The following packages have unmet dependencies:
mongodb : Depends: mongodb-dev but it is not going to be installed
...
1
vote
3answers
968 views
Check services running on the server and restart them if they have stopped?
I am trying to write a python script which shows me the services which are running on my server.
The thing is that mongodb keeps going down on the server and each time it happens I have to manually ...
7
votes
2answers
3k views
Yum error while installing MongoDB on CentOS?
I am using Centos 6.6 (x86_64)
Trying to install most stable mongodb version available.
but I am stuck with this error (which might seem repeated but none of the previous answers worked for me)
[root@...
1
vote
1answer
646 views
mongodb service wont start, what is default pid for mongodb?
I tried to run mongo db service but it won't start. I get the message
Job for mongod.service failed. See "systemctl status mongod.service" and
"journalctl -xn" for details.
I googled and found that ...
1
vote
2answers
2k views
problem installing mongodb on fedora
I'm trying to install mongodb on fedora 22 and this is the error i get
$ yum search mongo-org
Failed to synchronize cache for repo 'MongoDB' from 'http://repo.mongodb.org/yum/redhat/22/mongodb-org/3....
2
votes
1answer
3k views
Mongodb permissions error after changing data directory
I just installed mongodb version 3.0.3, on Ubuntu. I edited the conf file to change the default data directory to "/home/user/mongodb", and gave it the following permissions:
drwxr-xr-x 4 mongodb ...
1
vote
1answer
271 views
Automate input to the shell of a program
These days many programs like mongodb, docker etc, have there own shell i.e., if you type docker -i it opens an interactive shell (similarly with mongo and other programs).
Is there a way to automate ...
0
votes
0answers
526 views
installing mongodb with linuxbrew
I want to install mongodb with brew in ubuntu 15.04 but despite several attempts to install i can't do that, even if I completely remove homebrew and reinstall it. when i type in terminal :
brew ...
2
votes
1answer
2k views
How do I run a service with numactl
I need to do something like this to run MongoDB
$numactl --interleave=all /usr/bin/mongod --config /etc/mongod.conf &
What should I change to be able to run the mongo daemon with the options ...
3
votes
1answer
1k views
MongoDB will not uninstall
So, it would appear that following the official MongoDB installation instructions when installing on Debian - you're heading for a world of pain. Firstly, it didn't install correctly so now - i'm ...
1
vote
1answer
7k views
After upgrade MongoDB it does not start and log is empty
Can you help me with this problem please? I have updated (apt-get upgrade) my system Debian GNU/Linux 7.6 (wheezy) but for problem with disk space operation failed. After I have released disk space, ...
1
vote
0answers
268 views
MongoDB “service” on clean Redhat can not be started
I just bring up Redhat 6.5 64-bit from AWS and did the below things:
Disabled SELinux
Disabled Iptables
All ports opened in Security Group
Rebooted
Then i just followed, both of the below ...
2
votes
2answers
9k views
Get running status of mongodb
Having a script where I start/stop various services depending on what I need. For example Apache, BIND, MySQL, PostFix, Memcached, Tomcat, ... and so on.
Depending on status options to script etc. ...
1
vote
0answers
665 views
Easy way to push data into MongoDB from Bash shell script?
I know you can create a Javascript file that the MongoDB shell will execute upon startup. But I'm hoping for something more "lightweight" than that. I am using a Linux program that has a scripting ...