1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| [initandlisten] MongoDB starting : pid=13900 port=27017 dbpath=/data/db 64-bit host=john-P95-HP [initandlisten] db version v3.6.3 [initandlisten] git version: 9586e557d54ef70f9ca4b43c26892cd55257e1a5 [initandlisten] OpenSSL version: OpenSSL 1.1.1 11 Sep 2018 [initandlisten] allocator: tcmalloc [initandlisten] modules: none [initandlisten] build environment: [initandlisten] distarch: x86_64 [initandlisten] target_arch: x86_64 [initandlisten] options: {} [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'. [initandlisten] [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem [initandlisten] wiredtiger_open config: create,cache_size=7449M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress), [initandlisten] WiredTiger error (1) [1559653959:932022][13900:0x7f49416a70c0], file:WiredTiger.wt, connection: /data/db/WiredTiger.wt: handle-open: open: Operation not permitted [initandlisten] Assertion: 28595:1: Operation not permitted src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp 413 [initandlisten] exception in initAndListen: Location28595: 1: Operation not permitted, terminating [initandlisten] shutdown: going to close listening sockets... [initandlisten] removing socket file: /tmp/mongodb-27017.sock [initandlisten] now exiting
|