Add this perms conf file to avoid do_rootfs failure due to conflicts among nagios packages.
The error message is like below. Error: Transaction check error: file /etc/nagios conflicts between attempted installs of \ nagios-core-4.0.8-r0.core2_64 and nagios-nrpe-plugin-2.15-r0.core2_64 Signed-off-by: Chen Qi <[email protected]> --- files/fs-perms-nagios.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/fs-perms-nagios.txt diff --git a/files/fs-perms-nagios.txt b/files/fs-perms-nagios.txt new file mode 100644 index 0000000..1334cd1 --- /dev/null +++ b/files/fs-perms-nagios.txt @@ -0,0 +1,2 @@ +${sysconfdir}/nagios 0755 nagios nagios false - - - +${libdir}/nagios/plugins 0755 nagios nagios true 0644 nagios nagios -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
