HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to redirect all kernel msgs to a separate vc ?
Operating System - Linux
1829107
Members
2265
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 12:52 PM
05-29-2002 12:52 PM
Hello world! ;-)
I would like to have all the kernel messages appear on a separate virtual console. I would like to be able to switch to that console using alt-F12, as I will not run X on the boxes.
I am running mandrake 7.0 and am setting up a http and a mail/news server and I am tired of 'tail -f messages'.
Thanks in advance from another newbie.
I would like to have all the kernel messages appear on a separate virtual console. I would like to be able to switch to that console using alt-F12, as I will not run X on the boxes.
I am running mandrake 7.0 and am setting up a http and a mail/news server and I am tired of 'tail -f messages'.
Thanks in advance from another newbie.
Free?! Does that mean I can't get a Discount?!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 03:19 PM
05-29-2002 03:19 PM
Re: how to redirect all kernel msgs to a separate vc ?
Martin,
Don't know why you'd need to use F12 in particular, but check out Bastille -- they log to consoles (one for kernel messages, one for /var/messages)
If you want to poke and prod, look at the config file for syslogd and edit it to go to your console device (on whichever virtual console) in addition to the log file by inserting a line like:
kern.* /dev/tty12
(you need to create the tty first if it doesn't already exist)
hth
Mark
Don't know why you'd need to use F12 in particular, but check out Bastille -- they log to consoles (one for kernel messages, one for /var/messages)
If you want to poke and prod, look at the config file for syslogd and edit it to go to your console device (on whichever virtual console) in addition to the log file by inserting a line like:
kern.* /dev/tty12
(you need to create the tty first if it doesn't already exist)
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 02:46 AM
05-30-2002 02:46 AM
Re: how to redirect all kernel msgs to a separate vc ?
ok, and where do I activate console /dev/tty12 under key alt-F12 ?
Currently I only have 1 thru 6 under the keys alt-F1 thru alt-F6 resp.
Oh, btw., I have smoothwall on my dedicated firewall machine and with alt-F12 I can quickly view the messages s[t|c]reaming past... I thought it A Good Idea (tm) to have alt-F12 configured to do the same on every box.
Thanks again from the newbie in town...
Currently I only have 1 thru 6 under the keys alt-F1 thru alt-F6 resp.
Oh, btw., I have smoothwall on my dedicated firewall machine and with alt-F12 I can quickly view the messages s[t|c]reaming past... I thought it A Good Idea (tm) to have alt-F12 configured to do the same on every box.
Thanks again from the newbie in town...
Free?! Does that mean I can't get a Discount?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 01:11 PM
05-30-2002 01:11 PM
Solution
Martin,
The file /etc/inittab handles setup of tty's,
To add tty12 to your list, just add a line to /etc/inittab to associate f12 with tty12 like so:
12:2345:: /dev/tty12
if you want to offer login as a possibility for this tty, can add the other fields as per the previous entries.
Hope this helps.
Mark
The file /etc/inittab handles setup of tty's,
To add tty12 to your list, just add a line to /etc/inittab to associate f12 with tty12 like so:
12:2345:: /dev/tty12
if you want to offer login as a possibility for this tty, can add the other fields as per the previous entries.
Hope this helps.
Mark
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP