On Saturday, 6 April 2019 07:47:30 BST J. Roeleveld wrote: > On April 6, 2019 2:02:27 AM UTC, Walter Dnes <[email protected]> wrote: > >On Fri, Apr 05, 2019 at 11:41:33PM +0100, Mick wrote
> >> This entry in /etc/syslog-ng/syslog-ng.conf should do it:
> >>
> >> # By default messages are logged to tty12...
> >> destination console_all { file("/dev/tty12"); };
> >>
> > Already have that. Here's the entire file...
[snip ...]
> I remember once seeing an option somewhere specifying the amount of virtual
> consoles. Maybe tty12 doesn't exist?
>
> To check if it is something like this or something else, can you try tty1?
> (Be ready to stop syslog without being able to read what you type if there
> is a lot of logging)
>
> --
> Joost
Right, as Joost points out if there is no tty12 specified you won't have one
to display syslog-ng. Check your /etc/rc.conf for this entry:
# on Linux and Hurd, this is the number of ttys allocated for logins
# It is used in the consolefont, keymaps, numlock and termencoding
# service scripts.
rc_tty_number=12
--
Regards,
Mick
signature.asc
Description: This is a digitally signed message part.

