From a901956968127b2eb5911d7b91f44fca46e30b25 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 20 Jul 2016 17:17:37 +0800 Subject: avahi: fix resource temporarily unavailable issue It sometimes fails to run avahi with error: "Could not receive return value from daemon process". It has same root cause with https://github.com/lxc/lxc/issues/25. Backport patch to fix this issue. Signed-off-by: Kai Kang Signed-off-by: Ross Burton --- .../files/avahi-fix-resource-unavaiable.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-connectivity/avahi/files/avahi-fix-resource-unavaiable.patch (limited to 'meta/recipes-connectivity/avahi/files') diff --git a/meta/recipes-connectivity/avahi/files/avahi-fix-resource-unavaiable.patch b/meta/recipes-connectivity/avahi/files/avahi-fix-resource-unavaiable.patch new file mode 100644 index 0000000000..5a2fd75f55 --- /dev/null +++ b/meta/recipes-connectivity/avahi/files/avahi-fix-resource-unavaiable.patch @@ -0,0 +1,30 @@ +Upstream-Status: Backport + +Backport from: +https://github.com/experimental-platform/platform-hostname-avahi/pull/9 + +It sometimes fails to run avahi with error: "Could not receive return value +from daemon process". It has same root cause with +https://github.com/lxc/lxc/issues/25. + +Signed-off-by: Kai Kang +--- +From 5150983102ad5ad43f0dae203cb332c168eb5a71 Mon Sep 17 00:00:00 2001 +From: Hinnerk Haardt +Date: Thu, 17 Dec 2015 11:52:19 +0100 +Subject: [PATCH] Fix `chroot.c: fork() failed: Resource temporarily + unavailable` as per https://github.com/lxc/lxc/issues/25. + +--- + avahi-daemon/avahi-daemon.conf | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/avahi-daemon/avahi-daemon.conf b/avahi-daemon/avahi-daemon.conf +index 95166f8..3d5b7a6 100644 +--- a/avahi-daemon/avahi-daemon.conf ++++ b/avahi-daemon/avahi-daemon.conf +@@ -65,4 +65,3 @@ rlimit-data=4194304 + rlimit-fsize=0 + rlimit-nofile=768 + rlimit-stack=4194304 +-rlimit-nproc=3 -- cgit 1.2.3-korg