Bug 1381666
Summary: | Failed to activate service locale and machine | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Douglas Schilling Landgraf <dougsland> |
Component: | ovirt-node | Assignee: | Douglas Schilling Landgraf <dougsland> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | dguo |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.6.9 | CC: | amarchuk, bmcclain, dfediuck, dguo, gklein, lalmeras, lsurette, ycui, ykaul |
Target Milestone: | ovirt-3.6.10 | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | rhev-hypervisor7-7.3-20161007.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-23 14:25:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1369400 |
Description
Douglas Schilling Landgraf
2016-10-04 16:42:17 UTC
*** Bug 1378304 has been marked as a duplicate of this bug. *** Daijie, could you reproduce this issue in QE env.? Use rhev-hypervisor7-7.3-20161007.0 to verify, no above issue appear 1. Install rhev-hypervisor7-7.3-20161007.0 2. Auto install with the kernel command "storage_init=/dev/sda adminpw=OKr05SbCu3D3g management_server=10.66.150.183 firstboot" 3. The host were added to the engine, create storage and create a virtual machine Additional info: [root@dhcp-8-217 ~]# /bin/systemctl status -l dbus.service ● dbus.service - D-Bus System Message Bus Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled) Active: active (running) since Tue 2016-10-11 02:05:17 UTC; 1h 37min ago Main PID: 1150 (dbus-daemon) CGroup: /system.slice/dbus.service └─1150 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation Oct 11 02:11:26 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Oct 11 02:11:26 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Successfully activated service 'org.freedesktop.locale1' Oct 11 02:27:20 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Oct 11 02:27:20 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Successfully activated service 'org.freedesktop.locale1' Oct 11 02:57:19 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Oct 11 02:57:19 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Successfully activated service 'org.freedesktop.locale1' Oct 11 03:40:21 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Oct 11 03:40:21 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Successfully activated service 'org.freedesktop.locale1' Oct 11 03:40:56 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Activating via systemd: service name='org.freedesktop.machine1' unit='dbus-org.freedesktop.machine1.service' Oct 11 03:40:56 dhcp-8-217.nay.redhat.com dbus[1150]: [system] Successfully activated service 'org.freedesktop.machine1' [root@dhcp-8-217 ~]# /bin/systemctl status -l systemd-machined.service.service ● systemd-machined.service.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) [root@dhcp-8-217 ~]# /bin/systemctl status -l systemd-machined ● systemd-machined.service - Virtual Machine and Container Registration Service Loaded: loaded (/usr/lib/systemd/system/systemd-machined.service; static; vendor preset: disabled) Active: active (running) since Tue 2016-10-11 03:40:56 UTC; 2min 24s ago Docs: man:systemd-machined.service(8) http://www.freedesktop.org/wiki/Software/systemd/machined Main PID: 21954 (systemd-machine) Status: "Processing requests..." CGroup: /system.slice/systemd-machined.service └─21954 /usr/lib/systemd/systemd-machined Oct 11 03:40:56 dhcp-8-217.nay.redhat.com systemd[1]: Starting Virtual Machine and Container Registration Service... Oct 11 03:40:56 dhcp-8-217.nay.redhat.com systemd[1]: Started Virtual Machine and Container Registration Service. Oct 11 03:40:57 dhcp-8-217.nay.redhat.com systemd-machined[21954]: New machine qemu-2-dguovm1. Besides, No exception were found when trying to configure keyboard via TUI Hi, I encounter the systemd-localed failure on a fresh Fedora 24 → Fedora 25 update. As there is no output in log about the cause of the failure, after some googling, I read duplicate issue https://bugzilla.redhat.com/show_bug.cgi?id=1378304 and do what it suggested : comment out Protect* and Private* systemd's unit entries to find the problematic one. For me it was "ProtectHome" one. And it appears it was because my /home folder is a symbolic link. So, something changes between Fedora 24 and Fedora 25 about this ProtectHome as my /home folder already was a symbolic link. I hope this information may help you to fix or workaround your issue. |