From owner-freebsd-current@freebsd.org Wed Feb 21 20:18:31 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 93B45F26B36 for ; Wed, 21 Feb 2018 20:18:31 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 28F3F70A40 for ; Wed, 21 Feb 2018 20:18:31 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id DB6C7F26B35; Wed, 21 Feb 2018 20:18:30 +0000 (UTC) Delivered-To: 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 C8890F26B34 for ; Wed, 21 Feb 2018 20:18:30 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAAD70A3F for ; Wed, 21 Feb 2018 20:18:29 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f43.google.com with SMTP id o145so950988lff.0 for ; Wed, 21 Feb 2018 12:18:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6CBUL0QSwHCQjRi4VeQJUfYLtLbUAJF0j8EoYHKrXCA=; b=i0DIw7IHaDjbzBm6lKbw6pynZZrfaoGddZjn9KM6p40oXiCTO3xuny5d4QeNP6ubNZ JQY/hHwYMx02UFBRtDdk+HSrb4p6BGewhkSOic4D1C0i5lfGYogXxpfVt5S6kAxoQ5fd RaR34+CzN2PeIA7EvdqIqfQBiPM6dbRtW658l1Ooe3+Cvwlb4hPCbc254aCYZJ5gXQYa MQ5LCy/r+lYqEgp7SCNbU9DqN9ZDK1jNcfdx9Io82vPucPSbCeKO8emu0YY3e00u1qgr WJu9zSNkXntXICZWx61bF5FuThyjoiSJluz6vrPqrOhum/nMRs6cZ1GSNixx6jRrDeSl gbhw== X-Gm-Message-State: APf1xPBj8K018P0gTxoEf/fdv4UKZ1p8ioPFigGHGsbuO7vq/6cRA+HP wQHSQiD2m2VLuY4ouWpOCnWufk41 X-Google-Smtp-Source: AH8x226hZr72Yr9P8hKpMTzfPye/4IrCzSCe4OsTPjppjBPHo3pPkoAosgNbPKFQ48NTEXZVkqcamg== X-Received: by 10.46.1.149 with SMTP id f21mr3103736lji.56.1519244308093; Wed, 21 Feb 2018 12:18:28 -0800 (PST) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com. [209.85.215.41]) by smtp.gmail.com with ESMTPSA id p16sm3615595lje.12.2018.02.21.12.18.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Feb 2018 12:18:27 -0800 (PST) Received: by mail-lf0-f41.google.com with SMTP id v9so4157404lfa.11 for ; Wed, 21 Feb 2018 12:18:27 -0800 (PST) X-Received: by 10.25.154.205 with SMTP id c196mr3263561lfe.52.1519244307558; Wed, 21 Feb 2018 12:18:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Wed, 21 Feb 2018 12:18:06 -0800 (PST) In-Reply-To: <7AC75432-7954-4D47-9EDB-7142F265C4B1@kcbark.net> References: <7AC75432-7954-4D47-9EDB-7142F265C4B1@kcbark.net> From: Kyle Evans Date: Wed, 21 Feb 2018 14:18:06 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Lua loader - geli passphrase issue To: Kalle Carlbark Cc: current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 21 Feb 2018 20:18:31 -0000 On Wed, Feb 21, 2018 at 1:59 PM, Kalle Carlbark wrote: > Hi, > > Geli passphrase longer than 15 characters puts you directly to the beastie boot menu without you hitting the enter key. > > GELI passphrase: 1234567890123456 > > Is that the correct behavior or have I missed something? > You have missed how silly this behavior was. =) Fixed in r329748, sorry about that! Thanks, Kyle Evans