Skip to content

Instantly share code, notes, and snippets.

@vovs03
Created September 21, 2018 15:08
Show Gist options
  • Save vovs03/ddc3f3d1bc03415989e49e7956075a33 to your computer and use it in GitHub Desktop.
Save vovs03/ddc3f3d1bc03415989e49e7956075a33 to your computer and use it in GitHub Desktop.
MongoDB Warnings in Linux Mint 18.3
➜  diventello-web git:(test-1) mongo --host 127.0.0.1:27017
MongoDB shell version v3.6.7
connecting to: mongodb://127.0.0.1:27017/
MongoDB server version: 3.6.7
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
	http://docs.mongodb.org/
Questions? Try the support group
	http://groups.google.com/group/mongodb-user
Server has startup warnings: 
2018-09-21T18:02:05.643+0300 I STORAGE  [initandlisten] 
2018-09-21T18:02:05.643+0300 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2018-09-21T18:02:05.643+0300 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] 
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] 
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] 
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] **        We suggest setting it to 'never'
2018-09-21T18:02:06.508+0300 I CONTROL  [initandlisten] 
> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment