🛠[TroubleShooting] Failed to start firewalld : dynamic firewall daemonOS/Linux2024. 2. 5. 23:32
Table of Contents
반응형
📌Troubleshooting - 방화벽 데몬이 실행되지 않은 현상
🔍 문제 대상: RHEL 8 서버
🔍 현상:
1) /etc/firewalld/direct.xml 內 허용 IP정책을 vi편집기로 수정
2) systemctl restart firewalld → firewall daemon이 재시작 못함
3) systemctl stop firewalld 로 firewall daemon 중지 후 start 하였으나 기동 불가 ERROR 발생
#systemctl start firewalld
Job for firewalld.service failed because the control process exited with error code.
See "systemctl status firewalld.service" and "journalctl -xe" for details.
#systemctl status firewalld
Feb 01 10:08:09 TEST-SERVER python3[1974]: detected unhandled Python exception in '/usr/sbin/firewalld'
Feb 01 10:08:09 TEST-SERVER systemd[1]: firewalld.service: main process exited, code=exited, status=1/FAILURE
Feb 01 10:08:09 TEST-SERVER systemd[1]: Failed to start firewalld - dynamic firewall daemon.
Unit firewalld.service has failed
* /var/log/firewalld , /var/log/messages, /var/log/syslog 등 정보 확인
* journalctl -xe 명령어로 추가정보 확인
🔍 해결: 상태로 보았을 때, python을 핸들링 하지 못해 daemon 실행에 영향을 준 것으로 보임.
1) yum reinstall firewalld → firewalld 패키지 재설치 진행
2) systemctl start firewalld
3) 정상 작동
반응형
'OS > Linux' 카테고리의 다른 글
🛠[TroubleShooting] root password reset 방법 (0) | 2024.06.23 |
---|---|
📖Logical Volume Management(LVM)정의 및 생성 방법 (0) | 2023.02.07 |
ls명령어 옵션 (0) | 2021.10.24 |
CP(Copy) 명령어 및 옵션 (0) | 2021.10.24 |
파이프, 필터, 리디렉션 (0) | 2021.07.28 |
@S.A.H :: SysAdminHub☁️
SysAdmin 메모장📑
안녕하세요. System Engineer를 꿈꾸며 끄적이는 메모장입니다.