Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Ron
In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?)  Ctrl-Alt-F12 
 would take you to a screen displaying in real time the kernel messages.

Is that possible in Debian ?
 
Cheers,
 
Ron.
-- 
Boob's Law:  
You always find something in the last place you look.

   -- http://www.olgiati-in-paraguay.org --
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141113074744.54d2c...@ron.cerrocora.org



Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Darac Marjal
On Thu, Nov 13, 2014 at 07:47:44AM -0300, Renaud OLGIATI wrote:
 In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?)  
 Ctrl-Alt-F12  would take you to a screen displaying in real time the kernel 
 messages.
 
 Is that possible in Debian ?

If you're using journald, amend /etc/systemd/journald.conf to read:

[Journal]
ForwardToConsole=yes
TTYPath=/dev/tty12

If you're using rsyslog, add the following to /etc/rsyslog.d/tty12.conf

daemon,mail.*;\
   news.=crit;news.=err;news.=notice;\
   *.=debug;*.=info;\
   *.=notice;*.=warn   /dev/tty12

Alternatively if you want colours, there are plenty of log colourisers
that you can run, directing their output to /dev/tty12

  
 Cheers,
  
 Ron.
 -- 
 Boob's Law:  
 You always find something in the last place you look.
 
-- http://www.olgiati-in-paraguay.org --
  
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20141113074744.54d2c...@ron.cerrocora.org
 


signature.asc
Description: Digital signature


Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Simon Brandmair
On 11/13/2014 11:50 AM, Renaud (Ron) OLGIATI wrote:
 In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?)  
 Ctrl-Alt-F12  would take you to a screen displaying in real time the kernel 
 messages.
 
 Is that possible in Debian ?

Yes. With syslog-ng, you can use destination d_console_all {
file(/dev/tty12); }; and set up a proper log path.

Cheers,
Simon


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/m42sg4$e75$1...@news.albasani.net



Re: Ctrl-Alt-F12 to show Kernel messages

2014-11-13 Thread Ron
On Thu, 13 Nov 2014 11:45:10 +
Darac Marjal mailingl...@darac.org.uk wrote:

  In a distribution I used long ago (Slackware 96 ? Mandrake 6.0 ?)  
  Ctrl-Alt-F12  would take you to a screen displaying in real time the kernel 
  messages.
  Is that possible in Debian ?  

 If you're using rsyslog, add the following to /etc/rsyslog.d/tty12.conf
 daemon,mail.*;\
news.=crit;news.=err;news.=notice;\
*.=debug;*.=info;\
*.=notice;*.=warn   /dev/tty12

Thanks, this one works beautifully after rebooting.
 
Cheers,
 
Ron.
-- 
   For a man to truly understand rejection,
  he must first be ignored by a cat.

   -- http://www.olgiati-in-paraguay.org --
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141113163612.5d31b...@ron.cerrocora.org