From owner-freebsd-current@freebsd.org Mon Oct 8 21:46:09 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D079A10CD20A for ; Mon, 8 Oct 2018 21:46:09 +0000 (UTC) (envelope-from mail@dbalan.in) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D22D80BA5 for ; Mon, 8 Oct 2018 21:46:09 +0000 (UTC) (envelope-from mail@dbalan.in) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 47BE827FC; Mon, 8 Oct 2018 17:46:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Oct 2018 17:46:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dbalan.in; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=fm3; bh=k RMBohB0QDGBYeaF83oO0wt0IJvUBASNfTF23x6lBIY=; b=sWHzQHJLChfr0PvVu 1fA0ER5UfegBdJtI71EIWAKJ+7CEjlustg97aBe6z3Ulsuzz5AaPupM6ud23PxTO wx0yw1Qona20fIe8GFz9sDEKmyotYcbV0fYjDNZyfTJL5Q4TfFcrjrJ99A3MbXsN 48c0ArcQBO7Lh6Bk9xmII2lWHBsiq+OivImDR9dhy6HvqPDdaegaS/z7Y8GaPL+t waxBc+EQEodKDYKUPVWMIERgoS14AqhD3nzyae7j3WnjDk9o1G/Ew0JDHjKxjSeG C4seqLhvKawAFI6HIknkl89pZhaH8NzWTKN8LIq7DIJdmchqGsWQUtJWw6lRke3l EnCPw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=kRMBohB0QDGBYeaF83oO0wt0IJvUBASNfTF23x6lB IY=; b=VO3WBcndqqaIABuwSnCU/IprV1MIOuS1luqEZTvzgbEIxjNZ5DVr4EBeH wlqh0weauxAEGw9p4eAupAi0jl0gBFGaXXZtagchydEK8BTe8YFpF3wBaWV/20xU PCzo5cix8RfLE7lPhEn7QkozuS5CnL69bzyKiwzIBLioVsPR/H0J5iPg0e3ClfFH /jKfPNsXao4kvxQTzGh9pddrvN+xhfFGAP0xh8VkSdreqKic0Pf0JBx4yNCafZ2z Q1nR5dIN6/4rEirHmLJYoHFDSJmLhWOb39XlrQKW27ThJRKJQ6puZZNU+lL6QmHT 3TjO6EXCuhtrwHZW+MLvvxnffT+4w== X-ME-Sender: X-ME-Proxy: Received: from localhost (p5090f476.dip0.t-ipconnect.de [80.144.244.118]) by mail.messagingengine.com (Postfix) with ESMTPA id E8402E4898; Mon, 8 Oct 2018 17:46:01 -0400 (EDT) Date: Mon, 8 Oct 2018 23:46:00 +0200 From: Dhananjay Balan To: Warner Losh Cc: FreeBSD Current Subject: Re: dmesg submission service -- please submit today Message-ID: <20181008214600.kqq447be77ioignw@kazhap> References: <20181007081620.mp6h2err52pkyas3@kazhap> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 21:46:10 -0000 On Sun, Oct 07, 2018 at 08:21:46AM -0600, Warner Losh wrote: > > Oh right. There's a known bug I should have mentioned: If your uname doesn't > have a '#' in it, the script will reject it. You can add #0+ after the ALPHA8 > and before the r339174 and it will work. I've reported this to the dmesg guys.  Thanks, I have submitted them. > > Warner