dhcp 프록시를 사용하여 인터페이스를 구성하려고 하면
root@z104:~# ifconfig z104cs105 dhcp start
ifconfig: setifdhcp: Communication with dhcpagent timed out
dhcp 서버를 재구성하고 호스트에서 dhcpagent를 다시 시작하려고 하면 이 메시지가 나타납니다.
root@z104:~# ifconfig z104cs105 dhcp start
ifconfig: setifdhcp: Operation not supported
pkill dhcpagent
도움이 안돼
답변1
네트워크 인터페이스에 대한 DHCP 구성 파일을 생성해야 합니다.
touch /etc/hostname.z104cs105
touch /etc/dhcp.z104cs105
echo "solaris" > /etc/nodename
반품,KVM/qemu에서 Solaris를 실행 중인 경우(virsh/virt-manager/...), x2APIC를 비활성화해야 할 수도 있습니다:
sudo virsh edit MyVirtualMachine
<cpu ...>...
<model...
<feature policy='disable' name='x2apic'/>
</cpu>
자세한 내용은 다음을 참조하세요.https://liquidat.wordpress.com/2016/01/08/howto-solaris-11-on-kvm/