我从 AUR Pacman 安装了 Mongodb,我尝试重新安装 Mongo 但它不起作用,我也尝试了 Arch 故障排除方法,但它也不起作用。
当我尝试sudo mongod时,我得到了关注
[omr@auckwell ~]$ sudo mongo
[sudo] password for omr:
[omr@auckwell ~]$ sudo mongod
[sudo] password for omr:
{"t":{"$date":"2020-10-25T12:26:27.531+05:30"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
{"t":{"$date":"2020-10-25T12:26:27.540+05:30"},"s":"W", "c":"ASIO", "id":22601, "ctx":"main","msg":"No TransportLayer configured during NetworkInterface startup"}
{"t":{"$date":"2020-10-25T12:26:27.541+05:30"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
{"t":{"$date":"2020-10-25T12:26:27.542+05:30"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":18541,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"auckwell"}}
{"t":{"$date":"2020-10-25T12:26:27.542+05:30"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.1","gitVersion":"ad91a93a5a31e175f5cbf8c69561e788bbc55ce1","openSSLVersion":"OpenSSL 1.1.1h 22 …Run Code Online (Sandbox Code Playgroud)