Github user rhtyd commented on the pull request: https://github.com/apache/cloudstack/pull/1541#issuecomment-218980050 @wido alright, but while we're at it let's see if we can fix the mgmt server as well. I tested agent and was able to perform setup: ``` root@antrix:/home/bhaisaab/Lab/apache/deb# cloudstack-setup-agent -m localhost -z 1 -p 1 -c 1 -t kvm -g uuid-some -a --pubNic=enp0s31f6 --guestNic=enp0s31f6 --prvNic=enp0s31f6 Starting to configure your system: Configure Apparmor ... [OK] Configure Network ... [OK] Configure Libvirt ... [OK] Configure Firewall ... [OK] Configure Nfs ... [OK] Configure cloudAgent ... [OK] CloudStack Agent setup is done! root@antrix:/var/log/cloudstack/agent# cat agent.log 2016-05-13 13:44:54,336 INFO [cloud.agent.AgentShell] (main:null) (logid:) Agent started 2016-05-13 13:44:54,337 INFO [cloud.agent.AgentShell] (main:null) (logid:) Implementation Version is 4.9.0-SNAPSHOT 2016-05-13 13:44:54,339 INFO [cloud.agent.AgentShell] (main:null) (logid:) agent.properties found at /etc/cloudstack/agent/agent.properties 2016-05-13 13:44:54,341 INFO [cloud.agent.AgentShell] (main:null) (logid:) Defaulting to using properties file for storage 2016-05-13 13:44:54,343 INFO [cloud.agent.AgentShell] (main:null) (logid:) Defaulting to the constant time backoff algorithm root@antrix:/var/log/cloudstack/agent# systemctl status cloudstack-agent â cloudstack-agent.service - CloudStack Agent Loaded: loaded (/lib/systemd/system/cloudstack-agent.service; disabled; vendor preset: enabled) Active: active (running) since Fri 2016-05-13 13:46:43 IST; 1s ago ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---