Hide Forgot
This bug is used to track this issue: https://github.com/Azure/WALinuxAgent/issues/391 Description of problem: "setup.py install --register-service" doesn't start waagent service Version-Release number of selected component (if applicable): WALinuxAgent-2.1.5/2.1.6 RHEL Version: RHEL-7.3-20160825.1 Python Version: 2.7.5 How reproducible: 100% Steps to Reproduce: 1. Prepare a VM. Get WALA 2.1.5 source code from github an unzip it. # wget https://github.com/Azure/WALinuxAgent/archive/v2.1.5.zip # unzip v2.1.5.zip 2. Run "setup.py install --register-service" # cd WALinuxAgent-2.1.5 # setup.py install --register-service 3. Check waagent service status systemctl status waagent Actual results: waagent service is not started. Expected results: waagent service is started Additional info: 1. The waagent service is started in the WALA-2.1.4. 2. If run "waagent register-service", the service is started. Suggest to keep these 2 commands same.
Verify on WALA-2.2.0 RHEL-7.3-20161005.0.
*** This bug has been marked as a duplicate of bug 1387783 ***