Advertisement
GregLeblanc

Untitled

Oct 12th, 2021
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. [leblanc@localhost ~]$ systemctl status mongod.service
  2. ● mongod.service - MongoDB Database Server
  3. Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; vendor preset: disabled)
  4. Active: failed (Result: core-dump) since Tue 2021-10-12 15:56:53 UTC; 15s ago
  5. Docs: https://docs.mongodb.org/manual
  6. Process: 2995 ExecStart=/usr/bin/mongod $OPTIONS (code=dumped, signal=ILL)
  7. Process: 2992 ExecStartPre=/usr/bin/chmod 0755 /var/run/mongodb (code=exited, status=0/SUCCESS)
  8. Process: 2990 ExecStartPre=/usr/bin/chown mongod:mongod /var/run/mongodb (code=exited, status=0/SUCCESS)
  9. Process: 2988 ExecStartPre=/usr/bin/mkdir -p /var/run/mongodb (code=exited, status=0/SUCCESS)
  10.  
  11. Oct 12 15:56:52 localhost.localdomain systemd[1]: Starting MongoDB Database Server...
  12. Oct 12 15:56:53 localhost.localdomain systemd-coredump[2997]: Process 2995 (mongod) of user 991 dumped core.
  13. Oct 12 15:56:53 localhost.localdomain systemd[1]: mongod.service: Control process exited, code=dumped status=4
  14. Oct 12 15:56:53 localhost.localdomain systemd[1]: mongod.service: Failed with result 'core-dump'.
  15. Oct 12 15:56:53 localhost.localdomain systemd[1]: Failed to start MongoDB Database Server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement