[SLUG] console messages

2004-05-26 Thread Erik de Castro Lopo
Hi all,

I'm currently working on a machine without X which is connected 
to another via a crossover cable. The other machine goes up and 
down all day (by design) resulting in "eth1: link down" and 
"eth1: link up ..." messages all over my screen.

Is there any way to stop this?

Erik
-- 
+---+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+---+
A good debugger is no substitue for a good test suite.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-26 Thread oscarp

Check your /etc/syslog.conf.

You should have a line that looks like or similar,

*.info; etc.    /var/log/messages

or alternatively, a line with   /dev/console on the right most
should be commented out. E.g.

#kern.*/dev/console

> Hi all,
> 
> I'm currently working on a machine without X which is connected 
> to another via a crossover cable. The other machine goes up and 
> down all day (by design) resulting in "eth1: link down" and 
> "eth1: link up ..." messages all over my screen.
> 
> Is there any way to stop this?
> 
> Erik
> -- 
> +---+
>   Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
> +---+
> A good debugger is no substitue for a good test suite.
> 
> -- 
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-26 Thread Jamie Wilkinson
This one time, at band camp, Erik de Castro Lopo wrote:
>I'm currently working on a machine without X which is connected 
>to another via a crossover cable. The other machine goes up and 
>down all day (by design) resulting in "eth1: link down" and 
>"eth1: link up ..." messages all over my screen.
>
>Is there any way to stop this?

I thought it was 'mesg' but the manpage doesn't agree with me...

-- 
[EMAIL PROTECTED]   http://spacepants.org/jaq.gpg
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-26 Thread Benno
On Wed May 26, 2004 at 22:22:00 +1000, Jamie Wilkinson wrote:
>This one time, at band camp, Erik de Castro Lopo wrote:
>>I'm currently working on a machine without X which is connected 
>>to another via a crossover cable. The other machine goes up and 
>>down all day (by design) resulting in "eth1: link down" and 
>>"eth1: link up ..." messages all over my screen.
>>
>>Is there any way to stop this?
>
>I thought it was 'mesg' but the manpage doesn't agree with me...
>

dmesg -n$ (maybe)

Benno
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-26 Thread Malcolm V
On Wed, 2004-05-26 at 22:24, [EMAIL PROTECTED] wrote:
> Check your /etc/syslog.conf.

Also. some Redhat (and others?) systems have a kernel logging daemon
klogd which will put messages above a certain configurable log level to
the console.

Cheers,
Malcolm V.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-26 Thread mlh
On Thu, May 27, 2004 at 09:44:20AM +1000, Malcolm V wrote:
> On Wed, 2004-05-26 at 22:24, [EMAIL PROTECTED] wrote:
> > Check your /etc/syslog.conf.
> 
> Also. some Redhat (and others?) systems have a kernel logging daemon
> klogd which will put messages above a certain configurable log level to
> the console.

xterm (used to?) have a -C option which made it the console.
I don't know whether it would redirect klogd stuff as well.

Matt
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-27 Thread The Salisburys

If you want the messages readily available on the console & the machine has
its own monitor (not a remote connection)  

It took me a few years to realise this.. multiple terminals without X

Just open out a new virtual screen/terminal.

Alt +F1 would most likely be the console

Alt+F2 would be another screen/terminal.

Alt+F3 would be another screen  etc  up perhaps Alt+F6

So you don't need X  windows to have mutiple terminals.

Roger




- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Malcolm V" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 27, 2004 3:16 PM
Subject: Re: [SLUG] console messages


> On Thu, May 27, 2004 at 09:44:20AM +1000, Malcolm V wrote:
> > On Wed, 2004-05-26 at 22:24, [EMAIL PROTECTED] wrote:
> > > Check your /etc/syslog.conf.
> >
> > Also. some Redhat (and others?) systems have a kernel logging daemon
> > klogd which will put messages above a certain configurable log level to
> > the console.
>
> xterm (used to?) have a -C option which made it the console.
> I don't know whether it would redirect klogd stuff as well.
>
> Matt
>

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] console messages

2004-05-27 Thread Jamie Wilkinson
This one time, at band camp, Benno wrote:
>On Wed May 26, 2004 at 22:22:00 +1000, Jamie Wilkinson wrote:
>>This one time, at band camp, Erik de Castro Lopo wrote:
>>>I'm currently working on a machine without X which is connected 
>>>to another via a crossover cable. The other machine goes up and 
>>>down all day (by design) resulting in "eth1: link down" and 
>>>"eth1: link up ..." messages all over my screen.
>>>
>>>Is there any way to stop this?
>>
>>I thought it was 'mesg' but the manpage doesn't agree with me...
>>
>
>dmesg -n$ (maybe)

That's the one!

-- 
[EMAIL PROTECTED]   http://spacepants.org/jaq.gpg
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html