-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.1
-
Component/s: Admin
-
None
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Hi,
I install mongodb on my Debian server on OVH, it was successful.
But I have an issue when i start mongo, but mongo client works :
MongoDB shell version: 3.0.1
connecting to: test
Server has startup warnings:
2015-04-09T08:52:05.807+0200 I STORAGE [initandlisten] unable to validate readahead settings due to error: boost::filesystem::status: Permission denied: "/sys/dev/block/8:2/queue/read_ahead_kb"
2015-04-09T08:52:05.807+0200 I STORAGE [initandlisten] for more information, see http://dochub.mongodb.org/core/readahead
2015-04-09T08:52:05.927+0200 I CONTROL [initandlisten]
2015-04-09T08:52:05.927+0200 I CONTROL [initandlisten] ** WARNING: Cannot detect if NUMA interleaving is enabled. Failed to probe "/sys/devices/system/node/node1": Permission denied
2015-04-09T08:52:05.927+0200 W CONTROL [initandlisten]
2015-04-09T08:52:05.927+0200 W CONTROL [initandlisten] Failed to probe "/sys/kernel/mm/transparent_hugepage": Permission denied
2015-04-09T08:52:05.927+0200 W CONTROL [initandlisten]
2015-04-09T08:52:05.927+0200 W CONTROL [initandlisten] Failed to probe "/sys/kernel/mm/transparent_hugepage": Permission denied
2015-04-09T08:52:05.927+0200 I CONTROL [initandlisten]
I see that it could be a kernel problem or a permission problem.
I try to change permission but nothing happens.
What do you think it can be? How can I solve this issue?
Thanks