From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B43E3E00EF2; Wed, 31 Aug 2016 04:54:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8B117E00B45 for ; Wed, 31 Aug 2016 04:54:26 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 31 Aug 2016 04:54:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,261,1470726000"; d="scan'208";a="3036142" Received: from linux.intel.com ([10.54.29.200]) by fmsmga005.fm.intel.com with ESMTP; 31 Aug 2016 04:54:25 -0700 Received: from ed.fi.intel.com (ed.fi.intel.com [10.237.72.179]) by linux.intel.com (Postfix) with ESMTP id 1C0736A4006 for ; Wed, 31 Aug 2016 04:54:04 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Wed, 31 Aug 2016 14:54:16 +0300 Message-Id: X-Mailer: git-send-email 2.6.6 Subject: [PATCH v2 0/3] improved process management X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 11:54:29 -0000 Hi, This is a set of small improvements for process management in toaster script and a fix for bug #7973 Changes in v2: Had to remove usage of user and pid namespaces as it's not supported in some distros. The following changes since commit 34ccad16d40ec0685f405b8d7116250fb58e323d: buildinfohelper: discover kernel artifacts correctly (2016-08-23 14:29:32 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/kill-toaster-7973 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/kill-toaster-7973 Ed Bartosh (3): toaster: don't kill toaster on start toaster: remove handling of .toasterui.pid toaster: don't kill all runserver processes bitbake/bin/toaster | 15 --------------- 1 file changed, 15 deletions(-) -- Regards, Ed