From nobody Thu Dec 9 18:29:19 2021 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6B74A18ECCC2 for ; Thu, 9 Dec 2021 18:30:03 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J92dQ3r0Yz3plg for ; Thu, 9 Dec 2021 18:30:02 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f180.google.com with SMTP id s11so6210183ilv.3 for ; Thu, 09 Dec 2021 10:30:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=87D9L4bd1qPnYe2wBsmInchLw8rFordJ5+J4pCsh67U=; b=XjfoAAsE6rLomxy30dtLKLIYsz+N/k9nVyVig17HPDP9FLgEY87K2Cz/AUmgg0hIpl rEvVQgMLZg9KO83iJCcopbLP8OYc6izojIXJICsNNI/I2h+hQTgR4N9lhnslyKhZXNIT AfEPwYv0k8oVd3wT18syVrvy29YGdstaCle6n5Zau6mvNGG+DtpfR286XWtI7+s9q+b+ FnMV9Nppf20LiB+ISJJ2ccuEYHNxFST6VqUHPfUbqXkTSmpNj8/JpSwyONsO2jUd0lgR HShRlQmPaxK102UyY86ng463lzu7ZtsGuoGIhXr6rDdetKdsb7PQhMholl2f/U3jKFgA TQkg== X-Gm-Message-State: AOAM530nShU5qOBU3OOxPpwrIhnSCR6xQ+Yb/XsHoxwbzuFl8ecFwCHF nPNf/FrUhlUJIWN9QRtjdCH6k9bR9zZOwrMEFHc= X-Google-Smtp-Source: ABdhPJwT2jB61qgrRpb88PIZXcwaKO9gZCkfZz9xhaOWoOg4uUVB3J4tHTka+YarMuaWsmP3vqaUf8HKRWKfUnyhtT8= X-Received: by 2002:a05:6e02:20ce:: with SMTP id 14mr14278794ilq.252.1639074595738; Thu, 09 Dec 2021 10:29:55 -0800 (PST) List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Thu, 9 Dec 2021 13:29:19 -0500 Message-ID: Subject: Re: 12.3: vt driver does not provide virtual console terminals To: Peter Cc: freebsd-stable stable Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4J92dQ3r0Yz3plg X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.180 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-1.00 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.180:from]; NEURAL_SPAM_LONG(1.00)[0.998]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.180:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N On Sat, 4 Dec 2021 at 13:27, Peter wrote: > > There is also this error reported: > > module_register_init: MOD_LOAD (vesa, 0xffffffff80e22c00, 0) error 19 Are you trying to load vesa.ko via /boot/loader.conf or /etc/rc.d kld_list, or is this observed without any vesa-specific configuration? > This one is widely discussed as currently not supported by vt driver, but > this should be related to higher resolution screen, and not virtual > terminals missing. Or has it something to do with each other, and is > it a known problem? It is not a known problem, and I believe it should be unrelated to the MOD_LOAD error. You can try running `pgrep -fl getty` to confirm that getty(8) is running on each of the vtys.