tampler commented on issue #5238: URL: https://github.com/apache/cloudstack/issues/5238#issuecomment-885458030
Hello @DaanHoogland 1. Nah, SeLinux wasn't installed or enabled. I'm using a fresh Ubuntu 20.04.2 with default settings 2. ufw is inactive Here's my net config: ``` root@cloud:~# ip r default via 185.185.58.1 dev cloudbr0 proto static 169.254.0.0/16 dev cloud0 proto kernel scope link src 169.254.0.1 185.185.58.0/26 dev cloudbr0 proto kernel scope link src 185.185.58.54 ``` Here's my `agent.properties`: ``` #Fri Jul 23 00:28:34 MSK 2021 cluster=1 pod=1 resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource private.network.device=cloudbr0 domr.scripts.dir=scripts/network/domr/kvm router.aggregation.command.each.timeout=600 guest.network.device=cloudbr0 hypervisor.type=kvm public.network.device=cloudbr0 port=8250 zone=1 local.storage.uuid=acfa6fdc-259f-4608-b1c1-d99d11288164 host=185.185.58.54@static guid=76fcdbe8-1954-4888-a267-0d3c1f6c3043 LibvirtComputingResource.id=1 workers=5 iscsi.session.cleanup.enabled=false ``` 3. Yes, getting an exception in `libvirt-apparmor`: ``` 2021-07-23 00:00:05,569 ERROR [utils.linux.KVMHostInfo] (Agent-Handler-1:null) (logid:) Caught libvirt exception while fetching host information org.libvirt.LibvirtException: invalid connection pointer in virConnectGetCapabilities ``` The full log is below [ag.log](https://github.com/apache/cloudstack/files/6867218/ag.log) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
