[Ubuntu] systemd-sleep: Entering sleep state 'suspend'... 절전 모드로 빠질 때

2025. 11. 2. 08:28·OS/Troubleshooting

증상

서버 기동 후 30분이 지나면 서버가 절전 모드로 빠짐

로그

Jan 01 23:59:59 localhost NetworkManager[]: <info>  [] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 01 23:59:59 localhost ModemManager[1437]: <info>  [sleep-monitor-systemd] system is about to suspend
Jan 01 23:59:59 localhost NetworkManager[]: <info>  [] manager: NetworkManager state is now ASLEEP
Jan 01 23:59:59 localhost systemd[1]: Reached target Sleep.
Jan 01 23:59:59 localhost systemd-sleep[]: Entering sleep state 'suspend'...

해결

/etc/systemd/sleep.conf 파일 Sleep 에 다음 내용 추가

  • AllowHybridSleep=no
  • AllowSuspend=no
  • AllowHibernation=no
  • AllowSuspendThenHibernate=no
vim /etc/systemd/sleep.conf

[Sleep]
# Sleep 밑에 4줄 추가
AllowHybridSleep=no
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
#AllowSuspend=yes
#AllowHibernation=yes
#AllowSuspendThenHibernate=yes
#AllowHybridSleep=yes
#SuspendMode=
#SuspendState=mem standby freeze
#HibernateMode=platform shutdown
#HibernateState=disk
#HybridSleepMode=suspend platform shutdown
#HybridSleepState=disk
#HibernateDelaySec=180min

 

설정 반영

systemctl daemon-reload

 

 

저작자표시 비영리 변경금지 (새창열림)

'OS > Troubleshooting' 카테고리의 다른 글

[Windows Server] 트러블슈팅  (0) 2026.01.29
자투리 해결법  (0) 2025.11.24
[Linux] 서버 변경 후 dracut 관련하여 부팅이 안될 때  (0) 2025.10.20
'OS/Troubleshooting' 카테고리의 다른 글
  • [Windows Server] 트러블슈팅
  • 자투리 해결법
  • [Linux] 서버 변경 후 dracut 관련하여 부팅이 안될 때
PeamS
PeamS
본 블로그의 글들은 제 주관적인 생각이 반영되어 있으니, 항상 절대적인 정답이 아닐 수 있음을 유의해 주세요. 모든 글은 수시로 바뀝니다. 미완성에 주의하세요. 위키 처럼 사용중
  • PeamS
    각박딱딱
    PeamS
  • 전체
    오늘
    어제
    • 분류 전체보기 (41)
      • MAIN (1)
      • SERVER (11)
        • HPE (10)
        • DELL (1)
      • OS (12)
        • Install & Modify (6)
        • Troubleshooting (4)
        • Command (1)
      • Network (3)
        • OmniSwitch (3)
      • Synology (0)
      • 백업 (4)
        • Veeam (1)
        • ETC (0)
      • 가상화 (2)
        • proxmox (2)
      • ETC (0)
        • 기록 (0)
  • 블로그 메뉴

    • 홈
    • 태그
    • 미디어로그
    • 위치로그
    • 방명록
  • 링크

  • 공지사항

    • 위키처럼 쓰는 블로그
  • 인기 글

  • 태그

    언어팩 수동설치
    펌웨어
    opendkim 설치
    MariaDB 10.6
    wmic 수동설치
    source install
    일괄업데이트
    opendkim
    root 접속하기
    mariadb
    20.0.0 Beta
    Veeam Backup Replication
    sum
    v13
    .NET Framework 3.5 수동설치
    hpe
    윈도우 서버 설치 시 드라이브 안 보임
    proxmox
    수동설치
    선택적기능 수동설치
    Linux
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.5
PeamS
[Ubuntu] systemd-sleep: Entering sleep state 'suspend'... 절전 모드로 빠질 때
상단으로

티스토리툴바