Wind River Support Network

HomeDefectsOVP-583
Fixed

OVP-583 : the vdsm recipe sets directory permissions incorrectly

Created: Aug 13, 2013    Updated: Mar 11, 2016
Resolved Date: Sep 4, 2013
Found In Version: 5.0.1
Fix Version: 5.0.1.7
Severity: Standard
Applicable for: Wind River Linux 5
Component/s: Userspace

Description

VDSM_GROUP = "kvm"
[...]
do_install_append () {
        chown ${VDSM_USER}:${KVM_GROUP} ${D}/${localstatedir}/lib/libvirt/qemu/channels
        chown ${VDSM_USER}:${KVM_GROUP} ${D}/${localstatedir}/lib/vdsm
        chown ${VDSM_USER}:${KVM_GROUP} ${D}/${localstatedir}/lib/vdsm/netconfback
        [...]
}

Workaround

Fix the permissions on the target by hand.

Steps to Reproduce

Typo in vdsm recipe.
Live chat
Online