시스템 제어 상태?

시스템 제어 상태?

MongoDB를 설치하려고 합니다. 잘 설치되는 것 같은데 프로세스를 시작하면 오류가 발생합니다. 편집: 데몬 다시 로드를 시도했습니다.

Failed to issue method call: Unit mongod.service failed to load: No such file or directory. See system logs and 'systemctl status mongod.service' for details.

내 서비스는 다음과 같습니다

root@graylog:/var/cache/apt/archives# systemctl status 
-.mount -> '/org/freedesktop/systemd1/unit/_2d_2emount'
-.mount - /
   Loaded: loaded (/etc/fstab)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /
     What: /dev/dm-0

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
boot.mount -> '/org/freedesktop/systemd1/unit/boot_2emount'

boot.mount - /boot
   Loaded: loaded (/etc/fstab)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /boot
     What: /dev/sda1

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
run-lock.mount -> '/org/freedesktop/systemd1/unit/run_2dlock_2emount'

run-lock.mount - /run/lock
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /run/lock
     What: none

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
run-shm.mount -> '/org/freedesktop/systemd1/unit/run_2dshm_2emount'

run-shm.mount - /run/shm
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /run/shm
     What: none

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
run-user.mount -> '/org/freedesktop/systemd1/unit/run_2duser_2emount'

run-user.mount - /run/user
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /run/user
     What: none

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
sys-fs-fuse-connections.mount -> '/org/freedesktop/systemd1/unit/sys_2dfs_2dfuse_2dconnections_2emount'

sys-fs-fuse-connections.mount - /sys/fs/fuse/connections
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /sys/fs/fuse/connections
     What: none

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
sys-kernel-debug.mount -> '/org/freedesktop/systemd1/unit/sys_2dkernel_2ddebug_2emount'

sys-kernel-debug.mount - /sys/kernel/debug
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
    Where: /sys/kernel/debug
     What: none

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
dbus.service -> '/org/freedesktop/systemd1/unit/dbus_2eservice'

dbus.service - D-Bus System Message Bus (deputy systemd dummy)
   Loaded: loaded (/lib/systemd/upstart/dbus.service; static)
   Active: active (exited) since Wed 2018-08-01 17:17:54 UTC; 1h 48min ago
 Main PID: 19471 (code=exited, status=0/SUCCESS)
   CGroup: name=dsystemd:/system/dbus.service

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
systemd-fsck@dev-disk-by\x2duuid-acdeac7d\x2de4a4\x2d4987\x2d85b9\x2d45d3142c9e81.service -> '/org/freedesktop/systemd1/unit/systemd_2dfsck_40dev_2ddisk_2dby_5cx2duuid_2dacdeac7d_5cx2de4a4_5cx2d4987_5cx2d85b9_5cx2d45d3142c9e81_2eservice'

systemd-fsck@dev-disk-by\x2duuid-acdeac7d\x2de4a4\x2d4987\x2d85b9\x2d45d3142c9e81.service - File System Check on /dev/disk/by-uuid/acdeac7d-e4a4-4987-85b9-45d3142c9e81
   Loaded: loaded (/lib/systemd/upstart/[email protected]; static)
   Active: inactive (dead)
     Docs: man:[email protected](8)

Graylog를 설치하고 구성하려고 하는데 이 오류가 계속 표시됩니다. 도움을 주시면 감사하겠습니다. 감사해요

관련 정보