From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DNS_FROM_AHBL_RHSBL,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrfy.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=32MPNn19AzYmwXzDFqW2ZJ4QVTIF6cl5FyzbdT0fBVU=; b=c5bPEneeSU4uBhZcpIwXCiPfTmw3m6UQHQEwwobDl0wK0ab1dbgCtxeGwn77R+V9RM jHxmxa49GdXB/lIEcYuuzh9Ie8mVfSXaHYHSiSqnMz/bOEqPPptUDlF98wcWSh3HrH0k i8KvNv1r5kspB1BC/ZeP3ksIKCZMzoY7DM+nY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=32MPNn19AzYmwXzDFqW2ZJ4QVTIF6cl5FyzbdT0fBVU=; b=cGRGdElTIzgtvEFx+waik8yjqLTqAZKP7iCY4QPMrpBkn94Qtsej+u7sZs77WxdT7P 6O5zFLnVJrzHxX393jOHiENZH+56p6eQkboaqmUQUdhm+BvRB7gIaCauOjDLG57pJpZn SgPCiHA/ffo2GrPz2tfgkEhtFW8Tby9SqXA94RWMvWURV/tZ893FTK5GoC4Su6LsKtp1 5vjVOFyE6DsuEyVZ7hQ4lapQkfSIvv6vQNU9ZJHB5D8iNkMNYxGjOucwRsENHf4NiL/6 pwGeVpE281mdM0sUjdaEEbYBGEjODPGx/qxnYjwtKRuWytAKB2QiVZTEsGDu9/3Vc/ff KUHA== X-Gm-Message-State: ALoCoQmvRNy1nRSPYBD1tNY2OS/1+VBPDUdPVbxWbrMJh9fUBlWpmw2GkkGV16hy/M8CmBC7NL+l X-Received: by 10.43.65.210 with SMTP id xn18mr76326236icb.79.1427921637223; Wed, 01 Apr 2015 13:53:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20150123021329.GF2702@gardel-login> From: Kay Sievers Date: Wed, 1 Apr 2015 22:53:36 +0200 Message-ID: To: Andy Lutomirski Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Wed, 01 Apr 2015 23:56:25 +0300 Cc: systemd Mailing List , Lennart Poettering , kbd@lists.altlinux.org Subject: Re: [kbd] [systemd-devel] systemd-vconsole-setup fails very slowly X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 20:54:00 -0000 Archived-At: List-Archive: On Wed, Apr 1, 2015 at 10:45 PM, Andy Lutomirski wrote: > On Apr 1, 2015 12:56 PM, "Kay Sievers" wrote: >> Do you have an idea why the VM does not accept the custom font? If >> that is something obvious, and we can detect it, we could make >> vconsole-setup check for it. But then again, fixing setfont seems like >> the obvious fix here. > > I assume it's because the VM has no graphical console at all. We check the existence of the corresponding /dev/vcs%i, to check if the tty is allocated where we want to apply the font to. Do these devices exist on the running machine? And what does this say? grep . /sys/class/tty/tty0/active /sys/class/tty/console/active Kay