systemd target multi-user.target이 실패했지만 이유를 어떻게 알 수 있습니까?

systemd target multi-user.target이 실패했지만 이유를 어떻게 알 수 있습니까?

이 비활성 상태의 원인을 어떻게 진단할 수 있습니까?

# systemctl --type=target --no-pager
UNIT                   LOAD   ACTIVE   SUB    JOB   DESCRIPTION
basic.target           loaded active   active       Basic System
cryptsetup.target      loaded active   active       Local Encrypted Volumes
getty.target           loaded active   active       Login Prompts
local-fs-pre.target    loaded active   active       Local File Systems (Pre)
local-fs.target        loaded active   active       Local File Systems
multi-user.target      loaded inactive dead   start Multi-User System
network-online.target  loaded active   active       Network is Online
network.target         loaded active   active       Network
nss-user-lookup.target loaded active   active       User and Group Name Lookups
...

답변1

실패하지 않았어아직– "JOB" 열은 아직 보류 중인 '시작' 작업이 있음을 나타냅니다. 시작을 기다리고 있는 다른 장치가 무엇인지 확인하십시오.

systemctl list-jobs

관련 정보