On Thu, 25 Feb 2016 09:58:43 -0800
CLOSE Dave <dave.cl...@us.thalesgroup.com> wrote:

> I have all those files, which are part of the systemd package.

Run  systemctl -a -t service
and search the output for tty.  It's less, so /tty will do it.  There
should be a service running for each getty.

If there isn't, run  journalctl -r
and search the output for tty.  The -r puts things in reverse order, so
you will find the last mention of tty by the system.  It is also less,
so /tty will work.  If something went wrong, this should tell you what.

> stan wrote: 
> > The last file contains the defaults that systemd uses when
> > generating gettys.  
> 
> My file is identical to the default except,
> 
>   NAutoVTs=6  # same as default
>   ReserveVT=6 # same as default
>   LidSwitchIgnoreInhibited=yes

This doesn't seem to be a problem.  Are you trying to reach the
vconsoles from X, and not using Ctl-Alt-F[2-6]?  i.e.  is it plugged
in?  :-)

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to