From owner-freebsd-stable@freebsd.org Fri May 22 06:39:43 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A11DC2FF7DC for ; Fri, 22 May 2020 06:39:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49Sxg30cgYz3cSn for ; Fri, 22 May 2020 06:39:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.nyi.freebsd.org (Postfix) id 151E52FF6DB; Fri, 22 May 2020 06:39:43 +0000 (UTC) Delivered-To: stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14E6A2FF7DB for ; Fri, 22 May 2020 06:39:43 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Sxg156dJz3cN8 for ; Fri, 22 May 2020 06:39:41 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=tuRBdlmk5A/gyul7spolbQd62cjpm9GbvNS+Ix4CZAQ=; b=owEfz4U1m1zK6oXtEakaN4rLEN27ZDG8j5KeXYmh8zQ1K5z7cUhrhPIxwaJRYKWGeZoeMyZBTt9gOGWIjR30BzHgFyMnfKX5oXny1OqhmUhRYOpRtHEk5y4fjXPiihfPtbcSzVa9ma6852k6gqG4RHTlHNT1CCS9cCiSr/4Y9HihVCnHfnAYg8zYSi39NMEfHxXyh0Id2JzxyAB/rg3iPtPbNIobV/OOAeYgOSg7X54DyXsdUNGrDtRHDAG/AR/ocdkffit3qF6GkZ6FzQ7BcecHp5BgFUtCqeIDF5IQohLaFHG0A5ptSDabLaVsP3WAjUc/4gGf7ujegJ33/CAUEQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1jc1LF-00095A-TT for stable@freebsd.org; Fri, 22 May 2020 09:39:38 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.5\)) Subject: no output from lua boot Message-Id: <819A2251-AF40-441D-B3AC-F0B4C72A92BF@cs.huji.ac.il> Date: Fri, 22 May 2020 09:39:37 +0300 To: stable@freebsd.org X-Mailer: Apple Mail (2.3445.9.5) X-Rspamd-Queue-Id: 49Sxg156dJz3cN8 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=owEfz4U1; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-1.38 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.82)[-0.824]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.69)[-0.692]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.44)[0.440]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; RCVD_IN_DNSWL_NONE(0.00)[132.65.116.210:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 06:39:43 -0000 Hi, my last kernel where all works ok is 357067, somewhere since lua boot = appeared, I=E2=80=99m not seeing it=E2=80=99s messages, at the moment I=E2=80=99m = on release 361071, i=E2=80=99ll try to update later, but what am I missing? hints? danny=