Libvirtd를 시작할 수 없습니다.

Libvirtd를 시작할 수 없습니다.

Wi-Fi를 사용하고 있는데 libvirtd가 eth0을 사용하려고 합니다.

gentoo /var/log # service libvirtd start
 * Caching service dependencies ... [ ok ]
 * Bringing up interface eth0
 *   config_eth0 not specified; defaulting to DHCP
 *   dhcp ...
 *     Running dhcpcd ...
eth0: waiting for carrier
timed out
dhcpcd exited [ !! ]
 * ERROR: net.eth0 failed to start
 * ERROR: cannot start libvirtd as net.eth0 would not start

유선 연결 없이 어떻게 시작하나요?

답변1

net기본적으로 OpenRC init 스크립트는 libvirtd에 따라 다릅니다. 에서 (기본값) rc_depend_strict으로 설정 하면 종속성을 충족하기 위해 의 모든 서비스를 시작해야 합니다.YES/etc/rc.conf/etc/init.d/net.*

두 가지 옵션이 있습니다: (wlan0을 wlan 장치 이름으로 변경) rc_need="net"로 변경하거나 에서 설정합니다.rc_need="net.wlan0"/etc/conf.d/libvirtdrc_depend_strict="NO"/etc/rc.conf

관련 정보