From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DEBBBE00BF8; Thu, 10 Dec 2015 10:48:34 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.93 listed in list.dnswl.org] Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 96EF8E0074C for ; Thu, 10 Dec 2015 10:48:29 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 10 Dec 2015 10:48:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,409,1444719600"; d="scan'208";a="858283683" Received: from linux.intel.com ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 10 Dec 2015 10:48:30 -0800 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.51]) by linux.intel.com (Postfix) with ESMTP id 155986A4087 for ; Thu, 10 Dec 2015 10:47:18 -0800 (PST) From: Ed Bartosh To: toaster@yoctoproject.org Date: Thu, 10 Dec 2015 20:17:03 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/2] Fix for #8775 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: Thu, 10 Dec 2015 18:48:34 -0000 Hi, Implemented new management command 'checksocket' and used it in toaster script to check if port:address is in use before toaster starts. The following changes since commit 8e8b585191cafe9420e31de58d786afffe93d532: toasterconf: remove SDKMACHINE variable (2015-12-10 16:28:21 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/checksocket http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/checksocket Ed Bartosh (2): toaster: implement checksocket command toaster: check if address:port is in use bitbake/bin/toaster | 5 ++ .../toastermain/management/commands/checksocket.py | 69 ++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 bitbake/lib/toaster/toastermain/management/commands/checksocket.py -- Regards, Ed