From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6553303311112470528 X-Received: by 2002:a2e:7e05:: with SMTP id z5-v6mr2742257ljc.9.1525809827912; Tue, 08 May 2018 13:03:47 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:1666:: with SMTP id m99-v6ls194987lfi.9.gmail; Tue, 08 May 2018 13:03:47 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoavG6XIRhiNBlsAoPfUbO6PfHzhWCqxbKLfu+QVfJD26DVF8bl8SBmn0dXNBTyzIgS/A2m X-Received: by 2002:a19:9b09:: with SMTP id d9-v6mr2430828lfe.20.1525809827454; Tue, 08 May 2018 13:03:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525809827; cv=none; d=google.com; s=arc-20160816; b=pBmH5VnhCdu9XjnCoZjrGKJ1RY4E/DJF1Y7iOri8qK0mobjAtLHu9WHABgPJT33/Z0 zd+P8O0IQfleLMCO9bDwH+9OW28mSq95gfo2z2bP2KsojIMXesgyqT7AUQWevI+rvHlE 383SkqZQ2R1uhd8qmMlXe0IZUJPSMSkErR4TAG9fR+I60aJw6Y8jZkgqkKJbJUGaBfdz b1QXnKPfMBEC85/G1FKfq/1Q0G15EwEhgJ7M/7s4l95lj7S7+IBeR/NMVL50gADupOvr idpsT9H7F5ptsk2rf6S5RaGz7fxLM6xR+iBmqdCyqtfUPdSeIP3Kvwl1oX7ertZ1ngM5 LXsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:subject:from:to:arc-authentication-results; bh=tfuEzypNSfv5pKUKHiWLCxKrZiYUvtkTc1JG/6XDxyQ=; b=YTcJ8+dmTNxKnzh4YJHc3hO01Ch+LYX6+Xa0TSoEbFiphQiStXX98AZcQfQt3ywPpR 6oT0lanXOtzsrooz9AL/iyYEHuN7U7YpqdXoQ/vhXPvRAn3nI1VlYlgLUeHKePVI3XIi rfLY2/TF2ix1GqeSOXi93izeWW0o8iU7Vj+SoEJ3i0stAAm1/FKTgEIbOlnv7Bx/CYjq UbOQorv1ec7tmyrochkBwFsHIau+za2vtgwBS3PAaoEB8CfskZ2dqAlNH+du8vYSszM6 IAjRMqdxUaEr/xFFNxGKs+//OGJ2vYK3/PZDwnfudJatyvp6FmM9nGVWHKLxEbfL8Dwh P+bA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id j8-v6si242218ljh.3.2018.05.08.13.03.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 May 2018 13:03:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w48K3hII025435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Tue, 8 May 2018 22:03:45 +0200 To: isar-users From: Alexander Smirnov Subject: image do_rootfs Message-ID: <40c26728-57a3-f9a0-09b6-052ee05f6961@ilbers.de> Date: Tue, 8 May 2018 23:03:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: sVMcsjBrn3mt Hi all, After some digging in image recipe, I've noticed that current Isar next branch contains an error in log from do_rootfs. You may find it, for example in 'tmp/work/debian-stretch-amd64/isar-image-base/temp/log.do_rootfs': 8<-- E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) 8<-- So two questions: 1. Why bitbake skips this error and doesn't stop, will we catch any other possible error that could occur? 2. Is it normal behavior for apt-get, i.e. what is the criticality of this error? Alex