From 6ecd6fb730f473fb90cefd7d0b431d5b8d2c05f7 Mon Sep 17 00:00:00 2001 From: Zhang Xiao Date: Tue, 27 Aug 2013 10:07:43 +0800 Subject: libnfsidmap: Add and modify idmapd.conf add configuration file to make rpc.idmapd to not report below error: rpc.idmapd: Skipping configuration file "/etc/idmapd.conf": No such file or directory rpc.idmapd: Could not find group "nobody" Signed-off-by: Zhang Xiao Signed-off-by: Roy.Li Signed-off-by: Richard Purdie --- .../nfs-utils/files/Set_nobody_user_group.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch (limited to 'meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch') diff --git a/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch b/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch new file mode 100644 index 0000000000..4633da919e --- /dev/null +++ b/meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch @@ -0,0 +1,18 @@ +Set nobody user and group + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Roy.Li +--- a/idmapd.conf ++++ b/idmapd.conf +@@ -17,8 +17,8 @@ + + [Mapping] + +-#Nobody-User = nobody +-#Nobody-Group = nobody ++Nobody-User = nobody ++Nobody-Group = nogroup + + [Translation] + -- cgit 1.2.3-korg