![SystemD 재시작 DHCPD 오류: 서비스가 장치 구성에 필요한 단계를 수행하지 않았기 때문에 [이메일 보호] 작업이 실패했습니다.](https://linux55.com/image/194901/SystemD%20%EC%9E%AC%EC%8B%9C%EC%9E%91%20DHCPD%20%EC%98%A4%EB%A5%98%3A%20%EC%84%9C%EB%B9%84%EC%8A%A4%EA%B0%80%20%EC%9E%A5%EC%B9%98%20%EA%B5%AC%EC%84%B1%EC%97%90%20%ED%95%84%EC%9A%94%ED%95%9C%20%EB%8B%A8%EA%B3%84%EB%A5%BC%20%EC%88%98%ED%96%89%ED%95%98%EC%A7%80%20%EC%95%8A%EC%95%98%EA%B8%B0%20%EB%95%8C%EB%AC%B8%EC%97%90%20%5B%EC%9D%B4%EB%A9%94%EC%9D%BC%20%EB%B3%B4%ED%98%B8%5D%20%EC%9E%91%EC%97%85%EC%9D%B4%20%EC%8B%A4%ED%8C%A8%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
Lenovo ThinkPad에 Arch Linux를 설치했습니다. 나는 가지고있다 Linux 5.13.13-arch1-1
. 최근에 전원을 잠시 켠 후 무선 네트워크가 작동을 멈췄습니다. 다시 작동하게 만드는 유일한 해결책은 재부팅하는 것입니다. 내가 실행하면 다음을 얻습니다.sudo systemctl restart [email protected]
Job for [email protected] failed because the service did not take the steps required by its unit configuration.
See "systemctl status [email protected]" and "journalctl -xeu [email protected]" for details.
산출:systemctl status [email protected]
× [email protected] - dhcpcd on wlan0
Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled; vendor preset: disabled)
Active: failed (Result: protocol) since Sat 2021-08-28 01:45:52 CEST; 18s ago
Process: 19655 ExecStart=/usr/bin/dhcpcd -q -w wlan0 (code=exited, status=0/SUCCESS)
CPU: 7ms
산출:sudo journalctl -xeu [email protected]
░░ The unit [email protected] has entered the 'failed' state with result 'protocol'.
srp 28 01:24:08 arch-thinkpad systemd[1]: Failed to start dhcpcd on wlan0.
░░ Subject: A start job for unit [email protected] has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit [email protected] has finished with a failure.
░░
░░ The job identifier is 83 and the job result is failed.
srp 28 01:45:52 arch-thinkpad systemd[1]: Starting dhcpcd on wlan0...
░░ Subject: A start job for unit [email protected] has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit [email protected] has begun execution.
░░
░░ The job identifier is 1353.
srp 28 01:45:52 arch-thinkpad systemd[1]: [email protected]: Can't open PID file /run/dhcpcd/wlan0.pid (yet?) after start: >
srp 28 01:45:52 arch-thinkpad systemd[1]: [email protected]: Failed with result 'protocol'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit [email protected] has entered the 'failed' state with result 'protocol'.
srp 28 01:45:52 arch-thinkpad systemd[1]: Failed to start dhcpcd on wlan0.
░░ Subject: A start job for unit [email protected] has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit [email protected] has finished with a failure.
░░
░░ The job identifier is 1353 and the job result is failed.
이런 일이 발생하지 않도록 하려면 어떻게 해야 합니까?
당신의 도움에 감사드립니다