Created attachment 1179840 [details] all_log_info Description of problem: According the path of bug 1326232 and #c7. imgbase-motd service should not be inactive as default in RHVH. # systemctl status imgbase-motd ● imgbase-motd.service - Build motd based on imgbase analysis Loaded: loaded (/usr/lib/systemd/system/imgbase-motd.service; disabled; vendor preset: disabled) Active: inactive (dead) Version-Release number of selected component (if applicable): redhat-virtualization-host-4.0-20160713.0 imgbased-0.7.2-0.1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. Install RHVH via iso(with default ks) 2. Reboot and login RHVH. 3. Check imgbase-motd service status. Actual results: 1. The imgbase-motd.service is inactive as default. Expected results: 1. The imgbase-motd.service is active as default. Additional info:
This should be fixed in both upstream and downstream.
Test version: redhat-virtualization-host-4.0-20160714.3 imgbased-0.7.2-0.1.el7ev.noarch # systemctl status imgbase-motd ● imgbase-motd.service - Build motd based on imgbase analysis Loaded: loaded (/usr/lib/systemd/system/imgbase-motd.service; enabled; vendor preset: disabled) Active: active (exited) since Tue 2016-07-26 09:31:53 CST; 8h ago Process: 1475 ExecStart=/usr/sbin/imgbase motd --update (code=exited, status=0/SUCCESS) Main PID: 1475 (code=exited, status=0/SUCCESS) CGroup: /system.slice/imgbase-motd.service Jul 26 09:31:47 bootp-73-75-36.lab.eng.pek2.redhat.com systemd[1]: Starting Build motd based on imgbase analysis... Jul 26 09:31:53 bootp-73-75-36.lab.eng.pek2.redhat.com imgbase[1475]: imgbase status: OK Jul 26 09:31:53 bootp-73-75-36.lab.eng.pek2.redhat.com systemd[1]: Started Build motd based on imgbase analysis. The imgbase-motd.service is active as default. So the bug is fixed, change bug status to VERIFIED.